@devtable/dashboard 13.27.13-alpha.0 → 13.27.14

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.
@@ -79,6 +79,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
79
79
  }, {
80
80
  readonly contentModel: any;
81
81
  readonly filters: any;
82
+ readonly value: any;
82
83
  readonly plainDefaultValue: any;
83
84
  readonly usingDefaultValue: boolean;
84
85
  readonly usingDefaultValueFunc: boolean;
@@ -101,6 +102,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
101
102
  requiredAndPass(value: any): any;
102
103
  } & {
103
104
  setKey(key: string): void;
105
+ setValue(value: any): void;
104
106
  setLabel(label: string): void;
105
107
  setOrder(order: number): void;
106
108
  setType(type: DashboardFilterType): void;
@@ -142,6 +144,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
142
144
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
143
145
  readonly contentModel: any;
144
146
  readonly filters: any;
147
+ readonly value: any;
145
148
  readonly plainDefaultValue: any;
146
149
  readonly usingDefaultValue: boolean;
147
150
  readonly usingDefaultValueFunc: boolean;
@@ -164,6 +167,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
164
167
  requiredAndPass(value: any): any;
165
168
  } & {
166
169
  setKey(key: string): void;
170
+ setValue(value: any): void;
167
171
  setLabel(label: string): void;
168
172
  setOrder(order: number): void;
169
173
  setType(type: DashboardFilterType): void;
@@ -247,6 +251,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
247
251
  }, {
248
252
  readonly contentModel: any;
249
253
  readonly filters: any;
254
+ readonly value: any;
250
255
  readonly plainDefaultValue: any;
251
256
  readonly usingDefaultValue: boolean;
252
257
  readonly usingDefaultValueFunc: boolean;
@@ -269,6 +274,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
269
274
  requiredAndPass(value: any): any;
270
275
  } & {
271
276
  setKey(key: string): void;
277
+ setValue(value: any): void;
272
278
  setLabel(label: string): void;
273
279
  setOrder(order: number): void;
274
280
  setType(type: DashboardFilterType): void;
@@ -289,6 +295,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
289
295
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
290
296
  readonly contentModel: any;
291
297
  readonly filters: any;
298
+ readonly value: any;
292
299
  readonly plainDefaultValue: any;
293
300
  readonly usingDefaultValue: boolean;
294
301
  readonly usingDefaultValueFunc: boolean;
@@ -311,6 +318,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
311
318
  requiredAndPass(value: any): any;
312
319
  } & {
313
320
  setKey(key: string): void;
321
+ setValue(value: any): void;
314
322
  setLabel(label: string): void;
315
323
  setOrder(order: number): void;
316
324
  setType(type: DashboardFilterType): void;
@@ -394,6 +402,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
394
402
  }, {
395
403
  readonly contentModel: any;
396
404
  readonly filters: any;
405
+ readonly value: any;
397
406
  readonly plainDefaultValue: any;
398
407
  readonly usingDefaultValue: boolean;
399
408
  readonly usingDefaultValueFunc: boolean;
@@ -416,6 +425,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
416
425
  requiredAndPass(value: any): any;
417
426
  } & {
418
427
  setKey(key: string): void;
428
+ setValue(value: any): void;
419
429
  setLabel(label: string): void;
420
430
  setOrder(order: number): void;
421
431
  setType(type: DashboardFilterType): void;
@@ -436,6 +446,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
436
446
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
437
447
  readonly contentModel: any;
438
448
  readonly filters: any;
449
+ readonly value: any;
439
450
  readonly plainDefaultValue: any;
440
451
  readonly usingDefaultValue: boolean;
441
452
  readonly usingDefaultValueFunc: boolean;
@@ -458,6 +469,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
458
469
  requiredAndPass(value: any): any;
459
470
  } & {
460
471
  setKey(key: string): void;
472
+ setValue(value: any): void;
461
473
  setLabel(label: string): void;
462
474
  setOrder(order: number): void;
463
475
  setType(type: DashboardFilterType): void;
@@ -541,6 +553,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
541
553
  }, {
542
554
  readonly contentModel: any;
543
555
  readonly filters: any;
556
+ readonly value: any;
544
557
  readonly plainDefaultValue: any;
545
558
  readonly usingDefaultValue: boolean;
546
559
  readonly usingDefaultValueFunc: boolean;
@@ -563,6 +576,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
563
576
  requiredAndPass(value: any): any;
564
577
  } & {
565
578
  setKey(key: string): void;
579
+ setValue(value: any): void;
566
580
  setLabel(label: string): void;
567
581
  setOrder(order: number): void;
568
582
  setType(type: DashboardFilterType): void;
@@ -584,6 +598,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
584
598
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
585
599
  readonly contentModel: any;
586
600
  readonly filters: any;
601
+ readonly value: any;
587
602
  readonly plainDefaultValue: any;
588
603
  readonly usingDefaultValue: boolean;
589
604
  readonly usingDefaultValueFunc: boolean;
@@ -606,6 +621,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
606
621
  requiredAndPass(value: any): any;
607
622
  } & {
608
623
  setKey(key: string): void;
624
+ setValue(value: any): void;
609
625
  setLabel(label: string): void;
610
626
  setOrder(order: number): void;
611
627
  setType(type: DashboardFilterType): void;
@@ -689,6 +705,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
689
705
  }, {
690
706
  readonly contentModel: any;
691
707
  readonly filters: any;
708
+ readonly value: any;
692
709
  readonly plainDefaultValue: any;
693
710
  readonly usingDefaultValue: boolean;
694
711
  readonly usingDefaultValueFunc: boolean;
@@ -711,6 +728,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
711
728
  requiredAndPass(value: any): any;
712
729
  } & {
713
730
  setKey(key: string): void;
731
+ setValue(value: any): void;
714
732
  setLabel(label: string): void;
715
733
  setOrder(order: number): void;
716
734
  setType(type: DashboardFilterType): void;
@@ -772,6 +790,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
772
790
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
773
791
  readonly contentModel: any;
774
792
  readonly filters: any;
793
+ readonly value: any;
775
794
  readonly plainDefaultValue: any;
776
795
  readonly usingDefaultValue: boolean;
777
796
  readonly usingDefaultValueFunc: boolean;
@@ -794,6 +813,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
794
813
  requiredAndPass(value: any): any;
795
814
  } & {
796
815
  setKey(key: string): void;
816
+ setValue(value: any): void;
797
817
  setLabel(label: string): void;
798
818
  setOrder(order: number): void;
799
819
  setType(type: DashboardFilterType): void;
@@ -877,6 +897,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
877
897
  }, {
878
898
  readonly contentModel: any;
879
899
  readonly filters: any;
900
+ readonly value: any;
880
901
  readonly plainDefaultValue: any;
881
902
  readonly usingDefaultValue: boolean;
882
903
  readonly usingDefaultValueFunc: boolean;
@@ -899,6 +920,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
899
920
  requiredAndPass(value: any): any;
900
921
  } & {
901
922
  setKey(key: string): void;
923
+ setValue(value: any): void;
902
924
  setLabel(label: string): void;
903
925
  setOrder(order: number): void;
904
926
  setType(type: DashboardFilterType): void;
@@ -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;