@adaptabletools/adaptable-cjs 23.0.1 → 23.0.3
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/package.json +1 -1
- package/src/AdaptableOptions/SettingsPanelOptions.d.ts +4 -4
- package/src/Utilities/Services/ThemeService.d.ts +1 -1
- package/src/Utilities/Services/ThemeService.js +2 -2
- package/src/View/Components/ColumnFilter/FloatingFilter.js +2 -1
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +2 -2
- package/src/agGrid/agGridDataTypeDefinitions.js +4 -0
- package/src/components/Combobox/index.js +4 -0
- package/src/components/NewSelect/index.d.ts +11 -0
- package/src/components/NewSelect/index.js +5 -2
- package/src/components/WindowModal/WindowModal.js +14 -1
- package/src/env.js +2 -2
- package/src/metamodel/adaptable.metamodel.d.ts +1198 -259
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/tsconfig.cjs.tsbuildinfo +1 -1
|
@@ -33,19 +33,29 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
33
33
|
};
|
|
34
34
|
ActionColumnButton: {
|
|
35
35
|
k: string;
|
|
36
|
-
p: {
|
|
36
|
+
p: ({
|
|
37
|
+
n: string;
|
|
38
|
+
k: string;
|
|
39
|
+
o: boolean;
|
|
40
|
+
r?: undefined;
|
|
41
|
+
} | {
|
|
37
42
|
n: string;
|
|
38
43
|
k: string;
|
|
39
44
|
o: boolean;
|
|
40
45
|
r: string;
|
|
41
|
-
}[];
|
|
46
|
+
})[];
|
|
42
47
|
};
|
|
43
48
|
ActionColumnContext: {
|
|
44
49
|
k: string;
|
|
45
|
-
p: {
|
|
50
|
+
p: ({
|
|
46
51
|
n: string;
|
|
47
52
|
k: string;
|
|
48
|
-
|
|
53
|
+
r?: undefined;
|
|
54
|
+
} | {
|
|
55
|
+
n: string;
|
|
56
|
+
k: string;
|
|
57
|
+
r: string;
|
|
58
|
+
})[];
|
|
49
59
|
};
|
|
50
60
|
ActionColumnDefaultConfiguration: {
|
|
51
61
|
k: string;
|
|
@@ -106,10 +116,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
106
116
|
n: string;
|
|
107
117
|
k: string;
|
|
108
118
|
r: string;
|
|
119
|
+
o?: undefined;
|
|
109
120
|
} | {
|
|
110
121
|
n: string;
|
|
111
122
|
k: string;
|
|
112
123
|
r?: undefined;
|
|
124
|
+
o?: undefined;
|
|
125
|
+
} | {
|
|
126
|
+
n: string;
|
|
127
|
+
k: string;
|
|
128
|
+
o: boolean;
|
|
129
|
+
r: string;
|
|
113
130
|
})[];
|
|
114
131
|
};
|
|
115
132
|
AdaptableAlertCommand: {
|
|
@@ -153,21 +170,39 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
153
170
|
};
|
|
154
171
|
AdaptableButton: {
|
|
155
172
|
k: string;
|
|
156
|
-
p: {
|
|
173
|
+
p: ({
|
|
157
174
|
n: string;
|
|
158
175
|
k: string;
|
|
159
176
|
o: boolean;
|
|
160
|
-
|
|
177
|
+
r?: undefined;
|
|
178
|
+
} | {
|
|
179
|
+
n: string;
|
|
180
|
+
k: string;
|
|
181
|
+
o: boolean;
|
|
182
|
+
r: string;
|
|
183
|
+
})[];
|
|
161
184
|
};
|
|
162
185
|
AdaptableCalculatedColumnQuery: {
|
|
163
186
|
k: string;
|
|
164
187
|
};
|
|
165
188
|
AdaptableCellChangedAlert: {
|
|
166
189
|
k: string;
|
|
167
|
-
p: {
|
|
190
|
+
p: ({
|
|
168
191
|
n: string;
|
|
169
192
|
k: string;
|
|
170
|
-
|
|
193
|
+
r: string;
|
|
194
|
+
o?: undefined;
|
|
195
|
+
} | {
|
|
196
|
+
n: string;
|
|
197
|
+
k: string;
|
|
198
|
+
r?: undefined;
|
|
199
|
+
o?: undefined;
|
|
200
|
+
} | {
|
|
201
|
+
n: string;
|
|
202
|
+
k: string;
|
|
203
|
+
o: boolean;
|
|
204
|
+
r: string;
|
|
205
|
+
})[];
|
|
171
206
|
};
|
|
172
207
|
AdaptableClearStateFunction: {
|
|
173
208
|
k: string;
|
|
@@ -175,6 +210,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
175
210
|
AdaptableColumn: {
|
|
176
211
|
k: string;
|
|
177
212
|
p: ({
|
|
213
|
+
n: string;
|
|
214
|
+
k: string;
|
|
215
|
+
o: boolean;
|
|
216
|
+
r: string;
|
|
217
|
+
} | {
|
|
178
218
|
n: string;
|
|
179
219
|
k: string;
|
|
180
220
|
o?: undefined;
|
|
@@ -187,13 +227,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
187
227
|
} | {
|
|
188
228
|
n: string;
|
|
189
229
|
k: string;
|
|
190
|
-
o: boolean;
|
|
191
230
|
r: string;
|
|
231
|
+
o?: undefined;
|
|
192
232
|
})[];
|
|
193
233
|
};
|
|
194
234
|
AdaptableColumnBase: {
|
|
195
235
|
k: string;
|
|
196
236
|
p: ({
|
|
237
|
+
n: string;
|
|
238
|
+
k: string;
|
|
239
|
+
o: boolean;
|
|
240
|
+
r: string;
|
|
241
|
+
} | {
|
|
197
242
|
n: string;
|
|
198
243
|
k: string;
|
|
199
244
|
o?: undefined;
|
|
@@ -212,10 +257,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
212
257
|
};
|
|
213
258
|
AdaptableColumnContext: {
|
|
214
259
|
k: string;
|
|
215
|
-
p: {
|
|
260
|
+
p: ({
|
|
216
261
|
n: string;
|
|
217
262
|
k: string;
|
|
218
|
-
|
|
263
|
+
r: string;
|
|
264
|
+
} | {
|
|
265
|
+
n: string;
|
|
266
|
+
k: string;
|
|
267
|
+
r?: undefined;
|
|
268
|
+
})[];
|
|
219
269
|
};
|
|
220
270
|
AdaptableColumnDataType: {
|
|
221
271
|
k: string;
|
|
@@ -232,18 +282,27 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
232
282
|
};
|
|
233
283
|
AdaptableColumnPredicate: {
|
|
234
284
|
k: string;
|
|
235
|
-
p: {
|
|
285
|
+
p: ({
|
|
236
286
|
n: string;
|
|
237
287
|
k: string;
|
|
238
288
|
o: boolean;
|
|
239
|
-
}
|
|
289
|
+
} | {
|
|
290
|
+
n: string;
|
|
291
|
+
k: string;
|
|
292
|
+
o?: undefined;
|
|
293
|
+
})[];
|
|
240
294
|
};
|
|
241
295
|
AdaptableColumnsContext: {
|
|
242
296
|
k: string;
|
|
243
|
-
p: {
|
|
297
|
+
p: ({
|
|
244
298
|
n: string;
|
|
245
299
|
k: string;
|
|
246
|
-
|
|
300
|
+
r: string;
|
|
301
|
+
} | {
|
|
302
|
+
n: string;
|
|
303
|
+
k: string;
|
|
304
|
+
r?: undefined;
|
|
305
|
+
})[];
|
|
247
306
|
};
|
|
248
307
|
AdaptableColumnSummary: {
|
|
249
308
|
k: string;
|
|
@@ -281,10 +340,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
281
340
|
};
|
|
282
341
|
AdaptableCoordinate: {
|
|
283
342
|
k: string;
|
|
284
|
-
p: {
|
|
343
|
+
p: ({
|
|
285
344
|
n: string;
|
|
286
345
|
k: string;
|
|
287
|
-
|
|
346
|
+
o: boolean;
|
|
347
|
+
r: string;
|
|
348
|
+
} | {
|
|
349
|
+
n: string;
|
|
350
|
+
k: string;
|
|
351
|
+
o: boolean;
|
|
352
|
+
r?: undefined;
|
|
353
|
+
} | {
|
|
354
|
+
n: string;
|
|
355
|
+
k: string;
|
|
356
|
+
o?: undefined;
|
|
357
|
+
r?: undefined;
|
|
358
|
+
})[];
|
|
288
359
|
};
|
|
289
360
|
AdaptableCSSSelector: {
|
|
290
361
|
k: string;
|
|
@@ -295,10 +366,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
295
366
|
};
|
|
296
367
|
AdaptableCustomIcon: {
|
|
297
368
|
k: string;
|
|
298
|
-
p: {
|
|
369
|
+
p: ({
|
|
299
370
|
n: string;
|
|
300
371
|
k: string;
|
|
301
|
-
|
|
372
|
+
o: boolean;
|
|
373
|
+
r?: undefined;
|
|
374
|
+
} | {
|
|
375
|
+
n: string;
|
|
376
|
+
k: string;
|
|
377
|
+
o?: undefined;
|
|
378
|
+
r?: undefined;
|
|
379
|
+
} | {
|
|
380
|
+
n: string;
|
|
381
|
+
k: string;
|
|
382
|
+
o: boolean;
|
|
383
|
+
r: string;
|
|
384
|
+
})[];
|
|
302
385
|
};
|
|
303
386
|
AdaptableDashboardToolbar: {
|
|
304
387
|
k: string;
|
|
@@ -334,6 +417,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
334
417
|
};
|
|
335
418
|
AdaptableFieldContext: {
|
|
336
419
|
k: string;
|
|
420
|
+
p: ({
|
|
421
|
+
n: string;
|
|
422
|
+
k: string;
|
|
423
|
+
r: string;
|
|
424
|
+
} | {
|
|
425
|
+
n: string;
|
|
426
|
+
k: string;
|
|
427
|
+
r?: undefined;
|
|
428
|
+
})[];
|
|
337
429
|
};
|
|
338
430
|
AdaptableFilterComponentLocation: {
|
|
339
431
|
k: string;
|
|
@@ -451,6 +543,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
451
543
|
};
|
|
452
544
|
AdaptableGenericAlert: {
|
|
453
545
|
k: string;
|
|
546
|
+
p: ({
|
|
547
|
+
n: string;
|
|
548
|
+
k: string;
|
|
549
|
+
r: string;
|
|
550
|
+
o?: undefined;
|
|
551
|
+
} | {
|
|
552
|
+
n: string;
|
|
553
|
+
k: string;
|
|
554
|
+
r?: undefined;
|
|
555
|
+
o?: undefined;
|
|
556
|
+
} | {
|
|
557
|
+
n: string;
|
|
558
|
+
k: string;
|
|
559
|
+
o: boolean;
|
|
560
|
+
r: string;
|
|
561
|
+
})[];
|
|
454
562
|
};
|
|
455
563
|
AdaptableIcon: {
|
|
456
564
|
k: string;
|
|
@@ -494,13 +602,20 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
494
602
|
AdaptableNote: {
|
|
495
603
|
k: string;
|
|
496
604
|
p: ({
|
|
605
|
+
n: string;
|
|
606
|
+
k: string;
|
|
607
|
+
o: boolean;
|
|
608
|
+
r: string;
|
|
609
|
+
} | {
|
|
497
610
|
n: string;
|
|
498
611
|
k: string;
|
|
499
612
|
o?: undefined;
|
|
613
|
+
r?: undefined;
|
|
500
614
|
} | {
|
|
501
615
|
n: string;
|
|
502
616
|
k: string;
|
|
503
617
|
o: boolean;
|
|
618
|
+
r?: undefined;
|
|
504
619
|
})[];
|
|
505
620
|
};
|
|
506
621
|
AdaptableNotes: {
|
|
@@ -644,17 +759,34 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
644
759
|
};
|
|
645
760
|
AdaptableReadyInfo: {
|
|
646
761
|
k: string;
|
|
647
|
-
p: {
|
|
762
|
+
p: ({
|
|
648
763
|
n: string;
|
|
649
764
|
k: string;
|
|
650
|
-
|
|
765
|
+
r: string;
|
|
766
|
+
} | {
|
|
767
|
+
n: string;
|
|
768
|
+
k: string;
|
|
769
|
+
r?: undefined;
|
|
770
|
+
})[];
|
|
651
771
|
};
|
|
652
772
|
AdaptableRowChangedAlert: {
|
|
653
773
|
k: string;
|
|
654
|
-
p: {
|
|
774
|
+
p: ({
|
|
655
775
|
n: string;
|
|
656
776
|
k: string;
|
|
657
|
-
|
|
777
|
+
r: string;
|
|
778
|
+
o?: undefined;
|
|
779
|
+
} | {
|
|
780
|
+
n: string;
|
|
781
|
+
k: string;
|
|
782
|
+
r?: undefined;
|
|
783
|
+
o?: undefined;
|
|
784
|
+
} | {
|
|
785
|
+
n: string;
|
|
786
|
+
k: string;
|
|
787
|
+
o: boolean;
|
|
788
|
+
r: string;
|
|
789
|
+
})[];
|
|
658
790
|
};
|
|
659
791
|
AdaptableSaveStateFunction: {
|
|
660
792
|
k: string;
|
|
@@ -674,11 +806,23 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
674
806
|
p: ({
|
|
675
807
|
n: string;
|
|
676
808
|
k: string;
|
|
809
|
+
o: boolean;
|
|
810
|
+
r: string;
|
|
811
|
+
} | {
|
|
812
|
+
n: string;
|
|
813
|
+
k: string;
|
|
814
|
+
o?: undefined;
|
|
677
815
|
r?: undefined;
|
|
678
816
|
} | {
|
|
679
817
|
n: string;
|
|
680
818
|
k: string;
|
|
681
819
|
r: string;
|
|
820
|
+
o?: undefined;
|
|
821
|
+
} | {
|
|
822
|
+
n: string;
|
|
823
|
+
k: string;
|
|
824
|
+
o: boolean;
|
|
825
|
+
r?: undefined;
|
|
682
826
|
})[];
|
|
683
827
|
};
|
|
684
828
|
AdaptableSharedEntityConfig: {
|
|
@@ -732,11 +876,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
732
876
|
};
|
|
733
877
|
AdaptableStateReloadedInfo: {
|
|
734
878
|
k: string;
|
|
735
|
-
p: {
|
|
879
|
+
p: ({
|
|
736
880
|
n: string;
|
|
737
881
|
k: string;
|
|
738
882
|
r: string;
|
|
739
|
-
}
|
|
883
|
+
} | {
|
|
884
|
+
n: string;
|
|
885
|
+
k: string;
|
|
886
|
+
r?: undefined;
|
|
887
|
+
})[];
|
|
740
888
|
};
|
|
741
889
|
AdaptableStatusBar: {
|
|
742
890
|
k: string;
|
|
@@ -755,36 +903,83 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
755
903
|
};
|
|
756
904
|
AdaptableStyle: {
|
|
757
905
|
k: string;
|
|
758
|
-
p: {
|
|
906
|
+
p: ({
|
|
759
907
|
n: string;
|
|
760
908
|
k: string;
|
|
761
909
|
o: boolean;
|
|
762
|
-
|
|
910
|
+
r: string;
|
|
911
|
+
} | {
|
|
912
|
+
n: string;
|
|
913
|
+
k: string;
|
|
914
|
+
o: boolean;
|
|
915
|
+
r?: undefined;
|
|
916
|
+
})[];
|
|
763
917
|
};
|
|
764
918
|
AdaptableSystemColumnMenuItem: {
|
|
765
919
|
k: string;
|
|
766
|
-
p: {
|
|
920
|
+
p: ({
|
|
767
921
|
n: string;
|
|
768
922
|
k: string;
|
|
769
|
-
|
|
923
|
+
r: string;
|
|
924
|
+
o?: undefined;
|
|
925
|
+
} | {
|
|
926
|
+
n: string;
|
|
927
|
+
k: string;
|
|
928
|
+
o: boolean;
|
|
929
|
+
r: string;
|
|
930
|
+
} | {
|
|
931
|
+
n: string;
|
|
932
|
+
k: string;
|
|
933
|
+
r?: undefined;
|
|
934
|
+
o?: undefined;
|
|
935
|
+
} | {
|
|
936
|
+
n: string;
|
|
937
|
+
k: string;
|
|
938
|
+
o: boolean;
|
|
939
|
+
r?: undefined;
|
|
940
|
+
})[];
|
|
770
941
|
};
|
|
771
942
|
AdaptableSystemContextMenuItem: {
|
|
772
943
|
k: string;
|
|
773
|
-
p: {
|
|
944
|
+
p: ({
|
|
774
945
|
n: string;
|
|
775
946
|
k: string;
|
|
776
|
-
|
|
947
|
+
r: string;
|
|
948
|
+
o?: undefined;
|
|
949
|
+
} | {
|
|
950
|
+
n: string;
|
|
951
|
+
k: string;
|
|
952
|
+
o: boolean;
|
|
953
|
+
r: string;
|
|
954
|
+
} | {
|
|
955
|
+
n: string;
|
|
956
|
+
k: string;
|
|
957
|
+
r?: undefined;
|
|
958
|
+
o?: undefined;
|
|
959
|
+
} | {
|
|
960
|
+
n: string;
|
|
961
|
+
k: string;
|
|
962
|
+
o: boolean;
|
|
963
|
+
r?: undefined;
|
|
964
|
+
})[];
|
|
777
965
|
};
|
|
778
966
|
AdaptableSystemIcon: {
|
|
779
967
|
k: string;
|
|
780
968
|
p: ({
|
|
969
|
+
n: string;
|
|
970
|
+
k: string;
|
|
971
|
+
o: boolean;
|
|
972
|
+
r?: undefined;
|
|
973
|
+
} | {
|
|
781
974
|
n: string;
|
|
782
975
|
k: string;
|
|
783
976
|
o?: undefined;
|
|
977
|
+
r?: undefined;
|
|
784
978
|
} | {
|
|
785
979
|
n: string;
|
|
786
980
|
k: string;
|
|
787
981
|
o: boolean;
|
|
982
|
+
r: string;
|
|
788
983
|
})[];
|
|
789
984
|
};
|
|
790
985
|
AdaptableSystemIconName: {
|
|
@@ -792,6 +987,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
792
987
|
};
|
|
793
988
|
AdaptableTheme: {
|
|
794
989
|
k: string;
|
|
990
|
+
p: ({
|
|
991
|
+
n: string;
|
|
992
|
+
k: string;
|
|
993
|
+
o: boolean;
|
|
994
|
+
r: string;
|
|
995
|
+
} | {
|
|
996
|
+
n: string;
|
|
997
|
+
k: string;
|
|
998
|
+
o: boolean;
|
|
999
|
+
r?: undefined;
|
|
1000
|
+
})[];
|
|
795
1001
|
};
|
|
796
1002
|
AdaptableToolPanel: {
|
|
797
1003
|
k: string;
|
|
@@ -822,18 +1028,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
822
1028
|
p: ({
|
|
823
1029
|
n: string;
|
|
824
1030
|
k: string;
|
|
1031
|
+
r: string;
|
|
825
1032
|
o?: undefined;
|
|
826
|
-
r?: undefined;
|
|
827
1033
|
} | {
|
|
828
1034
|
n: string;
|
|
829
1035
|
k: string;
|
|
830
|
-
o: boolean;
|
|
831
1036
|
r?: undefined;
|
|
1037
|
+
o?: undefined;
|
|
832
1038
|
} | {
|
|
833
1039
|
n: string;
|
|
834
1040
|
k: string;
|
|
835
|
-
|
|
836
|
-
|
|
1041
|
+
o: boolean;
|
|
1042
|
+
r?: undefined;
|
|
837
1043
|
})[];
|
|
838
1044
|
};
|
|
839
1045
|
AggregatedExpressionFunction: {
|
|
@@ -853,18 +1059,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
853
1059
|
p: ({
|
|
854
1060
|
n: string;
|
|
855
1061
|
k: string;
|
|
1062
|
+
r: string;
|
|
856
1063
|
o?: undefined;
|
|
857
|
-
r?: undefined;
|
|
858
1064
|
} | {
|
|
859
1065
|
n: string;
|
|
860
1066
|
k: string;
|
|
861
|
-
o: boolean;
|
|
862
1067
|
r?: undefined;
|
|
1068
|
+
o?: undefined;
|
|
863
1069
|
} | {
|
|
864
1070
|
n: string;
|
|
865
1071
|
k: string;
|
|
866
|
-
|
|
867
|
-
|
|
1072
|
+
o: boolean;
|
|
1073
|
+
r?: undefined;
|
|
868
1074
|
})[];
|
|
869
1075
|
};
|
|
870
1076
|
AggregatedExpressionProcessAggValueContext: {
|
|
@@ -872,11 +1078,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
872
1078
|
p: ({
|
|
873
1079
|
n: string;
|
|
874
1080
|
k: string;
|
|
1081
|
+
r: string;
|
|
1082
|
+
o?: undefined;
|
|
1083
|
+
} | {
|
|
1084
|
+
n: string;
|
|
1085
|
+
k: string;
|
|
1086
|
+
r?: undefined;
|
|
875
1087
|
o?: undefined;
|
|
876
1088
|
} | {
|
|
877
1089
|
n: string;
|
|
878
1090
|
k: string;
|
|
879
1091
|
o: boolean;
|
|
1092
|
+
r?: undefined;
|
|
880
1093
|
})[];
|
|
881
1094
|
};
|
|
882
1095
|
AggregatedExpressionReducerContext: {
|
|
@@ -884,18 +1097,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
884
1097
|
p: ({
|
|
885
1098
|
n: string;
|
|
886
1099
|
k: string;
|
|
887
|
-
o?: undefined;
|
|
888
1100
|
r?: undefined;
|
|
1101
|
+
o?: undefined;
|
|
889
1102
|
} | {
|
|
890
1103
|
n: string;
|
|
891
1104
|
k: string;
|
|
892
|
-
|
|
893
|
-
|
|
1105
|
+
r: string;
|
|
1106
|
+
o?: undefined;
|
|
894
1107
|
} | {
|
|
895
1108
|
n: string;
|
|
896
1109
|
k: string;
|
|
897
|
-
|
|
898
|
-
|
|
1110
|
+
o: boolean;
|
|
1111
|
+
r?: undefined;
|
|
899
1112
|
})[];
|
|
900
1113
|
};
|
|
901
1114
|
AggregatedScalarFunctionName: {
|
|
@@ -961,6 +1174,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
961
1174
|
AlertDefinitionBase: {
|
|
962
1175
|
k: string;
|
|
963
1176
|
p: ({
|
|
1177
|
+
n: string;
|
|
1178
|
+
k: string;
|
|
1179
|
+
o: boolean;
|
|
1180
|
+
r: string;
|
|
1181
|
+
} | {
|
|
964
1182
|
n: string;
|
|
965
1183
|
k: string;
|
|
966
1184
|
o: boolean;
|
|
@@ -979,24 +1197,38 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
979
1197
|
};
|
|
980
1198
|
AlertDefinitionPredicate: {
|
|
981
1199
|
k: string;
|
|
1200
|
+
p: {
|
|
1201
|
+
n: string;
|
|
1202
|
+
k: string;
|
|
1203
|
+
o: boolean;
|
|
1204
|
+
}[];
|
|
982
1205
|
};
|
|
983
1206
|
AlertFiredInfo: {
|
|
984
1207
|
k: string;
|
|
985
|
-
p: {
|
|
1208
|
+
p: ({
|
|
986
1209
|
n: string;
|
|
987
1210
|
k: string;
|
|
988
1211
|
r: string;
|
|
989
|
-
}
|
|
1212
|
+
} | {
|
|
1213
|
+
n: string;
|
|
1214
|
+
k: string;
|
|
1215
|
+
r?: undefined;
|
|
1216
|
+
})[];
|
|
990
1217
|
};
|
|
991
1218
|
AlertForm: {
|
|
992
1219
|
k: string;
|
|
993
1220
|
};
|
|
994
1221
|
AlertFormContext: {
|
|
995
1222
|
k: string;
|
|
996
|
-
p: {
|
|
1223
|
+
p: ({
|
|
997
1224
|
n: string;
|
|
998
1225
|
k: string;
|
|
999
|
-
|
|
1226
|
+
r: string;
|
|
1227
|
+
} | {
|
|
1228
|
+
n: string;
|
|
1229
|
+
k: string;
|
|
1230
|
+
r?: undefined;
|
|
1231
|
+
})[];
|
|
1000
1232
|
};
|
|
1001
1233
|
AlertMessageContext: {
|
|
1002
1234
|
k: string;
|
|
@@ -1106,17 +1338,27 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1106
1338
|
};
|
|
1107
1339
|
AutoGenerateTagsForLayoutsContext: {
|
|
1108
1340
|
k: string;
|
|
1109
|
-
p: {
|
|
1341
|
+
p: ({
|
|
1110
1342
|
n: string;
|
|
1111
1343
|
k: string;
|
|
1112
|
-
|
|
1344
|
+
r: string;
|
|
1345
|
+
} | {
|
|
1346
|
+
n: string;
|
|
1347
|
+
k: string;
|
|
1348
|
+
r?: undefined;
|
|
1349
|
+
})[];
|
|
1113
1350
|
};
|
|
1114
1351
|
AutoGroupColumnHeaderContext: {
|
|
1115
1352
|
k: string;
|
|
1116
|
-
p: {
|
|
1353
|
+
p: ({
|
|
1117
1354
|
n: string;
|
|
1118
1355
|
k: string;
|
|
1119
|
-
|
|
1356
|
+
r: string;
|
|
1357
|
+
} | {
|
|
1358
|
+
n: string;
|
|
1359
|
+
k: string;
|
|
1360
|
+
r?: undefined;
|
|
1361
|
+
})[];
|
|
1120
1362
|
};
|
|
1121
1363
|
BadgeDensity: {
|
|
1122
1364
|
k: string;
|
|
@@ -1169,6 +1411,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1169
1411
|
};
|
|
1170
1412
|
BadgeStylePredicate: {
|
|
1171
1413
|
k: string;
|
|
1414
|
+
p: {
|
|
1415
|
+
n: string;
|
|
1416
|
+
k: string;
|
|
1417
|
+
o: boolean;
|
|
1418
|
+
}[];
|
|
1172
1419
|
};
|
|
1173
1420
|
BarStyleCellTextHorizontalAlignment: {
|
|
1174
1421
|
k: string;
|
|
@@ -1240,13 +1487,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1240
1487
|
p: ({
|
|
1241
1488
|
n: string;
|
|
1242
1489
|
k: string;
|
|
1243
|
-
o: boolean;
|
|
1244
1490
|
r: string;
|
|
1491
|
+
o?: undefined;
|
|
1245
1492
|
} | {
|
|
1246
1493
|
n: string;
|
|
1247
1494
|
k: string;
|
|
1248
|
-
r
|
|
1495
|
+
r?: undefined;
|
|
1249
1496
|
o?: undefined;
|
|
1497
|
+
} | {
|
|
1498
|
+
n: string;
|
|
1499
|
+
k: string;
|
|
1500
|
+
o: boolean;
|
|
1501
|
+
r: string;
|
|
1250
1502
|
})[];
|
|
1251
1503
|
};
|
|
1252
1504
|
BaseState: {
|
|
@@ -1365,6 +1617,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1365
1617
|
CalculatedColumn: {
|
|
1366
1618
|
k: string;
|
|
1367
1619
|
p: ({
|
|
1620
|
+
n: string;
|
|
1621
|
+
k: string;
|
|
1622
|
+
o: boolean;
|
|
1623
|
+
r: string;
|
|
1624
|
+
} | {
|
|
1368
1625
|
n: string;
|
|
1369
1626
|
k: string;
|
|
1370
1627
|
r: string;
|
|
@@ -1372,8 +1629,8 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1372
1629
|
} | {
|
|
1373
1630
|
n: string;
|
|
1374
1631
|
k: string;
|
|
1375
|
-
r?: undefined;
|
|
1376
1632
|
o?: undefined;
|
|
1633
|
+
r?: undefined;
|
|
1377
1634
|
} | {
|
|
1378
1635
|
n: string;
|
|
1379
1636
|
k: string;
|
|
@@ -1402,11 +1659,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1402
1659
|
};
|
|
1403
1660
|
CalculatedColumnSettings: {
|
|
1404
1661
|
k: string;
|
|
1405
|
-
p: {
|
|
1662
|
+
p: ({
|
|
1406
1663
|
n: string;
|
|
1407
1664
|
k: string;
|
|
1408
1665
|
o: boolean;
|
|
1409
|
-
|
|
1666
|
+
r?: undefined;
|
|
1667
|
+
} | {
|
|
1668
|
+
n: string;
|
|
1669
|
+
k: string;
|
|
1670
|
+
r: string;
|
|
1671
|
+
o?: undefined;
|
|
1672
|
+
})[];
|
|
1410
1673
|
};
|
|
1411
1674
|
CalculatedColumnState: {
|
|
1412
1675
|
k: string;
|
|
@@ -1444,11 +1707,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1444
1707
|
};
|
|
1445
1708
|
CellChangedInfo: {
|
|
1446
1709
|
k: string;
|
|
1447
|
-
p: {
|
|
1710
|
+
p: ({
|
|
1448
1711
|
n: string;
|
|
1449
1712
|
k: string;
|
|
1450
1713
|
r: string;
|
|
1451
|
-
}
|
|
1714
|
+
} | {
|
|
1715
|
+
n: string;
|
|
1716
|
+
k: string;
|
|
1717
|
+
r?: undefined;
|
|
1718
|
+
})[];
|
|
1452
1719
|
};
|
|
1453
1720
|
CellColorRange: {
|
|
1454
1721
|
k: string;
|
|
@@ -1476,10 +1743,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1476
1743
|
};
|
|
1477
1744
|
CellEditableContext: {
|
|
1478
1745
|
k: string;
|
|
1479
|
-
p: {
|
|
1746
|
+
p: ({
|
|
1480
1747
|
n: string;
|
|
1481
1748
|
k: string;
|
|
1482
|
-
|
|
1749
|
+
r: string;
|
|
1750
|
+
} | {
|
|
1751
|
+
n: string;
|
|
1752
|
+
k: string;
|
|
1753
|
+
r?: undefined;
|
|
1754
|
+
})[];
|
|
1483
1755
|
};
|
|
1484
1756
|
CellFontStyle: {
|
|
1485
1757
|
k: string;
|
|
@@ -1516,11 +1788,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1516
1788
|
};
|
|
1517
1789
|
CellSelectionChangedInfo: {
|
|
1518
1790
|
k: string;
|
|
1519
|
-
p: {
|
|
1791
|
+
p: ({
|
|
1520
1792
|
n: string;
|
|
1521
1793
|
k: string;
|
|
1522
1794
|
r: string;
|
|
1523
|
-
}
|
|
1795
|
+
} | {
|
|
1796
|
+
n: string;
|
|
1797
|
+
k: string;
|
|
1798
|
+
r?: undefined;
|
|
1799
|
+
})[];
|
|
1524
1800
|
};
|
|
1525
1801
|
CellSummaryApi: {
|
|
1526
1802
|
k: string;
|
|
@@ -1560,11 +1836,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1560
1836
|
};
|
|
1561
1837
|
ChartChangedInfo: {
|
|
1562
1838
|
k: string;
|
|
1563
|
-
p: {
|
|
1839
|
+
p: ({
|
|
1564
1840
|
n: string;
|
|
1565
1841
|
k: string;
|
|
1566
1842
|
r: string;
|
|
1567
|
-
}
|
|
1843
|
+
} | {
|
|
1844
|
+
n: string;
|
|
1845
|
+
k: string;
|
|
1846
|
+
r?: undefined;
|
|
1847
|
+
})[];
|
|
1568
1848
|
};
|
|
1569
1849
|
ChartContainer: {
|
|
1570
1850
|
k: string;
|
|
@@ -1583,10 +1863,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1583
1863
|
p: ({
|
|
1584
1864
|
n: string;
|
|
1585
1865
|
k: string;
|
|
1866
|
+
o: boolean;
|
|
1586
1867
|
r: string;
|
|
1587
1868
|
} | {
|
|
1588
1869
|
n: string;
|
|
1589
1870
|
k: string;
|
|
1871
|
+
o: boolean;
|
|
1872
|
+
r?: undefined;
|
|
1873
|
+
} | {
|
|
1874
|
+
n: string;
|
|
1875
|
+
k: string;
|
|
1876
|
+
r: string;
|
|
1877
|
+
o?: undefined;
|
|
1878
|
+
} | {
|
|
1879
|
+
n: string;
|
|
1880
|
+
k: string;
|
|
1881
|
+
o?: undefined;
|
|
1590
1882
|
r?: undefined;
|
|
1591
1883
|
})[];
|
|
1592
1884
|
};
|
|
@@ -1675,6 +1967,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1675
1967
|
ColumnFilter: {
|
|
1676
1968
|
k: string;
|
|
1677
1969
|
p: ({
|
|
1970
|
+
n: string;
|
|
1971
|
+
k: string;
|
|
1972
|
+
o: boolean;
|
|
1973
|
+
r: string;
|
|
1974
|
+
} | {
|
|
1678
1975
|
n: string;
|
|
1679
1976
|
k: string;
|
|
1680
1977
|
o?: undefined;
|
|
@@ -1683,7 +1980,7 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1683
1980
|
n: string;
|
|
1684
1981
|
k: string;
|
|
1685
1982
|
o: boolean;
|
|
1686
|
-
r
|
|
1983
|
+
r?: undefined;
|
|
1687
1984
|
})[];
|
|
1688
1985
|
};
|
|
1689
1986
|
ColumnFilterApi: {
|
|
@@ -1695,10 +1992,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1695
1992
|
};
|
|
1696
1993
|
ColumnFilterAppliedInfo: {
|
|
1697
1994
|
k: string;
|
|
1698
|
-
p: {
|
|
1995
|
+
p: ({
|
|
1996
|
+
n: string;
|
|
1997
|
+
k: string;
|
|
1998
|
+
r: string;
|
|
1999
|
+
} | {
|
|
1699
2000
|
n: string;
|
|
1700
2001
|
k: string;
|
|
1701
|
-
|
|
2002
|
+
r?: undefined;
|
|
2003
|
+
})[];
|
|
1702
2004
|
};
|
|
1703
2005
|
ColumnFilterDef: {
|
|
1704
2006
|
k: string;
|
|
@@ -1721,6 +2023,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1721
2023
|
};
|
|
1722
2024
|
ColumnFilterPredicate: {
|
|
1723
2025
|
k: string;
|
|
2026
|
+
p: {
|
|
2027
|
+
n: string;
|
|
2028
|
+
k: string;
|
|
2029
|
+
o: boolean;
|
|
2030
|
+
}[];
|
|
1724
2031
|
};
|
|
1725
2032
|
ColumnFriendlyNameContext: {
|
|
1726
2033
|
k: string;
|
|
@@ -1758,11 +2065,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1758
2065
|
p: ({
|
|
1759
2066
|
n: string;
|
|
1760
2067
|
k: string;
|
|
1761
|
-
r
|
|
2068
|
+
r: string;
|
|
1762
2069
|
} | {
|
|
1763
2070
|
n: string;
|
|
1764
2071
|
k: string;
|
|
1765
|
-
r
|
|
2072
|
+
r?: undefined;
|
|
1766
2073
|
})[];
|
|
1767
2074
|
};
|
|
1768
2075
|
ColumnMenuOptions: {
|
|
@@ -1817,10 +2124,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1817
2124
|
};
|
|
1818
2125
|
ColumnTypesContext: {
|
|
1819
2126
|
k: string;
|
|
1820
|
-
p: {
|
|
2127
|
+
p: ({
|
|
1821
2128
|
n: string;
|
|
1822
2129
|
k: string;
|
|
1823
|
-
|
|
2130
|
+
r: string;
|
|
2131
|
+
} | {
|
|
2132
|
+
n: string;
|
|
2133
|
+
k: string;
|
|
2134
|
+
r?: undefined;
|
|
2135
|
+
})[];
|
|
1824
2136
|
};
|
|
1825
2137
|
ColumnValuesComparer: {
|
|
1826
2138
|
k: string;
|
|
@@ -1839,11 +2151,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1839
2151
|
};
|
|
1840
2152
|
CommentableCellContext: {
|
|
1841
2153
|
k: string;
|
|
1842
|
-
p: {
|
|
2154
|
+
p: ({
|
|
1843
2155
|
n: string;
|
|
1844
2156
|
k: string;
|
|
1845
2157
|
r: string;
|
|
1846
|
-
}
|
|
2158
|
+
} | {
|
|
2159
|
+
n: string;
|
|
2160
|
+
k: string;
|
|
2161
|
+
r?: undefined;
|
|
2162
|
+
})[];
|
|
1847
2163
|
};
|
|
1848
2164
|
CommentApi: {
|
|
1849
2165
|
k: string;
|
|
@@ -1854,13 +2170,27 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1854
2170
|
};
|
|
1855
2171
|
CommentChangedInfo: {
|
|
1856
2172
|
k: string;
|
|
1857
|
-
p: {
|
|
2173
|
+
p: ({
|
|
1858
2174
|
n: string;
|
|
1859
2175
|
k: string;
|
|
1860
|
-
|
|
2176
|
+
r: string;
|
|
2177
|
+
} | {
|
|
2178
|
+
n: string;
|
|
2179
|
+
k: string;
|
|
2180
|
+
r?: undefined;
|
|
2181
|
+
})[];
|
|
1861
2182
|
};
|
|
1862
2183
|
CommentLoadContext: {
|
|
1863
2184
|
k: string;
|
|
2185
|
+
p: ({
|
|
2186
|
+
n: string;
|
|
2187
|
+
k: string;
|
|
2188
|
+
r: string;
|
|
2189
|
+
} | {
|
|
2190
|
+
n: string;
|
|
2191
|
+
k: string;
|
|
2192
|
+
r?: undefined;
|
|
2193
|
+
})[];
|
|
1864
2194
|
};
|
|
1865
2195
|
CommentOptions: {
|
|
1866
2196
|
k: string;
|
|
@@ -1915,11 +2245,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1915
2245
|
p: ({
|
|
1916
2246
|
n: string;
|
|
1917
2247
|
k: string;
|
|
1918
|
-
r
|
|
2248
|
+
r: string;
|
|
1919
2249
|
} | {
|
|
1920
2250
|
n: string;
|
|
1921
2251
|
k: string;
|
|
1922
|
-
r
|
|
2252
|
+
r?: undefined;
|
|
1923
2253
|
})[];
|
|
1924
2254
|
};
|
|
1925
2255
|
ContextMenuOptions: {
|
|
@@ -1940,13 +2270,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1940
2270
|
} | {
|
|
1941
2271
|
n: string;
|
|
1942
2272
|
k: string;
|
|
1943
|
-
o: boolean;
|
|
1944
2273
|
r?: undefined;
|
|
2274
|
+
o?: undefined;
|
|
1945
2275
|
} | {
|
|
1946
2276
|
n: string;
|
|
1947
2277
|
k: string;
|
|
2278
|
+
o: boolean;
|
|
1948
2279
|
r?: undefined;
|
|
1949
|
-
o?: undefined;
|
|
1950
2280
|
})[];
|
|
1951
2281
|
};
|
|
1952
2282
|
CreateRowFormContext: {
|
|
@@ -1954,11 +2284,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1954
2284
|
p: ({
|
|
1955
2285
|
n: string;
|
|
1956
2286
|
k: string;
|
|
1957
|
-
|
|
2287
|
+
r: string;
|
|
2288
|
+
o?: undefined;
|
|
1958
2289
|
} | {
|
|
1959
2290
|
n: string;
|
|
1960
2291
|
k: string;
|
|
2292
|
+
r?: undefined;
|
|
1961
2293
|
o?: undefined;
|
|
2294
|
+
} | {
|
|
2295
|
+
n: string;
|
|
2296
|
+
k: string;
|
|
2297
|
+
o: boolean;
|
|
2298
|
+
r?: undefined;
|
|
1962
2299
|
})[];
|
|
1963
2300
|
};
|
|
1964
2301
|
CustomCellSummaryOperation: {
|
|
@@ -1973,19 +2310,24 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1973
2310
|
p: ({
|
|
1974
2311
|
n: string;
|
|
1975
2312
|
k: string;
|
|
1976
|
-
r
|
|
2313
|
+
r: string;
|
|
1977
2314
|
} | {
|
|
1978
2315
|
n: string;
|
|
1979
2316
|
k: string;
|
|
1980
|
-
r
|
|
2317
|
+
r?: undefined;
|
|
1981
2318
|
})[];
|
|
1982
2319
|
};
|
|
1983
2320
|
CustomColumnMenuContext: {
|
|
1984
2321
|
k: string;
|
|
1985
|
-
p: {
|
|
2322
|
+
p: ({
|
|
1986
2323
|
n: string;
|
|
1987
2324
|
k: string;
|
|
1988
|
-
|
|
2325
|
+
r: string;
|
|
2326
|
+
} | {
|
|
2327
|
+
n: string;
|
|
2328
|
+
k: string;
|
|
2329
|
+
r?: undefined;
|
|
2330
|
+
})[];
|
|
1989
2331
|
};
|
|
1990
2332
|
CustomColumnMenuItem: {
|
|
1991
2333
|
k: string;
|
|
@@ -1995,11 +2337,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1995
2337
|
p: ({
|
|
1996
2338
|
n: string;
|
|
1997
2339
|
k: string;
|
|
1998
|
-
r
|
|
2340
|
+
r: string;
|
|
1999
2341
|
} | {
|
|
2000
2342
|
n: string;
|
|
2001
2343
|
k: string;
|
|
2002
|
-
r
|
|
2344
|
+
r?: undefined;
|
|
2003
2345
|
})[];
|
|
2004
2346
|
};
|
|
2005
2347
|
CustomContextMenuItem: {
|
|
@@ -2022,8 +2364,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2022
2364
|
p: ({
|
|
2023
2365
|
n: string;
|
|
2024
2366
|
k: string;
|
|
2367
|
+
r: string;
|
|
2025
2368
|
o?: undefined;
|
|
2369
|
+
} | {
|
|
2370
|
+
n: string;
|
|
2371
|
+
k: string;
|
|
2026
2372
|
r?: undefined;
|
|
2373
|
+
o?: undefined;
|
|
2027
2374
|
} | {
|
|
2028
2375
|
n: string;
|
|
2029
2376
|
k: string;
|
|
@@ -2070,11 +2417,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2070
2417
|
p: ({
|
|
2071
2418
|
n: string;
|
|
2072
2419
|
k: string;
|
|
2073
|
-
r
|
|
2420
|
+
r: string;
|
|
2074
2421
|
} | {
|
|
2075
2422
|
n: string;
|
|
2076
2423
|
k: string;
|
|
2077
|
-
r
|
|
2424
|
+
r?: undefined;
|
|
2078
2425
|
})[];
|
|
2079
2426
|
};
|
|
2080
2427
|
CustomExportParams: {
|
|
@@ -2103,8 +2450,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2103
2450
|
p: ({
|
|
2104
2451
|
n: string;
|
|
2105
2452
|
k: string;
|
|
2453
|
+
r: string;
|
|
2106
2454
|
o?: undefined;
|
|
2455
|
+
} | {
|
|
2456
|
+
n: string;
|
|
2457
|
+
k: string;
|
|
2107
2458
|
r?: undefined;
|
|
2459
|
+
o?: undefined;
|
|
2108
2460
|
} | {
|
|
2109
2461
|
n: string;
|
|
2110
2462
|
k: string;
|
|
@@ -2114,11 +2466,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2114
2466
|
};
|
|
2115
2467
|
CustomQueryVariableContext: {
|
|
2116
2468
|
k: string;
|
|
2117
|
-
p: {
|
|
2469
|
+
p: ({
|
|
2470
|
+
n: string;
|
|
2471
|
+
k: string;
|
|
2472
|
+
r: string;
|
|
2473
|
+
o?: undefined;
|
|
2474
|
+
} | {
|
|
2475
|
+
n: string;
|
|
2476
|
+
k: string;
|
|
2477
|
+
r?: undefined;
|
|
2478
|
+
o?: undefined;
|
|
2479
|
+
} | {
|
|
2118
2480
|
n: string;
|
|
2119
2481
|
k: string;
|
|
2120
2482
|
o: boolean;
|
|
2121
|
-
|
|
2483
|
+
r?: undefined;
|
|
2484
|
+
})[];
|
|
2122
2485
|
};
|
|
2123
2486
|
CustomRenderContext: {
|
|
2124
2487
|
k: string;
|
|
@@ -2192,13 +2555,20 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2192
2555
|
CustomSort: {
|
|
2193
2556
|
k: string;
|
|
2194
2557
|
p: ({
|
|
2558
|
+
n: string;
|
|
2559
|
+
k: string;
|
|
2560
|
+
o: boolean;
|
|
2561
|
+
r: string;
|
|
2562
|
+
} | {
|
|
2195
2563
|
n: string;
|
|
2196
2564
|
k: string;
|
|
2197
2565
|
o?: undefined;
|
|
2566
|
+
r?: undefined;
|
|
2198
2567
|
} | {
|
|
2199
2568
|
n: string;
|
|
2200
2569
|
k: string;
|
|
2201
2570
|
o: boolean;
|
|
2571
|
+
r?: undefined;
|
|
2202
2572
|
})[];
|
|
2203
2573
|
};
|
|
2204
2574
|
CustomSortApi: {
|
|
@@ -2245,30 +2615,38 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2245
2615
|
};
|
|
2246
2616
|
CustomToolbarButtonContext: {
|
|
2247
2617
|
k: string;
|
|
2248
|
-
p: {
|
|
2618
|
+
p: ({
|
|
2249
2619
|
n: string;
|
|
2250
2620
|
k: string;
|
|
2251
2621
|
r: string;
|
|
2252
|
-
}
|
|
2622
|
+
} | {
|
|
2623
|
+
n: string;
|
|
2624
|
+
k: string;
|
|
2625
|
+
r?: undefined;
|
|
2626
|
+
})[];
|
|
2253
2627
|
};
|
|
2254
2628
|
CustomToolbarConfiguredInfo: {
|
|
2255
2629
|
k: string;
|
|
2256
|
-
p: {
|
|
2630
|
+
p: ({
|
|
2257
2631
|
n: string;
|
|
2258
2632
|
k: string;
|
|
2259
2633
|
r: string;
|
|
2260
|
-
}
|
|
2634
|
+
} | {
|
|
2635
|
+
n: string;
|
|
2636
|
+
k: string;
|
|
2637
|
+
r?: undefined;
|
|
2638
|
+
})[];
|
|
2261
2639
|
};
|
|
2262
2640
|
CustomToolbarFormContext: {
|
|
2263
2641
|
k: string;
|
|
2264
2642
|
p: ({
|
|
2265
2643
|
n: string;
|
|
2266
2644
|
k: string;
|
|
2267
|
-
r
|
|
2645
|
+
r: string;
|
|
2268
2646
|
} | {
|
|
2269
2647
|
n: string;
|
|
2270
2648
|
k: string;
|
|
2271
|
-
r
|
|
2649
|
+
r?: undefined;
|
|
2272
2650
|
})[];
|
|
2273
2651
|
};
|
|
2274
2652
|
CustomToolPanel: {
|
|
@@ -2292,11 +2670,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2292
2670
|
};
|
|
2293
2671
|
CustomToolPanelButtonContext: {
|
|
2294
2672
|
k: string;
|
|
2295
|
-
p: {
|
|
2673
|
+
p: ({
|
|
2296
2674
|
n: string;
|
|
2297
2675
|
k: string;
|
|
2298
2676
|
r: string;
|
|
2299
|
-
}
|
|
2677
|
+
} | {
|
|
2678
|
+
n: string;
|
|
2679
|
+
k: string;
|
|
2680
|
+
r?: undefined;
|
|
2681
|
+
})[];
|
|
2300
2682
|
};
|
|
2301
2683
|
CustomWindowConfig: {
|
|
2302
2684
|
k: string;
|
|
@@ -2326,11 +2708,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2326
2708
|
};
|
|
2327
2709
|
DashboardButtonContext: {
|
|
2328
2710
|
k: string;
|
|
2329
|
-
p: {
|
|
2711
|
+
p: ({
|
|
2330
2712
|
n: string;
|
|
2331
2713
|
k: string;
|
|
2332
2714
|
r: string;
|
|
2333
|
-
}
|
|
2715
|
+
} | {
|
|
2716
|
+
n: string;
|
|
2717
|
+
k: string;
|
|
2718
|
+
r?: undefined;
|
|
2719
|
+
})[];
|
|
2334
2720
|
};
|
|
2335
2721
|
DashboardButtonsLocation: {
|
|
2336
2722
|
k: string;
|
|
@@ -2388,10 +2774,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2388
2774
|
};
|
|
2389
2775
|
DashboardTab: {
|
|
2390
2776
|
k: string;
|
|
2391
|
-
p: {
|
|
2777
|
+
p: ({
|
|
2392
2778
|
n: string;
|
|
2393
2779
|
k: string;
|
|
2394
|
-
|
|
2780
|
+
o: boolean;
|
|
2781
|
+
r: string;
|
|
2782
|
+
} | {
|
|
2783
|
+
n: string;
|
|
2784
|
+
k: string;
|
|
2785
|
+
o: boolean;
|
|
2786
|
+
r?: undefined;
|
|
2787
|
+
} | {
|
|
2788
|
+
n: string;
|
|
2789
|
+
k: string;
|
|
2790
|
+
o?: undefined;
|
|
2791
|
+
r?: undefined;
|
|
2792
|
+
})[];
|
|
2395
2793
|
};
|
|
2396
2794
|
DataChangeDetectionPolicy: {
|
|
2397
2795
|
k: string;
|
|
@@ -2405,6 +2803,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2405
2803
|
};
|
|
2406
2804
|
DataChangeHistoryButton: {
|
|
2407
2805
|
k: string;
|
|
2806
|
+
p: ({
|
|
2807
|
+
n: string;
|
|
2808
|
+
k: string;
|
|
2809
|
+
o: boolean;
|
|
2810
|
+
r?: undefined;
|
|
2811
|
+
} | {
|
|
2812
|
+
n: string;
|
|
2813
|
+
k: string;
|
|
2814
|
+
o: boolean;
|
|
2815
|
+
r: string;
|
|
2816
|
+
})[];
|
|
2408
2817
|
};
|
|
2409
2818
|
DataChangeHistoryContext: {
|
|
2410
2819
|
k: string;
|
|
@@ -2455,10 +2864,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2455
2864
|
};
|
|
2456
2865
|
DataImportedInfo: {
|
|
2457
2866
|
k: string;
|
|
2458
|
-
p: {
|
|
2867
|
+
p: ({
|
|
2459
2868
|
n: string;
|
|
2460
2869
|
k: string;
|
|
2461
|
-
|
|
2870
|
+
r: string;
|
|
2871
|
+
} | {
|
|
2872
|
+
n: string;
|
|
2873
|
+
k: string;
|
|
2874
|
+
r?: undefined;
|
|
2875
|
+
})[];
|
|
2462
2876
|
};
|
|
2463
2877
|
DataImportFileHandler: {
|
|
2464
2878
|
k: string;
|
|
@@ -2482,10 +2896,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2482
2896
|
};
|
|
2483
2897
|
DataImportValidateContext: {
|
|
2484
2898
|
k: string;
|
|
2485
|
-
p: {
|
|
2899
|
+
p: ({
|
|
2486
2900
|
n: string;
|
|
2487
2901
|
k: string;
|
|
2488
|
-
|
|
2902
|
+
r: string;
|
|
2903
|
+
} | {
|
|
2904
|
+
n: string;
|
|
2905
|
+
k: string;
|
|
2906
|
+
r?: undefined;
|
|
2907
|
+
})[];
|
|
2489
2908
|
};
|
|
2490
2909
|
DataImportValidationError: {
|
|
2491
2910
|
k: string;
|
|
@@ -2505,13 +2924,20 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2505
2924
|
DataSet: {
|
|
2506
2925
|
k: string;
|
|
2507
2926
|
p: ({
|
|
2927
|
+
n: string;
|
|
2928
|
+
k: string;
|
|
2929
|
+
o: boolean;
|
|
2930
|
+
r: string;
|
|
2931
|
+
} | {
|
|
2508
2932
|
n: string;
|
|
2509
2933
|
k: string;
|
|
2510
2934
|
o?: undefined;
|
|
2935
|
+
r?: undefined;
|
|
2511
2936
|
} | {
|
|
2512
2937
|
n: string;
|
|
2513
2938
|
k: string;
|
|
2514
2939
|
o: boolean;
|
|
2940
|
+
r?: undefined;
|
|
2515
2941
|
})[];
|
|
2516
2942
|
};
|
|
2517
2943
|
DataSetApi: {
|
|
@@ -2523,11 +2949,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2523
2949
|
};
|
|
2524
2950
|
DataSetFormContext: {
|
|
2525
2951
|
k: string;
|
|
2526
|
-
p: {
|
|
2952
|
+
p: ({
|
|
2527
2953
|
n: string;
|
|
2528
2954
|
k: string;
|
|
2529
2955
|
r: string;
|
|
2530
|
-
}
|
|
2956
|
+
} | {
|
|
2957
|
+
n: string;
|
|
2958
|
+
k: string;
|
|
2959
|
+
r?: undefined;
|
|
2960
|
+
})[];
|
|
2531
2961
|
};
|
|
2532
2962
|
DataSetOptions: {
|
|
2533
2963
|
k: string;
|
|
@@ -2539,11 +2969,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2539
2969
|
};
|
|
2540
2970
|
DataSetSelectedInfo: {
|
|
2541
2971
|
k: string;
|
|
2542
|
-
p: {
|
|
2972
|
+
p: ({
|
|
2543
2973
|
n: string;
|
|
2544
2974
|
k: string;
|
|
2545
2975
|
r: string;
|
|
2546
|
-
}
|
|
2976
|
+
} | {
|
|
2977
|
+
n: string;
|
|
2978
|
+
k: string;
|
|
2979
|
+
r?: undefined;
|
|
2980
|
+
})[];
|
|
2547
2981
|
};
|
|
2548
2982
|
DataUpdateConfig: {
|
|
2549
2983
|
k: string;
|
|
@@ -2571,6 +3005,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2571
3005
|
};
|
|
2572
3006
|
DefaultAccessLevelContext: {
|
|
2573
3007
|
k: string;
|
|
3008
|
+
p: ({
|
|
3009
|
+
n: string;
|
|
3010
|
+
k: string;
|
|
3011
|
+
r: string;
|
|
3012
|
+
} | {
|
|
3013
|
+
n: string;
|
|
3014
|
+
k: string;
|
|
3015
|
+
r?: undefined;
|
|
3016
|
+
})[];
|
|
2574
3017
|
};
|
|
2575
3018
|
DefaultAdaptableMenuStructure: {
|
|
2576
3019
|
k: string;
|
|
@@ -2583,19 +3026,24 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2583
3026
|
p: ({
|
|
2584
3027
|
n: string;
|
|
2585
3028
|
k: string;
|
|
2586
|
-
r
|
|
3029
|
+
r: string;
|
|
2587
3030
|
} | {
|
|
2588
3031
|
n: string;
|
|
2589
3032
|
k: string;
|
|
2590
|
-
r
|
|
3033
|
+
r?: undefined;
|
|
2591
3034
|
})[];
|
|
2592
3035
|
};
|
|
2593
3036
|
DeletedRowInfo: {
|
|
2594
3037
|
k: string;
|
|
2595
|
-
p: {
|
|
3038
|
+
p: ({
|
|
2596
3039
|
n: string;
|
|
2597
3040
|
k: string;
|
|
2598
|
-
|
|
3041
|
+
r: string;
|
|
3042
|
+
} | {
|
|
3043
|
+
n: string;
|
|
3044
|
+
k: string;
|
|
3045
|
+
r?: undefined;
|
|
3046
|
+
})[];
|
|
2599
3047
|
};
|
|
2600
3048
|
DestroyConfig: {
|
|
2601
3049
|
k: string;
|
|
@@ -2638,10 +3086,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2638
3086
|
};
|
|
2639
3087
|
EditRowFormContext: {
|
|
2640
3088
|
k: string;
|
|
2641
|
-
p: {
|
|
3089
|
+
p: ({
|
|
2642
3090
|
n: string;
|
|
2643
3091
|
k: string;
|
|
2644
|
-
|
|
3092
|
+
r: string;
|
|
3093
|
+
} | {
|
|
3094
|
+
n: string;
|
|
3095
|
+
k: string;
|
|
3096
|
+
r?: undefined;
|
|
3097
|
+
})[];
|
|
2645
3098
|
};
|
|
2646
3099
|
Entitlement: {
|
|
2647
3100
|
k: string;
|
|
@@ -2660,11 +3113,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2660
3113
|
};
|
|
2661
3114
|
EntitlementContext: {
|
|
2662
3115
|
k: string;
|
|
2663
|
-
p: {
|
|
3116
|
+
p: ({
|
|
2664
3117
|
n: string;
|
|
2665
3118
|
k: string;
|
|
2666
3119
|
r: string;
|
|
2667
|
-
}
|
|
3120
|
+
} | {
|
|
3121
|
+
n: string;
|
|
3122
|
+
k: string;
|
|
3123
|
+
r?: undefined;
|
|
3124
|
+
})[];
|
|
2668
3125
|
};
|
|
2669
3126
|
EntitlementOptions: {
|
|
2670
3127
|
k: string;
|
|
@@ -2679,13 +3136,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2679
3136
|
p: ({
|
|
2680
3137
|
n: string;
|
|
2681
3138
|
k: string;
|
|
2682
|
-
|
|
2683
|
-
|
|
3139
|
+
r: string;
|
|
3140
|
+
o?: undefined;
|
|
2684
3141
|
} | {
|
|
2685
3142
|
n: string;
|
|
2686
3143
|
k: string;
|
|
2687
|
-
r
|
|
3144
|
+
r?: undefined;
|
|
2688
3145
|
o?: undefined;
|
|
3146
|
+
} | {
|
|
3147
|
+
n: string;
|
|
3148
|
+
k: string;
|
|
3149
|
+
o: boolean;
|
|
3150
|
+
r?: undefined;
|
|
2689
3151
|
} | {
|
|
2690
3152
|
n: string;
|
|
2691
3153
|
k: string;
|
|
@@ -2717,28 +3179,56 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2717
3179
|
};
|
|
2718
3180
|
ExportDataFormatContext: {
|
|
2719
3181
|
k: string;
|
|
2720
|
-
p: {
|
|
3182
|
+
p: ({
|
|
2721
3183
|
n: string;
|
|
2722
3184
|
k: string;
|
|
2723
|
-
|
|
3185
|
+
r: string;
|
|
3186
|
+
o?: undefined;
|
|
3187
|
+
} | {
|
|
3188
|
+
n: string;
|
|
3189
|
+
k: string;
|
|
3190
|
+
r?: undefined;
|
|
3191
|
+
o?: undefined;
|
|
3192
|
+
} | {
|
|
3193
|
+
n: string;
|
|
3194
|
+
k: string;
|
|
3195
|
+
o: boolean;
|
|
3196
|
+
r: string;
|
|
3197
|
+
})[];
|
|
2724
3198
|
};
|
|
2725
3199
|
ExportDateFormatContext: {
|
|
2726
3200
|
k: string;
|
|
2727
|
-
p: {
|
|
3201
|
+
p: ({
|
|
2728
3202
|
n: string;
|
|
2729
3203
|
k: string;
|
|
2730
|
-
|
|
3204
|
+
r: string;
|
|
3205
|
+
o?: undefined;
|
|
3206
|
+
} | {
|
|
3207
|
+
n: string;
|
|
3208
|
+
k: string;
|
|
3209
|
+
r?: undefined;
|
|
3210
|
+
o?: undefined;
|
|
3211
|
+
} | {
|
|
3212
|
+
n: string;
|
|
3213
|
+
k: string;
|
|
3214
|
+
o: boolean;
|
|
3215
|
+
r: string;
|
|
3216
|
+
})[];
|
|
2731
3217
|
};
|
|
2732
3218
|
ExportDestinationType: {
|
|
2733
3219
|
k: string;
|
|
2734
3220
|
};
|
|
2735
3221
|
ExportFormContext: {
|
|
2736
3222
|
k: string;
|
|
2737
|
-
p: {
|
|
3223
|
+
p: ({
|
|
2738
3224
|
n: string;
|
|
2739
3225
|
k: string;
|
|
2740
3226
|
r: string;
|
|
2741
|
-
}
|
|
3227
|
+
} | {
|
|
3228
|
+
n: string;
|
|
3229
|
+
k: string;
|
|
3230
|
+
r?: undefined;
|
|
3231
|
+
})[];
|
|
2742
3232
|
};
|
|
2743
3233
|
ExportOptions: {
|
|
2744
3234
|
k: string;
|
|
@@ -2780,23 +3270,23 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2780
3270
|
p: ({
|
|
2781
3271
|
n: string;
|
|
2782
3272
|
k: string;
|
|
2783
|
-
|
|
2784
|
-
|
|
3273
|
+
r: string;
|
|
3274
|
+
o?: undefined;
|
|
2785
3275
|
} | {
|
|
2786
3276
|
n: string;
|
|
2787
3277
|
k: string;
|
|
2788
|
-
|
|
2789
|
-
|
|
3278
|
+
r?: undefined;
|
|
3279
|
+
o?: undefined;
|
|
2790
3280
|
} | {
|
|
2791
3281
|
n: string;
|
|
2792
3282
|
k: string;
|
|
2793
|
-
o
|
|
3283
|
+
o: boolean;
|
|
2794
3284
|
r?: undefined;
|
|
2795
3285
|
} | {
|
|
2796
3286
|
n: string;
|
|
2797
3287
|
k: string;
|
|
3288
|
+
o: boolean;
|
|
2798
3289
|
r: string;
|
|
2799
|
-
o?: undefined;
|
|
2800
3290
|
})[];
|
|
2801
3291
|
};
|
|
2802
3292
|
ExpressionFunction: {
|
|
@@ -2860,8 +3350,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2860
3350
|
p: ({
|
|
2861
3351
|
n: string;
|
|
2862
3352
|
k: string;
|
|
3353
|
+
r: string;
|
|
2863
3354
|
o?: undefined;
|
|
3355
|
+
} | {
|
|
3356
|
+
n: string;
|
|
3357
|
+
k: string;
|
|
2864
3358
|
r?: undefined;
|
|
3359
|
+
o?: undefined;
|
|
2865
3360
|
} | {
|
|
2866
3361
|
n: string;
|
|
2867
3362
|
k: string;
|
|
@@ -2925,13 +3420,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2925
3420
|
} | {
|
|
2926
3421
|
n: string;
|
|
2927
3422
|
k: string;
|
|
2928
|
-
|
|
2929
|
-
|
|
3423
|
+
r?: undefined;
|
|
3424
|
+
o?: undefined;
|
|
2930
3425
|
} | {
|
|
2931
3426
|
n: string;
|
|
2932
3427
|
k: string;
|
|
2933
|
-
|
|
2934
|
-
|
|
3428
|
+
o: boolean;
|
|
3429
|
+
r: string;
|
|
2935
3430
|
})[];
|
|
2936
3431
|
};
|
|
2937
3432
|
Fdc3ContextOptions: {
|
|
@@ -2989,18 +3484,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2989
3484
|
p: ({
|
|
2990
3485
|
n: string;
|
|
2991
3486
|
k: string;
|
|
2992
|
-
o: boolean;
|
|
2993
3487
|
r: string;
|
|
3488
|
+
o?: undefined;
|
|
2994
3489
|
} | {
|
|
2995
3490
|
n: string;
|
|
2996
3491
|
k: string;
|
|
2997
|
-
r
|
|
3492
|
+
r?: undefined;
|
|
2998
3493
|
o?: undefined;
|
|
2999
3494
|
} | {
|
|
3000
3495
|
n: string;
|
|
3001
3496
|
k: string;
|
|
3002
|
-
o
|
|
3003
|
-
r
|
|
3497
|
+
o: boolean;
|
|
3498
|
+
r: string;
|
|
3004
3499
|
})[];
|
|
3005
3500
|
};
|
|
3006
3501
|
Fdc3Options: {
|
|
@@ -3087,11 +3582,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3087
3582
|
};
|
|
3088
3583
|
FlashingCellDisplayedInfo: {
|
|
3089
3584
|
k: string;
|
|
3090
|
-
p: {
|
|
3585
|
+
p: ({
|
|
3091
3586
|
n: string;
|
|
3092
3587
|
k: string;
|
|
3093
3588
|
r: string;
|
|
3094
|
-
}
|
|
3589
|
+
} | {
|
|
3590
|
+
n: string;
|
|
3591
|
+
k: string;
|
|
3592
|
+
r?: undefined;
|
|
3593
|
+
})[];
|
|
3095
3594
|
};
|
|
3096
3595
|
FlashingCellOptions: {
|
|
3097
3596
|
k: string;
|
|
@@ -3125,6 +3624,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3125
3624
|
k: string;
|
|
3126
3625
|
o: boolean;
|
|
3127
3626
|
r: string;
|
|
3627
|
+
} | {
|
|
3628
|
+
n: string;
|
|
3629
|
+
k: string;
|
|
3630
|
+
o: boolean;
|
|
3631
|
+
r?: undefined;
|
|
3128
3632
|
} | {
|
|
3129
3633
|
n: string;
|
|
3130
3634
|
k: string;
|
|
@@ -3157,6 +3661,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3157
3661
|
};
|
|
3158
3662
|
FormatColumnPredicate: {
|
|
3159
3663
|
k: string;
|
|
3664
|
+
p: {
|
|
3665
|
+
n: string;
|
|
3666
|
+
k: string;
|
|
3667
|
+
o: boolean;
|
|
3668
|
+
}[];
|
|
3160
3669
|
};
|
|
3161
3670
|
FormatColumnRule: {
|
|
3162
3671
|
k: string;
|
|
@@ -3174,15 +3683,24 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3174
3683
|
};
|
|
3175
3684
|
FormContext: {
|
|
3176
3685
|
k: string;
|
|
3177
|
-
p: {
|
|
3686
|
+
p: ({
|
|
3178
3687
|
n: string;
|
|
3179
3688
|
k: string;
|
|
3180
3689
|
r: string;
|
|
3181
|
-
}
|
|
3690
|
+
} | {
|
|
3691
|
+
n: string;
|
|
3692
|
+
k: string;
|
|
3693
|
+
r?: undefined;
|
|
3694
|
+
})[];
|
|
3182
3695
|
};
|
|
3183
3696
|
FreeTextColumn: {
|
|
3184
3697
|
k: string;
|
|
3185
3698
|
p: ({
|
|
3699
|
+
n: string;
|
|
3700
|
+
k: string;
|
|
3701
|
+
o: boolean;
|
|
3702
|
+
r: string;
|
|
3703
|
+
} | {
|
|
3186
3704
|
n: string;
|
|
3187
3705
|
k: string;
|
|
3188
3706
|
o?: undefined;
|
|
@@ -3208,6 +3726,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3208
3726
|
};
|
|
3209
3727
|
FreeTextColumnSettings: {
|
|
3210
3728
|
k: string;
|
|
3729
|
+
p: ({
|
|
3730
|
+
n: string;
|
|
3731
|
+
k: string;
|
|
3732
|
+
o: boolean;
|
|
3733
|
+
r?: undefined;
|
|
3734
|
+
} | {
|
|
3735
|
+
n: string;
|
|
3736
|
+
k: string;
|
|
3737
|
+
r: string;
|
|
3738
|
+
o?: undefined;
|
|
3739
|
+
})[];
|
|
3211
3740
|
};
|
|
3212
3741
|
FreeTextColumnState: {
|
|
3213
3742
|
k: string;
|
|
@@ -3226,24 +3755,46 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3226
3755
|
};
|
|
3227
3756
|
GetDetailRowsContext: {
|
|
3228
3757
|
k: string;
|
|
3229
|
-
p: {
|
|
3758
|
+
p: ({
|
|
3230
3759
|
n: string;
|
|
3231
3760
|
k: string;
|
|
3232
|
-
|
|
3761
|
+
r: string;
|
|
3762
|
+
o?: undefined;
|
|
3763
|
+
} | {
|
|
3764
|
+
n: string;
|
|
3765
|
+
k: string;
|
|
3766
|
+
r?: undefined;
|
|
3767
|
+
o?: undefined;
|
|
3768
|
+
} | {
|
|
3769
|
+
n: string;
|
|
3770
|
+
k: string;
|
|
3771
|
+
o: boolean;
|
|
3772
|
+
r: string;
|
|
3773
|
+
})[];
|
|
3233
3774
|
};
|
|
3234
3775
|
GetPrimaryKeyValueContext: {
|
|
3235
3776
|
k: string;
|
|
3236
|
-
p: {
|
|
3777
|
+
p: ({
|
|
3237
3778
|
n: string;
|
|
3238
3779
|
k: string;
|
|
3239
|
-
|
|
3780
|
+
r: string;
|
|
3781
|
+
} | {
|
|
3782
|
+
n: string;
|
|
3783
|
+
k: string;
|
|
3784
|
+
r?: undefined;
|
|
3785
|
+
})[];
|
|
3240
3786
|
};
|
|
3241
3787
|
GlobalExpressionFunctionsContext: {
|
|
3242
3788
|
k: string;
|
|
3243
|
-
p: {
|
|
3789
|
+
p: ({
|
|
3244
3790
|
n: string;
|
|
3245
3791
|
k: string;
|
|
3246
|
-
|
|
3792
|
+
r: string;
|
|
3793
|
+
} | {
|
|
3794
|
+
n: string;
|
|
3795
|
+
k: string;
|
|
3796
|
+
r?: undefined;
|
|
3797
|
+
})[];
|
|
3247
3798
|
};
|
|
3248
3799
|
GradientStyle: {
|
|
3249
3800
|
k: string;
|
|
@@ -3295,11 +3846,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3295
3846
|
};
|
|
3296
3847
|
GridFilter: {
|
|
3297
3848
|
k: string;
|
|
3298
|
-
p: {
|
|
3849
|
+
p: ({
|
|
3299
3850
|
n: string;
|
|
3300
3851
|
k: string;
|
|
3301
3852
|
o: boolean;
|
|
3302
|
-
|
|
3853
|
+
r: string;
|
|
3854
|
+
} | {
|
|
3855
|
+
n: string;
|
|
3856
|
+
k: string;
|
|
3857
|
+
o: boolean;
|
|
3858
|
+
r?: undefined;
|
|
3859
|
+
})[];
|
|
3303
3860
|
};
|
|
3304
3861
|
GridFilterApi: {
|
|
3305
3862
|
k: string;
|
|
@@ -3310,10 +3867,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3310
3867
|
};
|
|
3311
3868
|
GridFilterAppliedInfo: {
|
|
3312
3869
|
k: string;
|
|
3313
|
-
p: {
|
|
3870
|
+
p: ({
|
|
3314
3871
|
n: string;
|
|
3315
3872
|
k: string;
|
|
3316
|
-
|
|
3873
|
+
r: string;
|
|
3874
|
+
} | {
|
|
3875
|
+
n: string;
|
|
3876
|
+
k: string;
|
|
3877
|
+
r?: undefined;
|
|
3878
|
+
})[];
|
|
3317
3879
|
};
|
|
3318
3880
|
GridFilterEditors: {
|
|
3319
3881
|
k: string;
|
|
@@ -3348,11 +3910,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3348
3910
|
};
|
|
3349
3911
|
GridSortedInfo: {
|
|
3350
3912
|
k: string;
|
|
3351
|
-
p: {
|
|
3913
|
+
p: ({
|
|
3352
3914
|
n: string;
|
|
3353
3915
|
k: string;
|
|
3354
3916
|
r: string;
|
|
3355
|
-
}
|
|
3917
|
+
} | {
|
|
3918
|
+
n: string;
|
|
3919
|
+
k: string;
|
|
3920
|
+
r?: undefined;
|
|
3921
|
+
})[];
|
|
3356
3922
|
};
|
|
3357
3923
|
GroupKeys: {
|
|
3358
3924
|
k: string;
|
|
@@ -3373,6 +3939,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3373
3939
|
k: string;
|
|
3374
3940
|
r: string;
|
|
3375
3941
|
o?: undefined;
|
|
3942
|
+
} | {
|
|
3943
|
+
n: string;
|
|
3944
|
+
k: string;
|
|
3945
|
+
r?: undefined;
|
|
3946
|
+
o?: undefined;
|
|
3376
3947
|
} | {
|
|
3377
3948
|
n: string;
|
|
3378
3949
|
k: string;
|
|
@@ -3382,26 +3953,46 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3382
3953
|
};
|
|
3383
3954
|
HandleFdc3IntentContext: {
|
|
3384
3955
|
k: string;
|
|
3385
|
-
p: {
|
|
3956
|
+
p: ({
|
|
3386
3957
|
n: string;
|
|
3387
3958
|
k: string;
|
|
3388
3959
|
r: string;
|
|
3389
|
-
|
|
3960
|
+
o?: undefined;
|
|
3961
|
+
} | {
|
|
3962
|
+
n: string;
|
|
3963
|
+
k: string;
|
|
3964
|
+
r?: undefined;
|
|
3965
|
+
o?: undefined;
|
|
3966
|
+
} | {
|
|
3967
|
+
n: string;
|
|
3968
|
+
k: string;
|
|
3969
|
+
o: boolean;
|
|
3970
|
+
r: string;
|
|
3971
|
+
})[];
|
|
3390
3972
|
};
|
|
3391
3973
|
HandleFdc3IntentResolutionContext: {
|
|
3392
3974
|
k: string;
|
|
3393
|
-
p: {
|
|
3975
|
+
p: ({
|
|
3394
3976
|
n: string;
|
|
3395
3977
|
k: string;
|
|
3396
3978
|
r: string;
|
|
3397
|
-
}
|
|
3979
|
+
} | {
|
|
3980
|
+
n: string;
|
|
3981
|
+
k: string;
|
|
3982
|
+
r?: undefined;
|
|
3983
|
+
})[];
|
|
3398
3984
|
};
|
|
3399
3985
|
HandleImportedDataContext: {
|
|
3400
3986
|
k: string;
|
|
3401
|
-
p: {
|
|
3987
|
+
p: ({
|
|
3402
3988
|
n: string;
|
|
3403
3989
|
k: string;
|
|
3404
|
-
|
|
3990
|
+
r: string;
|
|
3991
|
+
} | {
|
|
3992
|
+
n: string;
|
|
3993
|
+
k: string;
|
|
3994
|
+
r?: undefined;
|
|
3995
|
+
})[];
|
|
3405
3996
|
};
|
|
3406
3997
|
HandleImportedDataResolution: {
|
|
3407
3998
|
k: string;
|
|
@@ -3475,11 +4066,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3475
4066
|
};
|
|
3476
4067
|
InFilterValueInfo: {
|
|
3477
4068
|
k: string;
|
|
3478
|
-
p: {
|
|
4069
|
+
p: ({
|
|
3479
4070
|
n: string;
|
|
3480
4071
|
k: string;
|
|
3481
4072
|
o: boolean;
|
|
3482
|
-
}
|
|
4073
|
+
} | {
|
|
4074
|
+
n: string;
|
|
4075
|
+
k: string;
|
|
4076
|
+
o?: undefined;
|
|
4077
|
+
})[];
|
|
3483
4078
|
};
|
|
3484
4079
|
InFilterValueResult: {
|
|
3485
4080
|
k: string;
|
|
@@ -3545,21 +4140,33 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3545
4140
|
};
|
|
3546
4141
|
IPushPullReport: {
|
|
3547
4142
|
k: string;
|
|
3548
|
-
p: {
|
|
4143
|
+
p: ({
|
|
3549
4144
|
n: string;
|
|
3550
4145
|
k: string;
|
|
3551
|
-
|
|
4146
|
+
o: boolean;
|
|
4147
|
+
r: string;
|
|
4148
|
+
} | {
|
|
4149
|
+
n: string;
|
|
4150
|
+
k: string;
|
|
4151
|
+
o?: undefined;
|
|
4152
|
+
r?: undefined;
|
|
4153
|
+
} | {
|
|
4154
|
+
n: string;
|
|
4155
|
+
k: string;
|
|
4156
|
+
o: boolean;
|
|
4157
|
+
r?: undefined;
|
|
4158
|
+
})[];
|
|
3552
4159
|
};
|
|
3553
4160
|
IsRowFilterableContext: {
|
|
3554
4161
|
k: string;
|
|
3555
4162
|
p: ({
|
|
3556
4163
|
n: string;
|
|
3557
4164
|
k: string;
|
|
3558
|
-
r
|
|
4165
|
+
r: string;
|
|
3559
4166
|
} | {
|
|
3560
4167
|
n: string;
|
|
3561
4168
|
k: string;
|
|
3562
|
-
r
|
|
4169
|
+
r?: undefined;
|
|
3563
4170
|
})[];
|
|
3564
4171
|
};
|
|
3565
4172
|
Layout: {
|
|
@@ -3601,21 +4208,30 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3601
4208
|
};
|
|
3602
4209
|
LayoutCreationDefaultPropertiesContext: {
|
|
3603
4210
|
k: string;
|
|
3604
|
-
p: {
|
|
4211
|
+
p: ({
|
|
3605
4212
|
n: string;
|
|
3606
4213
|
k: string;
|
|
3607
|
-
|
|
4214
|
+
r: string;
|
|
4215
|
+
} | {
|
|
4216
|
+
n: string;
|
|
4217
|
+
k: string;
|
|
4218
|
+
r?: undefined;
|
|
4219
|
+
})[];
|
|
3608
4220
|
};
|
|
3609
4221
|
LayoutExtendedConfig: {
|
|
3610
4222
|
k: string;
|
|
3611
4223
|
};
|
|
3612
4224
|
LayoutExtendedContext: {
|
|
3613
4225
|
k: string;
|
|
3614
|
-
p: {
|
|
4226
|
+
p: ({
|
|
3615
4227
|
n: string;
|
|
3616
4228
|
k: string;
|
|
3617
4229
|
r: string;
|
|
3618
|
-
}
|
|
4230
|
+
} | {
|
|
4231
|
+
n: string;
|
|
4232
|
+
k: string;
|
|
4233
|
+
r?: undefined;
|
|
4234
|
+
})[];
|
|
3619
4235
|
};
|
|
3620
4236
|
LayoutExtension: {
|
|
3621
4237
|
k: string;
|
|
@@ -3711,11 +4327,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3711
4327
|
p: ({
|
|
3712
4328
|
n: string;
|
|
3713
4329
|
k: string;
|
|
4330
|
+
r: string;
|
|
4331
|
+
o?: undefined;
|
|
4332
|
+
} | {
|
|
4333
|
+
n: string;
|
|
4334
|
+
k: string;
|
|
4335
|
+
r?: undefined;
|
|
3714
4336
|
o?: undefined;
|
|
3715
4337
|
} | {
|
|
3716
4338
|
n: string;
|
|
3717
4339
|
k: string;
|
|
3718
4340
|
o: boolean;
|
|
4341
|
+
r?: undefined;
|
|
3719
4342
|
})[];
|
|
3720
4343
|
};
|
|
3721
4344
|
LoadingScreenOptions: {
|
|
@@ -3756,11 +4379,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3756
4379
|
p: ({
|
|
3757
4380
|
n: string;
|
|
3758
4381
|
k: string;
|
|
3759
|
-
r
|
|
4382
|
+
r: string;
|
|
3760
4383
|
} | {
|
|
3761
4384
|
n: string;
|
|
3762
4385
|
k: string;
|
|
3763
|
-
r
|
|
4386
|
+
r?: undefined;
|
|
3764
4387
|
})[];
|
|
3765
4388
|
};
|
|
3766
4389
|
ModuleExpressionFunctionsMap: {
|
|
@@ -3768,10 +4391,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3768
4391
|
};
|
|
3769
4392
|
NamedQuery: {
|
|
3770
4393
|
k: string;
|
|
3771
|
-
p: {
|
|
4394
|
+
p: ({
|
|
3772
4395
|
n: string;
|
|
3773
4396
|
k: string;
|
|
3774
|
-
|
|
4397
|
+
o: boolean;
|
|
4398
|
+
r: string;
|
|
4399
|
+
} | {
|
|
4400
|
+
n: string;
|
|
4401
|
+
k: string;
|
|
4402
|
+
o?: undefined;
|
|
4403
|
+
r?: undefined;
|
|
4404
|
+
} | {
|
|
4405
|
+
n: string;
|
|
4406
|
+
k: string;
|
|
4407
|
+
o: boolean;
|
|
4408
|
+
r?: undefined;
|
|
4409
|
+
})[];
|
|
3775
4410
|
};
|
|
3776
4411
|
NamedQueryApi: {
|
|
3777
4412
|
k: string;
|
|
@@ -3790,11 +4425,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3790
4425
|
};
|
|
3791
4426
|
NotableCellContext: {
|
|
3792
4427
|
k: string;
|
|
3793
|
-
p: {
|
|
4428
|
+
p: ({
|
|
3794
4429
|
n: string;
|
|
3795
4430
|
k: string;
|
|
3796
4431
|
r: string;
|
|
3797
|
-
}
|
|
4432
|
+
} | {
|
|
4433
|
+
n: string;
|
|
4434
|
+
k: string;
|
|
4435
|
+
r?: undefined;
|
|
4436
|
+
})[];
|
|
3798
4437
|
};
|
|
3799
4438
|
NoteApi: {
|
|
3800
4439
|
k: string;
|
|
@@ -3813,12 +4452,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3813
4452
|
};
|
|
3814
4453
|
NoteState: {
|
|
3815
4454
|
k: string;
|
|
3816
|
-
p: {
|
|
4455
|
+
p: ({
|
|
3817
4456
|
n: string;
|
|
3818
4457
|
k: string;
|
|
3819
4458
|
o: boolean;
|
|
3820
4459
|
r: string;
|
|
3821
|
-
}
|
|
4460
|
+
} | {
|
|
4461
|
+
n: string;
|
|
4462
|
+
k: string;
|
|
4463
|
+
o: boolean;
|
|
4464
|
+
r?: undefined;
|
|
4465
|
+
})[];
|
|
3822
4466
|
};
|
|
3823
4467
|
NotificationsOptions: {
|
|
3824
4468
|
k: string;
|
|
@@ -3872,6 +4516,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3872
4516
|
};
|
|
3873
4517
|
ObjectTagsContext: {
|
|
3874
4518
|
k: string;
|
|
4519
|
+
p: ({
|
|
4520
|
+
n: string;
|
|
4521
|
+
k: string;
|
|
4522
|
+
r: string;
|
|
4523
|
+
} | {
|
|
4524
|
+
n: string;
|
|
4525
|
+
k: string;
|
|
4526
|
+
r?: undefined;
|
|
4527
|
+
})[];
|
|
3875
4528
|
};
|
|
3876
4529
|
ObservableFunctionName: {
|
|
3877
4530
|
k: string;
|
|
@@ -3893,13 +4546,30 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3893
4546
|
};
|
|
3894
4547
|
OpenFinReport: {
|
|
3895
4548
|
k: string;
|
|
3896
|
-
p: {
|
|
4549
|
+
p: ({
|
|
3897
4550
|
n: string;
|
|
3898
4551
|
k: string;
|
|
3899
|
-
|
|
4552
|
+
o: boolean;
|
|
4553
|
+
r: string;
|
|
4554
|
+
} | {
|
|
4555
|
+
n: string;
|
|
4556
|
+
k: string;
|
|
4557
|
+
o: boolean;
|
|
4558
|
+
r?: undefined;
|
|
4559
|
+
} | {
|
|
4560
|
+
n: string;
|
|
4561
|
+
k: string;
|
|
4562
|
+
o?: undefined;
|
|
4563
|
+
r?: undefined;
|
|
4564
|
+
})[];
|
|
3900
4565
|
};
|
|
3901
4566
|
OpenFinState: {
|
|
3902
4567
|
k: string;
|
|
4568
|
+
p: {
|
|
4569
|
+
n: string;
|
|
4570
|
+
k: string;
|
|
4571
|
+
o: boolean;
|
|
4572
|
+
}[];
|
|
3903
4573
|
};
|
|
3904
4574
|
OptionsApi: {
|
|
3905
4575
|
k: string;
|
|
@@ -3927,31 +4597,51 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3927
4597
|
};
|
|
3928
4598
|
PivotAggregationTotalHeaderContext: {
|
|
3929
4599
|
k: string;
|
|
3930
|
-
p: {
|
|
4600
|
+
p: ({
|
|
3931
4601
|
n: string;
|
|
3932
4602
|
k: string;
|
|
3933
|
-
|
|
4603
|
+
r: string;
|
|
4604
|
+
} | {
|
|
4605
|
+
n: string;
|
|
4606
|
+
k: string;
|
|
4607
|
+
r?: undefined;
|
|
4608
|
+
})[];
|
|
3934
4609
|
};
|
|
3935
4610
|
PivotColumnGroupHeaderContext: {
|
|
3936
4611
|
k: string;
|
|
3937
|
-
p: {
|
|
4612
|
+
p: ({
|
|
3938
4613
|
n: string;
|
|
3939
4614
|
k: string;
|
|
3940
|
-
|
|
4615
|
+
r: string;
|
|
4616
|
+
} | {
|
|
4617
|
+
n: string;
|
|
4618
|
+
k: string;
|
|
4619
|
+
r?: undefined;
|
|
4620
|
+
})[];
|
|
3941
4621
|
};
|
|
3942
4622
|
PivotColumnTotalHeaderContext: {
|
|
3943
4623
|
k: string;
|
|
3944
|
-
p: {
|
|
4624
|
+
p: ({
|
|
3945
4625
|
n: string;
|
|
3946
4626
|
k: string;
|
|
3947
|
-
|
|
4627
|
+
r: string;
|
|
4628
|
+
} | {
|
|
4629
|
+
n: string;
|
|
4630
|
+
k: string;
|
|
4631
|
+
r?: undefined;
|
|
4632
|
+
})[];
|
|
3948
4633
|
};
|
|
3949
4634
|
PivotGrandTotalHeaderContext: {
|
|
3950
4635
|
k: string;
|
|
3951
|
-
p: {
|
|
4636
|
+
p: ({
|
|
3952
4637
|
n: string;
|
|
3953
4638
|
k: string;
|
|
3954
|
-
|
|
4639
|
+
r: string;
|
|
4640
|
+
} | {
|
|
4641
|
+
n: string;
|
|
4642
|
+
k: string;
|
|
4643
|
+
r?: undefined;
|
|
4644
|
+
})[];
|
|
3955
4645
|
};
|
|
3956
4646
|
PivotLayout: {
|
|
3957
4647
|
k: string;
|
|
@@ -3963,12 +4653,12 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3963
4653
|
} | {
|
|
3964
4654
|
n: string;
|
|
3965
4655
|
k: string;
|
|
3966
|
-
o
|
|
4656
|
+
o: boolean;
|
|
3967
4657
|
r?: undefined;
|
|
3968
4658
|
} | {
|
|
3969
4659
|
n: string;
|
|
3970
4660
|
k: string;
|
|
3971
|
-
o
|
|
4661
|
+
o?: undefined;
|
|
3972
4662
|
r?: undefined;
|
|
3973
4663
|
})[];
|
|
3974
4664
|
};
|
|
@@ -3980,19 +4670,24 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3980
4670
|
p: ({
|
|
3981
4671
|
n: string;
|
|
3982
4672
|
k: string;
|
|
3983
|
-
r
|
|
4673
|
+
r: string;
|
|
3984
4674
|
} | {
|
|
3985
4675
|
n: string;
|
|
3986
4676
|
k: string;
|
|
3987
|
-
r
|
|
4677
|
+
r?: undefined;
|
|
3988
4678
|
})[];
|
|
3989
4679
|
};
|
|
3990
4680
|
PivotResultColumnHeaderContext: {
|
|
3991
4681
|
k: string;
|
|
3992
|
-
p: {
|
|
4682
|
+
p: ({
|
|
3993
4683
|
n: string;
|
|
3994
4684
|
k: string;
|
|
3995
|
-
|
|
4685
|
+
r: string;
|
|
4686
|
+
} | {
|
|
4687
|
+
n: string;
|
|
4688
|
+
k: string;
|
|
4689
|
+
r?: undefined;
|
|
4690
|
+
})[];
|
|
3996
4691
|
};
|
|
3997
4692
|
PivotTotalPosition: {
|
|
3998
4693
|
k: string;
|
|
@@ -4017,17 +4712,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4017
4712
|
n: string;
|
|
4018
4713
|
k: string;
|
|
4019
4714
|
o: boolean;
|
|
4020
|
-
r
|
|
4715
|
+
r: string;
|
|
4021
4716
|
} | {
|
|
4022
4717
|
n: string;
|
|
4023
4718
|
k: string;
|
|
4024
|
-
o
|
|
4719
|
+
o: boolean;
|
|
4025
4720
|
r?: undefined;
|
|
4026
4721
|
} | {
|
|
4027
4722
|
n: string;
|
|
4028
4723
|
k: string;
|
|
4029
|
-
o
|
|
4030
|
-
r
|
|
4724
|
+
o?: undefined;
|
|
4725
|
+
r?: undefined;
|
|
4031
4726
|
})[];
|
|
4032
4727
|
};
|
|
4033
4728
|
PlusMinusOptions: {
|
|
@@ -4110,17 +4805,34 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4110
4805
|
};
|
|
4111
4806
|
PreprocessRowDataContext: {
|
|
4112
4807
|
k: string;
|
|
4113
|
-
p: {
|
|
4808
|
+
p: ({
|
|
4114
4809
|
n: string;
|
|
4115
4810
|
k: string;
|
|
4116
|
-
|
|
4811
|
+
r: string;
|
|
4812
|
+
} | {
|
|
4813
|
+
n: string;
|
|
4814
|
+
k: string;
|
|
4815
|
+
r?: undefined;
|
|
4816
|
+
})[];
|
|
4117
4817
|
};
|
|
4118
4818
|
ProcessExportContext: {
|
|
4119
4819
|
k: string;
|
|
4120
|
-
p: {
|
|
4820
|
+
p: ({
|
|
4121
4821
|
n: string;
|
|
4122
4822
|
k: string;
|
|
4123
|
-
|
|
4823
|
+
r: string;
|
|
4824
|
+
o?: undefined;
|
|
4825
|
+
} | {
|
|
4826
|
+
n: string;
|
|
4827
|
+
k: string;
|
|
4828
|
+
r?: undefined;
|
|
4829
|
+
o?: undefined;
|
|
4830
|
+
} | {
|
|
4831
|
+
n: string;
|
|
4832
|
+
k: string;
|
|
4833
|
+
o: boolean;
|
|
4834
|
+
r: string;
|
|
4835
|
+
})[];
|
|
4124
4836
|
};
|
|
4125
4837
|
ProgressIndicatorConfig: {
|
|
4126
4838
|
k: string;
|
|
@@ -4138,6 +4850,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4138
4850
|
};
|
|
4139
4851
|
QueryableColumnContext: {
|
|
4140
4852
|
k: string;
|
|
4853
|
+
p: ({
|
|
4854
|
+
n: string;
|
|
4855
|
+
k: string;
|
|
4856
|
+
r: string;
|
|
4857
|
+
} | {
|
|
4858
|
+
n: string;
|
|
4859
|
+
k: string;
|
|
4860
|
+
r?: undefined;
|
|
4861
|
+
})[];
|
|
4141
4862
|
};
|
|
4142
4863
|
QuickSearchApi: {
|
|
4143
4864
|
k: string;
|
|
@@ -4287,33 +5008,65 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4287
5008
|
p: ({
|
|
4288
5009
|
n: string;
|
|
4289
5010
|
k: string;
|
|
5011
|
+
o: boolean;
|
|
4290
5012
|
r: string;
|
|
4291
|
-
o?: undefined;
|
|
4292
5013
|
} | {
|
|
4293
5014
|
n: string;
|
|
4294
5015
|
k: string;
|
|
4295
5016
|
o: boolean;
|
|
5017
|
+
r?: undefined;
|
|
5018
|
+
} | {
|
|
5019
|
+
n: string;
|
|
5020
|
+
k: string;
|
|
4296
5021
|
r: string;
|
|
5022
|
+
o?: undefined;
|
|
4297
5023
|
})[];
|
|
4298
5024
|
};
|
|
4299
5025
|
ReportColumn: {
|
|
4300
5026
|
k: string;
|
|
4301
|
-
p: {
|
|
5027
|
+
p: ({
|
|
4302
5028
|
n: string;
|
|
4303
5029
|
k: string;
|
|
4304
5030
|
o: boolean;
|
|
4305
|
-
|
|
5031
|
+
r: string;
|
|
5032
|
+
} | {
|
|
5033
|
+
n: string;
|
|
5034
|
+
k: string;
|
|
5035
|
+
o?: undefined;
|
|
5036
|
+
r?: undefined;
|
|
5037
|
+
} | {
|
|
5038
|
+
n: string;
|
|
5039
|
+
k: string;
|
|
5040
|
+
o: boolean;
|
|
5041
|
+
r?: undefined;
|
|
5042
|
+
} | {
|
|
5043
|
+
n: string;
|
|
5044
|
+
k: string;
|
|
5045
|
+
r: string;
|
|
5046
|
+
o?: undefined;
|
|
5047
|
+
})[];
|
|
4306
5048
|
};
|
|
4307
5049
|
ReportColumnScope: {
|
|
4308
5050
|
k: string;
|
|
4309
5051
|
};
|
|
4310
5052
|
ReportContext: {
|
|
4311
5053
|
k: string;
|
|
4312
|
-
p: {
|
|
5054
|
+
p: ({
|
|
4313
5055
|
n: string;
|
|
4314
5056
|
k: string;
|
|
4315
5057
|
r: string;
|
|
4316
|
-
|
|
5058
|
+
o?: undefined;
|
|
5059
|
+
} | {
|
|
5060
|
+
n: string;
|
|
5061
|
+
k: string;
|
|
5062
|
+
r?: undefined;
|
|
5063
|
+
o?: undefined;
|
|
5064
|
+
} | {
|
|
5065
|
+
n: string;
|
|
5066
|
+
k: string;
|
|
5067
|
+
o: boolean;
|
|
5068
|
+
r: string;
|
|
5069
|
+
})[];
|
|
4317
5070
|
};
|
|
4318
5071
|
ReportData: {
|
|
4319
5072
|
k: string;
|
|
@@ -4329,10 +5082,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4329
5082
|
};
|
|
4330
5083
|
ReportFileNameContext: {
|
|
4331
5084
|
k: string;
|
|
4332
|
-
p: {
|
|
5085
|
+
p: ({
|
|
4333
5086
|
n: string;
|
|
4334
5087
|
k: string;
|
|
4335
|
-
|
|
5088
|
+
r: string;
|
|
5089
|
+
o?: undefined;
|
|
5090
|
+
} | {
|
|
5091
|
+
n: string;
|
|
5092
|
+
k: string;
|
|
5093
|
+
r?: undefined;
|
|
5094
|
+
o?: undefined;
|
|
5095
|
+
} | {
|
|
5096
|
+
n: string;
|
|
5097
|
+
k: string;
|
|
5098
|
+
o: boolean;
|
|
5099
|
+
r: string;
|
|
5100
|
+
})[];
|
|
4336
5101
|
};
|
|
4337
5102
|
ReportFormatType: {
|
|
4338
5103
|
k: string;
|
|
@@ -4350,6 +5115,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4350
5115
|
k: string;
|
|
4351
5116
|
o: boolean;
|
|
4352
5117
|
r: string;
|
|
5118
|
+
} | {
|
|
5119
|
+
n: string;
|
|
5120
|
+
k: string;
|
|
5121
|
+
o: boolean;
|
|
5122
|
+
r?: undefined;
|
|
4353
5123
|
} | {
|
|
4354
5124
|
n: string;
|
|
4355
5125
|
k: string;
|
|
@@ -4367,8 +5137,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4367
5137
|
p: ({
|
|
4368
5138
|
n: string;
|
|
4369
5139
|
k: string;
|
|
4370
|
-
|
|
5140
|
+
r: string;
|
|
5141
|
+
o?: undefined;
|
|
5142
|
+
} | {
|
|
5143
|
+
n: string;
|
|
5144
|
+
k: string;
|
|
4371
5145
|
r?: undefined;
|
|
5146
|
+
o?: undefined;
|
|
4372
5147
|
} | {
|
|
4373
5148
|
n: string;
|
|
4374
5149
|
k: string;
|
|
@@ -4381,27 +5156,31 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4381
5156
|
p: ({
|
|
4382
5157
|
n: string;
|
|
4383
5158
|
k: string;
|
|
4384
|
-
o: boolean;
|
|
4385
5159
|
r: string;
|
|
5160
|
+
o?: undefined;
|
|
4386
5161
|
} | {
|
|
4387
5162
|
n: string;
|
|
4388
5163
|
k: string;
|
|
4389
|
-
r
|
|
5164
|
+
r?: undefined;
|
|
4390
5165
|
o?: undefined;
|
|
4391
5166
|
} | {
|
|
4392
5167
|
n: string;
|
|
4393
5168
|
k: string;
|
|
4394
|
-
o
|
|
4395
|
-
r
|
|
5169
|
+
o: boolean;
|
|
5170
|
+
r: string;
|
|
4396
5171
|
})[];
|
|
4397
5172
|
};
|
|
4398
5173
|
RowChangedInfo: {
|
|
4399
5174
|
k: string;
|
|
4400
|
-
p: {
|
|
5175
|
+
p: ({
|
|
4401
5176
|
n: string;
|
|
4402
5177
|
k: string;
|
|
4403
5178
|
r: string;
|
|
4404
|
-
}
|
|
5179
|
+
} | {
|
|
5180
|
+
n: string;
|
|
5181
|
+
k: string;
|
|
5182
|
+
r?: undefined;
|
|
5183
|
+
})[];
|
|
4405
5184
|
};
|
|
4406
5185
|
RowDataChangedInfo: {
|
|
4407
5186
|
k: string;
|
|
@@ -4427,17 +5206,30 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4427
5206
|
};
|
|
4428
5207
|
RowFormColumnContext: {
|
|
4429
5208
|
k: string;
|
|
4430
|
-
p: {
|
|
5209
|
+
p: ({
|
|
4431
5210
|
n: string;
|
|
4432
5211
|
k: string;
|
|
4433
5212
|
r: string;
|
|
4434
|
-
}
|
|
5213
|
+
} | {
|
|
5214
|
+
n: string;
|
|
5215
|
+
k: string;
|
|
5216
|
+
r?: undefined;
|
|
5217
|
+
})[];
|
|
4435
5218
|
};
|
|
4436
5219
|
RowFormContext: {
|
|
4437
5220
|
k: string;
|
|
4438
5221
|
};
|
|
4439
5222
|
RowFormFieldContext: {
|
|
4440
5223
|
k: string;
|
|
5224
|
+
p: ({
|
|
5225
|
+
n: string;
|
|
5226
|
+
k: string;
|
|
5227
|
+
r: string;
|
|
5228
|
+
} | {
|
|
5229
|
+
n: string;
|
|
5230
|
+
k: string;
|
|
5231
|
+
r?: undefined;
|
|
5232
|
+
})[];
|
|
4441
5233
|
};
|
|
4442
5234
|
RowFormOptions: {
|
|
4443
5235
|
k: string;
|
|
@@ -4452,16 +5244,30 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4452
5244
|
};
|
|
4453
5245
|
RowFormTitleContext: {
|
|
4454
5246
|
k: string;
|
|
5247
|
+
p: ({
|
|
5248
|
+
n: string;
|
|
5249
|
+
k: string;
|
|
5250
|
+
r: string;
|
|
5251
|
+
} | {
|
|
5252
|
+
n: string;
|
|
5253
|
+
k: string;
|
|
5254
|
+
r?: undefined;
|
|
5255
|
+
})[];
|
|
4455
5256
|
};
|
|
4456
5257
|
RowFormType: {
|
|
4457
5258
|
k: string;
|
|
4458
5259
|
};
|
|
4459
5260
|
RowGroupColumnHeaderContext: {
|
|
4460
5261
|
k: string;
|
|
4461
|
-
p: {
|
|
5262
|
+
p: ({
|
|
4462
5263
|
n: string;
|
|
4463
5264
|
k: string;
|
|
4464
|
-
|
|
5265
|
+
r: string;
|
|
5266
|
+
} | {
|
|
5267
|
+
n: string;
|
|
5268
|
+
k: string;
|
|
5269
|
+
r?: undefined;
|
|
5270
|
+
})[];
|
|
4465
5271
|
};
|
|
4466
5272
|
RowGroupValues: {
|
|
4467
5273
|
k: string;
|
|
@@ -4506,11 +5312,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4506
5312
|
};
|
|
4507
5313
|
RowSelectionChangedInfo: {
|
|
4508
5314
|
k: string;
|
|
4509
|
-
p: {
|
|
5315
|
+
p: ({
|
|
4510
5316
|
n: string;
|
|
4511
5317
|
k: string;
|
|
4512
5318
|
r: string;
|
|
4513
|
-
}
|
|
5319
|
+
} | {
|
|
5320
|
+
n: string;
|
|
5321
|
+
k: string;
|
|
5322
|
+
r?: undefined;
|
|
5323
|
+
})[];
|
|
4514
5324
|
};
|
|
4515
5325
|
RowsHighlightInfo: {
|
|
4516
5326
|
k: string;
|
|
@@ -4536,18 +5346,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4536
5346
|
p: ({
|
|
4537
5347
|
n: string;
|
|
4538
5348
|
k: string;
|
|
4539
|
-
o
|
|
4540
|
-
r
|
|
5349
|
+
o: boolean;
|
|
5350
|
+
r: string;
|
|
4541
5351
|
} | {
|
|
4542
5352
|
n: string;
|
|
4543
5353
|
k: string;
|
|
4544
|
-
o
|
|
5354
|
+
o?: undefined;
|
|
4545
5355
|
r?: undefined;
|
|
4546
5356
|
} | {
|
|
4547
5357
|
n: string;
|
|
4548
5358
|
k: string;
|
|
4549
5359
|
o: boolean;
|
|
4550
|
-
r
|
|
5360
|
+
r?: undefined;
|
|
4551
5361
|
})[];
|
|
4552
5362
|
};
|
|
4553
5363
|
RowSummaryPosition: {
|
|
@@ -4567,17 +5377,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4567
5377
|
n: string;
|
|
4568
5378
|
k: string;
|
|
4569
5379
|
o: boolean;
|
|
4570
|
-
r
|
|
5380
|
+
r: string;
|
|
4571
5381
|
} | {
|
|
4572
5382
|
n: string;
|
|
4573
5383
|
k: string;
|
|
4574
5384
|
o: boolean;
|
|
4575
|
-
r
|
|
5385
|
+
r?: undefined;
|
|
4576
5386
|
} | {
|
|
4577
5387
|
n: string;
|
|
4578
5388
|
k: string;
|
|
4579
5389
|
r: string;
|
|
4580
5390
|
o?: undefined;
|
|
5391
|
+
} | {
|
|
5392
|
+
n: string;
|
|
5393
|
+
k: string;
|
|
5394
|
+
o?: undefined;
|
|
5395
|
+
r?: undefined;
|
|
4581
5396
|
})[];
|
|
4582
5397
|
};
|
|
4583
5398
|
SaveChartBehaviour: {
|
|
@@ -4605,11 +5420,21 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4605
5420
|
k: string;
|
|
4606
5421
|
o: boolean;
|
|
4607
5422
|
r: string;
|
|
5423
|
+
} | {
|
|
5424
|
+
n: string;
|
|
5425
|
+
k: string;
|
|
5426
|
+
o: boolean;
|
|
5427
|
+
r?: undefined;
|
|
4608
5428
|
} | {
|
|
4609
5429
|
n: string;
|
|
4610
5430
|
k: string;
|
|
4611
5431
|
r: string;
|
|
4612
5432
|
o?: undefined;
|
|
5433
|
+
} | {
|
|
5434
|
+
n: string;
|
|
5435
|
+
k: string;
|
|
5436
|
+
o?: undefined;
|
|
5437
|
+
r?: undefined;
|
|
4613
5438
|
})[];
|
|
4614
5439
|
};
|
|
4615
5440
|
ScheduledAlertProperties: {
|
|
@@ -4636,10 +5461,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4636
5461
|
};
|
|
4637
5462
|
ServerValidationContext: {
|
|
4638
5463
|
k: string;
|
|
4639
|
-
p: {
|
|
5464
|
+
p: ({
|
|
4640
5465
|
n: string;
|
|
4641
5466
|
k: string;
|
|
4642
|
-
|
|
5467
|
+
r: string;
|
|
5468
|
+
} | {
|
|
5469
|
+
n: string;
|
|
5470
|
+
k: string;
|
|
5471
|
+
r?: undefined;
|
|
5472
|
+
})[];
|
|
4643
5473
|
};
|
|
4644
5474
|
ServerValidationResult: {
|
|
4645
5475
|
k: string;
|
|
@@ -4657,10 +5487,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4657
5487
|
};
|
|
4658
5488
|
SetPrimaryKeyValueContext: {
|
|
4659
5489
|
k: string;
|
|
4660
|
-
p: {
|
|
5490
|
+
p: ({
|
|
4661
5491
|
n: string;
|
|
4662
5492
|
k: string;
|
|
4663
|
-
|
|
5493
|
+
r: string;
|
|
5494
|
+
} | {
|
|
5495
|
+
n: string;
|
|
5496
|
+
k: string;
|
|
5497
|
+
r?: undefined;
|
|
5498
|
+
})[];
|
|
4664
5499
|
};
|
|
4665
5500
|
SettingsPanelApi: {
|
|
4666
5501
|
k: string;
|
|
@@ -4677,6 +5512,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4677
5512
|
};
|
|
4678
5513
|
SettingsPanelNavigationContext: {
|
|
4679
5514
|
k: string;
|
|
5515
|
+
p: ({
|
|
5516
|
+
n: string;
|
|
5517
|
+
k: string;
|
|
5518
|
+
r: string;
|
|
5519
|
+
} | {
|
|
5520
|
+
n: string;
|
|
5521
|
+
k: string;
|
|
5522
|
+
r?: undefined;
|
|
5523
|
+
})[];
|
|
4680
5524
|
};
|
|
4681
5525
|
SettingsPanelNavigationGroup: {
|
|
4682
5526
|
k: string;
|
|
@@ -4712,6 +5556,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4712
5556
|
};
|
|
4713
5557
|
SharedEntitiesContext: {
|
|
4714
5558
|
k: string;
|
|
5559
|
+
p: ({
|
|
5560
|
+
n: string;
|
|
5561
|
+
k: string;
|
|
5562
|
+
r: string;
|
|
5563
|
+
} | {
|
|
5564
|
+
n: string;
|
|
5565
|
+
k: string;
|
|
5566
|
+
r?: undefined;
|
|
5567
|
+
})[];
|
|
4715
5568
|
};
|
|
4716
5569
|
SharedEntity: {
|
|
4717
5570
|
k: string;
|
|
@@ -4721,10 +5574,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4721
5574
|
};
|
|
4722
5575
|
Shortcut: {
|
|
4723
5576
|
k: string;
|
|
4724
|
-
p: {
|
|
5577
|
+
p: ({
|
|
4725
5578
|
n: string;
|
|
4726
5579
|
k: string;
|
|
4727
|
-
|
|
5580
|
+
o: boolean;
|
|
5581
|
+
r: string;
|
|
5582
|
+
} | {
|
|
5583
|
+
n: string;
|
|
5584
|
+
k: string;
|
|
5585
|
+
o: boolean;
|
|
5586
|
+
r?: undefined;
|
|
5587
|
+
} | {
|
|
5588
|
+
n: string;
|
|
5589
|
+
k: string;
|
|
5590
|
+
o?: undefined;
|
|
5591
|
+
r?: undefined;
|
|
5592
|
+
})[];
|
|
4728
5593
|
};
|
|
4729
5594
|
ShortcutApi: {
|
|
4730
5595
|
k: string;
|
|
@@ -4756,10 +5621,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4756
5621
|
};
|
|
4757
5622
|
SmartEditOperationContext: {
|
|
4758
5623
|
k: string;
|
|
4759
|
-
p: {
|
|
5624
|
+
p: ({
|
|
4760
5625
|
n: string;
|
|
4761
5626
|
k: string;
|
|
4762
|
-
|
|
5627
|
+
r: string;
|
|
5628
|
+
} | {
|
|
5629
|
+
n: string;
|
|
5630
|
+
k: string;
|
|
5631
|
+
r?: undefined;
|
|
5632
|
+
})[];
|
|
4763
5633
|
};
|
|
4764
5634
|
SmartEditOptions: {
|
|
4765
5635
|
k: string;
|
|
@@ -4848,6 +5718,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4848
5718
|
k: string;
|
|
4849
5719
|
o?: undefined;
|
|
4850
5720
|
r?: undefined;
|
|
5721
|
+
} | {
|
|
5722
|
+
n: string;
|
|
5723
|
+
k: string;
|
|
5724
|
+
o: boolean;
|
|
5725
|
+
r?: undefined;
|
|
4851
5726
|
})[];
|
|
4852
5727
|
};
|
|
4853
5728
|
StyledColumnApi: {
|
|
@@ -4867,11 +5742,17 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4867
5742
|
};
|
|
4868
5743
|
SuspendableObject: {
|
|
4869
5744
|
k: string;
|
|
4870
|
-
p: {
|
|
5745
|
+
p: ({
|
|
4871
5746
|
n: string;
|
|
4872
5747
|
k: string;
|
|
4873
5748
|
o: boolean;
|
|
4874
|
-
|
|
5749
|
+
r: string;
|
|
5750
|
+
} | {
|
|
5751
|
+
n: string;
|
|
5752
|
+
k: string;
|
|
5753
|
+
o: boolean;
|
|
5754
|
+
r?: undefined;
|
|
5755
|
+
})[];
|
|
4875
5756
|
};
|
|
4876
5757
|
SystemAlertPredicateId: {
|
|
4877
5758
|
k: string;
|
|
@@ -4893,8 +5774,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4893
5774
|
p: ({
|
|
4894
5775
|
n: string;
|
|
4895
5776
|
k: string;
|
|
5777
|
+
r: string;
|
|
4896
5778
|
o?: undefined;
|
|
5779
|
+
} | {
|
|
5780
|
+
n: string;
|
|
5781
|
+
k: string;
|
|
4897
5782
|
r?: undefined;
|
|
5783
|
+
o?: undefined;
|
|
4898
5784
|
} | {
|
|
4899
5785
|
n: string;
|
|
4900
5786
|
k: string;
|
|
@@ -4940,8 +5826,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4940
5826
|
p: ({
|
|
4941
5827
|
n: string;
|
|
4942
5828
|
k: string;
|
|
5829
|
+
r: string;
|
|
4943
5830
|
o?: undefined;
|
|
5831
|
+
} | {
|
|
5832
|
+
n: string;
|
|
5833
|
+
k: string;
|
|
4944
5834
|
r?: undefined;
|
|
5835
|
+
o?: undefined;
|
|
4945
5836
|
} | {
|
|
4946
5837
|
n: string;
|
|
4947
5838
|
k: string;
|
|
@@ -4954,10 +5845,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4954
5845
|
};
|
|
4955
5846
|
SystemReportNamesContext: {
|
|
4956
5847
|
k: string;
|
|
4957
|
-
p: {
|
|
5848
|
+
p: ({
|
|
4958
5849
|
n: string;
|
|
4959
5850
|
k: string;
|
|
4960
|
-
|
|
5851
|
+
r: string;
|
|
5852
|
+
} | {
|
|
5853
|
+
n: string;
|
|
5854
|
+
k: string;
|
|
5855
|
+
r?: undefined;
|
|
5856
|
+
})[];
|
|
4961
5857
|
};
|
|
4962
5858
|
SystemStatusApi: {
|
|
4963
5859
|
k: string;
|
|
@@ -4968,11 +5864,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4968
5864
|
};
|
|
4969
5865
|
SystemStatusMessageDisplayedInfo: {
|
|
4970
5866
|
k: string;
|
|
4971
|
-
p: {
|
|
5867
|
+
p: ({
|
|
4972
5868
|
n: string;
|
|
4973
5869
|
k: string;
|
|
4974
5870
|
r: string;
|
|
4975
|
-
}
|
|
5871
|
+
} | {
|
|
5872
|
+
n: string;
|
|
5873
|
+
k: string;
|
|
5874
|
+
r?: undefined;
|
|
5875
|
+
})[];
|
|
4976
5876
|
};
|
|
4977
5877
|
SystemStatusMessageInfo: {
|
|
4978
5878
|
k: string;
|
|
@@ -4991,6 +5891,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4991
5891
|
k: string;
|
|
4992
5892
|
r: string;
|
|
4993
5893
|
o?: undefined;
|
|
5894
|
+
} | {
|
|
5895
|
+
n: string;
|
|
5896
|
+
k: string;
|
|
5897
|
+
o: boolean;
|
|
5898
|
+
r: string;
|
|
4994
5899
|
})[];
|
|
4995
5900
|
};
|
|
4996
5901
|
SystemThemeEntry: {
|
|
@@ -5018,21 +5923,33 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5018
5923
|
};
|
|
5019
5924
|
TableColumnGroupHeaderContext: {
|
|
5020
5925
|
k: string;
|
|
5021
|
-
p: {
|
|
5926
|
+
p: ({
|
|
5022
5927
|
n: string;
|
|
5023
5928
|
k: string;
|
|
5024
|
-
|
|
5929
|
+
r: string;
|
|
5930
|
+
} | {
|
|
5931
|
+
n: string;
|
|
5932
|
+
k: string;
|
|
5933
|
+
r?: undefined;
|
|
5934
|
+
})[];
|
|
5025
5935
|
};
|
|
5026
5936
|
TableColumnHeaderContext: {
|
|
5027
5937
|
k: string;
|
|
5028
5938
|
p: ({
|
|
5029
5939
|
n: string;
|
|
5030
5940
|
k: string;
|
|
5031
|
-
|
|
5941
|
+
r: string;
|
|
5942
|
+
o?: undefined;
|
|
5032
5943
|
} | {
|
|
5033
5944
|
n: string;
|
|
5034
5945
|
k: string;
|
|
5946
|
+
r?: undefined;
|
|
5035
5947
|
o?: undefined;
|
|
5948
|
+
} | {
|
|
5949
|
+
n: string;
|
|
5950
|
+
k: string;
|
|
5951
|
+
o: boolean;
|
|
5952
|
+
r?: undefined;
|
|
5036
5953
|
})[];
|
|
5037
5954
|
};
|
|
5038
5955
|
TableLayout: {
|
|
@@ -5066,11 +5983,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5066
5983
|
};
|
|
5067
5984
|
TeamSharingEntityChangedInfo: {
|
|
5068
5985
|
k: string;
|
|
5069
|
-
p: {
|
|
5986
|
+
p: ({
|
|
5070
5987
|
n: string;
|
|
5071
5988
|
k: string;
|
|
5072
5989
|
r: string;
|
|
5073
|
-
}
|
|
5990
|
+
} | {
|
|
5991
|
+
n: string;
|
|
5992
|
+
k: string;
|
|
5993
|
+
r?: undefined;
|
|
5994
|
+
})[];
|
|
5074
5995
|
};
|
|
5075
5996
|
TeamSharingOptions: {
|
|
5076
5997
|
k: string;
|
|
@@ -5086,10 +6007,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5086
6007
|
};
|
|
5087
6008
|
TeamSharingState: {
|
|
5088
6009
|
k: string;
|
|
5089
|
-
p: {
|
|
6010
|
+
p: ({
|
|
5090
6011
|
n: string;
|
|
5091
6012
|
k: string;
|
|
5092
|
-
|
|
6013
|
+
o?: undefined;
|
|
6014
|
+
} | {
|
|
6015
|
+
n: string;
|
|
6016
|
+
k: string;
|
|
6017
|
+
o: boolean;
|
|
6018
|
+
})[];
|
|
5093
6019
|
};
|
|
5094
6020
|
ThemeApi: {
|
|
5095
6021
|
k: string;
|
|
@@ -5100,18 +6026,27 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5100
6026
|
};
|
|
5101
6027
|
ThemeChangedInfo: {
|
|
5102
6028
|
k: string;
|
|
5103
|
-
p: {
|
|
6029
|
+
p: ({
|
|
5104
6030
|
n: string;
|
|
5105
6031
|
k: string;
|
|
5106
|
-
|
|
6032
|
+
r: string;
|
|
6033
|
+
} | {
|
|
6034
|
+
n: string;
|
|
6035
|
+
k: string;
|
|
6036
|
+
r?: undefined;
|
|
6037
|
+
})[];
|
|
5107
6038
|
};
|
|
5108
6039
|
ThemeSelectedInfo: {
|
|
5109
6040
|
k: string;
|
|
5110
|
-
p: {
|
|
6041
|
+
p: ({
|
|
5111
6042
|
n: string;
|
|
5112
6043
|
k: string;
|
|
5113
6044
|
r: string;
|
|
5114
|
-
}
|
|
6045
|
+
} | {
|
|
6046
|
+
n: string;
|
|
6047
|
+
k: string;
|
|
6048
|
+
r?: undefined;
|
|
6049
|
+
})[];
|
|
5115
6050
|
};
|
|
5116
6051
|
ThemeState: {
|
|
5117
6052
|
k: string;
|
|
@@ -5145,11 +6080,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5145
6080
|
};
|
|
5146
6081
|
ToolPanelButtonContext: {
|
|
5147
6082
|
k: string;
|
|
5148
|
-
p: {
|
|
6083
|
+
p: ({
|
|
5149
6084
|
n: string;
|
|
5150
6085
|
k: string;
|
|
5151
6086
|
r: string;
|
|
5152
|
-
}
|
|
6087
|
+
} | {
|
|
6088
|
+
n: string;
|
|
6089
|
+
k: string;
|
|
6090
|
+
r?: undefined;
|
|
6091
|
+
})[];
|
|
5153
6092
|
};
|
|
5154
6093
|
ToolPanelOptions: {
|
|
5155
6094
|
k: string;
|