@devtable/dashboard 13.42.13 → 13.43.1
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/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +2 -0
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +5 -7
- package/dist/components/filter/filter-multi-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/filter-settings/preview-filter.d.ts +2 -2
- package/dist/components/filter/filter-tree/filter-tree-select/render/widget.d.ts +5 -7
- package/dist/components/filter/filter-tree/filter-tree-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.d.ts +5 -6
- package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/select-item.d.ts +2 -7
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +12 -12
- package/dist/components/panel/panel-render/panel-render-base.d.ts +2 -2
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/data-field-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/mantine-size-selector.d.ts +4 -4
- package/dist/components/panel/settings/common/panel-query-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/variable-selector/variable-selector-item.d.ts +2 -9
- package/dist/components/panel/settings/common/variable-selector/variable-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-origin-selector.d.ts +3 -7
- package/dist/components/plugins/common-echarts-fields/line-area-style/temp-color-input.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/color-mapping-editor/style.d.ts +2 -5
- package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +2 -2
- package/dist/components/plugins/plugin-context.d.ts +30 -12
- package/dist/components/plugins/viz-components/button/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/viz-table.styles.d.ts +4 -8
- package/dist/components/view/view-component/render/division.d.ts +2 -2
- package/dist/components/widgets/custom-selector-item/index.d.ts +2 -8
- package/dist/components/widgets/rich-text-editor/readonly-rich-text-editor.d.ts +2 -2
- package/dist/contexts/panel-context.d.ts +42 -24
- package/dist/dashboard-editor/model/editor/index.d.ts +10 -2
- package/dist/dashboard-editor/model/filters/index.d.ts +26 -26
- package/dist/dashboard-editor/model/panels/panel.d.ts +15 -6
- package/dist/dashboard-editor/model/queries/queries.d.ts +9 -9
- package/dist/dashboard-editor/model/queries/query.d.ts +1 -1
- package/dist/dashboard-editor/model/views/index.d.ts +672 -672
- package/dist/dashboard-editor/model/views/view.d.ts +30 -30
- package/dist/dashboard-editor/ui/header/spotlight/editor-spotlight.d.ts +3 -0
- package/dist/dashboard-editor/ui/header/spotlight/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-action-component.d.ts +7 -2
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-actions.d.ts +7 -0
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.style.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-variables-guide.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +88 -88
- package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-guide.d.ts +2 -2
- package/dist/dashboard.es.js +13669 -16716
- package/dist/dashboard.umd.js +116 -115
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +9 -9
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +6 -6
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select-base.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-single-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +20 -20
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +34 -33
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +22 -22
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +6 -6
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/views/view.d.ts +28 -28
- package/dist/model/render-model/dashboard/content/views/views.d.ts +534 -534
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/common-html-content-style.d.ts +2 -2
- package/dist/utils/mantine.d.ts +4 -0
- package/dist/version.json +2 -2
- package/package.json +70 -105
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-provider.d.ts +0 -6
|
@@ -2464,7 +2464,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2464
2464
|
} & {
|
|
2465
2465
|
readonly rootModel: any;
|
|
2466
2466
|
readonly contentModel: any;
|
|
2467
|
-
readonly conditionOptions: import("@mantine/core").
|
|
2467
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
2468
2468
|
readonly unmetRunByConditions: string[];
|
|
2469
2469
|
} & {
|
|
2470
2470
|
readonly payload: any;
|
|
@@ -2543,7 +2543,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2543
2543
|
} & {
|
|
2544
2544
|
readonly rootModel: any;
|
|
2545
2545
|
readonly contentModel: any;
|
|
2546
|
-
readonly conditionOptions: import("@mantine/core").
|
|
2546
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
2547
2547
|
readonly unmetRunByConditions: string[];
|
|
2548
2548
|
} & {
|
|
2549
2549
|
readonly payload: any;
|
|
@@ -2622,7 +2622,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2622
2622
|
} & {
|
|
2623
2623
|
readonly rootModel: any;
|
|
2624
2624
|
readonly contentModel: any;
|
|
2625
|
-
readonly conditionOptions: import("@mantine/core").
|
|
2625
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
2626
2626
|
readonly unmetRunByConditions: string[];
|
|
2627
2627
|
} & {
|
|
2628
2628
|
readonly payload: any;
|
|
@@ -2701,7 +2701,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2701
2701
|
} & {
|
|
2702
2702
|
readonly rootModel: any;
|
|
2703
2703
|
readonly contentModel: any;
|
|
2704
|
-
readonly conditionOptions: import("@mantine/core").
|
|
2704
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
2705
2705
|
readonly unmetRunByConditions: string[];
|
|
2706
2706
|
} & {
|
|
2707
2707
|
readonly payload: any;
|
|
@@ -2781,7 +2781,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2781
2781
|
} & {
|
|
2782
2782
|
readonly rootModel: any;
|
|
2783
2783
|
readonly contentModel: any;
|
|
2784
|
-
readonly conditionOptions: import("@mantine/core").
|
|
2784
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
2785
2785
|
readonly unmetRunByConditions: string[];
|
|
2786
2786
|
} & {
|
|
2787
2787
|
readonly payload: any;
|
|
@@ -2860,7 +2860,7 @@ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
2860
2860
|
} & {
|
|
2861
2861
|
readonly rootModel: any;
|
|
2862
2862
|
readonly contentModel: any;
|
|
2863
|
-
readonly conditionOptions: import("@mantine/core").
|
|
2863
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
2864
2864
|
readonly unmetRunByConditions: string[];
|
|
2865
2865
|
} & {
|
|
2866
2866
|
readonly payload: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComboboxItem, ComboboxItemGroup } from '@mantine/core';
|
|
2
2
|
import { Instance } from 'mobx-state-tree';
|
|
3
3
|
import { DataSourceType } from '../../../../../model';
|
|
4
4
|
import { DependencyInfo } from '../../../../../utils';
|
|
@@ -40,7 +40,7 @@ export declare const MuteQueryModel: import("mobx-state-tree").IModelType<{
|
|
|
40
40
|
} & {
|
|
41
41
|
readonly rootModel: any;
|
|
42
42
|
readonly contentModel: any;
|
|
43
|
-
readonly conditionOptions:
|
|
43
|
+
readonly conditionOptions: (ComboboxItem | ComboboxItemGroup<string | ComboboxItem>)[];
|
|
44
44
|
readonly unmetRunByConditions: string[];
|
|
45
45
|
} & {
|
|
46
46
|
readonly payload: any;
|
|
@@ -43,7 +43,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
43
43
|
} & {
|
|
44
44
|
readonly rootModel: any;
|
|
45
45
|
readonly contentModel: any;
|
|
46
|
-
readonly conditionOptions: import("@mantine/core").
|
|
46
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
47
47
|
readonly unmetRunByConditions: string[];
|
|
48
48
|
} & {
|
|
49
49
|
readonly payload: any;
|
|
@@ -125,7 +125,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
125
125
|
} & {
|
|
126
126
|
readonly rootModel: any;
|
|
127
127
|
readonly contentModel: any;
|
|
128
|
-
readonly conditionOptions: import("@mantine/core").
|
|
128
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
129
129
|
readonly unmetRunByConditions: string[];
|
|
130
130
|
} & {
|
|
131
131
|
readonly payload: any;
|
|
@@ -204,7 +204,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
204
204
|
} & {
|
|
205
205
|
readonly rootModel: any;
|
|
206
206
|
readonly contentModel: any;
|
|
207
|
-
readonly conditionOptions: import("@mantine/core").
|
|
207
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
208
208
|
readonly unmetRunByConditions: string[];
|
|
209
209
|
} & {
|
|
210
210
|
readonly payload: any;
|
|
@@ -283,7 +283,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
283
283
|
} & {
|
|
284
284
|
readonly rootModel: any;
|
|
285
285
|
readonly contentModel: any;
|
|
286
|
-
readonly conditionOptions: import("@mantine/core").
|
|
286
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
287
287
|
readonly unmetRunByConditions: string[];
|
|
288
288
|
} & {
|
|
289
289
|
readonly payload: any;
|
|
@@ -362,7 +362,7 @@ export declare const QueriesRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
362
362
|
} & {
|
|
363
363
|
readonly rootModel: any;
|
|
364
364
|
readonly contentModel: any;
|
|
365
|
-
readonly conditionOptions: import("@mantine/core").
|
|
365
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
366
366
|
readonly unmetRunByConditions: string[];
|
|
367
367
|
} & {
|
|
368
368
|
readonly payload: any;
|
|
@@ -42,7 +42,7 @@ export declare const QueryRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
42
42
|
} & {
|
|
43
43
|
readonly rootModel: any;
|
|
44
44
|
readonly contentModel: any;
|
|
45
|
-
readonly conditionOptions: import("@mantine/core").
|
|
45
|
+
readonly conditionOptions: (import("@mantine/core").ComboboxItem | import("@mantine/core").ComboboxItemGroup<string | import("@mantine/core").ComboboxItem>)[];
|
|
46
46
|
readonly unmetRunByConditions: string[];
|
|
47
47
|
} & {
|
|
48
48
|
readonly payload: any;
|
|
@@ -43,12 +43,12 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
43
43
|
};
|
|
44
44
|
} & {
|
|
45
45
|
setName(v: string): void;
|
|
46
|
-
setViewID(v: string): void;
|
|
46
|
+
setViewID(v: string | null): void;
|
|
47
47
|
setColor(v: string): void;
|
|
48
|
-
setOrder(v: number): void;
|
|
48
|
+
setOrder(v: string | number): void;
|
|
49
49
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
50
50
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
51
|
-
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import(
|
|
51
|
+
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model/meta-model').TabsOrientation>, [undefined]>;
|
|
52
52
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
53
53
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
54
54
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
@@ -91,12 +91,12 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
91
91
|
};
|
|
92
92
|
} & {
|
|
93
93
|
setName(v: string): void;
|
|
94
|
-
setViewID(v: string): void;
|
|
94
|
+
setViewID(v: string | null): void;
|
|
95
95
|
setColor(v: string): void;
|
|
96
|
-
setOrder(v: number): void;
|
|
96
|
+
setOrder(v: string | number): void;
|
|
97
97
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
98
98
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
99
|
-
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import(
|
|
99
|
+
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model/meta-model').TabsOrientation>, [undefined]>;
|
|
100
100
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
101
101
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
102
102
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
@@ -152,12 +152,12 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
152
152
|
};
|
|
153
153
|
} & {
|
|
154
154
|
setName(v: string): void;
|
|
155
|
-
setViewID(v: string): void;
|
|
155
|
+
setViewID(v: string | null): void;
|
|
156
156
|
setColor(v: string): void;
|
|
157
|
-
setOrder(v: number): void;
|
|
157
|
+
setOrder(v: string | number): void;
|
|
158
158
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
159
159
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
160
|
-
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import(
|
|
160
|
+
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model/meta-model').TabsOrientation>, [undefined]>;
|
|
161
161
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
162
162
|
}, {
|
|
163
163
|
readonly json: {
|
|
@@ -170,8 +170,8 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
170
170
|
view_id: string;
|
|
171
171
|
}[];
|
|
172
172
|
_name: EViewComponentType.Modal;
|
|
173
|
-
variant:
|
|
174
|
-
orientation: import(
|
|
173
|
+
variant: import("@mantine/core").TabsVariant;
|
|
174
|
+
orientation: import('../../../../../model/meta-model').TabsOrientation;
|
|
175
175
|
};
|
|
176
176
|
readonly tabsInOrder: ({
|
|
177
177
|
id: string;
|
|
@@ -189,9 +189,9 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
189
189
|
};
|
|
190
190
|
} & {
|
|
191
191
|
setName(v: string): void;
|
|
192
|
-
setViewID(v: string): void;
|
|
192
|
+
setViewID(v: string | null): void;
|
|
193
193
|
setColor(v: string): void;
|
|
194
|
-
setOrder(v: number): void;
|
|
194
|
+
setOrder(v: string | number): void;
|
|
195
195
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
196
196
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
197
197
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -208,13 +208,13 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
208
208
|
};
|
|
209
209
|
} & {
|
|
210
210
|
setName(v: string): void;
|
|
211
|
-
setViewID(v: string): void;
|
|
211
|
+
setViewID(v: string | null): void;
|
|
212
212
|
setColor(v: string): void;
|
|
213
|
-
setOrder(v: number): void;
|
|
213
|
+
setOrder(v: string | number): void;
|
|
214
214
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
215
215
|
} & {
|
|
216
|
-
setVariant(v:
|
|
217
|
-
setOrientation(v:
|
|
216
|
+
setVariant(v: string | null): void;
|
|
217
|
+
setOrientation(v: string | null): void;
|
|
218
218
|
setGrow(v: boolean): void;
|
|
219
219
|
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
220
220
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -258,8 +258,8 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
258
258
|
view_id: string;
|
|
259
259
|
}[];
|
|
260
260
|
_name: EViewComponentType.Modal;
|
|
261
|
-
variant:
|
|
262
|
-
orientation: import(
|
|
261
|
+
variant: import("@mantine/core").TabsVariant;
|
|
262
|
+
orientation: import('../../../../../model/meta-model').TabsOrientation;
|
|
263
263
|
} | {
|
|
264
264
|
_name: EViewComponentType.Division;
|
|
265
265
|
};
|
|
@@ -267,7 +267,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
267
267
|
};
|
|
268
268
|
} & {
|
|
269
269
|
setName(name: string): void;
|
|
270
|
-
setType(type:
|
|
270
|
+
setType(type: string | null): void;
|
|
271
271
|
appendPanelID(id: string): void;
|
|
272
272
|
appendPanelIDs(ids: string[]): void;
|
|
273
273
|
removePanelID(id: string): void;
|
|
@@ -288,9 +288,9 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
288
288
|
};
|
|
289
289
|
} & {
|
|
290
290
|
setName(v: string): void;
|
|
291
|
-
setViewID(v: string): void;
|
|
291
|
+
setViewID(v: string | null): void;
|
|
292
292
|
setColor(v: string): void;
|
|
293
|
-
setOrder(v: number): void;
|
|
293
|
+
setOrder(v: string | number): void;
|
|
294
294
|
}, 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<{
|
|
295
295
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
296
296
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -307,9 +307,9 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
307
307
|
};
|
|
308
308
|
} & {
|
|
309
309
|
setName(v: string): void;
|
|
310
|
-
setViewID(v: string): void;
|
|
310
|
+
setViewID(v: string | null): void;
|
|
311
311
|
setColor(v: string): void;
|
|
312
|
-
setOrder(v: number): void;
|
|
312
|
+
setOrder(v: string | number): void;
|
|
313
313
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
314
314
|
readonly tabInfo: {
|
|
315
315
|
id: string;
|
|
@@ -331,9 +331,9 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
331
331
|
};
|
|
332
332
|
} & {
|
|
333
333
|
setName(v: string): void;
|
|
334
|
-
setViewID(v: string): void;
|
|
334
|
+
setViewID(v: string | null): void;
|
|
335
335
|
setColor(v: string): void;
|
|
336
|
-
setOrder(v: number): void;
|
|
336
|
+
setOrder(v: string | number): void;
|
|
337
337
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
338
338
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
339
339
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -350,9 +350,9 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
350
350
|
};
|
|
351
351
|
} & {
|
|
352
352
|
setName(v: string): void;
|
|
353
|
-
setViewID(v: string): void;
|
|
353
|
+
setViewID(v: string | null): void;
|
|
354
354
|
setColor(v: string): void;
|
|
355
|
-
setOrder(v: number): void;
|
|
355
|
+
setOrder(v: string | number): void;
|
|
356
356
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | null | undefined;
|
|
357
357
|
readonly tabViewID: string;
|
|
358
358
|
readonly contentModel: any;
|