@devtable/dashboard 10.48.2 → 10.50.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.
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +456 -0
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -0
- package/dist/components/plugins/plugin-context.d.ts +455 -0
- package/dist/contexts/panel-context.d.ts +910 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +209 -0
- package/dist/dashboard-editor/model/views/index.d.ts +857 -857
- package/dist/dashboard-editor/model/views/view.d.ts +14 -14
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/index.d.ts +2 -0
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +86 -81
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/preview-variables.d.ts +3 -0
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-editor.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
- package/dist/{utils/template/editor → dashboard-editor/ui/settings/content/edit-panel/variable-config}/variable-style.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variables-editor.d.ts +11 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +141 -141
- package/dist/dashboard.es.js +9758 -9736
- package/dist/dashboard.umd.js +83 -83
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +69 -0
- package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +39 -0
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +12 -12
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +209 -0
- package/dist/model/render-model/dashboard/content/views/view.d.ts +12 -12
- package/dist/model/render-model/dashboard/content/views/views.d.ts +586 -586
- package/dist/model/utils/draft.d.ts +1 -0
- package/dist/stats.html +1 -1
- package/dist/utils/aggregation.d.ts +11 -7
- package/dist/utils/template/editor/index.d.ts +0 -1
- package/dist/utils/template/render/render-string.d.ts +3 -0
- package/package.json +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/styles.d.ts +0 -8
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +0 -10
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +0 -15393
- package/dist/utils/template/editor/variable-field.d.ts +0 -9
|
@@ -6,6 +6,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
6
6
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7
7
|
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
8
8
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
9
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
10
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
9
11
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
10
12
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
11
13
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -48,9 +50,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
48
50
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
49
51
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
50
52
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
51
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
52
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
53
53
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
54
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
55
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
54
56
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
55
57
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
56
58
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -93,9 +95,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
93
95
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
94
96
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
95
97
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
96
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
97
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
98
98
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
99
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
100
|
+
}, {
|
|
101
|
+
readonly json: {
|
|
102
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
103
|
+
};
|
|
104
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
99
105
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
100
106
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
101
107
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -176,12 +182,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
176
182
|
}>>[]): void;
|
|
177
183
|
addTab(): void;
|
|
178
184
|
removeTab(index: number): void;
|
|
179
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
180
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
181
|
-
}, {
|
|
182
|
-
readonly json: {
|
|
183
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
184
|
-
};
|
|
185
185
|
}>>;
|
|
186
186
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
187
187
|
} & {
|
|
@@ -192,6 +192,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
192
192
|
name: string;
|
|
193
193
|
type: import('../../../../../model').EViewComponentType;
|
|
194
194
|
config: {
|
|
195
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
196
|
+
} | {
|
|
195
197
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
196
198
|
width: string;
|
|
197
199
|
height: string;
|
|
@@ -210,8 +212,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
210
212
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
211
213
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
212
214
|
orientation: import("@mantine/core").TabsOrientation;
|
|
213
|
-
} | {
|
|
214
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
215
215
|
};
|
|
216
216
|
panelIDs: string[];
|
|
217
217
|
};
|
|
@@ -238,6 +238,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
238
238
|
name: string;
|
|
239
239
|
type: import('../../../../../model').EViewComponentType;
|
|
240
240
|
config: {
|
|
241
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
242
|
+
} | {
|
|
241
243
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
242
244
|
width: string;
|
|
243
245
|
height: string;
|
|
@@ -256,8 +258,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
256
258
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
257
259
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
258
260
|
orientation: import("@mantine/core").TabsOrientation;
|
|
259
|
-
} | {
|
|
260
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
261
261
|
};
|
|
262
262
|
panelIDs: string[];
|
|
263
263
|
}[];
|
|
@@ -266,6 +266,189 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
266
266
|
name: string;
|
|
267
267
|
type: import('../../../../../model').EViewComponentType;
|
|
268
268
|
config: ({
|
|
269
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
270
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
271
|
+
readonly json: {
|
|
272
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
273
|
+
};
|
|
274
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
275
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
276
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
277
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
278
|
+
width: import("mobx-state-tree").ISimpleType<string>;
|
|
279
|
+
height: import("mobx-state-tree").ISimpleType<string>;
|
|
280
|
+
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
281
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
282
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
283
|
+
}, {
|
|
284
|
+
readonly json: {
|
|
285
|
+
enabled: boolean;
|
|
286
|
+
func_content: string;
|
|
287
|
+
};
|
|
288
|
+
readonly value: any;
|
|
289
|
+
} & {
|
|
290
|
+
setEnabled(v: boolean): void;
|
|
291
|
+
setFuncContent(v: string): void;
|
|
292
|
+
replace({ enabled, func_content }: {
|
|
293
|
+
enabled: boolean;
|
|
294
|
+
func_content: string;
|
|
295
|
+
}): void;
|
|
296
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
297
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
298
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
299
|
+
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
300
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
301
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
302
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
303
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
304
|
+
}, {
|
|
305
|
+
readonly json: {
|
|
306
|
+
id: string;
|
|
307
|
+
name: string;
|
|
308
|
+
color: string;
|
|
309
|
+
view_id: string;
|
|
310
|
+
};
|
|
311
|
+
} & {
|
|
312
|
+
setName(v: string): void;
|
|
313
|
+
setViewID(v: string): void;
|
|
314
|
+
setColor(v: string): void;
|
|
315
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
316
|
+
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
317
|
+
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
318
|
+
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
319
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
320
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
321
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
322
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
323
|
+
width: import("mobx-state-tree").ISimpleType<string>;
|
|
324
|
+
height: import("mobx-state-tree").ISimpleType<string>;
|
|
325
|
+
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
326
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
327
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
328
|
+
}, {
|
|
329
|
+
readonly json: {
|
|
330
|
+
enabled: boolean;
|
|
331
|
+
func_content: string;
|
|
332
|
+
};
|
|
333
|
+
readonly value: any;
|
|
334
|
+
} & {
|
|
335
|
+
setEnabled(v: boolean): void;
|
|
336
|
+
setFuncContent(v: string): void;
|
|
337
|
+
replace({ enabled, func_content }: {
|
|
338
|
+
enabled: boolean;
|
|
339
|
+
func_content: string;
|
|
340
|
+
}): void;
|
|
341
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
342
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
343
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
344
|
+
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
345
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
346
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
347
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
348
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
349
|
+
}, {
|
|
350
|
+
readonly json: {
|
|
351
|
+
id: string;
|
|
352
|
+
name: string;
|
|
353
|
+
color: string;
|
|
354
|
+
view_id: string;
|
|
355
|
+
};
|
|
356
|
+
} & {
|
|
357
|
+
setName(v: string): void;
|
|
358
|
+
setViewID(v: string): void;
|
|
359
|
+
setColor(v: string): void;
|
|
360
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
361
|
+
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
362
|
+
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
363
|
+
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
364
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
365
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
366
|
+
}, {
|
|
367
|
+
readonly json: {
|
|
368
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
369
|
+
};
|
|
370
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
371
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
372
|
+
width: import("mobx-state-tree").ISimpleType<string>;
|
|
373
|
+
height: import("mobx-state-tree").ISimpleType<string>;
|
|
374
|
+
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
375
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
376
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
377
|
+
}, {
|
|
378
|
+
readonly json: {
|
|
379
|
+
enabled: boolean;
|
|
380
|
+
func_content: string;
|
|
381
|
+
};
|
|
382
|
+
readonly value: any;
|
|
383
|
+
} & {
|
|
384
|
+
setEnabled(v: boolean): void;
|
|
385
|
+
setFuncContent(v: string): void;
|
|
386
|
+
replace({ enabled, func_content }: {
|
|
387
|
+
enabled: boolean;
|
|
388
|
+
func_content: string;
|
|
389
|
+
}): void;
|
|
390
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
391
|
+
}, {
|
|
392
|
+
readonly json: {
|
|
393
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
394
|
+
width: string;
|
|
395
|
+
height: string;
|
|
396
|
+
custom_modal_title: {
|
|
397
|
+
enabled: boolean;
|
|
398
|
+
func_content: string;
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
} & {
|
|
402
|
+
setWidth(v: string): void;
|
|
403
|
+
setHeight(v: string): void;
|
|
404
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
405
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
406
|
+
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
407
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
408
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
409
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
410
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
411
|
+
}, {
|
|
412
|
+
readonly json: {
|
|
413
|
+
id: string;
|
|
414
|
+
name: string;
|
|
415
|
+
color: string;
|
|
416
|
+
view_id: string;
|
|
417
|
+
};
|
|
418
|
+
} & {
|
|
419
|
+
setName(v: string): void;
|
|
420
|
+
setViewID(v: string): void;
|
|
421
|
+
setColor(v: string): void;
|
|
422
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
423
|
+
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
424
|
+
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
425
|
+
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
426
|
+
}, {
|
|
427
|
+
readonly json: {
|
|
428
|
+
grow: boolean;
|
|
429
|
+
tabs: {
|
|
430
|
+
id: string;
|
|
431
|
+
name: string;
|
|
432
|
+
color: string;
|
|
433
|
+
view_id: string;
|
|
434
|
+
}[];
|
|
435
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
436
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
437
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
438
|
+
};
|
|
439
|
+
} & {
|
|
440
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
441
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
442
|
+
setGrow(v: boolean): void;
|
|
443
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
444
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
445
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
446
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
447
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
448
|
+
}>>[]): void;
|
|
449
|
+
addTab(): void;
|
|
450
|
+
removeTab(index: number): void;
|
|
451
|
+
}>>>) | ({
|
|
269
452
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
270
453
|
width: string;
|
|
271
454
|
height: string;
|
|
@@ -316,6 +499,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
316
499
|
setWidth(v: string): void;
|
|
317
500
|
setHeight(v: string): void;
|
|
318
501
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
502
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
503
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
319
504
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
320
505
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
321
506
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -358,9 +543,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
358
543
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
359
544
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
360
545
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
361
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
362
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
363
546
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
547
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
548
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
364
549
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
365
550
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
366
551
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -403,9 +588,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
403
588
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
404
589
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
405
590
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
406
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
407
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
408
591
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
592
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
593
|
+
}, {
|
|
594
|
+
readonly json: {
|
|
595
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
596
|
+
};
|
|
597
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
409
598
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
410
599
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
411
600
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -486,12 +675,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
486
675
|
}>>[]): void;
|
|
487
676
|
addTab(): void;
|
|
488
677
|
removeTab(index: number): void;
|
|
489
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
490
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
491
|
-
}, {
|
|
492
|
-
readonly json: {
|
|
493
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
494
|
-
};
|
|
495
678
|
}>>>) | ({
|
|
496
679
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
497
680
|
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
@@ -556,6 +739,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
556
739
|
addTab(): void;
|
|
557
740
|
removeTab(index: number): void;
|
|
558
741
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
742
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
743
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
559
744
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
560
745
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
561
746
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -598,9 +783,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
598
783
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
599
784
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
600
785
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
601
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
602
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
603
786
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
787
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
788
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
604
789
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
605
790
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
606
791
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -643,9 +828,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
643
828
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
644
829
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
645
830
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
646
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
647
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
648
831
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
832
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
833
|
+
}, {
|
|
834
|
+
readonly json: {
|
|
835
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
836
|
+
};
|
|
837
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
649
838
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
650
839
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
651
840
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -726,19 +915,50 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
726
915
|
}>>[]): void;
|
|
727
916
|
addTab(): void;
|
|
728
917
|
removeTab(index: number): void;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
_name: import('../../../../../model').EViewComponentType.
|
|
918
|
+
}>>>);
|
|
919
|
+
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]>>;
|
|
920
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
921
|
+
readonly json: {
|
|
922
|
+
id: string;
|
|
923
|
+
name: string;
|
|
924
|
+
type: import('../../../../../model').EViewComponentType;
|
|
925
|
+
config: {
|
|
926
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
927
|
+
} | {
|
|
928
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
929
|
+
width: string;
|
|
930
|
+
height: string;
|
|
931
|
+
custom_modal_title: {
|
|
932
|
+
enabled: boolean;
|
|
933
|
+
func_content: string;
|
|
934
|
+
};
|
|
935
|
+
} | {
|
|
936
|
+
grow: boolean;
|
|
937
|
+
tabs: {
|
|
938
|
+
id: string;
|
|
939
|
+
name: string;
|
|
940
|
+
color: string;
|
|
941
|
+
view_id: string;
|
|
942
|
+
}[];
|
|
943
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
944
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
945
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
740
946
|
};
|
|
741
|
-
|
|
947
|
+
panelIDs: string[];
|
|
948
|
+
};
|
|
949
|
+
} & {
|
|
950
|
+
setName(name: string): void;
|
|
951
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
952
|
+
appendPanelID(id: string): void;
|
|
953
|
+
appendPanelIDs(ids: string[]): void;
|
|
954
|
+
removePanelID(id: string): void;
|
|
955
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
956
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
957
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
958
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
959
|
+
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
960
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
961
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
742
962
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
743
963
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
744
964
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -781,9 +1001,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
781
1001
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
782
1002
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
783
1003
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
784
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
785
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
786
1004
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1005
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1006
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
787
1007
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
788
1008
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
789
1009
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -826,9 +1046,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
826
1046
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
827
1047
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
828
1048
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
829
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
830
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
831
1049
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1050
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1051
|
+
}, {
|
|
1052
|
+
readonly json: {
|
|
1053
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1054
|
+
};
|
|
1055
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
832
1056
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
833
1057
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
834
1058
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -909,20 +1133,16 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
909
1133
|
}>>[]): void;
|
|
910
1134
|
addTab(): void;
|
|
911
1135
|
removeTab(index: number): void;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
readonly json: {
|
|
916
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
917
|
-
};
|
|
918
|
-
}>>>);
|
|
919
|
-
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]>>;
|
|
920
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1136
|
+
}>>;
|
|
1137
|
+
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
1138
|
+
}, {
|
|
921
1139
|
readonly json: {
|
|
922
1140
|
id: string;
|
|
923
1141
|
name: string;
|
|
924
1142
|
type: import('../../../../../model').EViewComponentType;
|
|
925
1143
|
config: {
|
|
1144
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1145
|
+
} | {
|
|
926
1146
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
927
1147
|
width: string;
|
|
928
1148
|
height: string;
|
|
@@ -941,8 +1161,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
941
1161
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
942
1162
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
943
1163
|
orientation: import("@mantine/core").TabsOrientation;
|
|
944
|
-
} | {
|
|
945
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
946
1164
|
};
|
|
947
1165
|
panelIDs: string[];
|
|
948
1166
|
};
|
|
@@ -952,11 +1170,20 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
952
1170
|
appendPanelID(id: string): void;
|
|
953
1171
|
appendPanelIDs(ids: string[]): void;
|
|
954
1172
|
removePanelID(id: string): void;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
1173
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1174
|
+
findByID(id: string): ({
|
|
1175
|
+
id: string;
|
|
1176
|
+
name: string;
|
|
1177
|
+
type: import('../../../../../model').EViewComponentType;
|
|
1178
|
+
config: ({
|
|
1179
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1180
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1181
|
+
readonly json: {
|
|
1182
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1183
|
+
};
|
|
1184
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1185
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1186
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
960
1187
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
961
1188
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
962
1189
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -999,9 +1226,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
999
1226
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1000
1227
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1001
1228
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1002
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1003
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1004
1229
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1230
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1231
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1005
1232
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1006
1233
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1007
1234
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1044,9 +1271,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1044
1271
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1045
1272
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1046
1273
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1047
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1048
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1049
1274
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1275
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1276
|
+
}, {
|
|
1277
|
+
readonly json: {
|
|
1278
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1279
|
+
};
|
|
1280
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1050
1281
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1051
1282
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1052
1283
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1127,55 +1358,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1127
1358
|
}>>[]): void;
|
|
1128
1359
|
addTab(): void;
|
|
1129
1360
|
removeTab(index: number): void;
|
|
1130
|
-
}
|
|
1131
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1132
|
-
}, {
|
|
1133
|
-
readonly json: {
|
|
1134
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1135
|
-
};
|
|
1136
|
-
}>>;
|
|
1137
|
-
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
1138
|
-
}, {
|
|
1139
|
-
readonly json: {
|
|
1140
|
-
id: string;
|
|
1141
|
-
name: string;
|
|
1142
|
-
type: import('../../../../../model').EViewComponentType;
|
|
1143
|
-
config: {
|
|
1144
|
-
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1145
|
-
width: string;
|
|
1146
|
-
height: string;
|
|
1147
|
-
custom_modal_title: {
|
|
1148
|
-
enabled: boolean;
|
|
1149
|
-
func_content: string;
|
|
1150
|
-
};
|
|
1151
|
-
} | {
|
|
1152
|
-
grow: boolean;
|
|
1153
|
-
tabs: {
|
|
1154
|
-
id: string;
|
|
1155
|
-
name: string;
|
|
1156
|
-
color: string;
|
|
1157
|
-
view_id: string;
|
|
1158
|
-
}[];
|
|
1159
|
-
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1160
|
-
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1161
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
1162
|
-
} | {
|
|
1163
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1164
|
-
};
|
|
1165
|
-
panelIDs: string[];
|
|
1166
|
-
};
|
|
1167
|
-
} & {
|
|
1168
|
-
setName(name: string): void;
|
|
1169
|
-
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
1170
|
-
appendPanelID(id: string): void;
|
|
1171
|
-
appendPanelIDs(ids: string[]): void;
|
|
1172
|
-
removePanelID(id: string): void;
|
|
1173
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1174
|
-
findByID(id: string): ({
|
|
1175
|
-
id: string;
|
|
1176
|
-
name: string;
|
|
1177
|
-
type: import('../../../../../model').EViewComponentType;
|
|
1178
|
-
config: ({
|
|
1361
|
+
}>>>) | ({
|
|
1179
1362
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1180
1363
|
width: string;
|
|
1181
1364
|
height: string;
|
|
@@ -1226,6 +1409,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1226
1409
|
setWidth(v: string): void;
|
|
1227
1410
|
setHeight(v: string): void;
|
|
1228
1411
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1412
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1413
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1229
1414
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1230
1415
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1231
1416
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1268,9 +1453,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1268
1453
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1269
1454
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1270
1455
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1271
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1272
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1273
1456
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1457
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1458
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1274
1459
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1275
1460
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1276
1461
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1313,9 +1498,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1313
1498
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1314
1499
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1315
1500
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1316
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1317
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1318
1501
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1502
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly json: {
|
|
1505
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1506
|
+
};
|
|
1507
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1319
1508
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1320
1509
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1321
1510
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1396,12 +1585,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1396
1585
|
}>>[]): void;
|
|
1397
1586
|
addTab(): void;
|
|
1398
1587
|
removeTab(index: number): void;
|
|
1399
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1400
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1401
|
-
}, {
|
|
1402
|
-
readonly json: {
|
|
1403
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1404
|
-
};
|
|
1405
1588
|
}>>>) | ({
|
|
1406
1589
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1407
1590
|
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
@@ -1466,6 +1649,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1466
1649
|
addTab(): void;
|
|
1467
1650
|
removeTab(index: number): void;
|
|
1468
1651
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1652
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1653
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1469
1654
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1470
1655
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1471
1656
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1508,9 +1693,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1508
1693
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1509
1694
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1510
1695
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1511
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1512
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1513
1696
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1697
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1698
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1514
1699
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1515
1700
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1516
1701
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1553,9 +1738,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1553
1738
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1554
1739
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1555
1740
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1556
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1557
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1558
1741
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1742
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1743
|
+
}, {
|
|
1744
|
+
readonly json: {
|
|
1745
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1746
|
+
};
|
|
1747
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1559
1748
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1560
1749
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1561
1750
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1636,19 +1825,60 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1636
1825
|
}>>[]): void;
|
|
1637
1826
|
addTab(): void;
|
|
1638
1827
|
removeTab(index: number): void;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
readonly json: {
|
|
1828
|
+
}>>>);
|
|
1829
|
+
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]>>;
|
|
1830
|
+
tab: string;
|
|
1831
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1832
|
+
readonly json: {
|
|
1833
|
+
id: string;
|
|
1834
|
+
name: string;
|
|
1835
|
+
type: import('../../../../../model').EViewComponentType;
|
|
1836
|
+
config: {
|
|
1649
1837
|
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1838
|
+
} | {
|
|
1839
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1840
|
+
width: string;
|
|
1841
|
+
height: string;
|
|
1842
|
+
custom_modal_title: {
|
|
1843
|
+
enabled: boolean;
|
|
1844
|
+
func_content: string;
|
|
1845
|
+
};
|
|
1846
|
+
} | {
|
|
1847
|
+
grow: boolean;
|
|
1848
|
+
tabs: {
|
|
1849
|
+
id: string;
|
|
1850
|
+
name: string;
|
|
1851
|
+
color: string;
|
|
1852
|
+
view_id: string;
|
|
1853
|
+
}[];
|
|
1854
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1855
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1856
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
1650
1857
|
};
|
|
1651
|
-
|
|
1858
|
+
panelIDs: string[];
|
|
1859
|
+
};
|
|
1860
|
+
} & {
|
|
1861
|
+
setName(name: string): void;
|
|
1862
|
+
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
1863
|
+
appendPanelID(id: string): void;
|
|
1864
|
+
appendPanelIDs(ids: string[]): void;
|
|
1865
|
+
removePanelID(id: string): void;
|
|
1866
|
+
} & {
|
|
1867
|
+
readonly defaultTab: string;
|
|
1868
|
+
readonly tabViewID: string;
|
|
1869
|
+
readonly contentModel: any;
|
|
1870
|
+
readonly panels: any;
|
|
1871
|
+
readonly renderViewIDs: string[];
|
|
1872
|
+
} & {
|
|
1873
|
+
setTab(tab: string | null): void;
|
|
1874
|
+
afterCreate(): void;
|
|
1875
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1876
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1877
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1878
|
+
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
1879
|
+
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1880
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1881
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1652
1882
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1653
1883
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1654
1884
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1691,9 +1921,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1691
1921
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1692
1922
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1693
1923
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1694
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1695
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1696
1924
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1925
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1926
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1697
1927
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1698
1928
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1699
1929
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1736,9 +1966,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1736
1966
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1737
1967
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1738
1968
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1739
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1740
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1741
1969
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1970
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1971
|
+
}, {
|
|
1972
|
+
readonly json: {
|
|
1973
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1974
|
+
};
|
|
1975
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1742
1976
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1743
1977
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1744
1978
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1819,21 +2053,18 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1819
2053
|
}>>[]): void;
|
|
1820
2054
|
addTab(): void;
|
|
1821
2055
|
removeTab(index: number): void;
|
|
1822
|
-
}
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
};
|
|
1828
|
-
}>>>);
|
|
1829
|
-
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]>>;
|
|
1830
|
-
tab: string;
|
|
1831
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2056
|
+
}>>;
|
|
2057
|
+
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2058
|
+
} & {
|
|
2059
|
+
tab: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2060
|
+
}, {
|
|
1832
2061
|
readonly json: {
|
|
1833
2062
|
id: string;
|
|
1834
2063
|
name: string;
|
|
1835
2064
|
type: import('../../../../../model').EViewComponentType;
|
|
1836
2065
|
config: {
|
|
2066
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2067
|
+
} | {
|
|
1837
2068
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1838
2069
|
width: string;
|
|
1839
2070
|
height: string;
|
|
@@ -1852,8 +2083,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1852
2083
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
1853
2084
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
1854
2085
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1855
|
-
} | {
|
|
1856
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
1857
2086
|
};
|
|
1858
2087
|
panelIDs: string[];
|
|
1859
2088
|
};
|
|
@@ -1872,11 +2101,20 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1872
2101
|
} & {
|
|
1873
2102
|
setTab(tab: string | null): void;
|
|
1874
2103
|
afterCreate(): void;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
2104
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
2105
|
+
readonly firstVisibleView: ({
|
|
2106
|
+
id: string;
|
|
2107
|
+
name: string;
|
|
2108
|
+
type: import('../../../../../model').EViewComponentType;
|
|
2109
|
+
config: ({
|
|
2110
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2111
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2112
|
+
readonly json: {
|
|
2113
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2114
|
+
};
|
|
2115
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2116
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2117
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1880
2118
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1881
2119
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1882
2120
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1919,9 +2157,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1919
2157
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1920
2158
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1921
2159
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1922
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1923
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1924
2160
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2161
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2162
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1925
2163
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1926
2164
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1927
2165
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1964,9 +2202,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
1964
2202
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
1965
2203
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
1966
2204
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
1967
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1968
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
1969
2205
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2206
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2207
|
+
}, {
|
|
2208
|
+
readonly json: {
|
|
2209
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2210
|
+
};
|
|
2211
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1970
2212
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
1971
2213
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
1972
2214
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2047,66 +2289,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2047
2289
|
}>>[]): void;
|
|
2048
2290
|
addTab(): void;
|
|
2049
2291
|
removeTab(index: number): void;
|
|
2050
|
-
}
|
|
2051
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2052
|
-
}, {
|
|
2053
|
-
readonly json: {
|
|
2054
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2055
|
-
};
|
|
2056
|
-
}>>;
|
|
2057
|
-
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2058
|
-
} & {
|
|
2059
|
-
tab: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2060
|
-
}, {
|
|
2061
|
-
readonly json: {
|
|
2062
|
-
id: string;
|
|
2063
|
-
name: string;
|
|
2064
|
-
type: import('../../../../../model').EViewComponentType;
|
|
2065
|
-
config: {
|
|
2066
|
-
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2067
|
-
width: string;
|
|
2068
|
-
height: string;
|
|
2069
|
-
custom_modal_title: {
|
|
2070
|
-
enabled: boolean;
|
|
2071
|
-
func_content: string;
|
|
2072
|
-
};
|
|
2073
|
-
} | {
|
|
2074
|
-
grow: boolean;
|
|
2075
|
-
tabs: {
|
|
2076
|
-
id: string;
|
|
2077
|
-
name: string;
|
|
2078
|
-
color: string;
|
|
2079
|
-
view_id: string;
|
|
2080
|
-
}[];
|
|
2081
|
-
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2082
|
-
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2083
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
2084
|
-
} | {
|
|
2085
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2086
|
-
};
|
|
2087
|
-
panelIDs: string[];
|
|
2088
|
-
};
|
|
2089
|
-
} & {
|
|
2090
|
-
setName(name: string): void;
|
|
2091
|
-
setType(type: import('../../../../../model').EViewComponentType): void;
|
|
2092
|
-
appendPanelID(id: string): void;
|
|
2093
|
-
appendPanelIDs(ids: string[]): void;
|
|
2094
|
-
removePanelID(id: string): void;
|
|
2095
|
-
} & {
|
|
2096
|
-
readonly defaultTab: string;
|
|
2097
|
-
readonly tabViewID: string;
|
|
2098
|
-
readonly contentModel: any;
|
|
2099
|
-
readonly panels: any;
|
|
2100
|
-
readonly renderViewIDs: string[];
|
|
2101
|
-
} & {
|
|
2102
|
-
setTab(tab: string | null): void;
|
|
2103
|
-
afterCreate(): void;
|
|
2104
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
2105
|
-
readonly firstVisibleView: ({
|
|
2106
|
-
id: string;
|
|
2107
|
-
name: string;
|
|
2108
|
-
type: import('../../../../../model').EViewComponentType;
|
|
2109
|
-
config: ({
|
|
2292
|
+
}>>>) | ({
|
|
2110
2293
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2111
2294
|
width: string;
|
|
2112
2295
|
height: string;
|
|
@@ -2157,6 +2340,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2157
2340
|
setWidth(v: string): void;
|
|
2158
2341
|
setHeight(v: string): void;
|
|
2159
2342
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2343
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2344
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2160
2345
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2161
2346
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2162
2347
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2199,9 +2384,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2199
2384
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2200
2385
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2201
2386
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2202
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2203
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2204
2387
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2388
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2389
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2205
2390
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2206
2391
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2207
2392
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2244,9 +2429,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2244
2429
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2245
2430
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2246
2431
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2247
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2248
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2249
2432
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2433
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2434
|
+
}, {
|
|
2435
|
+
readonly json: {
|
|
2436
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2437
|
+
};
|
|
2438
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2250
2439
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2251
2440
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2252
2441
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2327,12 +2516,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2327
2516
|
}>>[]): void;
|
|
2328
2517
|
addTab(): void;
|
|
2329
2518
|
removeTab(index: number): void;
|
|
2330
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2331
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2332
|
-
}, {
|
|
2333
|
-
readonly json: {
|
|
2334
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2335
|
-
};
|
|
2336
2519
|
}>>>) | ({
|
|
2337
2520
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2338
2521
|
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
@@ -2397,6 +2580,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2397
2580
|
addTab(): void;
|
|
2398
2581
|
removeTab(index: number): void;
|
|
2399
2582
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2583
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2584
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2400
2585
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2401
2586
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2402
2587
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2439,9 +2624,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2439
2624
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2440
2625
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2441
2626
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2442
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2443
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2444
2627
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2628
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2629
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2445
2630
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2446
2631
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2447
2632
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2484,192 +2669,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2484
2669
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2485
2670
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2486
2671
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2487
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2488
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2489
2672
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2490
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2491
|
-
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2492
|
-
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2493
|
-
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
2494
|
-
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2495
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2496
|
-
}, {
|
|
2497
|
-
readonly json: {
|
|
2498
|
-
enabled: boolean;
|
|
2499
|
-
func_content: string;
|
|
2500
|
-
};
|
|
2501
|
-
readonly value: any;
|
|
2502
|
-
} & {
|
|
2503
|
-
setEnabled(v: boolean): void;
|
|
2504
|
-
setFuncContent(v: string): void;
|
|
2505
|
-
replace({ enabled, func_content }: {
|
|
2506
|
-
enabled: boolean;
|
|
2507
|
-
func_content: string;
|
|
2508
|
-
}): void;
|
|
2509
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2510
|
-
}, {
|
|
2511
|
-
readonly json: {
|
|
2512
|
-
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2513
|
-
width: string;
|
|
2514
|
-
height: string;
|
|
2515
|
-
custom_modal_title: {
|
|
2516
|
-
enabled: boolean;
|
|
2517
|
-
func_content: string;
|
|
2518
|
-
};
|
|
2519
|
-
};
|
|
2520
|
-
} & {
|
|
2521
|
-
setWidth(v: string): void;
|
|
2522
|
-
setHeight(v: string): void;
|
|
2523
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2524
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2525
|
-
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2526
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2527
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2528
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2529
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2530
|
-
}, {
|
|
2531
|
-
readonly json: {
|
|
2532
|
-
id: string;
|
|
2533
|
-
name: string;
|
|
2534
|
-
color: string;
|
|
2535
|
-
view_id: string;
|
|
2536
|
-
};
|
|
2537
|
-
} & {
|
|
2538
|
-
setName(v: string): void;
|
|
2539
|
-
setViewID(v: string): void;
|
|
2540
|
-
setColor(v: string): void;
|
|
2541
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
2542
|
-
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2543
|
-
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2544
|
-
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2545
|
-
}, {
|
|
2546
|
-
readonly json: {
|
|
2547
|
-
grow: boolean;
|
|
2548
|
-
tabs: {
|
|
2549
|
-
id: string;
|
|
2550
|
-
name: string;
|
|
2551
|
-
color: string;
|
|
2552
|
-
view_id: string;
|
|
2553
|
-
}[];
|
|
2554
|
-
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2555
|
-
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2556
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
2557
|
-
};
|
|
2558
|
-
} & {
|
|
2559
|
-
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
2560
|
-
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
2561
|
-
setGrow(v: boolean): void;
|
|
2562
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2563
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2564
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2565
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2566
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2567
|
-
}>>[]): void;
|
|
2568
|
-
addTab(): void;
|
|
2569
|
-
removeTab(index: number): void;
|
|
2570
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2571
2673
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2572
2674
|
}, {
|
|
2573
2675
|
readonly json: {
|
|
2574
2676
|
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2575
2677
|
};
|
|
2576
|
-
}
|
|
2577
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2578
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2579
|
-
readonly json: {
|
|
2580
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2581
|
-
};
|
|
2582
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2583
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2584
|
-
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2585
|
-
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2586
|
-
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
2587
|
-
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2588
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2589
|
-
}, {
|
|
2590
|
-
readonly json: {
|
|
2591
|
-
enabled: boolean;
|
|
2592
|
-
func_content: string;
|
|
2593
|
-
};
|
|
2594
|
-
readonly value: any;
|
|
2595
|
-
} & {
|
|
2596
|
-
setEnabled(v: boolean): void;
|
|
2597
|
-
setFuncContent(v: string): void;
|
|
2598
|
-
replace({ enabled, func_content }: {
|
|
2599
|
-
enabled: boolean;
|
|
2600
|
-
func_content: string;
|
|
2601
|
-
}): void;
|
|
2602
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2603
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2604
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2605
|
-
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2606
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2607
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2608
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2609
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2610
|
-
}, {
|
|
2611
|
-
readonly json: {
|
|
2612
|
-
id: string;
|
|
2613
|
-
name: string;
|
|
2614
|
-
color: string;
|
|
2615
|
-
view_id: string;
|
|
2616
|
-
};
|
|
2617
|
-
} & {
|
|
2618
|
-
setName(v: string): void;
|
|
2619
|
-
setViewID(v: string): void;
|
|
2620
|
-
setColor(v: string): void;
|
|
2621
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
2622
|
-
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2623
|
-
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2624
|
-
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2625
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2626
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2627
|
-
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2628
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2629
|
-
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2630
|
-
height: import("mobx-state-tree").ISimpleType<string>;
|
|
2631
|
-
custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
2632
|
-
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2633
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2634
|
-
}, {
|
|
2635
|
-
readonly json: {
|
|
2636
|
-
enabled: boolean;
|
|
2637
|
-
func_content: string;
|
|
2638
|
-
};
|
|
2639
|
-
readonly value: any;
|
|
2640
|
-
} & {
|
|
2641
|
-
setEnabled(v: boolean): void;
|
|
2642
|
-
setFuncContent(v: string): void;
|
|
2643
|
-
replace({ enabled, func_content }: {
|
|
2644
|
-
enabled: boolean;
|
|
2645
|
-
func_content: string;
|
|
2646
|
-
}): void;
|
|
2647
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
2648
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2649
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2650
|
-
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
2651
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2652
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2653
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
2654
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2655
|
-
}, {
|
|
2656
|
-
readonly json: {
|
|
2657
|
-
id: string;
|
|
2658
|
-
name: string;
|
|
2659
|
-
color: string;
|
|
2660
|
-
view_id: string;
|
|
2661
|
-
};
|
|
2662
|
-
} & {
|
|
2663
|
-
setName(v: string): void;
|
|
2664
|
-
setViewID(v: string): void;
|
|
2665
|
-
setColor(v: string): void;
|
|
2666
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
2667
|
-
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2668
|
-
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2669
|
-
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2670
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2671
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2672
|
-
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2678
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2673
2679
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2674
2680
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2675
2681
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2750,12 +2756,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2750
2756
|
}>>[]): void;
|
|
2751
2757
|
addTab(): void;
|
|
2752
2758
|
removeTab(index: number): void;
|
|
2753
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2754
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2755
|
-
}, {
|
|
2756
|
-
readonly json: {
|
|
2757
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2758
|
-
};
|
|
2759
2759
|
}>>>);
|
|
2760
2760
|
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]>>;
|
|
2761
2761
|
tab: string;
|
|
@@ -2765,6 +2765,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2765
2765
|
name: string;
|
|
2766
2766
|
type: import('../../../../../model').EViewComponentType;
|
|
2767
2767
|
config: {
|
|
2768
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2769
|
+
} | {
|
|
2768
2770
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2769
2771
|
width: string;
|
|
2770
2772
|
height: string;
|
|
@@ -2783,8 +2785,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2783
2785
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2784
2786
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
2785
2787
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2786
|
-
} | {
|
|
2787
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2788
2788
|
};
|
|
2789
2789
|
panelIDs: string[];
|
|
2790
2790
|
};
|
|
@@ -2808,6 +2808,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2808
2808
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2809
2809
|
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
2810
2810
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2811
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2812
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2811
2813
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2812
2814
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2813
2815
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2850,9 +2852,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2850
2852
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2851
2853
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2852
2854
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2853
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
2854
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2855
2855
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
2856
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2857
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2856
2858
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2857
2859
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2858
2860
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2895,9 +2897,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2895
2897
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
2896
2898
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
2897
2899
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
2898
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
2899
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2900
2900
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
2901
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2902
|
+
}, {
|
|
2903
|
+
readonly json: {
|
|
2904
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2905
|
+
};
|
|
2906
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2901
2907
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
2902
2908
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
2903
2909
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -2978,12 +2984,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2978
2984
|
}>>[]): void;
|
|
2979
2985
|
addTab(): void;
|
|
2980
2986
|
removeTab(index: number): void;
|
|
2981
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
2982
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
2983
|
-
}, {
|
|
2984
|
-
readonly json: {
|
|
2985
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2986
|
-
};
|
|
2987
2987
|
}>>;
|
|
2988
2988
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2989
2989
|
} & {
|
|
@@ -2994,6 +2994,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2994
2994
|
name: string;
|
|
2995
2995
|
type: import('../../../../../model').EViewComponentType;
|
|
2996
2996
|
config: {
|
|
2997
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
2998
|
+
} | {
|
|
2997
2999
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
2998
3000
|
width: string;
|
|
2999
3001
|
height: string;
|
|
@@ -3012,8 +3014,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3012
3014
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3013
3015
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3014
3016
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3015
|
-
} | {
|
|
3016
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3017
3017
|
};
|
|
3018
3018
|
panelIDs: string[];
|
|
3019
3019
|
};
|
|
@@ -3028,66 +3028,24 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3028
3028
|
readonly tabViewID: string;
|
|
3029
3029
|
readonly contentModel: any;
|
|
3030
3030
|
readonly panels: any;
|
|
3031
|
-
readonly renderViewIDs: string[];
|
|
3032
|
-
} & {
|
|
3033
|
-
setTab(tab: string | null): void;
|
|
3034
|
-
afterCreate(): void;
|
|
3035
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
3036
|
-
readonly visibleViews: ({
|
|
3037
|
-
id: string;
|
|
3038
|
-
name: string;
|
|
3039
|
-
type: import('../../../../../model').EViewComponentType;
|
|
3040
|
-
config: ({
|
|
3041
|
-
_name: import('../../../../../model').EViewComponentType.
|
|
3042
|
-
width: string;
|
|
3043
|
-
height: string;
|
|
3044
|
-
custom_modal_title: {
|
|
3045
|
-
enabled: boolean;
|
|
3046
|
-
func_content: string;
|
|
3047
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3048
|
-
readonly json: {
|
|
3049
|
-
enabled: boolean;
|
|
3050
|
-
func_content: string;
|
|
3051
|
-
};
|
|
3052
|
-
readonly value: any;
|
|
3053
|
-
} & {
|
|
3054
|
-
setEnabled(v: boolean): void;
|
|
3055
|
-
setFuncContent(v: string): void;
|
|
3056
|
-
replace({ enabled, func_content }: {
|
|
3057
|
-
enabled: boolean;
|
|
3058
|
-
func_content: string;
|
|
3059
|
-
}): void;
|
|
3060
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
3061
|
-
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3062
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3063
|
-
}, {
|
|
3064
|
-
readonly json: {
|
|
3065
|
-
enabled: boolean;
|
|
3066
|
-
func_content: string;
|
|
3067
|
-
};
|
|
3068
|
-
readonly value: any;
|
|
3069
|
-
} & {
|
|
3070
|
-
setEnabled(v: boolean): void;
|
|
3071
|
-
setFuncContent(v: string): void;
|
|
3072
|
-
replace({ enabled, func_content }: {
|
|
3073
|
-
enabled: boolean;
|
|
3074
|
-
func_content: string;
|
|
3075
|
-
}): void;
|
|
3076
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
3031
|
+
readonly renderViewIDs: string[];
|
|
3032
|
+
} & {
|
|
3033
|
+
setTab(tab: string | null): void;
|
|
3034
|
+
afterCreate(): void;
|
|
3035
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
3036
|
+
readonly visibleViews: ({
|
|
3037
|
+
id: string;
|
|
3038
|
+
name: string;
|
|
3039
|
+
type: import('../../../../../model').EViewComponentType;
|
|
3040
|
+
config: ({
|
|
3041
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3077
3042
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3078
3043
|
readonly json: {
|
|
3079
|
-
_name: import('../../../../../model').EViewComponentType.
|
|
3080
|
-
width: string;
|
|
3081
|
-
height: string;
|
|
3082
|
-
custom_modal_title: {
|
|
3083
|
-
enabled: boolean;
|
|
3084
|
-
func_content: string;
|
|
3085
|
-
};
|
|
3044
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3086
3045
|
};
|
|
3087
|
-
} & {
|
|
3088
|
-
setWidth(v: string): void;
|
|
3089
|
-
setHeight(v: string): void;
|
|
3090
3046
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3047
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3048
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3091
3049
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3092
3050
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3093
3051
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3130,9 +3088,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3130
3088
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3131
3089
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3132
3090
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3133
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3134
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3135
3091
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3092
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3093
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3136
3094
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3137
3095
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3138
3096
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3175,9 +3133,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3175
3133
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3176
3134
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3177
3135
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3178
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3179
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3180
3136
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3137
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3138
|
+
}, {
|
|
3139
|
+
readonly json: {
|
|
3140
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3141
|
+
};
|
|
3142
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3181
3143
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3182
3144
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3183
3145
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3258,76 +3220,59 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3258
3220
|
}>>[]): void;
|
|
3259
3221
|
addTab(): void;
|
|
3260
3222
|
removeTab(index: number): void;
|
|
3261
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3262
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3263
|
-
}, {
|
|
3264
|
-
readonly json: {
|
|
3265
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3266
|
-
};
|
|
3267
3223
|
}>>>) | ({
|
|
3268
3224
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
}
|
|
3225
|
+
width: string;
|
|
3226
|
+
height: string;
|
|
3227
|
+
custom_modal_title: {
|
|
3228
|
+
enabled: boolean;
|
|
3229
|
+
func_content: string;
|
|
3230
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3275
3231
|
readonly json: {
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
color: string;
|
|
3279
|
-
view_id: string;
|
|
3232
|
+
enabled: boolean;
|
|
3233
|
+
func_content: string;
|
|
3280
3234
|
};
|
|
3235
|
+
readonly value: any;
|
|
3281
3236
|
} & {
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3237
|
+
setEnabled(v: boolean): void;
|
|
3238
|
+
setFuncContent(v: string): void;
|
|
3239
|
+
replace({ enabled, func_content }: {
|
|
3240
|
+
enabled: boolean;
|
|
3241
|
+
func_content: string;
|
|
3242
|
+
}): void;
|
|
3243
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
3244
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3245
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3290
3246
|
}, {
|
|
3291
3247
|
readonly json: {
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
color: string;
|
|
3295
|
-
view_id: string;
|
|
3248
|
+
enabled: boolean;
|
|
3249
|
+
func_content: string;
|
|
3296
3250
|
};
|
|
3251
|
+
readonly value: any;
|
|
3297
3252
|
} & {
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3253
|
+
setEnabled(v: boolean): void;
|
|
3254
|
+
setFuncContent(v: string): void;
|
|
3255
|
+
replace({ enabled, func_content }: {
|
|
3256
|
+
enabled: boolean;
|
|
3257
|
+
func_content: string;
|
|
3258
|
+
}): void;
|
|
3259
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
3305
3260
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3306
3261
|
readonly json: {
|
|
3307
|
-
grow: boolean;
|
|
3308
|
-
tabs: {
|
|
3309
|
-
id: string;
|
|
3310
|
-
name: string;
|
|
3311
|
-
color: string;
|
|
3312
|
-
view_id: string;
|
|
3313
|
-
}[];
|
|
3314
3262
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3315
|
-
|
|
3316
|
-
|
|
3263
|
+
width: string;
|
|
3264
|
+
height: string;
|
|
3265
|
+
custom_modal_title: {
|
|
3266
|
+
enabled: boolean;
|
|
3267
|
+
func_content: string;
|
|
3268
|
+
};
|
|
3317
3269
|
};
|
|
3318
3270
|
} & {
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
setGrow(v: boolean): void;
|
|
3322
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3323
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3324
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3325
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3326
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3327
|
-
}>>[]): void;
|
|
3328
|
-
addTab(): void;
|
|
3329
|
-
removeTab(index: number): void;
|
|
3271
|
+
setWidth(v: string): void;
|
|
3272
|
+
setHeight(v: string): void;
|
|
3330
3273
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3274
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3275
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3331
3276
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3332
3277
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3333
3278
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3370,9 +3315,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3370
3315
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3371
3316
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3372
3317
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3373
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3374
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3375
3318
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3319
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3320
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3376
3321
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3377
3322
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3378
3323
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3415,9 +3360,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3415
3360
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3416
3361
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3417
3362
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3418
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3419
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3420
3363
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3364
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3365
|
+
}, {
|
|
3366
|
+
readonly json: {
|
|
3367
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3368
|
+
};
|
|
3369
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3421
3370
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3422
3371
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3423
3372
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3498,19 +3447,72 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3498
3447
|
}>>[]): void;
|
|
3499
3448
|
addTab(): void;
|
|
3500
3449
|
removeTab(index: number): void;
|
|
3501
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3502
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3503
|
-
}, {
|
|
3504
|
-
readonly json: {
|
|
3505
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3506
|
-
};
|
|
3507
3450
|
}>>>) | ({
|
|
3508
|
-
_name: import('../../../../../model').EViewComponentType.
|
|
3451
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3452
|
+
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
3453
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3454
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3455
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3456
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3457
|
+
}, {
|
|
3458
|
+
readonly json: {
|
|
3459
|
+
id: string;
|
|
3460
|
+
name: string;
|
|
3461
|
+
color: string;
|
|
3462
|
+
view_id: string;
|
|
3463
|
+
};
|
|
3464
|
+
} & {
|
|
3465
|
+
setName(v: string): void;
|
|
3466
|
+
setViewID(v: string): void;
|
|
3467
|
+
setColor(v: string): void;
|
|
3468
|
+
}, 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<{
|
|
3469
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3470
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3471
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3472
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3473
|
+
}, {
|
|
3474
|
+
readonly json: {
|
|
3475
|
+
id: string;
|
|
3476
|
+
name: string;
|
|
3477
|
+
color: string;
|
|
3478
|
+
view_id: string;
|
|
3479
|
+
};
|
|
3480
|
+
} & {
|
|
3481
|
+
setName(v: string): void;
|
|
3482
|
+
setViewID(v: string): void;
|
|
3483
|
+
setColor(v: string): void;
|
|
3484
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
3485
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3486
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
3487
|
+
grow: boolean;
|
|
3509
3488
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3510
3489
|
readonly json: {
|
|
3511
|
-
|
|
3490
|
+
grow: boolean;
|
|
3491
|
+
tabs: {
|
|
3492
|
+
id: string;
|
|
3493
|
+
name: string;
|
|
3494
|
+
color: string;
|
|
3495
|
+
view_id: string;
|
|
3496
|
+
}[];
|
|
3497
|
+
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3498
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3499
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
3512
3500
|
};
|
|
3501
|
+
} & {
|
|
3502
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
3503
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
3504
|
+
setGrow(v: boolean): void;
|
|
3505
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3506
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3507
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3508
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
3509
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3510
|
+
}>>[]): void;
|
|
3511
|
+
addTab(): void;
|
|
3512
|
+
removeTab(index: number): void;
|
|
3513
3513
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3514
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3515
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3514
3516
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3515
3517
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3516
3518
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3553,9 +3555,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3553
3555
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3554
3556
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3555
3557
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3556
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3557
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3558
3558
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3559
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3560
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3559
3561
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3560
3562
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3561
3563
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3598,9 +3600,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3598
3600
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3599
3601
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3600
3602
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3601
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3602
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3603
3603
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3604
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3605
|
+
}, {
|
|
3606
|
+
readonly json: {
|
|
3607
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3608
|
+
};
|
|
3609
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3604
3610
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3605
3611
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3606
3612
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3681,12 +3687,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3681
3687
|
}>>[]): void;
|
|
3682
3688
|
addTab(): void;
|
|
3683
3689
|
removeTab(index: number): void;
|
|
3684
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3685
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3686
|
-
}, {
|
|
3687
|
-
readonly json: {
|
|
3688
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3689
|
-
};
|
|
3690
3690
|
}>>>);
|
|
3691
3691
|
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]>>;
|
|
3692
3692
|
tab: string;
|
|
@@ -3696,6 +3696,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3696
3696
|
name: string;
|
|
3697
3697
|
type: import('../../../../../model').EViewComponentType;
|
|
3698
3698
|
config: {
|
|
3699
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3700
|
+
} | {
|
|
3699
3701
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3700
3702
|
width: string;
|
|
3701
3703
|
height: string;
|
|
@@ -3714,8 +3716,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3714
3716
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3715
3717
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3716
3718
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3717
|
-
} | {
|
|
3718
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3719
3719
|
};
|
|
3720
3720
|
panelIDs: string[];
|
|
3721
3721
|
};
|
|
@@ -3739,6 +3739,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3739
3739
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3740
3740
|
type: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType>;
|
|
3741
3741
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3742
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3743
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3742
3744
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3743
3745
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3744
3746
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3781,9 +3783,9 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3781
3783
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3782
3784
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3783
3785
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3784
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3785
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3786
3786
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
3787
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3788
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3787
3789
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3788
3790
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3789
3791
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3826,9 +3828,13 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3826
3828
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
3827
3829
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
3828
3830
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3829
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
3830
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3831
3831
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
3832
|
+
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3833
|
+
}, {
|
|
3834
|
+
readonly json: {
|
|
3835
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3836
|
+
};
|
|
3837
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3832
3838
|
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Modal>;
|
|
3833
3839
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
3834
3840
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3909,12 +3915,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3909
3915
|
}>>[]): void;
|
|
3910
3916
|
addTab(): void;
|
|
3911
3917
|
removeTab(index: number): void;
|
|
3912
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
3913
|
-
_name: import("mobx-state-tree").ISimpleType<import('../../../../../model').EViewComponentType.Division>;
|
|
3914
|
-
}, {
|
|
3915
|
-
readonly json: {
|
|
3916
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3917
|
-
};
|
|
3918
3918
|
}>>;
|
|
3919
3919
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3920
3920
|
} & {
|
|
@@ -3925,6 +3925,8 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3925
3925
|
name: string;
|
|
3926
3926
|
type: import('../../../../../model').EViewComponentType;
|
|
3927
3927
|
config: {
|
|
3928
|
+
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3929
|
+
} | {
|
|
3928
3930
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3929
3931
|
width: string;
|
|
3930
3932
|
height: string;
|
|
@@ -3943,8 +3945,6 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
3943
3945
|
_name: import('../../../../../model').EViewComponentType.Modal;
|
|
3944
3946
|
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
3945
3947
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3946
|
-
} | {
|
|
3947
|
-
_name: import('../../../../../model').EViewComponentType.Division;
|
|
3948
3948
|
};
|
|
3949
3949
|
panelIDs: string[];
|
|
3950
3950
|
};
|