@quickbi/bi-types 3.0.41-beta.0

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/esm/index.mjs ADDED
@@ -0,0 +1,2036 @@
1
+ // src/basic/bi-types/src/data-panel/base.ts
2
+ function _class_call_check(instance, Constructor) {
3
+ if (!(instance instanceof Constructor)) {
4
+ throw new TypeError("Cannot call a class as a function");
5
+ }
6
+ }
7
+ function _define_property(obj, key, value) {
8
+ if (key in obj) {
9
+ Object.defineProperty(obj, key, {
10
+ value,
11
+ enumerable: true,
12
+ configurable: true,
13
+ writable: true
14
+ });
15
+ } else {
16
+ obj[key] = value;
17
+ }
18
+ return obj;
19
+ }
20
+ var CommonCompInputAreaTypeEnum;
21
+ (function(CommonCompInputAreaTypeEnum2) {
22
+ CommonCompInputAreaTypeEnum2["areaType"] = "area_type";
23
+ CommonCompInputAreaTypeEnum2["areaDim"] = "area_dim";
24
+ CommonCompInputAreaTypeEnum2["areaRow"] = "area_row";
25
+ CommonCompInputAreaTypeEnum2["areaColumn"] = "area_column";
26
+ CommonCompInputAreaTypeEnum2["areaValue"] = "area_value";
27
+ CommonCompInputAreaTypeEnum2["areaMeasure"] = "area_measure";
28
+ CommonCompInputAreaTypeEnum2["filters"] = "filters";
29
+ })(CommonCompInputAreaTypeEnum || (CommonCompInputAreaTypeEnum = {}));
30
+ var RetainAreaId;
31
+ (function(RetainAreaId2) {
32
+ RetainAreaId2["drill"] = "drill";
33
+ RetainAreaId2["filters"] = "filters";
34
+ })(RetainAreaId || (RetainAreaId = {}));
35
+ var QueryAxisType;
36
+ (function(QueryAxisType2) {
37
+ QueryAxisType2["drill"] = "drill";
38
+ QueryAxisType2["row"] = "row";
39
+ QueryAxisType2["column"] = "column";
40
+ QueryAxisType2["filters"] = "filters";
41
+ })(QueryAxisType || (QueryAxisType = {}));
42
+ var FieldType;
43
+ (function(FieldType2) {
44
+ FieldType2["dimension"] = "dimension";
45
+ FieldType2["measure"] = "measure";
46
+ })(FieldType || (FieldType = {}));
47
+ var FieldGroupType;
48
+ (function(FieldGroupType2) {
49
+ FieldGroupType2["dimensionGroup"] = "dimensionGroup";
50
+ FieldGroupType2["measureGroup"] = "measureGroup";
51
+ })(FieldGroupType || (FieldGroupType = {}));
52
+ var FieldCollectionType;
53
+ (function(FieldCollectionType2) {
54
+ FieldCollectionType2["lnglatGroup"] = "lnglatGroup";
55
+ })(FieldCollectionType || (FieldCollectionType = {}));
56
+ var LnglatGroupChildFlags;
57
+ (function(LnglatGroupChildFlags2) {
58
+ LnglatGroupChildFlags2["Lng"] = "Lng";
59
+ LnglatGroupChildFlags2["Lat"] = "Lat";
60
+ LnglatGroupChildFlags2["PointTag"] = "PointTag";
61
+ })(LnglatGroupChildFlags || (LnglatGroupChildFlags = {}));
62
+ var SecondFieldType;
63
+ (function(SecondFieldType2) {
64
+ SecondFieldType2["number"] = "number";
65
+ SecondFieldType2["string"] = "string";
66
+ SecondFieldType2["geographic"] = "geographic";
67
+ SecondFieldType2["imageUrl"] = "imageUrl";
68
+ SecondFieldType2["imageFileId"] = "imageFileId";
69
+ SecondFieldType2["datetime"] = "datetime";
70
+ })(SecondFieldType || (SecondFieldType = {}));
71
+ var CUSTOM_FIELD_TYPES;
72
+ (function(CUSTOM_FIELD_TYPES2) {
73
+ CUSTOM_FIELD_TYPES2["VIRTUAL_FIELD"] = "VIRTUAL_FIELD";
74
+ CUSTOM_FIELD_TYPES2["AGGREGATE_CALC_FIELD"] = "AGGREGATE_CALC_FIELD";
75
+ CUSTOM_FIELD_TYPES2["FIELD_GROUP"] = "FIELD_GROUP";
76
+ CUSTOM_FIELD_TYPES2["AGGREGATE_FIELD"] = "AGGREGATE_FIELD";
77
+ CUSTOM_FIELD_TYPES2["STRING_FIELD"] = "STRING_FIELD";
78
+ })(CUSTOM_FIELD_TYPES || (CUSTOM_FIELD_TYPES = {}));
79
+ var ResultMode;
80
+ (function(ResultMode2) {
81
+ ResultMode2["SELECT_ALL"] = "selectAll";
82
+ ResultMode2["LIMIT_NUM"] = "limitNum";
83
+ })(ResultMode || (ResultMode = {}));
84
+ var ChartStatus;
85
+ (function(ChartStatus2) {
86
+ ChartStatus2["null"] = "null";
87
+ ChartStatus2["stacked"] = "stacked";
88
+ ChartStatus2["percent"] = "percent";
89
+ })(ChartStatus || (ChartStatus = {}));
90
+ var StackedSortType;
91
+ (function(StackedSortType2) {
92
+ StackedSortType2["Normal"] = "Normal";
93
+ StackedSortType2["Ascending"] = "Ascending";
94
+ StackedSortType2["Descending"] = "Descending";
95
+ })(StackedSortType || (StackedSortType = {}));
96
+ var FreshTimeUnit;
97
+ (function(FreshTimeUnit2) {
98
+ FreshTimeUnit2["min"] = "min";
99
+ FreshTimeUnit2["sec"] = "sec";
100
+ })(FreshTimeUnit || (FreshTimeUnit = {}));
101
+ var ConfigCellType;
102
+ (function(ConfigCellType2) {
103
+ ConfigCellType2["header"] = "header";
104
+ ConfigCellType2["checkbox"] = "checkbox";
105
+ ConfigCellType2["collapse"] = "collapse";
106
+ ConfigCellType2["fieldname"] = "fieldname";
107
+ ConfigCellType2["input"] = "input";
108
+ ConfigCellType2["dropdown"] = "dropdown";
109
+ ConfigCellType2["clicktext"] = "clicktext";
110
+ ConfigCellType2["selectext"] = "selectext";
111
+ ConfigCellType2["blank"] = "blank";
112
+ ConfigCellType2["alignment"] = "alignment";
113
+ })(ConfigCellType || (ConfigCellType = {}));
114
+ var ConfigColumnType;
115
+ (function(ConfigColumnType2) {
116
+ ConfigColumnType2["select"] = "select";
117
+ ConfigColumnType2["fieldName"] = "fieldName";
118
+ ConfigColumnType2["fieldAlias"] = "fieldAlias";
119
+ ConfigColumnType2["fieldDesc"] = "fieldDesc";
120
+ ConfigColumnType2["aggregater"] = "aggregater";
121
+ ConfigColumnType2["format"] = "format";
122
+ ConfigColumnType2["alignment"] = "alignment";
123
+ ConfigColumnType2["sort"] = "sort";
124
+ ConfigColumnType2["contrast"] = "contrast";
125
+ ConfigColumnType2["advancedCompute"] = "advancedCompute";
126
+ ConfigColumnType2["operate"] = "operate";
127
+ ConfigColumnType2["nodeType"] = "nodeType";
128
+ ConfigColumnType2["expand"] = "expand";
129
+ ConfigColumnType2["emptyValueDisplay"] = "emptyValueDisplay";
130
+ })(ConfigColumnType || (ConfigColumnType = {}));
131
+ var CheckBoxState = function CheckBoxState2() {
132
+ "use strict";
133
+ _class_call_check(this, CheckBoxState2);
134
+ _define_property(this, "id", void 0);
135
+ _define_property(this, "checked", false);
136
+ _define_property(this, "indeterminate", false);
137
+ _define_property(this, "parentId", void 0);
138
+ };
139
+
140
+ // src/basic/bi-types/src/data-panel/data-config.ts
141
+ function _class_call_check2(instance, Constructor) {
142
+ if (!(instance instanceof Constructor)) {
143
+ throw new TypeError("Cannot call a class as a function");
144
+ }
145
+ }
146
+ function _define_property2(obj, key, value) {
147
+ if (key in obj) {
148
+ Object.defineProperty(obj, key, {
149
+ value,
150
+ enumerable: true,
151
+ configurable: true,
152
+ writable: true
153
+ });
154
+ } else {
155
+ obj[key] = value;
156
+ }
157
+ return obj;
158
+ }
159
+ var DataConfig = function DataConfig2() {
160
+ "use strict";
161
+ _class_call_check2(this, DataConfig2);
162
+ _define_property2(this, "sources", void 0);
163
+ _define_property2(this, "area", void 0);
164
+ _define_property2(this, "freshTime", void 0);
165
+ _define_property2(this, "lastRefreshTime", void 0);
166
+ _define_property2(this, "limitNum", void 0);
167
+ _define_property2(this, "crossTableIsSelectAll", void 0);
168
+ _define_property2(this, "queryDetail", void 0);
169
+ };
170
+ var ProportionType;
171
+ (function(ProportionType2) {
172
+ ProportionType2["totalColumn"] = "totalColumn";
173
+ ProportionType2["totalRow"] = "totalRow";
174
+ })(ProportionType || (ProportionType = {}));
175
+ var TableDirection;
176
+ (function(TableDirection2) {
177
+ TableDirection2["vertically"] = "vertically";
178
+ TableDirection2["horizontally"] = "horizontally";
179
+ })(TableDirection || (TableDirection = {}));
180
+ var TableType;
181
+ (function(TableType2) {
182
+ TableType2["contrast"] = "contrast";
183
+ TableType2["proportion"] = "proportion";
184
+ TableType2["ranking"] = "ranking";
185
+ TableType2["percentile"] = "percentile";
186
+ TableType2["quickFilter"] = "quickFilter";
187
+ TableType2["accumulate"] = "accumulate";
188
+ })(TableType || (TableType = {}));
189
+ var AccumulateCalcType;
190
+ (function(AccumulateCalcType2) {
191
+ AccumulateCalcType2["average"] = "average";
192
+ AccumulateCalcType2["sum"] = "sum";
193
+ AccumulateCalcType2["max"] = "max";
194
+ AccumulateCalcType2["min"] = "min";
195
+ })(AccumulateCalcType || (AccumulateCalcType = {}));
196
+ var CommonFieldType;
197
+ (function(CommonFieldType2) {
198
+ CommonFieldType2["dimension"] = "dimension";
199
+ CommonFieldType2["measure"] = "measure";
200
+ CommonFieldType2["sqlParam"] = "sqlParam";
201
+ CommonFieldType2["placeholder"] = "placeholder";
202
+ CommonFieldType2["condition"] = "condition";
203
+ CommonFieldType2["conditionParam"] = "conditionParam";
204
+ })(CommonFieldType || (CommonFieldType = {}));
205
+ var DataConfigAreaItemColumn = function DataConfigAreaItemColumn2() {
206
+ "use strict";
207
+ _class_call_check2(this, DataConfigAreaItemColumn2);
208
+ _define_property2(this, "id", void 0);
209
+ _define_property2(this, "queryAxis", void 0);
210
+ _define_property2(this, "columnList", void 0);
211
+ _define_property2(this, "chartStatus", void 0);
212
+ _define_property2(this, "caption", void 0);
213
+ _define_property2(this, "pathId", void 0);
214
+ _define_property2(this, "uuid", void 0);
215
+ _define_property2(this, "useaggregator", void 0);
216
+ _define_property2(this, "percentileType", void 0);
217
+ _define_property2(this, "percentileValue", void 0);
218
+ _define_property2(this, "skin", void 0);
219
+ _define_property2(this, "colType", void 0);
220
+ _define_property2(this, "dateField", void 0);
221
+ _define_property2(this, "rank", void 0);
222
+ _define_property2(this, "contrastValueType", void 0);
223
+ _define_property2(this, "order", void 0);
224
+ _define_property2(this, "customType", void 0);
225
+ _define_property2(this, "contrastType", void 0);
226
+ _define_property2(this, "contrastWithQuery", void 0);
227
+ _define_property2(this, "isMask", void 0);
228
+ _define_property2(this, "customOrder", void 0);
229
+ _define_property2(this, "ratioCalcType", void 0);
230
+ _define_property2(this, "filter", void 0);
231
+ _define_property2(this, "complexFilter", void 0);
232
+ _define_property2(this, "aggArgs", void 0);
233
+ _define_property2(this, "sortByField", void 0);
234
+ _define_property2(this, "isHidden", void 0);
235
+ _define_property2(this, "isFieldGroup", void 0);
236
+ _define_property2(this, "fromFieldGroup", void 0);
237
+ _define_property2(this, "isSelectAllInFieldGroup", void 0);
238
+ _define_property2(this, "fieldInfo", void 0);
239
+ _define_property2(this, "fieldCollectionType", void 0);
240
+ _define_property2(this, "granularity", void 0);
241
+ _define_property2(this, "tableCalculateParam", void 0);
242
+ _define_property2(this, "topNParams", void 0);
243
+ _define_property2(this, "countParams", void 0);
244
+ _define_property2(this, "percentileParams", void 0);
245
+ _define_property2(this, "levels", void 0);
246
+ _define_property2(this, "auxiliaryFields", void 0);
247
+ _define_property2(this, "fillDateRange", void 0);
248
+ _define_property2(this, "groupSortInfo", void 0);
249
+ };
250
+
251
+ // src/basic/bi-types/src/data-panel/data-schema-item.ts
252
+ function _class_call_check3(instance, Constructor) {
253
+ if (!(instance instanceof Constructor)) {
254
+ throw new TypeError("Cannot call a class as a function");
255
+ }
256
+ }
257
+ function _define_property3(obj, key, value) {
258
+ if (key in obj) {
259
+ Object.defineProperty(obj, key, {
260
+ value,
261
+ enumerable: true,
262
+ configurable: true,
263
+ writable: true
264
+ });
265
+ } else {
266
+ obj[key] = value;
267
+ }
268
+ return obj;
269
+ }
270
+ var FieldConfigTypes;
271
+ (function(FieldConfigTypes2) {
272
+ FieldConfigTypes2["aggregation"] = "aggregation";
273
+ FieldConfigTypes2["contrast"] = "contrast";
274
+ FieldConfigTypes2["advancedCalculation"] = "advancedCalculation";
275
+ FieldConfigTypes2["numberFormat"] = "numberFormat";
276
+ FieldConfigTypes2["rename"] = "rename";
277
+ FieldConfigTypes2["align"] = "align";
278
+ FieldConfigTypes2["verticalAlign"] = "verticalAlign";
279
+ FieldConfigTypes2["sort"] = "sort";
280
+ FieldConfigTypes2["timeFormat"] = "timeFormat";
281
+ FieldConfigTypes2["chartType"] = "chartType";
282
+ FieldConfigTypes2["imageSize"] = "imageSize";
283
+ FieldConfigTypes2["switchFieldGroup"] = "switchFieldGroup";
284
+ FieldConfigTypes2["hideField"] = "hideField";
285
+ FieldConfigTypes2["auxiliaryField"] = "auxiliaryField";
286
+ FieldConfigTypes2["emptyValueDisplay"] = "emptyValueDisplay";
287
+ })(FieldConfigTypes || (FieldConfigTypes = {}));
288
+ var Aggregators;
289
+ (function(Aggregators2) {
290
+ Aggregators2["sum"] = "sum";
291
+ Aggregators2["avg"] = "avg";
292
+ Aggregators2["count"] = "count";
293
+ Aggregators2["countd"] = "countd";
294
+ Aggregators2["null"] = "null";
295
+ Aggregators2["more"] = "more";
296
+ Aggregators2["max"] = "max";
297
+ Aggregators2["min"] = "min";
298
+ Aggregators2["median"] = "median";
299
+ Aggregators2["percentile"] = "percentile";
300
+ Aggregators2["stddev_pop"] = "stddev_pop";
301
+ Aggregators2["stddev_samp"] = "stddev_samp";
302
+ Aggregators2["var_pop"] = "var_pop";
303
+ Aggregators2["var_samp"] = "var_samp";
304
+ Aggregators2["last_period"] = "last_period";
305
+ Aggregators2["first_period"] = "first_period";
306
+ })(Aggregators || (Aggregators = {}));
307
+ var ContrastTypes;
308
+ (function(ContrastTypes2) {
309
+ ContrastTypes2["customContrast"] = "customContrast";
310
+ ContrastTypes2["noneContrast"] = "noneContrast";
311
+ })(ContrastTypes || (ContrastTypes = {}));
312
+ var AdvanceCalTypes;
313
+ (function(AdvanceCalTypes2) {
314
+ AdvanceCalTypes2["increase"] = "increase";
315
+ AdvanceCalTypes2["percentRatio"] = "percentRatio";
316
+ AdvanceCalTypes2["rank"] = "rank";
317
+ AdvanceCalTypes2["none"] = "none";
318
+ AdvanceCalTypes2["topn"] = "topn";
319
+ AdvanceCalTypes2["count"] = "count";
320
+ AdvanceCalTypes2["percentile"] = "percentile";
321
+ AdvanceCalTypes2["contrast"] = "contrast";
322
+ AdvanceCalTypes2["proportion"] = "proportion";
323
+ AdvanceCalTypes2["timeCompletion"] = "timeCompletion";
324
+ })(AdvanceCalTypes || (AdvanceCalTypes = {}));
325
+ var AdvanceCalcDateTypes;
326
+ (function(AdvanceCalcDateTypes2) {
327
+ AdvanceCalcDateTypes2["day"] = "day";
328
+ AdvanceCalcDateTypes2["week"] = "week";
329
+ AdvanceCalcDateTypes2["month"] = "month";
330
+ AdvanceCalcDateTypes2["quarter"] = "quarter";
331
+ AdvanceCalcDateTypes2["year"] = "year";
332
+ })(AdvanceCalcDateTypes || (AdvanceCalcDateTypes = {}));
333
+ var NumberFormats;
334
+ (function(NumberFormats2) {
335
+ NumberFormats2["auto"] = "auto";
336
+ NumberFormats2["int"] = "int";
337
+ NumberFormats2["oneDecimal"] = "oneDecimal";
338
+ NumberFormats2["twoDecimal"] = "twoDecimal";
339
+ NumberFormats2["percent"] = "percent";
340
+ NumberFormats2["oneDecimalPercent"] = "oneDecimalPercent";
341
+ NumberFormats2["twoDecimalPercent"] = "twoDecimalPercent";
342
+ NumberFormats2["custom"] = "custom";
343
+ })(NumberFormats || (NumberFormats = {}));
344
+ var AlignmentCategory;
345
+ (function(AlignmentCategory2) {
346
+ AlignmentCategory2["HorizontalAlign"] = "horizontalAlign";
347
+ AlignmentCategory2["VerticalAlign"] = "verticalAlign";
348
+ })(AlignmentCategory || (AlignmentCategory = {}));
349
+ var AlignTypes;
350
+ (function(AlignTypes2) {
351
+ AlignTypes2["auto"] = "auto";
352
+ AlignTypes2["left"] = "left";
353
+ AlignTypes2["center"] = "center";
354
+ AlignTypes2["right"] = "right";
355
+ })(AlignTypes || (AlignTypes = {}));
356
+ var VerticalAlignTypes;
357
+ (function(VerticalAlignTypes2) {
358
+ VerticalAlignTypes2["auto"] = "auto";
359
+ VerticalAlignTypes2["top"] = "top";
360
+ VerticalAlignTypes2["middle"] = "middle";
361
+ VerticalAlignTypes2["bottom"] = "bottom";
362
+ })(VerticalAlignTypes || (VerticalAlignTypes = {}));
363
+ var SortTypes;
364
+ (function(SortTypes2) {
365
+ SortTypes2["none"] = "";
366
+ SortTypes2["asc"] = "ASC";
367
+ SortTypes2["desc"] = "DESC";
368
+ SortTypes2["custom"] = "custom";
369
+ SortTypes2["group_asc"] = "GROUP_ASC";
370
+ SortTypes2["group_desc"] = "GROUP_DESC";
371
+ SortTypes2["group"] = "GROUP";
372
+ SortTypes2["field"] = "field";
373
+ SortTypes2["advance_sort"] = "advance_sort";
374
+ })(SortTypes || (SortTypes = {}));
375
+ var FieldGroupSelectorType;
376
+ (function(FieldGroupSelectorType2) {
377
+ FieldGroupSelectorType2["selectAllInFieldGroup"] = "selectAllInFieldGroup";
378
+ FieldGroupSelectorType2["fieldGroup"] = "fieldGroup";
379
+ })(FieldGroupSelectorType || (FieldGroupSelectorType = {}));
380
+ var FieldChartTypes;
381
+ (function(FieldChartTypes2) {
382
+ FieldChartTypes2["bar"] = "bar";
383
+ FieldChartTypes2["line"] = "line";
384
+ FieldChartTypes2["polyline"] = "polyline";
385
+ })(FieldChartTypes || (FieldChartTypes = {}));
386
+ var ImageSizes;
387
+ (function(ImageSizes2) {
388
+ ImageSizes2["small"] = "small";
389
+ ImageSizes2["medium"] = "medium";
390
+ ImageSizes2["big"] = "big";
391
+ ImageSizes2["custom"] = "custom";
392
+ })(ImageSizes || (ImageSizes = {}));
393
+ var DropdownMenuItem = function DropdownMenuItem2() {
394
+ "use strict";
395
+ _class_call_check3(this, DropdownMenuItem2);
396
+ _define_property3(this, "type", void 0);
397
+ _define_property3(this, "id", void 0);
398
+ _define_property3(this, "className", void 0);
399
+ _define_property3(this, "title", void 0);
400
+ _define_property3(this, "icon", void 0);
401
+ _define_property3(this, "children", void 0);
402
+ _define_property3(this, "hasDivider", void 0);
403
+ _define_property3(this, "disabled", void 0);
404
+ _define_property3(this, "disabledTooltip", void 0);
405
+ _define_property3(this, "isHidden", void 0);
406
+ _define_property3(this, "selected", void 0);
407
+ _define_property3(this, "operatoredIcons", void 0);
408
+ _define_property3(this, "value", void 0);
409
+ _define_property3(this, "info", void 0);
410
+ _define_property3(this, "extra", void 0);
411
+ };
412
+ var OperationTypes;
413
+ (function(OperationTypes2) {
414
+ OperationTypes2["MORE"] = "more";
415
+ OperationTypes2["DRILL"] = "drill";
416
+ OperationTypes2["FILTER"] = "filter";
417
+ OperationTypes2["DELETE"] = "delete";
418
+ OperationTypes2["HIDE"] = "hide";
419
+ OperationTypes2["CUSTOM"] = "custom";
420
+ })(OperationTypes || (OperationTypes = {}));
421
+ var OperationMenuItem = function OperationMenuItem2() {
422
+ "use strict";
423
+ _class_call_check3(this, OperationMenuItem2);
424
+ _define_property3(this, "type", void 0);
425
+ _define_property3(this, "title", void 0);
426
+ _define_property3(this, "isActive", void 0);
427
+ _define_property3(this, "onClick", void 0);
428
+ _define_property3(this, "icon", void 0);
429
+ _define_property3(this, "disabled", void 0);
430
+ _define_property3(this, "visible", void 0);
431
+ _define_property3(this, "action", void 0);
432
+ };
433
+ var DataSchemaRule = function DataSchemaRule2() {
434
+ "use strict";
435
+ _class_call_check3(this, DataSchemaRule2);
436
+ _define_property3(this, "placeholder", void 0);
437
+ _define_property3(this, "maxColNum", void 0);
438
+ _define_property3(this, "required", void 0);
439
+ _define_property3(this, "fieldTypes", void 0);
440
+ _define_property3(this, "fieldGroupTypes", void 0);
441
+ _define_property3(this, "fieldCollectionTypes", void 0);
442
+ _define_property3(this, "secondFieldTypes", void 0);
443
+ _define_property3(this, "granularityTypes", void 0);
444
+ _define_property3(this, "disableDblAddField", void 0);
445
+ _define_property3(this, "disableDragAddField", void 0);
446
+ _define_property3(this, "hidden", void 0);
447
+ _define_property3(this, "drillGroupCount", void 0);
448
+ _define_property3(this, "allowExchangeWithNext", void 0);
449
+ _define_property3(this, "allowDimensionRepeat", void 0);
450
+ _define_property3(this, "allowSelectedAllInFieldGroup", void 0);
451
+ };
452
+ var DataSchemaAreaItem = function DataSchemaAreaItem2() {
453
+ "use strict";
454
+ _class_call_check3(this, DataSchemaAreaItem2);
455
+ _define_property3(this, "id", void 0);
456
+ _define_property3(this, "name", void 0);
457
+ _define_property3(this, "nameTip", void 0);
458
+ _define_property3(this, "namePrefixIcon", void 0);
459
+ _define_property3(this, "nameSuffix", void 0);
460
+ _define_property3(this, "chartStatus", void 0);
461
+ _define_property3(this, "chartStatusExclude", void 0);
462
+ _define_property3(this, "stackedSortType", void 0);
463
+ _define_property3(this, "isMultiMeasureWithColorLegend", void 0);
464
+ _define_property3(this, "allowBatchConfig", true);
465
+ _define_property3(this, "queryAxis", void 0);
466
+ _define_property3(this, "rule", {});
467
+ _define_property3(this, "style", void 0);
468
+ _define_property3(this, "hooks", void 0);
469
+ _define_property3(this, "fieldConfigs", void 0);
470
+ _define_property3(this, "hideAllFieldConfigs", void 0);
471
+ _define_property3(this, "operationList", void 0);
472
+ _define_property3(this, "slot", void 0);
473
+ };
474
+ var AssociateFieldStatus;
475
+ (function(AssociateFieldStatus2) {
476
+ AssociateFieldStatus2["close"] = "close";
477
+ AssociateFieldStatus2["selfOpen"] = "selfOpen";
478
+ AssociateFieldStatus2["autoOpen"] = "autoOpen";
479
+ })(AssociateFieldStatus || (AssociateFieldStatus = {}));
480
+ var DropDownMenuType = {
481
+ /** 排序 */
482
+ order: "order",
483
+ /** 聚合方式 */
484
+ aggregater: "aggregater",
485
+ /** 高级计算 */
486
+ calculation: "calculation",
487
+ /** 同环比 */
488
+ ratio: "ratio",
489
+ /** 数值格式化 */
490
+ numberFormat: "numberFormat",
491
+ /** 对齐方式 */
492
+ alignment: "alignment",
493
+ /** 垂直对齐方式 */
494
+ verticalAlignment: "verticalAlignment",
495
+ /** 图片尺寸 */
496
+ imageSize: "imageSize",
497
+ /** 时间格式化 */
498
+ timeFormat: "timeFormat",
499
+ /** 组合图展示格式 */
500
+ chartType: "chartType",
501
+ /** 重命名 */
502
+ renameSetting: "renameSetting",
503
+ /** 百分比 */
504
+ percentile: "percentile",
505
+ /** 字段排序 */
506
+ fieldOrder: "fieldOrder",
507
+ /** 最后时间点,这里因为id为字段的pathId,所以不适用聚合方式类型,避免无法区分问题 */
508
+ lastPeriod: "lastPeriod",
509
+ /** 开始时间点 */
510
+ firstPeriod: "firstPeriod",
511
+ /** 字段组替换 */
512
+ switchFieldGroup: "switchFieldGroup",
513
+ /** 字段组全选功能 */
514
+ selectAllFieldGroup: "selectAllFieldGroup",
515
+ /** 指标管理默认展开配置 */
516
+ defaultExpand: "defaultExpand",
517
+ /** 隐藏字段 */
518
+ hideField: "hideField",
519
+ /** 下钻配置的辅助字段(交叉表、明细表存在) */
520
+ auxiliaryField: "auxiliaryField",
521
+ /** 时间补齐 */
522
+ timeCompletion: "timeCompletion",
523
+ /** 空值展示配置 */
524
+ emptyValueDisplay: "emptyValueDisplay"
525
+ };
526
+
527
+ // src/basic/bi-types/src/data-panel/data-schema.ts
528
+ function _class_call_check4(instance, Constructor) {
529
+ if (!(instance instanceof Constructor)) {
530
+ throw new TypeError("Cannot call a class as a function");
531
+ }
532
+ }
533
+ function _define_property4(obj, key, value) {
534
+ if (key in obj) {
535
+ Object.defineProperty(obj, key, {
536
+ value,
537
+ enumerable: true,
538
+ configurable: true,
539
+ writable: true
540
+ });
541
+ } else {
542
+ obj[key] = value;
543
+ }
544
+ return obj;
545
+ }
546
+ var ResultDisplay = function ResultDisplay2() {
547
+ "use strict";
548
+ _class_call_check4(this, ResultDisplay2);
549
+ _define_property4(this, "upLimit", void 0);
550
+ _define_property4(this, "downLimit", 1);
551
+ _define_property4(this, "isShowAll", false);
552
+ _define_property4(this, "hide", false);
553
+ _define_property4(this, "inputTooltip", void 0);
554
+ };
555
+ var DataPanelDataSchema = function DataPanelDataSchema2() {
556
+ "use strict";
557
+ _class_call_check4(this, DataPanelDataSchema2);
558
+ _define_property4(this, "disableResize", true);
559
+ _define_property4(this, "disableCollapse", false);
560
+ _define_property4(this, "disableUpdate", false);
561
+ _define_property4(this, "advanceQueryMode", false);
562
+ _define_property4(this, "areas", []);
563
+ _define_property4(this, "resultDisplay", new ResultDisplay());
564
+ _define_property4(this, "alwaysFresh", void 0);
565
+ _define_property4(this, "hooks", void 0);
566
+ _define_property4(this, "batchFieldSettingConfig", void 0);
567
+ _define_property4(this, "showQueryDetailBtns", false);
568
+ _define_property4(this, "allowMeasureRepeat", false);
569
+ _define_property4(this, "supportCubeBlend", true);
570
+ _define_property4(this, "allowDimRepeatInOneArea", false);
571
+ _define_property4(this, "isShowCube", void 0);
572
+ _define_property4(this, "slot", void 0);
573
+ };
574
+
575
+ // src/basic/bi-types/src/component-type.ts
576
+ function _define_property5(obj, key, value) {
577
+ if (key in obj) {
578
+ Object.defineProperty(obj, key, {
579
+ value,
580
+ enumerable: true,
581
+ configurable: true,
582
+ writable: true
583
+ });
584
+ } else {
585
+ obj[key] = value;
586
+ }
587
+ return obj;
588
+ }
589
+ var ScreenComponentType;
590
+ (function(ScreenComponentType2) {
591
+ ScreenComponentType2["CUSTOM_COMPONENT"] = "custom_component";
592
+ ScreenComponentType2["PLAIN_TEXT"] = "plain_text";
593
+ ScreenComponentType2["RICH_TEXT"] = "rich_text";
594
+ ScreenComponentType2["MARQUEE"] = "marquee";
595
+ ScreenComponentType2["IMAGE"] = "image";
596
+ ScreenComponentType2["VIDEO"] = "video";
597
+ ScreenComponentType2["TIME"] = "time";
598
+ ScreenComponentType2["IFRAME"] = "iframe";
599
+ ScreenComponentType2["INTERACTIVE_BUTTON"] = "interactive_button";
600
+ ScreenComponentType2["DROPDOWN_BUTTON"] = "dropdown_button";
601
+ ScreenComponentType2["GROUP_BUTTON"] = "group_button";
602
+ ScreenComponentType2["DATE_SELECTOR"] = "date_selector";
603
+ ScreenComponentType2["FLIPPER"] = "flipper";
604
+ ScreenComponentType2["THRESHOLD_FLIPPER"] = "threshold_flipper";
605
+ ScreenComponentType2["PROGRESS"] = "progress";
606
+ ScreenComponentType2["CIRCULAR_PROGRESS"] = "circular_progress";
607
+ ScreenComponentType2["RANKING_LIST"] = "ranking_list";
608
+ ScreenComponentType2["PROPORTION_RANKING_LIST"] = "proportion_ranking_list";
609
+ ScreenComponentType2["COMMON_TABLE"] = "common_table";
610
+ ScreenComponentType2["LINE_CHART"] = "line_chart";
611
+ ScreenComponentType2["AREA_CHART"] = "area_chart";
612
+ ScreenComponentType2["STACK_AREA_CHART"] = "stack_area_chart";
613
+ ScreenComponentType2["COMBINATION"] = "combination";
614
+ ScreenComponentType2["BAR_CHART"] = "bar_chart";
615
+ ScreenComponentType2["STACK_BAR_CHART"] = "stack_bar_chart";
616
+ ScreenComponentType2["STRIP_CHART"] = "strip_chart";
617
+ ScreenComponentType2["STACK_STRIP_CHART"] = "stack_strip_chart";
618
+ ScreenComponentType2["PIE"] = "pie";
619
+ ScreenComponentType2["DONUT"] = "donut";
620
+ ScreenComponentType2["ROSE"] = "rose";
621
+ ScreenComponentType2["LAYER_GROUP"] = "layer_group";
622
+ ScreenComponentType2["ICON"] = "icon";
623
+ ScreenComponentType2["RECT_SHAPE"] = "rect_shape";
624
+ ScreenComponentType2["CIRCLE_SHAPE"] = "circle_shape";
625
+ ScreenComponentType2["TRIANGLE_SHAPE"] = "triangle_shape";
626
+ ScreenComponentType2["ARROW_SHAPE"] = "arrow_shape";
627
+ ScreenComponentType2["COLOR_MAP"] = "map.color.new";
628
+ ScreenComponentType2["BUBBLE_MAP"] = "map.bubble.new";
629
+ ScreenComponentType2["SYMBOL_MAP"] = "map.lbs.symbol";
630
+ ScreenComponentType2["FLYLINE_MAP"] = "map.lbs.line";
631
+ ScreenComponentType2["MULTI_LAYER_MAP"] = "multi_layer_map";
632
+ ScreenComponentType2["HEATMAP"] = "heatmap";
633
+ })(ScreenComponentType || (ScreenComponentType = {}));
634
+ var ComponentType;
635
+ (function(ComponentType2) {
636
+ ComponentType2[ComponentType2["CUSTOM"] = 0] = "CUSTOM";
637
+ ComponentType2[ComponentType2["TABLE"] = 1] = "TABLE";
638
+ ComponentType2[ComponentType2["BAR"] = 2] = "BAR";
639
+ ComponentType2[ComponentType2["LINE"] = 3] = "LINE";
640
+ ComponentType2[ComponentType2["PIE"] = 4] = "PIE";
641
+ ComponentType2[ComponentType2["BUBBLE_MAP"] = 5] = "BUBBLE_MAP";
642
+ ComponentType2[ComponentType2["COLOR_MAP"] = 6] = "COLOR_MAP";
643
+ ComponentType2[ComponentType2["RADAR"] = 7] = "RADAR";
644
+ ComponentType2[ComponentType2["POLAR"] = 8] = "POLAR";
645
+ ComponentType2[ComponentType2["SCATTER"] = 9] = "SCATTER";
646
+ ComponentType2[ComponentType2["FUNNEL"] = 10] = "FUNNEL";
647
+ ComponentType2[ComponentType2["INDICATOR"] = 11] = "INDICATOR";
648
+ ComponentType2[ComponentType2["WORDCLOUD"] = 12] = "WORDCLOUD";
649
+ ComponentType2[ComponentType2["TORNADO"] = 13] = "TORNADO";
650
+ ComponentType2[ComponentType2["TREE"] = 14] = "TREE";
651
+ ComponentType2[ComponentType2["PATH"] = 15] = "PATH";
652
+ ComponentType2[ComponentType2["TREEMAP"] = 16] = "TREEMAP";
653
+ ComponentType2[ComponentType2["TEXT"] = 17] = "TEXT";
654
+ ComponentType2[ComponentType2["QUERY"] = 18] = "QUERY";
655
+ ComponentType2[ComponentType2["DATEPICKER"] = 19] = "DATEPICKER";
656
+ ComponentType2[ComponentType2["GAUGE"] = 20] = "GAUGE";
657
+ ComponentType2[ComponentType2["IFRAME"] = 21] = "IFRAME";
658
+ ComponentType2[ComponentType2["TAB"] = 22] = "TAB";
659
+ ComponentType2[ComponentType2["PIC"] = 23] = "PIC";
660
+ ComponentType2[ComponentType2["LBS_BUBBLE_MAP"] = 24] = "LBS_BUBBLE_MAP";
661
+ ComponentType2[ComponentType2["LBS_MAP"] = 24] = "LBS_MAP";
662
+ ComponentType2[ComponentType2["POLYLINE"] = 25] = "POLYLINE";
663
+ ComponentType2[ComponentType2["STRIP"] = 26] = "STRIP";
664
+ ComponentType2[ComponentType2["PROGRESS"] = 27] = "PROGRESS";
665
+ ComponentType2[ComponentType2["PERSPECTIVE"] = 28] = "PERSPECTIVE";
666
+ ComponentType2[ComponentType2["BUBBLE"] = 29] = "BUBBLE";
667
+ ComponentType2[ComponentType2["RADICAL_BAR"] = 30] = "RADICAL_BAR";
668
+ ComponentType2[ComponentType2["MAP_LBS_LINE"] = 31] = "MAP_LBS_LINE";
669
+ ComponentType2[ComponentType2["MAP_LBS_HEAT"] = 32] = "MAP_LBS_HEAT";
670
+ ComponentType2[ComponentType2["MAP_3D_WORLD"] = 33] = "MAP_3D_WORLD";
671
+ ComponentType2[ComponentType2["MAP_3D_CHINA"] = 34] = "MAP_3D_CHINA";
672
+ ComponentType2[ComponentType2["OFFLINE_TABLE"] = 35] = "OFFLINE_TABLE";
673
+ ComponentType2[ComponentType2["MAP_3D_SPHERE"] = 36] = "MAP_3D_SPHERE";
674
+ ComponentType2[ComponentType2["LINE_STACK"] = 37] = "LINE_STACK";
675
+ ComponentType2[ComponentType2["POLYLINE_STACK"] = 38] = "POLYLINE_STACK";
676
+ ComponentType2[ComponentType2["POLYLINE_STACK_PERCENT"] = 39] = "POLYLINE_STACK_PERCENT";
677
+ ComponentType2[ComponentType2["STRIP_STACK"] = 40] = "STRIP_STACK";
678
+ ComponentType2[ComponentType2["STRIP_STACK_PERCENT"] = 41] = "STRIP_STACK_PERCENT";
679
+ ComponentType2[ComponentType2["BAR_STACK"] = 42] = "BAR_STACK";
680
+ ComponentType2[ComponentType2["BAR_STACK_PERCENT"] = 43] = "BAR_STACK_PERCENT";
681
+ ComponentType2[ComponentType2["MAP_LBS_CONTRAIL"] = 44] = "MAP_LBS_CONTRAIL";
682
+ ComponentType2[ComponentType2["MAP_LBS_DYNAMICTRAIL"] = 45] = "MAP_LBS_DYNAMICTRAIL";
683
+ ComponentType2[ComponentType2["MAP_REGION_BUBBLE"] = 46] = "MAP_REGION_BUBBLE";
684
+ ComponentType2[ComponentType2["MAP_REGION_COLOR"] = 47] = "MAP_REGION_COLOR";
685
+ ComponentType2[ComponentType2["COMBINATION"] = 48] = "COMBINATION";
686
+ ComponentType2[ComponentType2["DashBoard"] = 49] = "DashBoard";
687
+ ComponentType2[ComponentType2["ADVANCED_QUERY"] = 50] = "ADVANCED_QUERY";
688
+ ComponentType2[ComponentType2["WATERFALL"] = 51] = "WATERFALL";
689
+ ComponentType2[ComponentType2["SANKEY"] = 52] = "SANKEY";
690
+ ComponentType2[ComponentType2["INDICATOR_TREND"] = 53] = "INDICATOR_TREND";
691
+ ComponentType2[ComponentType2["RANKING_LIST"] = 54] = "RANKING_LIST";
692
+ ComponentType2[ComponentType2["FLIPPER"] = 55] = "FLIPPER";
693
+ ComponentType2[ComponentType2["FROMTO"] = 56] = "FROMTO";
694
+ ComponentType2[ComponentType2["MAP_COLOR_NEW"] = 57] = "MAP_COLOR_NEW";
695
+ ComponentType2[ComponentType2["MAP_BUBBLE_NEW"] = 58] = "MAP_BUBBLE_NEW";
696
+ ComponentType2[ComponentType2["SCATTER_NEW"] = 59] = "SCATTER_NEW";
697
+ ComponentType2[ComponentType2["QUERY2"] = 60] = "QUERY2";
698
+ ComponentType2[ComponentType2["FUNNEL_NEW"] = 61] = "FUNNEL_NEW";
699
+ ComponentType2[ComponentType2["FUNNEL_NEW_COMPARE"] = 62] = "FUNNEL_NEW_COMPARE";
700
+ ComponentType2[ComponentType2["GAUGE_NEW"] = 63] = "GAUGE_NEW";
701
+ ComponentType2[ComponentType2["WATERWAVE"] = 64] = "WATERWAVE";
702
+ ComponentType2[ComponentType2["PROGRESS_NEW"] = 65] = "PROGRESS_NEW";
703
+ ComponentType2[ComponentType2["INDICATOR_CARD"] = 66] = "INDICATOR_CARD";
704
+ ComponentType2[ComponentType2["DECOMPOSITION_TREE"] = 67] = "DECOMPOSITION_TREE";
705
+ ComponentType2[ComponentType2["BAR_CHART_RACE"] = 68] = "BAR_CHART_RACE";
706
+ ComponentType2[ComponentType2["STORY_TIMELINE"] = 69] = "STORY_TIMELINE";
707
+ ComponentType2[ComponentType2["CROSS_TABLE"] = 70] = "CROSS_TABLE";
708
+ ComponentType2[ComponentType2["LBS_SYMBOL_MAP"] = 71] = "LBS_SYMBOL_MAP";
709
+ ComponentType2[ComponentType2["COMMON_TABLE"] = 73] = "COMMON_TABLE";
710
+ ComponentType2[ComponentType2["ANALYSE_TABLE"] = 72] = "ANALYSE_TABLE";
711
+ ComponentType2[ComponentType2["EXCEL_CROSS_TABLE"] = 74] = "EXCEL_CROSS_TABLE";
712
+ ComponentType2[ComponentType2["TREND_TABLE"] = 75] = "TREND_TABLE";
713
+ ComponentType2[ComponentType2["CHILD_CUBE"] = 76] = "CHILD_CUBE";
714
+ ComponentType2[ComponentType2["QUICK_REPORT_CROSS_TABLE"] = 77] = "QUICK_REPORT_CROSS_TABLE";
715
+ ComponentType2[ComponentType2["CONCAT_CONTAINER"] = 78] = "CONCAT_CONTAINER";
716
+ ComponentType2[ComponentType2["QUICK_REPORT_CELL_TABLE"] = 79] = "QUICK_REPORT_CELL_TABLE";
717
+ ComponentType2[ComponentType2["QUICK_REPORT_CARD_VIEW"] = 80] = "QUICK_REPORT_CARD_VIEW";
718
+ ComponentType2[ComponentType2["INDICATOR_RELATION"] = 81] = "INDICATOR_RELATION";
719
+ ComponentType2[ComponentType2["HEATMAP"] = 82] = "HEATMAP";
720
+ ComponentType2[ComponentType2["QUICK_REPORT_PIVOT_TABLE"] = 83] = "QUICK_REPORT_PIVOT_TABLE";
721
+ ComponentType2[ComponentType2["MAP_BUILDING_HEAT"] = 84] = "MAP_BUILDING_HEAT";
722
+ ComponentType2[ComponentType2["QUICK_REPORT"] = 85] = "QUICK_REPORT";
723
+ ComponentType2[ComponentType2["QUICK_REPORT_FORM_TABLE"] = 86] = "QUICK_REPORT_FORM_TABLE";
724
+ ComponentType2[ComponentType2["QUICK_REPORT_FORM"] = 87] = "QUICK_REPORT_FORM";
725
+ ComponentType2[ComponentType2["QUICK_REPORT_FORM_CHECKBOX"] = 89] = "QUICK_REPORT_FORM_CHECKBOX";
726
+ ComponentType2[ComponentType2["DATAFORM_TEXT"] = 90] = "DATAFORM_TEXT";
727
+ ComponentType2[ComponentType2["DATAFORM_TEXTAREA"] = 91] = "DATAFORM_TEXTAREA";
728
+ ComponentType2[ComponentType2["DATAFORM_DROPDOWN"] = 92] = "DATAFORM_DROPDOWN";
729
+ ComponentType2[ComponentType2["DATAFORM_DROPDOWN_MULTI"] = 93] = "DATAFORM_DROPDOWN_MULTI";
730
+ ComponentType2[ComponentType2["DATAFORM_NUMBER"] = 94] = "DATAFORM_NUMBER";
731
+ ComponentType2[ComponentType2["DATAFORM_DATE"] = 95] = "DATAFORM_DATE";
732
+ ComponentType2[ComponentType2["DATAFORM_RADIO"] = 96] = "DATAFORM_RADIO";
733
+ ComponentType2[ComponentType2["DATAFORM_CASCADER"] = 97] = "DATAFORM_CASCADER";
734
+ ComponentType2[ComponentType2["DATAFORM_IMAGE"] = 98] = "DATAFORM_IMAGE";
735
+ ComponentType2[ComponentType2["DATAFORM_RATE"] = 99] = "DATAFORM_RATE";
736
+ ComponentType2[ComponentType2["DATAFORM_RICH_TEXT"] = 100] = "DATAFORM_RICH_TEXT";
737
+ ComponentType2[ComponentType2["DATAFORM_LAYOUT"] = 101] = "DATAFORM_LAYOUT";
738
+ ComponentType2[ComponentType2["DATAFORM_COLUMN"] = 102] = "DATAFORM_COLUMN";
739
+ ComponentType2[ComponentType2["QUICK_REPORT_FORM_FUNCTION"] = 103] = "QUICK_REPORT_FORM_FUNCTION";
740
+ ComponentType2[ComponentType2["DATAFORM_PHONE"] = 104] = "DATAFORM_PHONE";
741
+ ComponentType2[ComponentType2["DATAFORM_EMAIL"] = 105] = "DATAFORM_EMAIL";
742
+ ComponentType2[ComponentType2["DATAFORM_ID_CARD"] = 106] = "DATAFORM_ID_CARD";
743
+ ComponentType2[ComponentType2["DATAFORM_CURRENT_DATETIME"] = 107] = "DATAFORM_CURRENT_DATETIME";
744
+ ComponentType2[ComponentType2["DATAFORM_SLIDER"] = 108] = "DATAFORM_SLIDER";
745
+ ComponentType2[ComponentType2["DATAFORM_USER_SELECT_SINGLE"] = 109] = "DATAFORM_USER_SELECT_SINGLE";
746
+ ComponentType2[ComponentType2["DATAFORM_USER_SELECT_MULTI"] = 110] = "DATAFORM_USER_SELECT_MULTI";
747
+ ComponentType2[ComponentType2["DATAFORM_SUBMIT_USER"] = 111] = "DATAFORM_SUBMIT_USER";
748
+ ComponentType2[ComponentType2["DATAFORM_CHECKBOX"] = 112] = "DATAFORM_CHECKBOX";
749
+ ComponentType2[ComponentType2["ARC"] = 113] = "ARC";
750
+ ComponentType2[ComponentType2["REPORT_SUMMARY"] = 114] = "REPORT_SUMMARY";
751
+ ComponentType2[ComponentType2["MULTIPLE_DIM_TABLE"] = 115] = "MULTIPLE_DIM_TABLE";
752
+ ComponentType2[ComponentType2["VOLATILITY_ANALYSIS"] = 116] = "VOLATILITY_ANALYSIS";
753
+ ComponentType2[ComponentType2["MAP_COLOR_COMPLIANCE"] = 117] = "MAP_COLOR_COMPLIANCE";
754
+ ComponentType2[ComponentType2["BULLET"] = 118] = "BULLET";
755
+ ComponentType2[ComponentType2["BOX"] = 119] = "BOX";
756
+ ComponentType2[ComponentType2["HISTOGRAM"] = 120] = "HISTOGRAM";
757
+ ComponentType2[ComponentType2["SUNBURST"] = 121] = "SUNBURST";
758
+ })(ComponentType || (ComponentType = {}));
759
+ var _obj;
760
+ var ScreenComponentCode = (_obj = {}, _define_property5(_obj, "custom_component", 0), /** 图层组 */
761
+ _define_property5(_obj, "layer_group", 1e3), /**
762
+ * 文本
763
+ */
764
+ _define_property5(_obj, "plain_text", 1001), /**
765
+ * 跑马灯
766
+ */
767
+ _define_property5(_obj, "marquee", 1002), /**
768
+ * 图片
769
+ */
770
+ _define_property5(_obj, "image", 1003), /**
771
+ * 视频
772
+ */
773
+ _define_property5(_obj, "video", 1004), /**
774
+ * 点击按钮
775
+ */
776
+ _define_property5(_obj, "interactive_button", 1005), /**
777
+ * 下拉列表
778
+ */
779
+ _define_property5(_obj, "dropdown_button", 1006), /**
780
+ * 平铺按钮
781
+ */
782
+ _define_property5(_obj, "group_button", 1007), /** 大屏翻牌器 */
783
+ _define_property5(_obj, "flipper", 1008), /** 大屏阈值翻牌器 */
784
+ _define_property5(_obj, "threshold_flipper", 1009), /** 大屏进度条 */
785
+ _define_property5(_obj, "progress", 1010), /** 大屏环形进度条 */
786
+ _define_property5(_obj, "circular_progress", 1011), /** 大屏基础排行榜 */
787
+ _define_property5(_obj, "ranking_list", 1012), /** 大屏占比滚动排行榜 */
788
+ _define_property5(_obj, "proportion_ranking_list", 1013), /** 大屏明细表 */
789
+ _define_property5(_obj, "common_table", 1014), /** 大屏线图 */
790
+ _define_property5(_obj, "line_chart", 1015), /** 大屏面积图 */
791
+ _define_property5(_obj, "area_chart", 1016), /** 大屏堆积面积图 */
792
+ _define_property5(_obj, "stack_area_chart", 1017), /** 大屏组合图 */
793
+ _define_property5(_obj, "combination", 1018), /** 大屏柱图 */
794
+ _define_property5(_obj, "bar_chart", 1019), /** 大屏堆积柱图 */
795
+ _define_property5(_obj, "stack_bar_chart", 1020), /** 大屏条形图 */
796
+ _define_property5(_obj, "strip_chart", 1021), /** 大屏堆积条形图 */
797
+ _define_property5(_obj, "stack_strip_chart", 1022), /** 大屏饼图 */
798
+ _define_property5(_obj, "pie", 1023), /** 大屏环图 */
799
+ _define_property5(_obj, "donut", 1024), /** 大屏玫瑰图 */
800
+ _define_property5(_obj, "rose", 1025), /** 大屏时钟组件 */
801
+ _define_property5(_obj, "time", 1026), /** 大屏ICON组件 */
802
+ _define_property5(_obj, "icon", 1027), /** 大屏iframe 组件 */
803
+ _define_property5(_obj, "iframe", 1028), /** 形状:矩形 */
804
+ _define_property5(_obj, "rect_shape", 1029), /** 形状:圆形 */
805
+ _define_property5(_obj, "circle_shape", 1030), /** 形状:三角形 */
806
+ _define_property5(_obj, "triangle_shape", 1031), /** 形状:箭头 */
807
+ _define_property5(_obj, "arrow_shape", 1032), /** 大屏色彩地图 */
808
+ _define_property5(_obj, "map.color.new", 1033), /** 大屏气泡地图 */
809
+ _define_property5(_obj, "map.bubble.new", 1034), /** 大屏符号地图 */
810
+ _define_property5(_obj, "map.lbs.symbol", 1035), /** 大屏飞线地图 */
811
+ _define_property5(_obj, "map.lbs.line", 1036), /** 大屏热力图 */
812
+ _define_property5(_obj, "heatmap", 1037), /** 大屏多图层地图 */
813
+ _define_property5(_obj, "multi_layer_map", 1038), /** 大屏日期选择 */
814
+ _define_property5(_obj, "date_selector", 1039), /**
815
+ * 富文本组件
816
+ */
817
+ _define_property5(_obj, "rich_text", 1040), _obj);
818
+ var ChartType;
819
+ (function(ChartType2) {
820
+ ChartType2["ROOT"] = "root";
821
+ ChartType2["LINE"] = "line";
822
+ ChartType2["LINE_STACK"] = "line-stack";
823
+ ChartType2["POLYLINE"] = "polyline";
824
+ ChartType2["POLYLINE_STACK"] = "polyline-stack";
825
+ ChartType2["POLYLINE_STACK_PERCENT"] = "polyline-stack-percent";
826
+ ChartType2["BAR"] = "bar";
827
+ ChartType2["BAR_STACK"] = "bar-stack";
828
+ ChartType2["BAR_STACK_PERCENT"] = "bar-stack-percent";
829
+ ChartType2["RADICAL_BAR"] = "radical-bar";
830
+ ChartType2["STRIP"] = "strip";
831
+ ChartType2["STRIP_STACK"] = "strip-stack";
832
+ ChartType2["STRIP_STACK_PERCENT"] = "strip-stack-percent";
833
+ ChartType2["BULLET"] = "bullet";
834
+ ChartType2["HISTOGRAM"] = "histogram";
835
+ ChartType2["BOX"] = "box";
836
+ ChartType2["PIE"] = "pie";
837
+ ChartType2["SUNBURST"] = "sunburst";
838
+ ChartType2["MAP_BUBBLE"] = "map.bubble";
839
+ ChartType2["MAP_COLOR"] = "map.color";
840
+ ChartType2["MAP_BUBBLE_NEW"] = "map.bubble.new";
841
+ ChartType2["MAP_COLOR_NEW"] = "map.color.new";
842
+ ChartType2["MAP_COLOR_COMPLIANCE"] = "map.color.compliance";
843
+ ChartType2["MAP_REGION_COLOR"] = "map.region.color";
844
+ ChartType2["MAP_REGION_BUBBLE"] = "map.region.bubble";
845
+ ChartType2["MAP_LBS"] = "map.lbs";
846
+ ChartType2["MAP_LBS_BUBBLE"] = "map.lbs.bubble";
847
+ ChartType2["MAP_LBS_HEAT"] = "map.lbs.heat";
848
+ ChartType2["MAP_BUILDING_HEAT"] = "map.building.heat";
849
+ ChartType2["MAP_LBS_LINE"] = "map.lbs.line";
850
+ ChartType2["MAP_LBS_SYMBOL"] = "map.lbs.symbol";
851
+ ChartType2["MAP_LBS_CONTRAIL"] = "map.lbs.contrail";
852
+ ChartType2["MAP_LBS_DYNAMICTRAIL"] = "map.lbs.dynamictrail";
853
+ ChartType2["MAP_3D_WORLD"] = "map.3d.world";
854
+ ChartType2["MAP_3D_CHINA"] = "map.3d.china";
855
+ ChartType2["MAP_3D_SPHERE"] = "map.3d.sphere";
856
+ ChartType2["TABLE"] = "table";
857
+ ChartType2["PERSPECTIVE"] = "perspective";
858
+ ChartType2["GAUGE"] = "gauge";
859
+ ChartType2["GAUGE_NEW"] = "gauge.new";
860
+ ChartType2["WATERWAVE"] = "waterwave";
861
+ ChartType2["PROGRESS_NEW"] = "progress.new";
862
+ ChartType2["RADAR"] = "radar";
863
+ ChartType2["SCATTER"] = "scatter";
864
+ ChartType2["SCATTER_NEW"] = "scatter.new";
865
+ ChartType2["FUNNEL"] = "funnel";
866
+ ChartType2["INDICATOR"] = "indicator";
867
+ ChartType2["INDICATOR_CARD"] = "indicator-card";
868
+ ChartType2["TREEMAP"] = "treemap";
869
+ ChartType2["POLAR"] = "polar";
870
+ ChartType2["WORDCLOUD"] = "wordCloud";
871
+ ChartType2["HEATMAP"] = "heatmap";
872
+ ChartType2["TORNADO"] = "tornado";
873
+ ChartType2["TREE"] = "tree";
874
+ ChartType2["PATH"] = "path";
875
+ ChartType2["ARC"] = "arc";
876
+ ChartType2["PROGRESS"] = "progress";
877
+ ChartType2["BUBBLE"] = "bubble";
878
+ ChartType2["OFFLINE_TABLE"] = "offline";
879
+ ChartType2["QUERY"] = "query";
880
+ ChartType2["IFRAME"] = "iframe";
881
+ ChartType2["TEXT"] = "text";
882
+ ChartType2["TAB"] = "tab";
883
+ ChartType2["PIC"] = "pic";
884
+ ChartType2["WATERFALL"] = "waterfall";
885
+ ChartType2["SANKEY"] = "sankey";
886
+ ChartType2["ADVANCED_QUERY"] = "advanced-query";
887
+ ChartType2["RANKING_LIST"] = "ranking-list";
888
+ ChartType2["FLIPPER"] = "flipper";
889
+ ChartType2["FROMTO"] = "fromto";
890
+ ChartType2["INDICATOR_TREND"] = "indicator-trend";
891
+ ChartType2["COMBINATION"] = "combination";
892
+ ChartType2["QUERY2"] = "query2";
893
+ ChartType2["FUNNEL_NEW"] = "funnel.new";
894
+ ChartType2["FUNNEL_NEW_COMPARE"] = "funnel.new.compare";
895
+ ChartType2["DECOMPOSITION_TREE"] = "decomposition-tree";
896
+ ChartType2["BAR_CHART_RACE"] = "bar-chart-race";
897
+ ChartType2["STORY_TIMELINE"] = "story-timeline";
898
+ ChartType2["TAB_PANEL"] = "tab-panel";
899
+ ChartType2["SUB_LAYOUT"] = "sub-layout";
900
+ ChartType2["CUSTOM"] = "custom";
901
+ ChartType2["CROSS_TABLE"] = "cross-table";
902
+ ChartType2["EXCEL_CROSS_TABLE"] = "excel-cross-table";
903
+ ChartType2["QUICK_REPORT_CROSS_TABLE"] = "quick-report-cross-table";
904
+ ChartType2["STORY_BUILDER"] = "story-builder";
905
+ ChartType2["COMMON_TABLE"] = "common-table";
906
+ ChartType2["CHILD_CUBE"] = "child-cube";
907
+ ChartType2["REPORT_SUMMARY"] = "report-summary";
908
+ ChartType2["VOLATILITY_ANALYSIS"] = "volatility-analysis";
909
+ ChartType2["TREND_TABLE"] = "trend-table";
910
+ ChartType2["MULTIPLE_DIM_TABLE"] = "multiple-dim-table";
911
+ ChartType2["CONCAT_CONTAINER"] = "concat-container";
912
+ ChartType2["QUICK_REPORT_CELL_TABLE"] = "quick-report-cell-table";
913
+ ChartType2["QUICK_REPORT_CARD_VIEW"] = "quick-report-card-view";
914
+ ChartType2["QUICK_REPORT_PIVOT_TABLE"] = "quick-report-pivot-table";
915
+ ChartType2["INDICATOR_RELATION"] = "indicator-relation";
916
+ ChartType2["QUICK_REPORT_FORM_TABLE"] = "quick-report-form-table";
917
+ ChartType2["QUICK_REPORT_FORM"] = "quick-report-form";
918
+ ChartType2["QUICK_REPORT_FORM_CHECKBOX"] = "quick-report-form-checkbox";
919
+ ChartType2["QUICK_REPORT_FORM_FUNCTION"] = "quick-report-form-function";
920
+ ChartType2["QUICK_REPORT"] = "quick-report";
921
+ ChartType2["DATAFORM_TEXT"] = "dataform-text";
922
+ ChartType2["DATAFORM_TEXTAREA"] = "dataform-textarea";
923
+ ChartType2["DATAFORM_DROPDOWN"] = "dataform-dropdown";
924
+ ChartType2["DATAFORM_DROPDOWN_MULTI"] = "dataform-dropdown-multi";
925
+ ChartType2["DATAFORM_NUMBER"] = "dataform-number";
926
+ ChartType2["DATAFORM_DATE"] = "dataform-date";
927
+ ChartType2["DATAFORM_RADIO"] = "dataform-radio";
928
+ ChartType2["DATAFORM_CHECKBOX"] = "dataform-checkbox";
929
+ ChartType2["DATAFORM_CASCADER"] = "dataform-cascader";
930
+ ChartType2["DATAFORM_IMAGE"] = "dataform-image";
931
+ ChartType2["DATAFORM_RATE"] = "dataform-rate";
932
+ ChartType2["DATAFORM_RICH_TEXT"] = "dataform-rich-text";
933
+ ChartType2["DATAFORM_LAYOUT"] = "dataform-layout";
934
+ ChartType2["DATAFORM_COLUMN"] = "dataform-column";
935
+ ChartType2["DATAFORM_PHONE"] = "dataform-phone";
936
+ ChartType2["DATAFORM_EMAIL"] = "dataform-email";
937
+ ChartType2["DATAFORM_ID_CARD"] = "dataform-id-card";
938
+ ChartType2["DATAFORM_CURRENT_DATETIME"] = "dataform-current-datetime";
939
+ ChartType2["DATAFORM_SLIDER"] = "dataform-slider";
940
+ ChartType2["DATAFORM_USER_SELECT_SINGLE"] = "dataform-user-select-single";
941
+ ChartType2["DATAFORM_USER_SELECT_MULTI"] = "dataform-user-select-multi";
942
+ ChartType2["DATAFORM_SUBMIT_USER"] = "dataform-submit-user";
943
+ })(ChartType || (ChartType = {}));
944
+
945
+ // src/basic/bi-types/src/cross-table.ts
946
+ function _class_call_check5(instance, Constructor) {
947
+ if (!(instance instanceof Constructor)) {
948
+ throw new TypeError("Cannot call a class as a function");
949
+ }
950
+ }
951
+ function _defineProperties(target, props) {
952
+ for (var i = 0; i < props.length; i++) {
953
+ var descriptor = props[i];
954
+ descriptor.enumerable = descriptor.enumerable || false;
955
+ descriptor.configurable = true;
956
+ if ("value" in descriptor) descriptor.writable = true;
957
+ Object.defineProperty(target, descriptor.key, descriptor);
958
+ }
959
+ }
960
+ function _create_class(Constructor, protoProps, staticProps) {
961
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
962
+ if (staticProps) _defineProperties(Constructor, staticProps);
963
+ return Constructor;
964
+ }
965
+ function _define_property6(obj, key, value) {
966
+ if (key in obj) {
967
+ Object.defineProperty(obj, key, {
968
+ value,
969
+ enumerable: true,
970
+ configurable: true,
971
+ writable: true
972
+ });
973
+ } else {
974
+ obj[key] = value;
975
+ }
976
+ return obj;
977
+ }
978
+ var CellMeta = function CellMeta2() {
979
+ "use strict";
980
+ _class_call_check5(this, CellMeta2);
981
+ _define_property6(this, "value", "");
982
+ _define_property6(this, "raw", "");
983
+ _define_property6(this, "originValue", "");
984
+ _define_property6(this, "dataType", void 0);
985
+ _define_property6(this, "props", {
986
+ guid: "",
987
+ hidden: false
988
+ });
989
+ };
990
+ var RowColumnMeta = function RowColumnMeta2() {
991
+ "use strict";
992
+ _class_call_check5(this, RowColumnMeta2);
993
+ _define_property6(
994
+ this,
995
+ "total",
996
+ void 0
997
+ // 本列是否为总计行
998
+ );
999
+ _define_property6(
1000
+ this,
1001
+ "subtotal",
1002
+ void 0
1003
+ // 本列是否为小计行
1004
+ );
1005
+ _define_property6(this, "cells", void 0);
1006
+ };
1007
+ var OlapResponseBase = function OlapResponseBase2() {
1008
+ "use strict";
1009
+ _class_call_check5(this, OlapResponseBase2);
1010
+ _define_property6(this, "rows", []);
1011
+ _define_property6(this, "columns", []);
1012
+ _define_property6(this, "values", []);
1013
+ _define_property6(this, "page", {});
1014
+ };
1015
+ var CrossTableColumnType;
1016
+ (function(CrossTableColumnType2) {
1017
+ CrossTableColumnType2["INDEX"] = "INDEX";
1018
+ CrossTableColumnType2["TOTAL"] = "TOTAL";
1019
+ CrossTableColumnType2["SUBTOTAL"] = "SUBTOTAL";
1020
+ CrossTableColumnType2["MEASURE"] = "MEASURE";
1021
+ CrossTableColumnType2["NORMAL"] = "NORMAL";
1022
+ CrossTableColumnType2["EVENT"] = "EVENT";
1023
+ CrossTableColumnType2["TREE"] = "TREE";
1024
+ CrossTableColumnType2["VALUE"] = "VALUE";
1025
+ CrossTableColumnType2["LEFT_VALUE"] = "LEFT_VALUE";
1026
+ CrossTableColumnType2["CELL_CHART"] = "CELL_CHART";
1027
+ })(CrossTableColumnType || (CrossTableColumnType = {}));
1028
+ var CrossTableRowType;
1029
+ (function(CrossTableRowType2) {
1030
+ CrossTableRowType2["NORMAL"] = "NORMAL";
1031
+ CrossTableRowType2["MEASURE"] = "MEASURE";
1032
+ CrossTableRowType2["TOTAL"] = "TOTAL";
1033
+ CrossTableRowType2["SUBTOTAL"] = "SUBTOTAL";
1034
+ CrossTableRowType2["MEASUREGROUP"] = "MEASUREGROUP";
1035
+ CrossTableRowType2["SUBTOTALPOSITION"] = "SUBTOTALPOSITION";
1036
+ })(CrossTableRowType || (CrossTableRowType = {}));
1037
+ var CrossTableColumnModel = function CrossTableColumnModel2() {
1038
+ "use strict";
1039
+ _class_call_check5(this, CrossTableColumnModel2);
1040
+ _define_property6(this, "uuid", "");
1041
+ _define_property6(this, "type", "NORMAL");
1042
+ _define_property6(this, "headerMeta", {});
1043
+ _define_property6(this, "olapValueIndex", 0);
1044
+ };
1045
+ var CrossTableRowModel = function CrossTableRowModel2() {
1046
+ "use strict";
1047
+ _class_call_check5(this, CrossTableRowModel2);
1048
+ _define_property6(this, "uuid", "");
1049
+ _define_property6(this, "type", "NORMAL");
1050
+ _define_property6(this, "headerMeta", {});
1051
+ _define_property6(this, "isHeaderLastRow", false);
1052
+ _define_property6(this, "rowIndex", void 0);
1053
+ _define_property6(this, "originalData", void 0);
1054
+ };
1055
+ var CrossTableFieldSetting = function CrossTableFieldSetting2() {
1056
+ "use strict";
1057
+ _class_call_check5(this, CrossTableFieldSetting2);
1058
+ _define_property6(this, "uuid", "");
1059
+ _define_property6(this, "aliasName", "");
1060
+ _define_property6(this, "alignment", void 0);
1061
+ _define_property6(this, "verticalAlignment", void 0);
1062
+ _define_property6(this, "areaType", "row");
1063
+ _define_property6(this, "desc", "");
1064
+ _define_property6(this, "imageSize", void 0);
1065
+ _define_property6(this, "label", false);
1066
+ _define_property6(this, "nameChangedFlag", false);
1067
+ _define_property6(this, "numberFormat", void 0);
1068
+ _define_property6(this, "timeFormat", void 0);
1069
+ _define_property6(this, "emptyValueConfig", void 0);
1070
+ _define_property6(this, "emptyStringConfig", void 0);
1071
+ };
1072
+ var CrossTableTotalConfig = /* @__PURE__ */ function() {
1073
+ "use strict";
1074
+ function CrossTableTotalConfig2() {
1075
+ _class_call_check5(this, CrossTableTotalConfig2);
1076
+ _define_property6(this, "displayPosition", void 0);
1077
+ _define_property6(this, "summaryFixBottom", void 0);
1078
+ _define_property6(this, "insertSummary", void 0);
1079
+ _define_property6(this, "totalLogic", void 0);
1080
+ _define_property6(this, "currentMeasure", void 0);
1081
+ _define_property6(this, "totalAlias", void 0);
1082
+ _define_property6(this, "showSubTotal", void 0);
1083
+ _define_property6(this, "dimValue", void 0);
1084
+ _define_property6(this, "subTotalAlias", void 0);
1085
+ _define_property6(this, "subTotalConfig", void 0);
1086
+ _define_property6(this, "subTotalAliasNameMapping", void 0);
1087
+ }
1088
+ _create_class(CrossTableTotalConfig2, null, [
1089
+ {
1090
+ key: "getSubTotalAlias",
1091
+ value: (
1092
+ /** 获取小计别名 */
1093
+ function getSubTotalAlias(totalConfig, dimGuid) {
1094
+ var index = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 0;
1095
+ var _totalConfig_subTotalConfig, _totalConfig_subTotalAliasNameMapping_dimGuid, _totalConfig_subTotalAliasNameMapping;
1096
+ if (!((_totalConfig_subTotalConfig = totalConfig.subTotalConfig) === null || _totalConfig_subTotalConfig === void 0 ? void 0 : _totalConfig_subTotalConfig.length)) {
1097
+ return null;
1098
+ }
1099
+ return (_totalConfig_subTotalAliasNameMapping = totalConfig.subTotalAliasNameMapping) === null || _totalConfig_subTotalAliasNameMapping === void 0 ? void 0 : (_totalConfig_subTotalAliasNameMapping_dimGuid = _totalConfig_subTotalAliasNameMapping[dimGuid]) === null || _totalConfig_subTotalAliasNameMapping_dimGuid === void 0 ? void 0 : _totalConfig_subTotalAliasNameMapping_dimGuid[index];
1100
+ }
1101
+ )
1102
+ }
1103
+ ]);
1104
+ return CrossTableTotalConfig2;
1105
+ }();
1106
+
1107
+ // src/basic/bi-types/src/etl.ts
1108
+ var EtlPublishStatus;
1109
+ (function(EtlPublishStatus2) {
1110
+ EtlPublishStatus2[EtlPublishStatus2["unPublisHed"] = 0] = "unPublisHed";
1111
+ EtlPublishStatus2[EtlPublishStatus2["published"] = 1] = "published";
1112
+ EtlPublishStatus2[EtlPublishStatus2["publishedEditOK"] = 2] = "publishedEditOK";
1113
+ EtlPublishStatus2[EtlPublishStatus2["offline"] = 3] = "offline";
1114
+ EtlPublishStatus2[EtlPublishStatus2["publishedEditError"] = 4] = "publishedEditError";
1115
+ })(EtlPublishStatus || (EtlPublishStatus = {}));
1116
+ var EtlScheduleStatus;
1117
+ (function(EtlScheduleStatus2) {
1118
+ EtlScheduleStatus2[EtlScheduleStatus2["NotRun"] = -1] = "NotRun";
1119
+ EtlScheduleStatus2[EtlScheduleStatus2["ReadyToRun"] = 1] = "ReadyToRun";
1120
+ EtlScheduleStatus2[EtlScheduleStatus2["Running"] = 2] = "Running";
1121
+ EtlScheduleStatus2[EtlScheduleStatus2["RunSuccess"] = 3] = "RunSuccess";
1122
+ EtlScheduleStatus2[EtlScheduleStatus2["RunFailed"] = 4] = "RunFailed";
1123
+ EtlScheduleStatus2[EtlScheduleStatus2["ManualTerminated"] = 5] = "ManualTerminated";
1124
+ })(EtlScheduleStatus || (EtlScheduleStatus = {}));
1125
+ var EtlProductStatus;
1126
+ (function(EtlProductStatus2) {
1127
+ EtlProductStatus2[EtlProductStatus2["Running"] = 1] = "Running";
1128
+ EtlProductStatus2[EtlProductStatus2["UnBind"] = 2] = "UnBind";
1129
+ EtlProductStatus2[EtlProductStatus2["Deleted"] = 3] = "Deleted";
1130
+ })(EtlProductStatus || (EtlProductStatus = {}));
1131
+
1132
+ // src/basic/bi-types/src/open/common/event-types.ts
1133
+ var OpenEventTypeEnum;
1134
+ (function(OpenEventTypeEnum2) {
1135
+ OpenEventTypeEnum2["before-navigate-event"] = "before-navigate-event";
1136
+ OpenEventTypeEnum2["after-mount-event"] = "after-mount-event";
1137
+ OpenEventTypeEnum2["before-unmount-event"] = "before-unmount-event";
1138
+ OpenEventTypeEnum2["before-download-event"] = "before-download-event";
1139
+ OpenEventTypeEnum2["before-page-loaded-event"] = "before-page-loaded-event";
1140
+ OpenEventTypeEnum2["before-publish-event"] = "before-publish-event";
1141
+ })(OpenEventTypeEnum || (OpenEventTypeEnum = {}));
1142
+
1143
+ // src/basic/bi-types/src/open/events/event-props.ts
1144
+ var CustomEventType;
1145
+ (function(CustomEventType2) {
1146
+ CustomEventType2[CustomEventType2["beforeDownloadEvent"] = OpenEventTypeEnum["before-download-event"]] = "beforeDownloadEvent";
1147
+ CustomEventType2[CustomEventType2["beforePageLoadEvent"] = OpenEventTypeEnum["before-page-loaded-event"]] = "beforePageLoadEvent";
1148
+ CustomEventType2[CustomEventType2["beforePublishEvent"] = OpenEventTypeEnum["before-publish-event"]] = "beforePublishEvent";
1149
+ })(CustomEventType || (CustomEventType = {}));
1150
+
1151
+ // src/basic/bi-types/src/open/components/data-schema.ts
1152
+ var Platform;
1153
+ (function(Platform2) {
1154
+ Platform2["dashboard"] = "dashboard";
1155
+ Platform2["excel"] = "excel";
1156
+ Platform2["screen"] = "screen";
1157
+ })(Platform || (Platform = {}));
1158
+
1159
+ // src/basic/bi-types/src/chart-config.ts
1160
+ var NegativeMode;
1161
+ (function(NegativeMode2) {
1162
+ NegativeMode2["negative"] = "0";
1163
+ NegativeMode2["bracket"] = "1";
1164
+ })(NegativeMode || (NegativeMode = {}));
1165
+ var SelectType;
1166
+ (function(SelectType2) {
1167
+ SelectType2["auto"] = "auto";
1168
+ SelectType2["int"] = "int";
1169
+ SelectType2["oneDecimal"] = "oneDecimal";
1170
+ SelectType2["twoDecimal"] = "twoDecimal";
1171
+ SelectType2["percent"] = "percent";
1172
+ SelectType2["oneDecimalPercent"] = "oneDecimalPercent";
1173
+ SelectType2["twoDecimalPercent"] = "twoDecimalPercent";
1174
+ SelectType2["custom"] = "custom";
1175
+ })(SelectType || (SelectType = {}));
1176
+ var ImageDisplayMode;
1177
+ (function(ImageDisplayMode2) {
1178
+ ImageDisplayMode2[ImageDisplayMode2["LEFT"] = 0] = "LEFT";
1179
+ ImageDisplayMode2[ImageDisplayMode2["CENTER"] = 1] = "CENTER";
1180
+ ImageDisplayMode2[ImageDisplayMode2["RIGHT"] = 2] = "RIGHT";
1181
+ ImageDisplayMode2[ImageDisplayMode2["CLIP"] = 3] = "CLIP";
1182
+ ImageDisplayMode2[ImageDisplayMode2["STRETCH"] = 4] = "STRETCH";
1183
+ ImageDisplayMode2[ImageDisplayMode2["FILL_TOP"] = 5] = "FILL_TOP";
1184
+ ImageDisplayMode2[ImageDisplayMode2["FILL_BOTTOM"] = 6] = "FILL_BOTTOM";
1185
+ ImageDisplayMode2[ImageDisplayMode2["FILL_LEFT"] = 7] = "FILL_LEFT";
1186
+ ImageDisplayMode2[ImageDisplayMode2["FILL_RIGHT"] = 8] = "FILL_RIGHT";
1187
+ })(ImageDisplayMode || (ImageDisplayMode = {}));
1188
+ var LegendPositionType;
1189
+ (function(LegendPositionType2) {
1190
+ LegendPositionType2["None"] = "none";
1191
+ LegendPositionType2["Top"] = "top";
1192
+ LegendPositionType2["TopLeft"] = "top-left";
1193
+ LegendPositionType2["TopRight"] = "top-right";
1194
+ LegendPositionType2["Bottom"] = "bottom";
1195
+ LegendPositionType2["BottomLeft"] = "bottom-left";
1196
+ LegendPositionType2["BottomRight"] = "bottom-right";
1197
+ LegendPositionType2["Left"] = "left";
1198
+ LegendPositionType2["LeftTop"] = "left-top";
1199
+ LegendPositionType2["LeftBottom"] = "left-bottom";
1200
+ LegendPositionType2["Right"] = "right";
1201
+ LegendPositionType2["RightTop"] = "right-top";
1202
+ LegendPositionType2["RightBottom"] = "right-bottom";
1203
+ })(LegendPositionType || (LegendPositionType = {}));
1204
+ var LegendAlignType;
1205
+ (function(LegendAlignType2) {
1206
+ LegendAlignType2["Left"] = "left";
1207
+ LegendAlignType2["Center"] = "center";
1208
+ LegendAlignType2["Middle"] = "middle";
1209
+ LegendAlignType2["Right"] = "right";
1210
+ LegendAlignType2["Top"] = "top";
1211
+ LegendAlignType2["Bottom"] = "bottom";
1212
+ })(LegendAlignType || (LegendAlignType = {}));
1213
+ var LegendUnHighLightedValue;
1214
+ (function(LegendUnHighLightedValue2) {
1215
+ LegendUnHighLightedValue2["default"] = "-";
1216
+ LegendUnHighLightedValue2["empty"] = "";
1217
+ })(LegendUnHighLightedValue || (LegendUnHighLightedValue = {}));
1218
+ var ConstastTypeMap = {
1219
+ dateRegion: [
1220
+ "DAY_DAY_RING_RATIO",
1221
+ "DAY_WEEK_RATIO",
1222
+ "DAY_MONTH_RATIO",
1223
+ "DAY_YEAR_RATIO"
1224
+ ],
1225
+ weekRegion: [
1226
+ "WEEK_WEEK_RING_RATIO",
1227
+ "WEEK_YEAR_RATIO"
1228
+ ],
1229
+ monthRegion: [
1230
+ "MONTH_MONTH_RING_RATIO",
1231
+ "MONTH_YEAR_RATIO"
1232
+ ],
1233
+ quarterRegion: [
1234
+ "QUARTER_QUARTER_RING_RATIO",
1235
+ "QUARTER_YEAR_RATIO"
1236
+ ],
1237
+ fiscalQuarterRegion: [
1238
+ "QUARTER_QUARTER_RING_RATIO",
1239
+ "QUARTER_YEAR_RATIO"
1240
+ ],
1241
+ yearRegion: [
1242
+ "YEAR_YEAR_RING_RATIO"
1243
+ ],
1244
+ fiscalYearRegion: [
1245
+ "YEAR_YEAR_RING_RATIO"
1246
+ ]
1247
+ };
1248
+ var ChartAreaType;
1249
+ (function(ChartAreaType2) {
1250
+ ChartAreaType2["XAxis"] = "xAxis";
1251
+ ChartAreaType2["YAxis"] = "yAxis";
1252
+ ChartAreaType2["YMainAxis"] = "yMainAxis";
1253
+ ChartAreaType2["YSecondaryAxis"] = "ySecondaryAxis";
1254
+ ChartAreaType2["Legend"] = "legend";
1255
+ ChartAreaType2["Row"] = "row";
1256
+ ChartAreaType2["Column"] = "column";
1257
+ ChartAreaType2["IMAGE"] = "image";
1258
+ ChartAreaType2["SecondaryColumn"] = "secondaryColumn";
1259
+ ChartAreaType2["Tooltip"] = "tooltip";
1260
+ })(ChartAreaType || (ChartAreaType = {}));
1261
+ var ChartSeriesType;
1262
+ (function(ChartSeriesType2) {
1263
+ ChartSeriesType2["Measure"] = "measure";
1264
+ ChartSeriesType2["DimensionValue"] = "dimensionValue";
1265
+ ChartSeriesType2["Combination"] = "combination";
1266
+ })(ChartSeriesType || (ChartSeriesType = {}));
1267
+ var ScreenBorderType;
1268
+ (function(ScreenBorderType2) {
1269
+ ScreenBorderType2["Top"] = "Top";
1270
+ ScreenBorderType2["Right"] = "Right";
1271
+ ScreenBorderType2["Bottom"] = "Bottom";
1272
+ ScreenBorderType2["Left"] = "Left";
1273
+ ScreenBorderType2["All"] = "All";
1274
+ })(ScreenBorderType || (ScreenBorderType = {}));
1275
+ var SemanticColor;
1276
+ (function(SemanticColor2) {
1277
+ SemanticColor2["Increase"] = "increase";
1278
+ SemanticColor2["Stable"] = "stable";
1279
+ SemanticColor2["Decrease"] = "decrease";
1280
+ })(SemanticColor || (SemanticColor = {}));
1281
+
1282
+ // src/basic/bi-types/src/standard-model.ts
1283
+ var ReportSummaryInsightType;
1284
+ (function(ReportSummaryInsightType2) {
1285
+ ReportSummaryInsightType2["OVERALL_ANALYSIS"] = "OVERALL_ANALYSIS";
1286
+ ReportSummaryInsightType2["TIME_OVERALL_ANALYSIS"] = "TIME_OVERALL_ANALYSIS";
1287
+ ReportSummaryInsightType2["TIME_LATEST_ANALYSIS"] = "TIME_LATEST_ANALYSIS";
1288
+ ReportSummaryInsightType2["TOP_DIMENSION_COMBO_ANALYSIS"] = "TOP_DIMENSION_COMBO_ANALYSIS";
1289
+ ReportSummaryInsightType2["LLM_CUBE_TIME_ANALYSIS"] = "LLM_CUBE_TIME_ANALYSIS";
1290
+ })(ReportSummaryInsightType || (ReportSummaryInsightType = {}));
1291
+ var Env;
1292
+ (function(Env2) {
1293
+ Env2["excel"] = "excel";
1294
+ Env2["pc"] = "pc";
1295
+ Env2["mobile"] = "mobile";
1296
+ })(Env || (Env = {}));
1297
+
1298
+ // src/basic/bi-types/src/cube/cube-model.ts
1299
+ function _class_call_check6(instance, Constructor) {
1300
+ if (!(instance instanceof Constructor)) {
1301
+ throw new TypeError("Cannot call a class as a function");
1302
+ }
1303
+ }
1304
+ function _defineProperties2(target, props) {
1305
+ for (var i = 0; i < props.length; i++) {
1306
+ var descriptor = props[i];
1307
+ descriptor.enumerable = descriptor.enumerable || false;
1308
+ descriptor.configurable = true;
1309
+ if ("value" in descriptor) descriptor.writable = true;
1310
+ Object.defineProperty(target, descriptor.key, descriptor);
1311
+ }
1312
+ }
1313
+ function _create_class2(Constructor, protoProps, staticProps) {
1314
+ if (protoProps) _defineProperties2(Constructor.prototype, protoProps);
1315
+ if (staticProps) _defineProperties2(Constructor, staticProps);
1316
+ return Constructor;
1317
+ }
1318
+ function _define_property7(obj, key, value) {
1319
+ if (key in obj) {
1320
+ Object.defineProperty(obj, key, {
1321
+ value,
1322
+ enumerable: true,
1323
+ configurable: true,
1324
+ writable: true
1325
+ });
1326
+ } else {
1327
+ obj[key] = value;
1328
+ }
1329
+ return obj;
1330
+ }
1331
+ var CustomAreaType;
1332
+ (function(CustomAreaType2) {
1333
+ CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
1334
+ CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
1335
+ CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
1336
+ CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
1337
+ })(CustomAreaType || (CustomAreaType = {}));
1338
+ var PictureCoordinateType;
1339
+ (function(PictureCoordinateType2) {
1340
+ PictureCoordinateType2["HORIZONTAL"] = "CUSTOM_PICTURE_HORIZONTAL";
1341
+ PictureCoordinateType2["VERTICAL"] = "CUSTOM_PICTURE_VERTICAL";
1342
+ })(PictureCoordinateType || (PictureCoordinateType = {}));
1343
+ var PhysicalSchema = function PhysicalSchema2() {
1344
+ "use strict";
1345
+ _class_call_check6(this, PhysicalSchema2);
1346
+ _define_property7(this, "tables", []);
1347
+ _define_property7(this, "virtualTables", []);
1348
+ _define_property7(this, "links", []);
1349
+ _define_property7(this, "sqlHintTypes", []);
1350
+ _define_property7(this, "sqlHints", []);
1351
+ };
1352
+ var CubeSchema = function CubeSchema2() {
1353
+ "use strict";
1354
+ _class_call_check6(this, CubeSchema2);
1355
+ _define_property7(this, "uniqueId", "");
1356
+ _define_property7(this, "cubeId", "");
1357
+ _define_property7(this, "datasourceId", "");
1358
+ _define_property7(this, "caption", "");
1359
+ _define_property7(this, "fields", []);
1360
+ _define_property7(this, "fieldTree", []);
1361
+ _define_property7(this, "filter", null);
1362
+ _define_property7(this, "params", []);
1363
+ _define_property7(this, "sqlPlaceholders", []);
1364
+ };
1365
+ var SchemaExtraInfo = function SchemaExtraInfo2() {
1366
+ "use strict";
1367
+ _class_call_check6(this, SchemaExtraInfo2);
1368
+ _define_property7(this, "aimDirId", null);
1369
+ _define_property7(this, "hasAuthorizedUse", void 0);
1370
+ _define_property7(this, "permissionList", void 0);
1371
+ _define_property7(this, "dataLevelAttributeIds", []);
1372
+ _define_property7(this, "withoutColumnLevelPermissionFields", []);
1373
+ _define_property7(this, "aggFunctions", []);
1374
+ _define_property7(this, "isDataMaskOpen", void 0);
1375
+ _define_property7(this, "isOpenColumnLevelPermission", void 0);
1376
+ _define_property7(this, "isOpenRowLevelPermission", void 0);
1377
+ _define_property7(this, "dsCreateOrigin", void 0);
1378
+ _define_property7(this, "dataLoadMode", void 0);
1379
+ _define_property7(this, "etlGenerateCube", void 0);
1380
+ _define_property7(this, "cubeType", null);
1381
+ _define_property7(this, "creatorId", void 0);
1382
+ };
1383
+ var CubeModel = function CubeModel2() {
1384
+ "use strict";
1385
+ _class_call_check6(this, CubeModel2);
1386
+ _define_property7(this, "physicalSchema", new PhysicalSchema());
1387
+ _define_property7(this, "cubeSchema", new CubeSchema());
1388
+ _define_property7(this, "metaModelVersion", "2.0");
1389
+ _define_property7(this, "userDefineVersion", "5.0.1");
1390
+ _define_property7(this, "schemaExtraInfo", new SchemaExtraInfo());
1391
+ };
1392
+ var TableJoinType;
1393
+ (function(TableJoinType2) {
1394
+ TableJoinType2["LEFT_OUTER_JOIN"] = "LEFT_OUTER_JOIN";
1395
+ TableJoinType2["INNER_JOIN"] = "INNER_JOIN";
1396
+ TableJoinType2["FULL_OUTER_JOIN"] = "FULL_OUTER_JOIN";
1397
+ TableJoinType2["JOIN_ERROR"] = "JOIN_ERROR";
1398
+ })(TableJoinType || (TableJoinType = {}));
1399
+ var TableRelation;
1400
+ (function(TableRelation2) {
1401
+ TableRelation2["MANY_TO_ONE"] = "many-to-one";
1402
+ })(TableRelation || (TableRelation = {}));
1403
+ var JoinCondition;
1404
+ (function(JoinCondition2) {
1405
+ JoinCondition2["EQUAL_TO"] = "equal-to";
1406
+ JoinCondition2["UNEQUAL_TO"] = "unequal-to";
1407
+ JoinCondition2["GREATER_THAN"] = "greater-than";
1408
+ JoinCondition2["LESS_THAN"] = "less-than";
1409
+ })(JoinCondition || (JoinCondition = {}));
1410
+ var DataType;
1411
+ (function(DataType2) {
1412
+ DataType2["number"] = "number";
1413
+ DataType2["string"] = "string";
1414
+ DataType2["date"] = "date";
1415
+ DataType2["datetime"] = "datetime";
1416
+ DataType2["time"] = "time";
1417
+ })(DataType || (DataType = {}));
1418
+ var SecondDataType;
1419
+ (function(SecondDataType2) {
1420
+ SecondDataType2["number"] = "number";
1421
+ SecondDataType2["string"] = "string";
1422
+ SecondDataType2["geographic"] = "geographic";
1423
+ SecondDataType2["imageUrl"] = "imageUrl";
1424
+ SecondDataType2["imageFileId"] = "imageFileId";
1425
+ SecondDataType2["date"] = "date";
1426
+ SecondDataType2["datetime"] = "datetime";
1427
+ SecondDataType2["time"] = "time";
1428
+ SecondDataType2["multiValue"] = "multi_value";
1429
+ })(SecondDataType || (SecondDataType = {}));
1430
+ var CalendarTypeEnum;
1431
+ (function(CalendarTypeEnum2) {
1432
+ CalendarTypeEnum2["GregorianYear"] = "gregorian-year";
1433
+ CalendarTypeEnum2["FiscalYear"] = "fiscal-year";
1434
+ CalendarTypeEnum2["LunarYear"] = "lunar-year";
1435
+ })(CalendarTypeEnum || (CalendarTypeEnum = {}));
1436
+ var DateGranularity;
1437
+ (function(DateGranularity2) {
1438
+ DateGranularity2["year"] = "year";
1439
+ DateGranularity2["fiscalYear"] = "fiscal-year";
1440
+ DateGranularity2["quarter"] = "year-quarter";
1441
+ DateGranularity2["fiscalYearQuarter"] = "fiscal-year-quarter";
1442
+ DateGranularity2["month"] = "year-month";
1443
+ DateGranularity2["week"] = "year-week";
1444
+ DateGranularity2["day"] = "year-month-day";
1445
+ DateGranularity2["hour"] = "hour";
1446
+ DateGranularity2["minute"] = "hour-minute";
1447
+ DateGranularity2["second"] = "hour-minute-second";
1448
+ DateGranularity2["datetime"] = "datetime";
1449
+ })(DateGranularity || (DateGranularity = {}));
1450
+ var RegionGranularity;
1451
+ (function(RegionGranularity2) {
1452
+ RegionGranularity2["continent"] = "CONTINENT";
1453
+ RegionGranularity2["country"] = "COUNTRY";
1454
+ RegionGranularity2["region"] = "REGION";
1455
+ RegionGranularity2["province"] = "PROVINCE";
1456
+ RegionGranularity2["city"] = "CITY";
1457
+ RegionGranularity2["xian"] = "XIAN";
1458
+ RegionGranularity2["street"] = "STREET";
1459
+ RegionGranularity2["lng"] = "LNG";
1460
+ RegionGranularity2["lat"] = "LAT";
1461
+ RegionGranularity2["custom_region"] = "CUSTOM_REGION";
1462
+ })(RegionGranularity || (RegionGranularity = {}));
1463
+ var MultiSeparator;
1464
+ (function(MultiSeparator2) {
1465
+ MultiSeparator2["comma"] = ",";
1466
+ MultiSeparator2["semicolon"] = ";";
1467
+ MultiSeparator2["space"] = " ";
1468
+ })(MultiSeparator || (MultiSeparator = {}));
1469
+ var EmptyValueType;
1470
+ (function(EmptyValueType2) {
1471
+ EmptyValueType2["EmptyValue"] = "EmptyValue";
1472
+ EmptyValueType2["EmptyString"] = "EmptyString";
1473
+ })(EmptyValueType || (EmptyValueType = {}));
1474
+ var EmptyValueDisplayType;
1475
+ (function(EmptyValueDisplayType2) {
1476
+ EmptyValueDisplayType2["Hyphen"] = "hyphen";
1477
+ EmptyValueDisplayType2["Braces"] = "braces";
1478
+ EmptyValueDisplayType2["Null"] = "null";
1479
+ EmptyValueDisplayType2["NotDisplay"] = "notDisplay";
1480
+ EmptyValueDisplayType2["Custom"] = "custom";
1481
+ })(EmptyValueDisplayType || (EmptyValueDisplayType = {}));
1482
+ var EmptyStringOrNullDisplayConfig = function EmptyStringOrNullDisplayConfig2() {
1483
+ "use strict";
1484
+ _class_call_check6(this, EmptyStringOrNullDisplayConfig2);
1485
+ _define_property7(this, "formatType", "hyphen");
1486
+ _define_property7(this, "customFormat", void 0);
1487
+ _define_property7(this, "isAuto", true);
1488
+ };
1489
+ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1490
+ "use strict";
1491
+ function EmptyValueDisplayConfig2() {
1492
+ _class_call_check6(this, EmptyValueDisplayConfig2);
1493
+ _define_property7(this, "emptyValueConfig", new EmptyStringOrNullDisplayConfig());
1494
+ _define_property7(this, "emptyStringConfig", new EmptyStringOrNullDisplayConfig());
1495
+ }
1496
+ _create_class2(EmptyValueDisplayConfig2, null, [
1497
+ {
1498
+ key: "getDefaultConfigForQuickReport",
1499
+ value: function getDefaultConfigForQuickReport() {
1500
+ return {
1501
+ emptyValueConfig: {
1502
+ formatType: "notDisplay",
1503
+ customFormat: null,
1504
+ isAuto: false
1505
+ },
1506
+ emptyStringConfig: {
1507
+ formatType: "notDisplay",
1508
+ customFormat: null,
1509
+ isAuto: false
1510
+ }
1511
+ };
1512
+ }
1513
+ },
1514
+ {
1515
+ key: "convertAttrEmptyValueDisplayConfig",
1516
+ value: function convertAttrEmptyValueDisplayConfig(attr) {
1517
+ var isAuto = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
1518
+ return {
1519
+ emptyValueConfig: {
1520
+ formatType: attr === null || attr === void 0 ? void 0 : attr.nullValueFormatType,
1521
+ customFormat: attr === null || attr === void 0 ? void 0 : attr.nullValueCustomFormat,
1522
+ isAuto
1523
+ },
1524
+ emptyStringConfig: {
1525
+ formatType: attr === null || attr === void 0 ? void 0 : attr.emptyStringFormatType,
1526
+ customFormat: attr === null || attr === void 0 ? void 0 : attr.emptyStringCustomFormat,
1527
+ isAuto
1528
+ }
1529
+ };
1530
+ }
1531
+ },
1532
+ {
1533
+ key: "getConfigByFieldSettingMap",
1534
+ value: (
1535
+ /** 根据fieldSettingMap中存储的配置转换成空值展示配置模型 */
1536
+ function getConfigByFieldSettingMap(fieldSetting, defaultValue) {
1537
+ if (!fieldSetting) {
1538
+ return defaultValue !== null && defaultValue !== void 0 ? defaultValue : {
1539
+ emptyValueConfig: {
1540
+ formatType: "hyphen",
1541
+ customFormat: null
1542
+ },
1543
+ emptyStringConfig: {
1544
+ formatType: "hyphen",
1545
+ customFormat: null
1546
+ }
1547
+ };
1548
+ }
1549
+ var _fieldSetting_emptyValueConfig, _ref;
1550
+ var emptyValueConfig = (_ref = (_fieldSetting_emptyValueConfig = fieldSetting.emptyValueConfig) !== null && _fieldSetting_emptyValueConfig !== void 0 ? _fieldSetting_emptyValueConfig : defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.emptyValueConfig) !== null && _ref !== void 0 ? _ref : {
1551
+ formatType: "hyphen",
1552
+ customFormat: null
1553
+ };
1554
+ var _fieldSetting_emptyStringConfig, _ref1;
1555
+ var emptyStringConfig = (_ref1 = (_fieldSetting_emptyStringConfig = fieldSetting.emptyStringConfig) !== null && _fieldSetting_emptyStringConfig !== void 0 ? _fieldSetting_emptyStringConfig : defaultValue === null || defaultValue === void 0 ? void 0 : defaultValue.emptyStringConfig) !== null && _ref1 !== void 0 ? _ref1 : {
1556
+ formatType: "hyphen",
1557
+ customFormat: null
1558
+ };
1559
+ return {
1560
+ emptyValueConfig,
1561
+ emptyStringConfig
1562
+ };
1563
+ }
1564
+ )
1565
+ }
1566
+ ]);
1567
+ return EmptyValueDisplayConfig2;
1568
+ }();
1569
+ var Aggregator;
1570
+ (function(Aggregator2) {
1571
+ Aggregator2["sum"] = "sum";
1572
+ Aggregator2["count"] = "count";
1573
+ Aggregator2["distinct-count"] = "distinct-count";
1574
+ Aggregator2["max"] = "max";
1575
+ Aggregator2["min"] = "min";
1576
+ Aggregator2["avg"] = "avg";
1577
+ })(Aggregator || (Aggregator = {}));
1578
+ var FilterAttr = function FilterAttr2() {
1579
+ "use strict";
1580
+ _class_call_check6(this, FilterAttr2);
1581
+ _define_property7(this, "logicalOperator", void 0);
1582
+ _define_property7(this, "filterElements", []);
1583
+ _define_property7(this, "filters", []);
1584
+ _define_property7(this, "beforeJoin", void 0);
1585
+ _define_property7(this, "tableId", void 0);
1586
+ };
1587
+ var OriginDateType;
1588
+ (function(OriginDateType2) {
1589
+ OriginDateType2["SingleDate"] = "singleDate";
1590
+ OriginDateType2["DateRange"] = "dateRange";
1591
+ })(OriginDateType || (OriginDateType = {}));
1592
+ var ParamDataType;
1593
+ (function(ParamDataType2) {
1594
+ ParamDataType2["string"] = "string";
1595
+ ParamDataType2["number"] = "number";
1596
+ ParamDataType2["dateRegion"] = "dateRegion";
1597
+ ParamDataType2["quarterRegion"] = "quarterRegion";
1598
+ ParamDataType2["monthRegion"] = "monthRegion";
1599
+ ParamDataType2["weekRegion"] = "weekRegion";
1600
+ ParamDataType2["yearRegion"] = "yearRegion";
1601
+ ParamDataType2["ymdHmsRegion"] = "ymdHmsRegion";
1602
+ })(ParamDataType || (ParamDataType = {}));
1603
+ var CellsetDimTypes;
1604
+ (function(CellsetDimTypes2) {
1605
+ CellsetDimTypes2["StandardDimension"] = "StandardDimension";
1606
+ CellsetDimTypes2["StrDateTypeDimension"] = "StrDateTypeDimension";
1607
+ CellsetDimTypes2["StarDimension"] = "StarDimension";
1608
+ CellsetDimTypes2["GeographicDimension"] = "GeographicDimension";
1609
+ CellsetDimTypes2["measureCol"] = "measureCol";
1610
+ })(CellsetDimTypes || (CellsetDimTypes = {}));
1611
+ var HintModal = function HintModal2() {
1612
+ "use strict";
1613
+ _class_call_check6(this, HintModal2);
1614
+ _define_property7(this, "dsType", void 0);
1615
+ _define_property7(this, "head", "set");
1616
+ _define_property7(this, "key", "");
1617
+ _define_property7(this, "connector", "=");
1618
+ _define_property7(this, "value", "");
1619
+ _define_property7(this, "support", true);
1620
+ };
1621
+
1622
+ // src/basic/bi-types/src/cube/data-source.ts
1623
+ var DsCreateOriginEnum;
1624
+ (function(DsCreateOriginEnum2) {
1625
+ DsCreateOriginEnum2[DsCreateOriginEnum2["QUICKBI"] = 1] = "QUICKBI";
1626
+ DsCreateOriginEnum2[DsCreateOriginEnum2["SYCM"] = 2] = "SYCM";
1627
+ DsCreateOriginEnum2[DsCreateOriginEnum2["DING_TALK"] = 3] = "DING_TALK";
1628
+ DsCreateOriginEnum2[DsCreateOriginEnum2["ASSET_PLATFORM"] = 4] = "ASSET_PLATFORM";
1629
+ DsCreateOriginEnum2[DsCreateOriginEnum2["QA_PLATFORM"] = 5] = "QA_PLATFORM";
1630
+ })(DsCreateOriginEnum || (DsCreateOriginEnum = {}));
1631
+ var SupportCustomWeekType;
1632
+ (function(SupportCustomWeekType2) {
1633
+ SupportCustomWeekType2[SupportCustomWeekType2["NotSupport"] = 0] = "NotSupport";
1634
+ SupportCustomWeekType2[SupportCustomWeekType2["SupportRegister"] = 1] = "SupportRegister";
1635
+ SupportCustomWeekType2[SupportCustomWeekType2["SupportAutoRegister"] = 2] = "SupportAutoRegister";
1636
+ SupportCustomWeekType2[SupportCustomWeekType2["SupportWithoutRegister"] = 3] = "SupportWithoutRegister";
1637
+ })(SupportCustomWeekType || (SupportCustomWeekType = {}));
1638
+ var DsType;
1639
+ (function(DsType2) {
1640
+ DsType2["file"] = "file";
1641
+ DsType2["clivia"] = "clivia";
1642
+ DsType2["quickindex"] = "quickindex";
1643
+ DsType2["api_datasource"] = "api_datasource";
1644
+ DsType2["odps"] = "odps";
1645
+ DsType2["maxcompute"] = "maxcompute";
1646
+ DsType2["mysql"] = "mysql";
1647
+ DsType2["hybrid_mysql"] = "hybrid_mysql";
1648
+ DsType2["garuda"] = "garuda";
1649
+ DsType2["sqlserver"] = "sqlserver";
1650
+ DsType2["greenplum"] = "greenplum";
1651
+ DsType2["ppas"] = "ppas";
1652
+ DsType2["oracle"] = "oracle";
1653
+ DsType2["postgresql"] = "postgresql";
1654
+ DsType2["hive"] = "hive";
1655
+ DsType2["vertica"] = "vertica";
1656
+ DsType2["db2"] = "db2";
1657
+ DsType2["sybase"] = "sybase";
1658
+ DsType2["hana"] = "hana";
1659
+ DsType2["dla"] = "dla";
1660
+ DsType2["oss"] = "oss";
1661
+ DsType2["drds"] = "drds";
1662
+ DsType2["presto"] = "presto";
1663
+ DsType2["adb"] = "adb";
1664
+ DsType2["adbSpark"] = "adb_spark";
1665
+ DsType2["polardb"] = "polardb";
1666
+ DsType2["impala"] = "impala";
1667
+ DsType2["impala_v3"] = "impala_v3";
1668
+ DsType2["multiDatasource"] = "multiDatasource";
1669
+ DsType2["tsdb"] = "tsdb";
1670
+ DsType2["hbase"] = "hbase";
1671
+ DsType2["dataphin"] = "dataphin";
1672
+ DsType2["dataphin_odps"] = "dataphin_odps";
1673
+ DsType2["dataphin_hive"] = "dataphin_hive";
1674
+ DsType2["dataphin_v2_odps"] = "dataphin_v2_odps";
1675
+ DsType2["dataphin_v2_hive"] = "dataphin_v2_hive";
1676
+ DsType2["kbase"] = "kbase";
1677
+ DsType2["clickhouse"] = "clickhouse";
1678
+ DsType2["gbase"] = "gbase";
1679
+ DsType2["polardb_pg"] = "polardb_pg";
1680
+ DsType2["hologres"] = "hologres";
1681
+ DsType2["teradata"] = "teradata";
1682
+ DsType2["spark_sql"] = "spark_sql";
1683
+ DsType2["dingtalk"] = "dingtalk";
1684
+ DsType2["analyticdb_v3"] = "analyticdb_v3";
1685
+ DsType2["analyticdb_v3_spark"] = "analyticdb_v3_spark";
1686
+ DsType2["analyticdb"] = "analyticdb";
1687
+ DsType2["elasticsearch"] = "elasticsearch";
1688
+ DsType2["starrocks"] = "starrocks";
1689
+ DsType2["apache_doris"] = "apache_doris";
1690
+ DsType2["relyt"] = "relyt";
1691
+ DsType2["datalake_analytics"] = "datalake_analytics";
1692
+ DsType2["phoenix"] = "phoenix";
1693
+ DsType2["mysql_hybrid"] = "mysql_hybrid";
1694
+ DsType2["api_datasource_realtime"] = "api_datasource_realtime";
1695
+ DsType2["oceanbase_oracle"] = "oceanbase_oracle";
1696
+ DsType2["oceanbase_mysql"] = "oceanbase_mysql";
1697
+ DsType2["feishu_bitable"] = "feishu_bitable";
1698
+ DsType2["lindormMultiMode"] = "lindorm_multi_mode";
1699
+ DsType2["lindormWideTableEngine"] = "lindorm_wide_table_engine";
1700
+ DsType2["lindormTsdb"] = "lindorm_tsdb";
1701
+ DsType2["lindormAll"] = "lindorm_all";
1702
+ DsType2["feishu_spreadsheet"] = "feishu_spreadsheet";
1703
+ DsType2["dingtalk_spreadsheet"] = "dingtalk_spreadsheet";
1704
+ DsType2["customDs"] = "customDs";
1705
+ DsType2["tidb"] = "tidb";
1706
+ DsType2["mariadb"] = "mariadb";
1707
+ DsType2["greenplum_v6"] = "greenplum_v6";
1708
+ })(DsType || (DsType = {}));
1709
+ var AcrossDsType;
1710
+ (function(AcrossDsType2) {
1711
+ AcrossDsType2[AcrossDsType2["UN_SET"] = null] = "UN_SET";
1712
+ AcrossDsType2[AcrossDsType2["NU_ACROSS"] = 0] = "NU_ACROSS";
1713
+ AcrossDsType2[AcrossDsType2["SAME_INSTANCE_ACROSS"] = 1] = "SAME_INSTANCE_ACROSS";
1714
+ AcrossDsType2[AcrossDsType2["DIFF_INSTANCE_ACROSS"] = 2] = "DIFF_INSTANCE_ACROSS";
1715
+ })(AcrossDsType || (AcrossDsType = {}));
1716
+ var DataLoadMode;
1717
+ (function(DataLoadMode2) {
1718
+ DataLoadMode2[DataLoadMode2["Default"] = 0] = "Default";
1719
+ DataLoadMode2[DataLoadMode2["QuickIndex"] = 1] = "QuickIndex";
1720
+ })(DataLoadMode || (DataLoadMode = {}));
1721
+ var DataSourcePortValue;
1722
+ (function(DataSourcePortValue2) {
1723
+ DataSourcePortValue2["eight_two_four_two"] = "8242";
1724
+ DataSourcePortValue2["three_three_zero_six_zero"] = "33060";
1725
+ DataSourcePortValue2["three_zero_zero_six_zero"] = "30060";
1726
+ })(DataSourcePortValue || (DataSourcePortValue = {}));
1727
+
1728
+ // src/basic/bi-types/src/open/menus/menu-props.ts
1729
+ var CustomMenuMode;
1730
+ (function(CustomMenuMode2) {
1731
+ CustomMenuMode2[CustomMenuMode2["tile"] = 1] = "tile";
1732
+ CustomMenuMode2[CustomMenuMode2["pack"] = 2] = "pack";
1733
+ })(CustomMenuMode || (CustomMenuMode = {}));
1734
+
1735
+ // src/basic/bi-types/src/open/embed/core.ts
1736
+ var EmbedEnv;
1737
+ (function(EmbedEnv2) {
1738
+ EmbedEnv2["sdk"] = "sdk";
1739
+ EmbedEnv2["iframe"] = "iframe";
1740
+ })(EmbedEnv || (EmbedEnv = {}));
1741
+
1742
+ // src/basic/bi-types/src/router/router-key.ts
1743
+ var RouterKey;
1744
+ (function(RouterKey2) {
1745
+ RouterKey2["root"] = "root";
1746
+ RouterKey2["homeRoot"] = "homeRoot";
1747
+ RouterKey2["notFound"] = "notFound";
1748
+ RouterKey2["orgAdmin"] = "orgAdmin";
1749
+ RouterKey2["orgAdminInfo"] = "orgAdminInfo";
1750
+ RouterKey2["orgAdminOrgInfo"] = "orgAdminOrgInfo";
1751
+ RouterKey2["orgAdminInfoSuper"] = "orgAdminInfoSuper";
1752
+ RouterKey2["orgAdminUser"] = "orgAdminUser";
1753
+ RouterKey2["orgAdminMember"] = "orgAdminMember";
1754
+ RouterKey2["orgAdminGroup"] = "orgAdminGroup";
1755
+ RouterKey2["userTagManage"] = "userTagManage";
1756
+ RouterKey2["userTagDetailManage"] = "userTagDetailManage";
1757
+ RouterKey2["tagManage"] = "tagManage";
1758
+ RouterKey2["orgAdminRole"] = "orgAdminRole";
1759
+ RouterKey2["orgAdminSpace"] = "orgAdminSpace";
1760
+ RouterKey2["orgAdminWorkspace"] = "orgAdminWorkspace";
1761
+ RouterKey2["orgAdminWorkspaceInfo"] = "orgAdminWorkspaceInfo";
1762
+ RouterKey2["orgAdminAuthorize"] = "orgAdminAuthorize";
1763
+ RouterKey2["orgAdminAuthorizeResource"] = "orgAdminAuthorizeResource";
1764
+ RouterKey2["orgAdminAuthorizeUser"] = "orgAdminAuthorizeUser";
1765
+ RouterKey2["orgAdminCoopAuth"] = "orgAdminCoopAuth";
1766
+ RouterKey2["orgAdminSpaceAuth"] = "orgAdminSpaceAuth";
1767
+ RouterKey2["orgAdminApproval"] = "orgAdminApproval";
1768
+ RouterKey2["orgAdminRowLevelMigrate"] = "orgAdminRowLevelMigrate";
1769
+ RouterKey2["orgAdminDataSafety"] = "orgAdminDataSafety";
1770
+ RouterKey2["orgAdminWatermark"] = "orgAdminWatermark";
1771
+ RouterKey2["orgAdminCopyManage"] = "orgAdminCopyManage";
1772
+ RouterKey2["orgAdminRowLevelPermission"] = "orgAdminRowLevelPermission";
1773
+ RouterKey2["orgAdminExportControl"] = "orgAdminExportControl";
1774
+ RouterKey2["orgThemeCustom"] = "orgThemeCustom";
1775
+ RouterKey2["orgAdminTheme"] = "orgAdminTheme";
1776
+ RouterKey2["orgAdminSoftware"] = "orgAdminSoftware";
1777
+ RouterKey2["orgAdminDingAuthorize"] = "orgAdminDingAuthorize";
1778
+ RouterKey2["orgAdminWxApiAuth"] = "orgAdminWxApiAuth";
1779
+ RouterKey2["orgAdminFeishuApiAuth"] = "orgAdminFeishuApiAuth";
1780
+ RouterKey2["orgChannelRobot"] = "orgChannelRobot";
1781
+ RouterKey2["orgDingChannel"] = "orgDingChannel";
1782
+ RouterKey2["orgWeChatChannel"] = "orgWeChatChannel";
1783
+ RouterKey2["orgFeiShuChannel"] = "orgFeiShuChannel";
1784
+ RouterKey2["orgSmsChannel"] = "orgSmsChannel";
1785
+ RouterKey2["orgEmailChannel"] = "orgEmailChannel";
1786
+ RouterKey2["orgCustomChannel"] = "orgCustomChannel";
1787
+ RouterKey2["orgAdminPcPortalApp"] = "orgAdminPcPortalApp";
1788
+ RouterKey2["orgAdminMicroApp"] = "orgAdminMicroApp";
1789
+ RouterKey2["orgAdminCategory"] = "orgAdminCategory";
1790
+ RouterKey2["orgAdminFavorites"] = "orgAdminFavorites";
1791
+ RouterKey2["orgDashboardConfig"] = "orgDashboardConfig";
1792
+ RouterKey2["orgAdminCopilot"] = "orgAdminCopilot";
1793
+ RouterKey2["orgResourceManage"] = "orgResourceManage";
1794
+ RouterKey2["orgAnalysisThemeManage"] = "orgAnalysisThemeManage";
1795
+ RouterKey2["orgDashboardQuestionManage"] = "orgDashboardQuestionManage";
1796
+ RouterKey2["orgResourceAuth"] = "orgResourceAuth";
1797
+ RouterKey2["orgKnowledgeBaseManage"] = "orgKnowledgeBaseManage";
1798
+ RouterKey2["orgEmbedManage"] = "orgEmbedManage";
1799
+ RouterKey2["orgQuestionOperations"] = "orgQuestionOperations";
1800
+ RouterKey2["orgGlobalConfig"] = "orgGlobalConfig";
1801
+ RouterKey2["orgAdminMap"] = "orgAdminMap";
1802
+ RouterKey2["orgAdminCustomGeoInfo"] = "orgAdminCustomGeoInfo";
1803
+ RouterKey2["orgAdminCustomPictureMap"] = "orgAdminCustomPictureMap";
1804
+ RouterKey2["orgGlobalSearch"] = "orgGlobalSearch";
1805
+ RouterKey2["orgAdminEngine"] = "orgAdminEngine";
1806
+ RouterKey2["orgOfflineQuicken"] = "orgOfflineQuicken";
1807
+ RouterKey2["orgEngineUpload"] = "orgEngineUpload";
1808
+ RouterKey2["orgEngineCache"] = "orgEngineCache";
1809
+ RouterKey2["orgIntelligent"] = "orgIntelligent";
1810
+ RouterKey2["orgAdminAL"] = "orgAdminAL";
1811
+ RouterKey2["orgAdminPv"] = "orgAdminPv";
1812
+ RouterKey2["orgAdminPvUser"] = "orgAdminPvUser";
1813
+ RouterKey2["orgAdminPvResource"] = "orgAdminPvResource";
1814
+ RouterKey2["orgAdminPvUsage"] = "orgAdminPvUsage";
1815
+ RouterKey2["orgAdminPvView"] = "orgAdminPvView";
1816
+ RouterKey2["orgPerformance"] = "orgPerformance";
1817
+ RouterKey2["orgCubePerformance"] = "orgCubePerformance";
1818
+ RouterKey2["orgDashboardPerformance"] = "orgDashboardPerformance";
1819
+ RouterKey2["orgAdminAnalysis"] = "orgAdminAnalysis";
1820
+ RouterKey2["orgAdminResource"] = "orgAdminResource";
1821
+ RouterKey2["orgAdminResourceConfig"] = "orgAdminResourceConfig";
1822
+ RouterKey2["orgAdminResourceRecord"] = "orgAdminResourceRecord";
1823
+ RouterKey2["orgAdminResourceDesc"] = "orgAdminResourceDesc";
1824
+ RouterKey2["offlineDownload"] = "offlineDownload";
1825
+ RouterKey2["create"] = "create";
1826
+ RouterKey2["approvalCenter"] = "approvalCenter";
1827
+ RouterKey2["messageCenterApproval"] = "messageCenterApproval";
1828
+ RouterKey2["messageCenterApply"] = "messageCenterApply";
1829
+ RouterKey2["monitor"] = "monitor";
1830
+ RouterKey2["monitorManage"] = "monitorManage";
1831
+ RouterKey2["websiteMonitorDetail"] = "websiteMonitorDetail";
1832
+ RouterKey2["monitorDesc"] = "monitorDesc";
1833
+ RouterKey2["open"] = "open";
1834
+ RouterKey2["openHome"] = "openHome";
1835
+ RouterKey2["openNoPermission"] = "openNoPermission";
1836
+ RouterKey2["loginConfig"] = "loginConfig";
1837
+ RouterKey2["openApi"] = "openApi";
1838
+ RouterKey2["openApiSearch"] = "openApiSearch";
1839
+ RouterKey2["embedAnalyse"] = "embedAnalyse";
1840
+ RouterKey2["dataService"] = "dataService";
1841
+ RouterKey2["dataServiceApi"] = "dataServiceApi";
1842
+ RouterKey2["dataServiceDebug"] = "dataServiceDebug";
1843
+ RouterKey2["dataServiceCount"] = "dataServiceCount";
1844
+ RouterKey2["embedChannel"] = "embedChannel";
1845
+ RouterKey2["customComponent"] = "customComponent";
1846
+ RouterKey2["customMenu"] = "customMenu";
1847
+ RouterKey2["customTemplate"] = "customTemplate";
1848
+ RouterKey2["customConnect"] = "customConnect";
1849
+ RouterKey2["customPlugin"] = "customPlugin";
1850
+ RouterKey2["monitorEvent"] = "monitorEvent";
1851
+ RouterKey2["customEvent"] = "customEvent";
1852
+ RouterKey2["embedStatistic"] = "embedStatistic";
1853
+ RouterKey2["apiStatistic"] = "apiStatistic";
1854
+ RouterKey2["apiStatisticCount"] = "apiStatisticCount";
1855
+ RouterKey2["standandUser"] = "standandUser";
1856
+ RouterKey2["subscriptionManage"] = "subscriptionManage";
1857
+ RouterKey2["subscriptionTask"] = "subscriptionTask";
1858
+ RouterKey2["sendRecord"] = "sendRecord";
1859
+ RouterKey2["templateMarket"] = "templateMarket";
1860
+ RouterKey2["view"] = "view";
1861
+ RouterKey2["viewHome"] = "viewHome";
1862
+ RouterKey2["viewBoard"] = "viewBoard";
1863
+ RouterKey2["viewFavorite"] = "viewFavorite";
1864
+ RouterKey2["viewRecent"] = "viewRecent";
1865
+ RouterKey2["viewShared"] = "viewShared";
1866
+ RouterKey2["viewCommonly"] = "viewCommonly";
1867
+ RouterKey2["viewMonitor"] = "viewMonitor";
1868
+ RouterKey2["viewSearch"] = "viewSearch";
1869
+ RouterKey2["viewPortal"] = "viewPortal";
1870
+ RouterKey2["viewCategory"] = "viewCategory";
1871
+ RouterKey2["workPlatform"] = "workPlatform";
1872
+ RouterKey2["workspace"] = "workspace";
1873
+ RouterKey2["portalList"] = "portalList";
1874
+ RouterKey2["dashboardList"] = "dashboardList";
1875
+ RouterKey2["reportList"] = "reportList";
1876
+ RouterKey2["reportTrialList"] = "reportTrialList";
1877
+ RouterKey2["screenList"] = "screenList";
1878
+ RouterKey2["analysisList"] = "analysisList";
1879
+ RouterKey2["offlineList"] = "offlineList";
1880
+ RouterKey2["dataFormList"] = "dataFormList";
1881
+ RouterKey2["etlList"] = "etlList";
1882
+ RouterKey2["cubeList"] = "cubeList";
1883
+ RouterKey2["datasourceList"] = "datasourceList";
1884
+ RouterKey2["workspaceInfo"] = "workspaceInfo";
1885
+ RouterKey2["workspaceUser"] = "workspaceUser";
1886
+ RouterKey2["workspaceCode"] = "workspaceCode";
1887
+ RouterKey2["resourceAuth"] = "resourceAuth";
1888
+ RouterKey2["accessAnalysis"] = "accessAnalysis";
1889
+ RouterKey2["workspaceAuditLog"] = "workspaceAuditLog";
1890
+ RouterKey2["performanceAnalysis"] = "performanceAnalysis";
1891
+ RouterKey2["performanceAnalysisCube"] = "performanceAnalysisCube";
1892
+ RouterKey2["performanceAnalysisDashboard"] = "performanceAnalysisDashboard";
1893
+ RouterKey2["quickEngine"] = "quickEngine";
1894
+ RouterKey2["resourceBlood"] = "resourceBlood";
1895
+ RouterKey2["advanceVersion"] = "advanceVersion";
1896
+ RouterKey2["workspacePreview"] = "workspacePreview";
1897
+ RouterKey2["copilotHome"] = "copilotHome";
1898
+ RouterKey2["copilotView"] = "copilotView";
1899
+ RouterKey2["token3rdCopilot"] = "token3rdCopilot";
1900
+ RouterKey2["productRoot"] = "productRoot";
1901
+ RouterKey2["productEdit"] = "productEdit";
1902
+ RouterKey2["formSystemRoot"] = "formSystemRoot";
1903
+ RouterKey2["formSystemCreate"] = "formSystemCreate";
1904
+ RouterKey2["formSystemEdit"] = "formSystemEdit";
1905
+ RouterKey2["formSystemManage"] = "formSystemManage";
1906
+ RouterKey2["formSystemSubmit"] = "formSystemSubmit";
1907
+ RouterKey2["dashboardRoot"] = "dashboardRoot";
1908
+ RouterKey2["dashboardView"] = "dashboardView";
1909
+ RouterKey2["dashboardPc"] = "dashboardPc";
1910
+ RouterKey2["reportRoot"] = "reportRoot";
1911
+ RouterKey2["reportView"] = "reportView";
1912
+ RouterKey2["reportFormTask"] = "reportFormTask";
1913
+ RouterKey2["reportIndex"] = "reportIndex";
1914
+ RouterKey2["etlRoot"] = "etlRoot";
1915
+ RouterKey2["etlEdit"] = "etlEdit";
1916
+ RouterKey2["etlView"] = "etlView";
1917
+ RouterKey2["etlLog"] = "etlLog";
1918
+ RouterKey2["cubeRoot"] = "cubeRoot";
1919
+ RouterKey2["cube"] = "cube";
1920
+ RouterKey2["screenRoot"] = "screenRoot";
1921
+ RouterKey2["screenEdit"] = "screenEdit";
1922
+ RouterKey2["screenView"] = "screenView";
1923
+ RouterKey2["offlineRoot"] = "offlineRoot";
1924
+ RouterKey2["offlinePc"] = "offlinePc";
1925
+ RouterKey2["analysisRoot"] = "analysisRoot";
1926
+ RouterKey2["analysisEdit"] = "analysisEdit";
1927
+ RouterKey2["analysisView"] = "analysisView";
1928
+ })(RouterKey || (RouterKey = {}));
1929
+ export {
1930
+ AccumulateCalcType,
1931
+ AcrossDsType,
1932
+ AdvanceCalTypes,
1933
+ AdvanceCalcDateTypes,
1934
+ Aggregator,
1935
+ Aggregators,
1936
+ AlignTypes,
1937
+ AlignmentCategory,
1938
+ CUSTOM_FIELD_TYPES,
1939
+ CalendarTypeEnum,
1940
+ CellMeta,
1941
+ CellsetDimTypes,
1942
+ ChartAreaType,
1943
+ ChartSeriesType,
1944
+ ChartStatus,
1945
+ ChartType,
1946
+ CheckBoxState,
1947
+ CommonCompInputAreaTypeEnum,
1948
+ ComponentType,
1949
+ ConfigCellType,
1950
+ ConfigColumnType,
1951
+ ConstastTypeMap,
1952
+ ContrastTypes,
1953
+ CrossTableColumnModel,
1954
+ CrossTableColumnType,
1955
+ CrossTableFieldSetting,
1956
+ CrossTableRowModel,
1957
+ CrossTableRowType,
1958
+ CrossTableTotalConfig,
1959
+ CubeModel,
1960
+ CubeSchema,
1961
+ CustomAreaType,
1962
+ CustomEventType,
1963
+ CustomMenuMode,
1964
+ DataConfig,
1965
+ DataConfigAreaItemColumn,
1966
+ DataLoadMode,
1967
+ DataPanelDataSchema,
1968
+ DataSchemaAreaItem,
1969
+ DataSchemaRule,
1970
+ DataSourcePortValue,
1971
+ DataType,
1972
+ DateGranularity,
1973
+ DropDownMenuType,
1974
+ DropdownMenuItem,
1975
+ DsCreateOriginEnum,
1976
+ DsType,
1977
+ EmbedEnv,
1978
+ EmptyStringOrNullDisplayConfig,
1979
+ EmptyValueDisplayConfig,
1980
+ EmptyValueDisplayType,
1981
+ EmptyValueType,
1982
+ Env,
1983
+ EtlProductStatus,
1984
+ EtlPublishStatus,
1985
+ EtlScheduleStatus,
1986
+ FieldChartTypes,
1987
+ FieldCollectionType,
1988
+ FieldConfigTypes,
1989
+ FieldGroupSelectorType,
1990
+ FieldGroupType,
1991
+ FieldType,
1992
+ FilterAttr,
1993
+ HintModal,
1994
+ ImageDisplayMode,
1995
+ ImageSizes,
1996
+ JoinCondition,
1997
+ LegendAlignType,
1998
+ LegendPositionType,
1999
+ LegendUnHighLightedValue,
2000
+ LnglatGroupChildFlags,
2001
+ MultiSeparator,
2002
+ NegativeMode,
2003
+ NumberFormats,
2004
+ OlapResponseBase,
2005
+ OperationMenuItem,
2006
+ OperationTypes,
2007
+ OriginDateType,
2008
+ ParamDataType,
2009
+ PhysicalSchema,
2010
+ PictureCoordinateType,
2011
+ Platform,
2012
+ ProportionType,
2013
+ QueryAxisType,
2014
+ RegionGranularity,
2015
+ ReportSummaryInsightType,
2016
+ ResultMode,
2017
+ RetainAreaId,
2018
+ RouterKey,
2019
+ RowColumnMeta,
2020
+ SchemaExtraInfo,
2021
+ ScreenBorderType,
2022
+ ScreenComponentCode,
2023
+ ScreenComponentType,
2024
+ SecondDataType,
2025
+ SecondFieldType,
2026
+ SelectType,
2027
+ SemanticColor,
2028
+ SortTypes,
2029
+ StackedSortType,
2030
+ SupportCustomWeekType,
2031
+ TableDirection,
2032
+ TableJoinType,
2033
+ TableRelation,
2034
+ TableType,
2035
+ VerticalAlignTypes
2036
+ };