@devtable/dashboard 11.5.0 → 11.5.2
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/dashboard-editor/model/views/index.d.ts +173 -0
- package/dist/dashboard-editor/model/views/view.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +31 -0
- package/dist/dashboard.es.js +4 -2
- package/dist/dashboard.umd.js +2 -2
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +7 -0
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +14 -0
- package/dist/model/render-model/dashboard/content/views/view.d.ts +7 -0
- package/dist/model/render-model/dashboard/content/views/views.d.ts +132 -0
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -40,6 +40,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
40
40
|
id: string;
|
|
41
41
|
name: string;
|
|
42
42
|
color: string;
|
|
43
|
+
order: number;
|
|
43
44
|
view_id: string;
|
|
44
45
|
};
|
|
45
46
|
} & {
|
|
@@ -87,6 +88,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
87
88
|
id: string;
|
|
88
89
|
name: string;
|
|
89
90
|
color: string;
|
|
91
|
+
order: number;
|
|
90
92
|
view_id: string;
|
|
91
93
|
};
|
|
92
94
|
} & {
|
|
@@ -151,6 +153,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
151
153
|
id: string;
|
|
152
154
|
name: string;
|
|
153
155
|
color: string;
|
|
156
|
+
order: number;
|
|
154
157
|
view_id: string;
|
|
155
158
|
};
|
|
156
159
|
} & {
|
|
@@ -169,6 +172,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
169
172
|
id: string;
|
|
170
173
|
name: string;
|
|
171
174
|
color: string;
|
|
175
|
+
order: number;
|
|
172
176
|
view_id: string;
|
|
173
177
|
}[];
|
|
174
178
|
_name: EViewComponentType.Modal;
|
|
@@ -186,6 +190,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
186
190
|
id: string;
|
|
187
191
|
name: string;
|
|
188
192
|
color: string;
|
|
193
|
+
order: number;
|
|
189
194
|
view_id: string;
|
|
190
195
|
};
|
|
191
196
|
} & {
|
|
@@ -204,6 +209,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
204
209
|
id: string;
|
|
205
210
|
name: string;
|
|
206
211
|
color: string;
|
|
212
|
+
order: number;
|
|
207
213
|
view_id: string;
|
|
208
214
|
};
|
|
209
215
|
} & {
|
|
@@ -248,6 +254,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
248
254
|
id: string;
|
|
249
255
|
name: string;
|
|
250
256
|
color: string;
|
|
257
|
+
order: number;
|
|
251
258
|
view_id: string;
|
|
252
259
|
}[];
|
|
253
260
|
_name: EViewComponentType.Modal;
|
|
@@ -12,6 +12,7 @@ declare const TabModel: import("mobx-state-tree").IModelType<{
|
|
|
12
12
|
id: string;
|
|
13
13
|
name: string;
|
|
14
14
|
color: string;
|
|
15
|
+
order: number;
|
|
15
16
|
view_id: string;
|
|
16
17
|
};
|
|
17
18
|
} & {
|
|
@@ -35,6 +36,7 @@ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
|
35
36
|
id: string;
|
|
36
37
|
name: string;
|
|
37
38
|
color: string;
|
|
39
|
+
order: number;
|
|
38
40
|
view_id: string;
|
|
39
41
|
};
|
|
40
42
|
} & {
|
|
@@ -53,6 +55,7 @@ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
|
53
55
|
id: string;
|
|
54
56
|
name: string;
|
|
55
57
|
color: string;
|
|
58
|
+
order: number;
|
|
56
59
|
view_id: string;
|
|
57
60
|
}[];
|
|
58
61
|
_name: EViewComponentType.Modal;
|
|
@@ -70,6 +73,7 @@ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
|
70
73
|
id: string;
|
|
71
74
|
name: string;
|
|
72
75
|
color: string;
|
|
76
|
+
order: number;
|
|
73
77
|
view_id: string;
|
|
74
78
|
};
|
|
75
79
|
} & {
|
|
@@ -88,6 +92,7 @@ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
|
88
92
|
id: string;
|
|
89
93
|
name: string;
|
|
90
94
|
color: string;
|
|
95
|
+
order: number;
|
|
91
96
|
view_id: string;
|
|
92
97
|
};
|
|
93
98
|
} & {
|
|
@@ -119,6 +124,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
119
124
|
id: string;
|
|
120
125
|
name: string;
|
|
121
126
|
color: string;
|
|
127
|
+
order: number;
|
|
122
128
|
view_id: string;
|
|
123
129
|
};
|
|
124
130
|
} & {
|
|
@@ -137,6 +143,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
137
143
|
id: string;
|
|
138
144
|
name: string;
|
|
139
145
|
color: string;
|
|
146
|
+
order: number;
|
|
140
147
|
view_id: string;
|
|
141
148
|
};
|
|
142
149
|
} & {
|
|
@@ -155,6 +162,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
155
162
|
id: string;
|
|
156
163
|
name: string;
|
|
157
164
|
color: string;
|
|
165
|
+
order: number;
|
|
158
166
|
view_id: string;
|
|
159
167
|
}[];
|
|
160
168
|
_name: EViewComponentType.Modal;
|
|
@@ -172,6 +180,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
172
180
|
id: string;
|
|
173
181
|
name: string;
|
|
174
182
|
color: string;
|
|
183
|
+
order: number;
|
|
175
184
|
view_id: string;
|
|
176
185
|
};
|
|
177
186
|
} & {
|
|
@@ -190,6 +199,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
190
199
|
id: string;
|
|
191
200
|
name: string;
|
|
192
201
|
color: string;
|
|
202
|
+
order: number;
|
|
193
203
|
view_id: string;
|
|
194
204
|
};
|
|
195
205
|
} & {
|
|
@@ -218,6 +228,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
218
228
|
id: string;
|
|
219
229
|
name: string;
|
|
220
230
|
color: string;
|
|
231
|
+
order: number;
|
|
221
232
|
view_id: string;
|
|
222
233
|
};
|
|
223
234
|
} & {
|
|
@@ -236,6 +247,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
236
247
|
id: string;
|
|
237
248
|
name: string;
|
|
238
249
|
color: string;
|
|
250
|
+
order: number;
|
|
239
251
|
view_id: string;
|
|
240
252
|
}[];
|
|
241
253
|
_name: EViewComponentType.Modal;
|
|
@@ -253,6 +265,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
253
265
|
id: string;
|
|
254
266
|
name: string;
|
|
255
267
|
color: string;
|
|
268
|
+
order: number;
|
|
256
269
|
view_id: string;
|
|
257
270
|
};
|
|
258
271
|
} & {
|
|
@@ -271,6 +284,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
271
284
|
id: string;
|
|
272
285
|
name: string;
|
|
273
286
|
color: string;
|
|
287
|
+
order: number;
|
|
274
288
|
view_id: string;
|
|
275
289
|
};
|
|
276
290
|
} & {
|
|
@@ -40,6 +40,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
40
40
|
id: string;
|
|
41
41
|
name: string;
|
|
42
42
|
color: string;
|
|
43
|
+
order: number;
|
|
43
44
|
view_id: string;
|
|
44
45
|
};
|
|
45
46
|
} & {
|
|
@@ -87,6 +88,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
87
88
|
id: string;
|
|
88
89
|
name: string;
|
|
89
90
|
color: string;
|
|
91
|
+
order: number;
|
|
90
92
|
view_id: string;
|
|
91
93
|
};
|
|
92
94
|
} & {
|
|
@@ -151,6 +153,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
151
153
|
id: string;
|
|
152
154
|
name: string;
|
|
153
155
|
color: string;
|
|
156
|
+
order: number;
|
|
154
157
|
view_id: string;
|
|
155
158
|
};
|
|
156
159
|
} & {
|
|
@@ -169,6 +172,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
169
172
|
id: string;
|
|
170
173
|
name: string;
|
|
171
174
|
color: string;
|
|
175
|
+
order: number;
|
|
172
176
|
view_id: string;
|
|
173
177
|
}[];
|
|
174
178
|
_name: EViewComponentType.Modal;
|
|
@@ -186,6 +190,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
186
190
|
id: string;
|
|
187
191
|
name: string;
|
|
188
192
|
color: string;
|
|
193
|
+
order: number;
|
|
189
194
|
view_id: string;
|
|
190
195
|
};
|
|
191
196
|
} & {
|
|
@@ -204,6 +209,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
204
209
|
id: string;
|
|
205
210
|
name: string;
|
|
206
211
|
color: string;
|
|
212
|
+
order: number;
|
|
207
213
|
view_id: string;
|
|
208
214
|
};
|
|
209
215
|
} & {
|
|
@@ -250,6 +256,7 @@ export declare const ViewRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
250
256
|
id: string;
|
|
251
257
|
name: string;
|
|
252
258
|
color: string;
|
|
259
|
+
order: number;
|
|
253
260
|
view_id: string;
|
|
254
261
|
}[];
|
|
255
262
|
_name: EViewComponentType.Modal;
|