@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
|
@@ -41,6 +41,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
41
41
|
id: string;
|
|
42
42
|
name: string;
|
|
43
43
|
color: string;
|
|
44
|
+
order: number;
|
|
44
45
|
view_id: string;
|
|
45
46
|
};
|
|
46
47
|
} & {
|
|
@@ -88,6 +89,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
88
89
|
id: string;
|
|
89
90
|
name: string;
|
|
90
91
|
color: string;
|
|
92
|
+
order: number;
|
|
91
93
|
view_id: string;
|
|
92
94
|
};
|
|
93
95
|
} & {
|
|
@@ -152,6 +154,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
152
154
|
id: string;
|
|
153
155
|
name: string;
|
|
154
156
|
color: string;
|
|
157
|
+
order: number;
|
|
155
158
|
view_id: string;
|
|
156
159
|
};
|
|
157
160
|
} & {
|
|
@@ -170,6 +173,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
170
173
|
id: string;
|
|
171
174
|
name: string;
|
|
172
175
|
color: string;
|
|
176
|
+
order: number;
|
|
173
177
|
view_id: string;
|
|
174
178
|
}[];
|
|
175
179
|
_name: EViewComponentType.Modal;
|
|
@@ -187,6 +191,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
187
191
|
id: string;
|
|
188
192
|
name: string;
|
|
189
193
|
color: string;
|
|
194
|
+
order: number;
|
|
190
195
|
view_id: string;
|
|
191
196
|
};
|
|
192
197
|
} & {
|
|
@@ -205,6 +210,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
205
210
|
id: string;
|
|
206
211
|
name: string;
|
|
207
212
|
color: string;
|
|
213
|
+
order: number;
|
|
208
214
|
view_id: string;
|
|
209
215
|
};
|
|
210
216
|
} & {
|
|
@@ -251,6 +257,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
251
257
|
id: string;
|
|
252
258
|
name: string;
|
|
253
259
|
color: string;
|
|
260
|
+
order: number;
|
|
254
261
|
view_id: string;
|
|
255
262
|
}[];
|
|
256
263
|
_name: EViewComponentType.Modal;
|
|
@@ -296,6 +303,7 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
296
303
|
id: string;
|
|
297
304
|
name: string;
|
|
298
305
|
color: string;
|
|
306
|
+
order: number;
|
|
299
307
|
view_id: string;
|
|
300
308
|
}[];
|
|
301
309
|
_name: EViewComponentType.Modal;
|
|
@@ -51,6 +51,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
51
51
|
id: string;
|
|
52
52
|
name: string;
|
|
53
53
|
color: string;
|
|
54
|
+
order: number;
|
|
54
55
|
view_id: string;
|
|
55
56
|
};
|
|
56
57
|
} & {
|
|
@@ -98,6 +99,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
98
99
|
id: string;
|
|
99
100
|
name: string;
|
|
100
101
|
color: string;
|
|
102
|
+
order: number;
|
|
101
103
|
view_id: string;
|
|
102
104
|
};
|
|
103
105
|
} & {
|
|
@@ -162,6 +164,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
162
164
|
id: string;
|
|
163
165
|
name: string;
|
|
164
166
|
color: string;
|
|
167
|
+
order: number;
|
|
165
168
|
view_id: string;
|
|
166
169
|
};
|
|
167
170
|
} & {
|
|
@@ -180,6 +183,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
180
183
|
id: string;
|
|
181
184
|
name: string;
|
|
182
185
|
color: string;
|
|
186
|
+
order: number;
|
|
183
187
|
view_id: string;
|
|
184
188
|
}[];
|
|
185
189
|
_name: EViewComponentType.Modal;
|
|
@@ -197,6 +201,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
197
201
|
id: string;
|
|
198
202
|
name: string;
|
|
199
203
|
color: string;
|
|
204
|
+
order: number;
|
|
200
205
|
view_id: string;
|
|
201
206
|
};
|
|
202
207
|
} & {
|
|
@@ -215,6 +220,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
215
220
|
id: string;
|
|
216
221
|
name: string;
|
|
217
222
|
color: string;
|
|
223
|
+
order: number;
|
|
218
224
|
view_id: string;
|
|
219
225
|
};
|
|
220
226
|
} & {
|
|
@@ -322,6 +328,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
322
328
|
id: string;
|
|
323
329
|
name: string;
|
|
324
330
|
color: string;
|
|
331
|
+
order: number;
|
|
325
332
|
view_id: string;
|
|
326
333
|
};
|
|
327
334
|
} & {
|
|
@@ -369,6 +376,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
369
376
|
id: string;
|
|
370
377
|
name: string;
|
|
371
378
|
color: string;
|
|
379
|
+
order: number;
|
|
372
380
|
view_id: string;
|
|
373
381
|
};
|
|
374
382
|
} & {
|
|
@@ -433,6 +441,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
433
441
|
id: string;
|
|
434
442
|
name: string;
|
|
435
443
|
color: string;
|
|
444
|
+
order: number;
|
|
436
445
|
view_id: string;
|
|
437
446
|
};
|
|
438
447
|
} & {
|
|
@@ -451,6 +460,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
451
460
|
id: string;
|
|
452
461
|
name: string;
|
|
453
462
|
color: string;
|
|
463
|
+
order: number;
|
|
454
464
|
view_id: string;
|
|
455
465
|
}[];
|
|
456
466
|
_name: EViewComponentType.Modal;
|
|
@@ -468,6 +478,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
468
478
|
id: string;
|
|
469
479
|
name: string;
|
|
470
480
|
color: string;
|
|
481
|
+
order: number;
|
|
471
482
|
view_id: string;
|
|
472
483
|
};
|
|
473
484
|
} & {
|
|
@@ -486,6 +497,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
486
497
|
id: string;
|
|
487
498
|
name: string;
|
|
488
499
|
color: string;
|
|
500
|
+
order: number;
|
|
489
501
|
view_id: string;
|
|
490
502
|
};
|
|
491
503
|
} & {
|
|
@@ -520,6 +532,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
520
532
|
id: string;
|
|
521
533
|
name: string;
|
|
522
534
|
color: string;
|
|
535
|
+
order: number;
|
|
523
536
|
view_id: string;
|
|
524
537
|
};
|
|
525
538
|
} & {
|
|
@@ -538,6 +551,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
538
551
|
id: string;
|
|
539
552
|
name: string;
|
|
540
553
|
color: string;
|
|
554
|
+
order: number;
|
|
541
555
|
view_id: string;
|
|
542
556
|
};
|
|
543
557
|
} & {
|
|
@@ -556,6 +570,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
556
570
|
id: string;
|
|
557
571
|
name: string;
|
|
558
572
|
color: string;
|
|
573
|
+
order: number;
|
|
559
574
|
view_id: string;
|
|
560
575
|
}[];
|
|
561
576
|
_name: EViewComponentType.Modal;
|
|
@@ -573,6 +588,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
573
588
|
id: string;
|
|
574
589
|
name: string;
|
|
575
590
|
color: string;
|
|
591
|
+
order: number;
|
|
576
592
|
view_id: string;
|
|
577
593
|
};
|
|
578
594
|
} & {
|
|
@@ -591,6 +607,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
591
607
|
id: string;
|
|
592
608
|
name: string;
|
|
593
609
|
color: string;
|
|
610
|
+
order: number;
|
|
594
611
|
view_id: string;
|
|
595
612
|
};
|
|
596
613
|
} & {
|
|
@@ -648,6 +665,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
648
665
|
id: string;
|
|
649
666
|
name: string;
|
|
650
667
|
color: string;
|
|
668
|
+
order: number;
|
|
651
669
|
view_id: string;
|
|
652
670
|
};
|
|
653
671
|
} & {
|
|
@@ -695,6 +713,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
695
713
|
id: string;
|
|
696
714
|
name: string;
|
|
697
715
|
color: string;
|
|
716
|
+
order: number;
|
|
698
717
|
view_id: string;
|
|
699
718
|
};
|
|
700
719
|
} & {
|
|
@@ -759,6 +778,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
759
778
|
id: string;
|
|
760
779
|
name: string;
|
|
761
780
|
color: string;
|
|
781
|
+
order: number;
|
|
762
782
|
view_id: string;
|
|
763
783
|
};
|
|
764
784
|
} & {
|
|
@@ -777,6 +797,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
777
797
|
id: string;
|
|
778
798
|
name: string;
|
|
779
799
|
color: string;
|
|
800
|
+
order: number;
|
|
780
801
|
view_id: string;
|
|
781
802
|
}[];
|
|
782
803
|
_name: EViewComponentType.Modal;
|
|
@@ -794,6 +815,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
794
815
|
id: string;
|
|
795
816
|
name: string;
|
|
796
817
|
color: string;
|
|
818
|
+
order: number;
|
|
797
819
|
view_id: string;
|
|
798
820
|
};
|
|
799
821
|
} & {
|
|
@@ -812,6 +834,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
812
834
|
id: string;
|
|
813
835
|
name: string;
|
|
814
836
|
color: string;
|
|
837
|
+
order: number;
|
|
815
838
|
view_id: string;
|
|
816
839
|
};
|
|
817
840
|
} & {
|
|
@@ -856,6 +879,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
856
879
|
id: string;
|
|
857
880
|
name: string;
|
|
858
881
|
color: string;
|
|
882
|
+
order: number;
|
|
859
883
|
view_id: string;
|
|
860
884
|
}[];
|
|
861
885
|
_name: EViewComponentType.Modal;
|
|
@@ -910,6 +934,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
910
934
|
id: string;
|
|
911
935
|
name: string;
|
|
912
936
|
color: string;
|
|
937
|
+
order: number;
|
|
913
938
|
view_id: string;
|
|
914
939
|
};
|
|
915
940
|
} & {
|
|
@@ -957,6 +982,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
957
982
|
id: string;
|
|
958
983
|
name: string;
|
|
959
984
|
color: string;
|
|
985
|
+
order: number;
|
|
960
986
|
view_id: string;
|
|
961
987
|
};
|
|
962
988
|
} & {
|
|
@@ -1021,6 +1047,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
1021
1047
|
id: string;
|
|
1022
1048
|
name: string;
|
|
1023
1049
|
color: string;
|
|
1050
|
+
order: number;
|
|
1024
1051
|
view_id: string;
|
|
1025
1052
|
};
|
|
1026
1053
|
} & {
|
|
@@ -1039,6 +1066,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
1039
1066
|
id: string;
|
|
1040
1067
|
name: string;
|
|
1041
1068
|
color: string;
|
|
1069
|
+
order: number;
|
|
1042
1070
|
view_id: string;
|
|
1043
1071
|
}[];
|
|
1044
1072
|
_name: EViewComponentType.Modal;
|
|
@@ -1056,6 +1084,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
1056
1084
|
id: string;
|
|
1057
1085
|
name: string;
|
|
1058
1086
|
color: string;
|
|
1087
|
+
order: number;
|
|
1059
1088
|
view_id: string;
|
|
1060
1089
|
};
|
|
1061
1090
|
} & {
|
|
@@ -1074,6 +1103,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
1074
1103
|
id: string;
|
|
1075
1104
|
name: string;
|
|
1076
1105
|
color: string;
|
|
1106
|
+
order: number;
|
|
1077
1107
|
view_id: string;
|
|
1078
1108
|
};
|
|
1079
1109
|
} & {
|
|
@@ -1118,6 +1148,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
1118
1148
|
id: string;
|
|
1119
1149
|
name: string;
|
|
1120
1150
|
color: string;
|
|
1151
|
+
order: number;
|
|
1121
1152
|
view_id: string;
|
|
1122
1153
|
}[];
|
|
1123
1154
|
_name: EViewComponentType.Modal;
|
package/dist/dashboard.es.js
CHANGED
|
@@ -1719,7 +1719,7 @@ class Ri {
|
|
|
1719
1719
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1720
1720
|
}
|
|
1721
1721
|
}
|
|
1722
|
-
const rc = "11.5.
|
|
1722
|
+
const rc = "11.5.2", Rm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1723
1723
|
__proto__: null,
|
|
1724
1724
|
version: rc
|
|
1725
1725
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -24687,12 +24687,14 @@ const Vd = m.model("ViewDivisionConfig", {
|
|
|
24687
24687
|
id: t,
|
|
24688
24688
|
name: n,
|
|
24689
24689
|
view_id: s,
|
|
24690
|
-
color: i
|
|
24690
|
+
color: i,
|
|
24691
|
+
order: a
|
|
24691
24692
|
} = e;
|
|
24692
24693
|
return {
|
|
24693
24694
|
id: t,
|
|
24694
24695
|
name: n,
|
|
24695
24696
|
color: i,
|
|
24697
|
+
order: a,
|
|
24696
24698
|
view_id: s
|
|
24697
24699
|
};
|
|
24698
24700
|
}
|