@devtable/dashboard 10.49.0 → 10.50.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-tree-select/render/widget.d.ts +3 -2
- 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 +9934 -9914
- package/dist/dashboard.umd.js +82 -82
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +6 -0
- 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 ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
6
6
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7
7
|
type: import("mobx-state-tree").ISimpleType<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<EViewComponentType.Division>;
|
|
10
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
9
11
|
_name: import("mobx-state-tree").ISimpleType<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 ViewModel: 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<EViewComponentType.Division>;
|
|
53
53
|
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
54
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
55
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
54
56
|
_name: import("mobx-state-tree").ISimpleType<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 ViewModel: 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<EViewComponentType.Division>;
|
|
98
98
|
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
99
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
100
|
+
}, {
|
|
101
|
+
readonly json: {
|
|
102
|
+
_name: EViewComponentType.Division;
|
|
103
|
+
};
|
|
104
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
99
105
|
_name: import("mobx-state-tree").ISimpleType<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 ViewModel: 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<EViewComponentType.Division>;
|
|
181
|
-
}, {
|
|
182
|
-
readonly json: {
|
|
183
|
-
_name: 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 ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
192
192
|
name: string;
|
|
193
193
|
type: EViewComponentType;
|
|
194
194
|
config: {
|
|
195
|
+
_name: EViewComponentType.Division;
|
|
196
|
+
} | {
|
|
195
197
|
_name: EViewComponentType.Modal;
|
|
196
198
|
width: string;
|
|
197
199
|
height: string;
|
|
@@ -210,8 +212,6 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
210
212
|
_name: 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: EViewComponentType.Division;
|
|
215
215
|
};
|
|
216
216
|
panelIDs: string[];
|
|
217
217
|
};
|
|
@@ -237,6 +237,8 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
237
237
|
name: string;
|
|
238
238
|
type: EViewComponentType;
|
|
239
239
|
config: {
|
|
240
|
+
_name: EViewComponentType.Division;
|
|
241
|
+
} | {
|
|
240
242
|
_name: EViewComponentType.Modal;
|
|
241
243
|
width: string;
|
|
242
244
|
height: string;
|
|
@@ -255,8 +257,6 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
255
257
|
_name: EViewComponentType.Modal;
|
|
256
258
|
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]>>);
|
|
257
259
|
orientation: import("@mantine/core").TabsOrientation;
|
|
258
|
-
} | {
|
|
259
|
-
_name: EViewComponentType.Division;
|
|
260
260
|
};
|
|
261
261
|
panelIDs: string[];
|
|
262
262
|
}[];
|