@devtable/dashboard 13.27.13 → 13.27.15
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/plugins/viz-components/heatmap/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +1 -1
- package/dist/dashboard-editor/model/layouts/layouts.d.ts +15 -0
- package/dist/dashboard.es.js +3354 -3324
- package/dist/dashboard.umd.js +39 -39
- package/dist/model/meta-model/dashboard/content/layout/layout-set.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/layouts/layouts.d.ts +15 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IHeatmapConf } from '../type';
|
|
2
2
|
import { FormatterFuncType } from '../../../../../components/plugins/common-echarts-fields/x-axis-label-formatter';
|
|
3
|
-
export declare function getYAxis(conf: IHeatmapConf,
|
|
3
|
+
export declare function getYAxis(conf: IHeatmapConf, formatterFunc: FormatterFuncType, borderWidth: number): any;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { FormatterFuncType } from '../../../../../../components/plugins/common-echarts-fields/x-axis-label-formatter';
|
|
2
2
|
import { TMericoHeatmapConf } from '../../type';
|
|
3
|
-
export declare function getYAxis(conf: TMericoHeatmapConf,
|
|
3
|
+
export declare function getYAxis(conf: TMericoHeatmapConf, formatterFunc: FormatterFuncType): any;
|
|
@@ -35,6 +35,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
35
35
|
setHeight(h: number): void;
|
|
36
36
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
37
37
|
}, {
|
|
38
|
+
readonly contentModel: any;
|
|
38
39
|
readonly json: {
|
|
39
40
|
id: string;
|
|
40
41
|
name: string;
|
|
@@ -182,6 +183,8 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
182
183
|
addNewLayout(panelID: string): void;
|
|
183
184
|
removeByPanelID(panelID: string): void;
|
|
184
185
|
updateLayoutItem(item: Layout): void;
|
|
186
|
+
} & {
|
|
187
|
+
afterCreate(): void;
|
|
185
188
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
186
189
|
currentBreakpoint: import("mobx-state-tree").ISimpleType<string>;
|
|
187
190
|
} & {
|
|
@@ -279,6 +282,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
279
282
|
setHeight(h: number): void;
|
|
280
283
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
281
284
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
285
|
+
readonly contentModel: any;
|
|
282
286
|
readonly json: {
|
|
283
287
|
id: string;
|
|
284
288
|
name: string;
|
|
@@ -426,6 +430,8 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
426
430
|
addNewLayout(panelID: string): void;
|
|
427
431
|
removeByPanelID(panelID: string): void;
|
|
428
432
|
updateLayoutItem(item: Layout): void;
|
|
433
|
+
} & {
|
|
434
|
+
afterCreate(): void;
|
|
429
435
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
430
436
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
431
437
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -459,6 +465,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
459
465
|
setHeight(h: number): void;
|
|
460
466
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
461
467
|
}, {
|
|
468
|
+
readonly contentModel: any;
|
|
462
469
|
readonly json: {
|
|
463
470
|
id: string;
|
|
464
471
|
name: string;
|
|
@@ -606,6 +613,8 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
606
613
|
addNewLayout(panelID: string): void;
|
|
607
614
|
removeByPanelID(panelID: string): void;
|
|
608
615
|
updateLayoutItem(item: Layout): void;
|
|
616
|
+
} & {
|
|
617
|
+
afterCreate(): void;
|
|
609
618
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
610
619
|
readonly currentLayoutSet: {
|
|
611
620
|
id: string;
|
|
@@ -667,6 +676,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
667
676
|
setHeight(h: number): void;
|
|
668
677
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
669
678
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
679
|
+
readonly contentModel: any;
|
|
670
680
|
readonly json: {
|
|
671
681
|
id: string;
|
|
672
682
|
name: string;
|
|
@@ -814,6 +824,8 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
814
824
|
addNewLayout(panelID: string): void;
|
|
815
825
|
removeByPanelID(panelID: string): void;
|
|
816
826
|
updateLayoutItem(item: Layout): void;
|
|
827
|
+
} & {
|
|
828
|
+
afterCreate(): void;
|
|
817
829
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
818
830
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
819
831
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -847,6 +859,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
847
859
|
setHeight(h: number): void;
|
|
848
860
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
849
861
|
}, {
|
|
862
|
+
readonly contentModel: any;
|
|
850
863
|
readonly json: {
|
|
851
864
|
id: string;
|
|
852
865
|
name: string;
|
|
@@ -994,6 +1007,8 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
|
|
|
994
1007
|
addNewLayout(panelID: string): void;
|
|
995
1008
|
removeByPanelID(panelID: string): void;
|
|
996
1009
|
updateLayoutItem(item: Layout): void;
|
|
1010
|
+
} & {
|
|
1011
|
+
afterCreate(): void;
|
|
997
1012
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
998
1013
|
readonly currentLayoutRange: {
|
|
999
1014
|
id: string;
|