@quickbi/bi-types 3.2.3 → 3.2.5
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/cjs/index.d.ts +732 -886
- package/cjs/index.js +243 -383
- package/esm/index.d.ts +732 -886
- package/esm/index.mjs +243 -383
- package/package.json +1 -1
package/esm/index.mjs
CHANGED
|
@@ -75,7 +75,6 @@ var CUSTOM_FIELD_TYPES;
|
|
|
75
75
|
CUSTOM_FIELD_TYPES2["FIELD_GROUP"] = "FIELD_GROUP";
|
|
76
76
|
CUSTOM_FIELD_TYPES2["AGGREGATE_FIELD"] = "AGGREGATE_FIELD";
|
|
77
77
|
CUSTOM_FIELD_TYPES2["STRING_FIELD"] = "STRING_FIELD";
|
|
78
|
-
CUSTOM_FIELD_TYPES2["GROUP_CONTRAST"] = "GROUP_CONTRAST";
|
|
79
78
|
})(CUSTOM_FIELD_TYPES || (CUSTOM_FIELD_TYPES = {}));
|
|
80
79
|
var ResultMode;
|
|
81
80
|
(function(ResultMode2) {
|
|
@@ -263,8 +262,6 @@ var DataConfigAreaItemColumn = function DataConfigAreaItemColumn2() {
|
|
|
263
262
|
_define_property2(this, "groupSortInfo", void 0);
|
|
264
263
|
_define_property2(this, "isMultiField", void 0);
|
|
265
264
|
_define_property2(this, "parentFieldGuid", void 0);
|
|
266
|
-
_define_property2(this, "isVirtual", void 0);
|
|
267
|
-
_define_property2(this, "groupContrast", void 0);
|
|
268
265
|
};
|
|
269
266
|
var ContrastType;
|
|
270
267
|
(function(ContrastType2) {
|
|
@@ -325,7 +322,6 @@ var Aggregators;
|
|
|
325
322
|
Aggregators2["avg"] = "avg";
|
|
326
323
|
Aggregators2["count"] = "count";
|
|
327
324
|
Aggregators2["countd"] = "countd";
|
|
328
|
-
Aggregators2["approx_distinct"] = "approx_distinct";
|
|
329
325
|
Aggregators2["null"] = "null";
|
|
330
326
|
Aggregators2["more"] = "more";
|
|
331
327
|
Aggregators2["max"] = "max";
|
|
@@ -813,7 +809,6 @@ var ComponentType;
|
|
|
813
809
|
ComponentType2[ComponentType2["UNSTRUCTURED_HIERARCHICAL"] = 128] = "UNSTRUCTURED_HIERARCHICAL";
|
|
814
810
|
ComponentType2[ComponentType2["UNSTRUCTURED_FREQUENCY"] = 129] = "UNSTRUCTURED_FREQUENCY";
|
|
815
811
|
ComponentType2[ComponentType2["SMART_INTERPRETATION"] = 130] = "SMART_INTERPRETATION";
|
|
816
|
-
ComponentType2[ComponentType2["EXPLORATION_SMART_CHART"] = 131] = "EXPLORATION_SMART_CHART";
|
|
817
812
|
})(ComponentType || (ComponentType = {}));
|
|
818
813
|
var _obj;
|
|
819
814
|
var ScreenComponentCode = (_obj = {}, _define_property5(_obj, "custom_component", 0), /** 图层组 */
|
|
@@ -973,7 +968,6 @@ var ChartType;
|
|
|
973
968
|
ChartType2["CONCAT_CONTAINER"] = "concat-container";
|
|
974
969
|
ChartType2["INDICATOR_RELATION"] = "indicator-relation";
|
|
975
970
|
ChartType2["SMART_INTERPRETATION"] = "smart-interpretation";
|
|
976
|
-
ChartType2["EXPLORATION_SMART_CHART"] = "exploration-smart-chart";
|
|
977
971
|
ChartType2["UNSTRUCTURED_PARALLEL"] = "parallel";
|
|
978
972
|
ChartType2["UNSTRUCTURED_CONTRAST"] = "contrast";
|
|
979
973
|
ChartType2["UNSTRUCTURED_TIMELINE"] = "timeline";
|
|
@@ -1312,11 +1306,6 @@ var LegendUnHighLightedValue;
|
|
|
1312
1306
|
LegendUnHighLightedValue2["default"] = "-";
|
|
1313
1307
|
LegendUnHighLightedValue2["empty"] = "";
|
|
1314
1308
|
})(LegendUnHighLightedValue || (LegendUnHighLightedValue = {}));
|
|
1315
|
-
var LegendDisplayPercentPositionValue;
|
|
1316
|
-
(function(LegendDisplayPercentPositionValue2) {
|
|
1317
|
-
LegendDisplayPercentPositionValue2["Bottom"] = "bottom";
|
|
1318
|
-
LegendDisplayPercentPositionValue2["Right"] = "right";
|
|
1319
|
-
})(LegendDisplayPercentPositionValue || (LegendDisplayPercentPositionValue = {}));
|
|
1320
1309
|
var ConstastTypeMap = {
|
|
1321
1310
|
dateRegion: [
|
|
1322
1311
|
"DAY_DAY_RING_RATIO",
|
|
@@ -1398,69 +1387,26 @@ var Env;
|
|
|
1398
1387
|
Env2["mobile"] = "mobile";
|
|
1399
1388
|
})(Env || (Env = {}));
|
|
1400
1389
|
|
|
1401
|
-
// src/basic/bi-types/src/cube/cube-
|
|
1402
|
-
var FieldExpressionType;
|
|
1403
|
-
(function(FieldExpressionType2) {
|
|
1404
|
-
FieldExpressionType2["dataGroup"] = "dataGroup";
|
|
1405
|
-
FieldExpressionType2["udf"] = "udf";
|
|
1406
|
-
FieldExpressionType2["system"] = "system";
|
|
1407
|
-
FieldExpressionType2["tool"] = "tool";
|
|
1408
|
-
})(FieldExpressionType || (FieldExpressionType = {}));
|
|
1409
|
-
var ToolFieldType;
|
|
1410
|
-
(function(ToolFieldType2) {
|
|
1411
|
-
ToolFieldType2["DateDifference"] = "dateDifference";
|
|
1412
|
-
ToolFieldType2["MissingValueReplacement"] = "missingValueReplacement";
|
|
1413
|
-
ToolFieldType2["ValueReplacement"] = "valueReplacement";
|
|
1414
|
-
ToolFieldType2["SplitField"] = "SplitField";
|
|
1415
|
-
ToolFieldType2["MergeField"] = "mergeField";
|
|
1416
|
-
})(ToolFieldType || (ToolFieldType = {}));
|
|
1417
|
-
var GroupType;
|
|
1418
|
-
(function(GroupType2) {
|
|
1419
|
-
GroupType2["NormalGroup"] = "NormalGroup";
|
|
1420
|
-
GroupType2["ListGroup"] = "ListGroup";
|
|
1421
|
-
GroupType2["CustomizedGroup"] = "CustomizedGroup";
|
|
1422
|
-
})(GroupType || (GroupType = {}));
|
|
1423
|
-
var GroupOperator;
|
|
1424
|
-
(function(GroupOperator2) {
|
|
1425
|
-
GroupOperator2["LessThan"] = "lessThan";
|
|
1426
|
-
GroupOperator2["LessThanOrEqualTo"] = "lessThanOrEqualTo";
|
|
1427
|
-
GroupOperator2["GreaterThan"] = "greaterThan";
|
|
1428
|
-
GroupOperator2["GreaterThanOrEqualTo"] = "greaterThanOrEqualTo";
|
|
1429
|
-
GroupOperator2["IsNull"] = "isNull";
|
|
1430
|
-
GroupOperator2["Between"] = "between";
|
|
1431
|
-
})(GroupOperator || (GroupOperator = {}));
|
|
1432
|
-
|
|
1433
|
-
// src/basic/bi-types/src/cube/cube-links.ts
|
|
1434
|
-
var JoinCondition;
|
|
1435
|
-
(function(JoinCondition2) {
|
|
1436
|
-
JoinCondition2["EQUAL_TO"] = "equal-to";
|
|
1437
|
-
JoinCondition2["UNEQUAL_TO"] = "unequal-to";
|
|
1438
|
-
JoinCondition2["GREATER_THAN"] = "greater-than";
|
|
1439
|
-
JoinCondition2["GREATER_THAN_OR_EQUAL_TO"] = "greater-than-or-equal-to";
|
|
1440
|
-
JoinCondition2["LESS_THAN"] = "less-than";
|
|
1441
|
-
JoinCondition2["LESS_THAN_OR_EQUAL_TO"] = "less-than-or-equal-to";
|
|
1442
|
-
})(JoinCondition || (JoinCondition = {}));
|
|
1443
|
-
var TableRelation;
|
|
1444
|
-
(function(TableRelation2) {
|
|
1445
|
-
TableRelation2["ONE_TO_ONE"] = "one-to-one";
|
|
1446
|
-
TableRelation2["MANY_TO_MANY"] = "many-to-many";
|
|
1447
|
-
TableRelation2["ONE_TO_MANY"] = "one-to-many";
|
|
1448
|
-
TableRelation2["MANY_TO_ONE"] = "many-to-one";
|
|
1449
|
-
})(TableRelation || (TableRelation = {}));
|
|
1450
|
-
var ReferentialIntegrity;
|
|
1451
|
-
(function(ReferentialIntegrity2) {
|
|
1452
|
-
ReferentialIntegrity2["ALL_TO_ALL"] = "all-to-all";
|
|
1453
|
-
ReferentialIntegrity2["ALL_TO_SOME"] = "all-to-some";
|
|
1454
|
-
ReferentialIntegrity2["SOME_TO_ALL"] = "some-to-all";
|
|
1455
|
-
ReferentialIntegrity2["SOME_TO_SOME"] = "some-to-some";
|
|
1456
|
-
})(ReferentialIntegrity || (ReferentialIntegrity = {}));
|
|
1457
|
-
|
|
1458
|
-
// src/basic/bi-types/src/cube/cube-schema.ts
|
|
1390
|
+
// src/basic/bi-types/src/cube/cube-model.ts
|
|
1459
1391
|
function _class_call_check6(instance, Constructor) {
|
|
1460
1392
|
if (!(instance instanceof Constructor)) {
|
|
1461
1393
|
throw new TypeError("Cannot call a class as a function");
|
|
1462
1394
|
}
|
|
1463
1395
|
}
|
|
1396
|
+
function _defineProperties2(target, props) {
|
|
1397
|
+
for (var i = 0; i < props.length; i++) {
|
|
1398
|
+
var descriptor = props[i];
|
|
1399
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
1400
|
+
descriptor.configurable = true;
|
|
1401
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
1402
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
function _create_class2(Constructor, protoProps, staticProps) {
|
|
1406
|
+
if (protoProps) _defineProperties2(Constructor.prototype, protoProps);
|
|
1407
|
+
if (staticProps) _defineProperties2(Constructor, staticProps);
|
|
1408
|
+
return Constructor;
|
|
1409
|
+
}
|
|
1464
1410
|
function _define_property7(obj, key, value) {
|
|
1465
1411
|
if (key in obj) {
|
|
1466
1412
|
Object.defineProperty(obj, key, {
|
|
@@ -1474,6 +1420,114 @@ function _define_property7(obj, key, value) {
|
|
|
1474
1420
|
}
|
|
1475
1421
|
return obj;
|
|
1476
1422
|
}
|
|
1423
|
+
var CustomAreaType;
|
|
1424
|
+
(function(CustomAreaType2) {
|
|
1425
|
+
CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
|
|
1426
|
+
CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
|
|
1427
|
+
CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
|
|
1428
|
+
CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
|
|
1429
|
+
CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
|
|
1430
|
+
})(CustomAreaType || (CustomAreaType = {}));
|
|
1431
|
+
var PictureCoordinateType;
|
|
1432
|
+
(function(PictureCoordinateType2) {
|
|
1433
|
+
PictureCoordinateType2["HORIZONTAL"] = "CUSTOM_PICTURE_HORIZONTAL";
|
|
1434
|
+
PictureCoordinateType2["VERTICAL"] = "CUSTOM_PICTURE_VERTICAL";
|
|
1435
|
+
})(PictureCoordinateType || (PictureCoordinateType = {}));
|
|
1436
|
+
var PhysicalTableType;
|
|
1437
|
+
(function(PhysicalTableType2) {
|
|
1438
|
+
PhysicalTableType2["Table"] = "table";
|
|
1439
|
+
PhysicalTableType2["Sql"] = "sql";
|
|
1440
|
+
PhysicalTableType2["File"] = "file";
|
|
1441
|
+
})(PhysicalTableType || (PhysicalTableType = {}));
|
|
1442
|
+
var PhysicalSchema = function PhysicalSchema2() {
|
|
1443
|
+
"use strict";
|
|
1444
|
+
_class_call_check6(this, PhysicalSchema2);
|
|
1445
|
+
_define_property7(this, "tables", []);
|
|
1446
|
+
_define_property7(this, "virtualTables", []);
|
|
1447
|
+
_define_property7(this, "unionTables", []);
|
|
1448
|
+
_define_property7(this, "links", []);
|
|
1449
|
+
_define_property7(this, "sqlHintTypes", []);
|
|
1450
|
+
_define_property7(this, "sqlHints", []);
|
|
1451
|
+
};
|
|
1452
|
+
var CubeSchema = function CubeSchema2() {
|
|
1453
|
+
"use strict";
|
|
1454
|
+
_class_call_check6(this, CubeSchema2);
|
|
1455
|
+
_define_property7(this, "uniqueId", "");
|
|
1456
|
+
_define_property7(this, "cubeId", "");
|
|
1457
|
+
_define_property7(this, "datasourceId", "");
|
|
1458
|
+
_define_property7(this, "caption", "");
|
|
1459
|
+
_define_property7(this, "fields", []);
|
|
1460
|
+
_define_property7(this, "fieldTree", []);
|
|
1461
|
+
_define_property7(this, "filter", null);
|
|
1462
|
+
_define_property7(this, "params", []);
|
|
1463
|
+
_define_property7(this, "sqlPlaceholders", []);
|
|
1464
|
+
};
|
|
1465
|
+
var EditPermitType;
|
|
1466
|
+
(function(EditPermitType2) {
|
|
1467
|
+
EditPermitType2[EditPermitType2["private"] = 0] = "private";
|
|
1468
|
+
EditPermitType2[EditPermitType2["oldWorkSpaceMember"] = 1] = "oldWorkSpaceMember";
|
|
1469
|
+
EditPermitType2[EditPermitType2["appointPerson"] = 12] = "appointPerson";
|
|
1470
|
+
EditPermitType2[EditPermitType2["allWorkSpacePerson"] = 11] = "allWorkSpacePerson";
|
|
1471
|
+
})(EditPermitType || (EditPermitType = {}));
|
|
1472
|
+
var UsePermitType;
|
|
1473
|
+
(function(UsePermitType2) {
|
|
1474
|
+
UsePermitType2[UsePermitType2["appointPerson"] = 2] = "appointPerson";
|
|
1475
|
+
UsePermitType2[UsePermitType2["allWorkSpacePerson"] = 1] = "allWorkSpacePerson";
|
|
1476
|
+
})(UsePermitType || (UsePermitType = {}));
|
|
1477
|
+
var SchemaExtraInfo = function SchemaExtraInfo2() {
|
|
1478
|
+
"use strict";
|
|
1479
|
+
_class_call_check6(this, SchemaExtraInfo2);
|
|
1480
|
+
_define_property7(this, "aimDirId", null);
|
|
1481
|
+
_define_property7(this, "hasAuthorizedUse", void 0);
|
|
1482
|
+
_define_property7(this, "permissionList", void 0);
|
|
1483
|
+
_define_property7(this, "dataLevelAttributeIds", []);
|
|
1484
|
+
_define_property7(this, "withoutColumnLevelPermissionFields", []);
|
|
1485
|
+
_define_property7(this, "aggFunctions", []);
|
|
1486
|
+
_define_property7(this, "isDataMaskOpen", void 0);
|
|
1487
|
+
_define_property7(this, "isOpenColumnLevelPermission", void 0);
|
|
1488
|
+
_define_property7(this, "isOpenRowLevelPermission", void 0);
|
|
1489
|
+
_define_property7(this, "dsCreateOrigin", void 0);
|
|
1490
|
+
_define_property7(this, "dataLoadMode", void 0);
|
|
1491
|
+
_define_property7(this, "etlGenerateCube", void 0);
|
|
1492
|
+
_define_property7(this, "cubeType", null);
|
|
1493
|
+
_define_property7(this, "creatorId", void 0);
|
|
1494
|
+
_define_property7(this, "creatorName", void 0);
|
|
1495
|
+
_define_property7(this, "authLevel", void 0);
|
|
1496
|
+
_define_property7(this, "comments", void 0);
|
|
1497
|
+
_define_property7(this, "authorizedUseType", void 0);
|
|
1498
|
+
_define_property7(this, "functionConfig", void 0);
|
|
1499
|
+
_define_property7(this, "gmtModified", void 0);
|
|
1500
|
+
};
|
|
1501
|
+
var CubeModel = function CubeModel2() {
|
|
1502
|
+
"use strict";
|
|
1503
|
+
_class_call_check6(this, CubeModel2);
|
|
1504
|
+
_define_property7(this, "physicalSchema", new PhysicalSchema());
|
|
1505
|
+
_define_property7(this, "cubeSchema", new CubeSchema());
|
|
1506
|
+
_define_property7(this, "metaModelVersion", "2.0");
|
|
1507
|
+
_define_property7(this, "userDefineVersion", "5.0.1");
|
|
1508
|
+
_define_property7(this, "schemaExtraInfo", new SchemaExtraInfo());
|
|
1509
|
+
};
|
|
1510
|
+
var TableJoinType;
|
|
1511
|
+
(function(TableJoinType2) {
|
|
1512
|
+
TableJoinType2["LEFT_OUTER_JOIN"] = "LEFT_OUTER_JOIN";
|
|
1513
|
+
TableJoinType2["INNER_JOIN"] = "INNER_JOIN";
|
|
1514
|
+
TableJoinType2["RIGHT_OUTER_JOIN"] = "RIGHT_OUTER_JOIN";
|
|
1515
|
+
TableJoinType2["FULL_OUTER_JOIN"] = "FULL_OUTER_JOIN";
|
|
1516
|
+
TableJoinType2["JOIN_ERROR"] = "JOIN_ERROR";
|
|
1517
|
+
})(TableJoinType || (TableJoinType = {}));
|
|
1518
|
+
var TableRelation;
|
|
1519
|
+
(function(TableRelation2) {
|
|
1520
|
+
TableRelation2["MANY_TO_ONE"] = "many-to-one";
|
|
1521
|
+
})(TableRelation || (TableRelation = {}));
|
|
1522
|
+
var JoinCondition;
|
|
1523
|
+
(function(JoinCondition2) {
|
|
1524
|
+
JoinCondition2["EQUAL_TO"] = "equal-to";
|
|
1525
|
+
JoinCondition2["UNEQUAL_TO"] = "unequal-to";
|
|
1526
|
+
JoinCondition2["GREATER_THAN"] = "greater-than";
|
|
1527
|
+
JoinCondition2["GREATER_THAN_OR_EQUAL_TO"] = "greater-than-or-equal-to";
|
|
1528
|
+
JoinCondition2["LESS_THAN"] = "less-than";
|
|
1529
|
+
JoinCondition2["LESS_THAN_OR_EQUAL_TO"] = "less-than-or-equal-to";
|
|
1530
|
+
})(JoinCondition || (JoinCondition = {}));
|
|
1477
1531
|
var DataType;
|
|
1478
1532
|
(function(DataType2) {
|
|
1479
1533
|
DataType2["number"] = "number";
|
|
@@ -1494,15 +1548,6 @@ var SecondDataType;
|
|
|
1494
1548
|
SecondDataType2["time"] = "time";
|
|
1495
1549
|
SecondDataType2["multiValue"] = "multi_value";
|
|
1496
1550
|
})(SecondDataType || (SecondDataType = {}));
|
|
1497
|
-
var Aggregator;
|
|
1498
|
-
(function(Aggregator2) {
|
|
1499
|
-
Aggregator2["sum"] = "sum";
|
|
1500
|
-
Aggregator2["count"] = "count";
|
|
1501
|
-
Aggregator2["distinct-count"] = "distinct-count";
|
|
1502
|
-
Aggregator2["max"] = "max";
|
|
1503
|
-
Aggregator2["min"] = "min";
|
|
1504
|
-
Aggregator2["avg"] = "avg";
|
|
1505
|
-
})(Aggregator || (Aggregator = {}));
|
|
1506
1551
|
var CalendarTypeEnum;
|
|
1507
1552
|
(function(CalendarTypeEnum2) {
|
|
1508
1553
|
CalendarTypeEnum2["GregorianYear"] = "gregorian-year";
|
|
@@ -1542,36 +1587,6 @@ var MultiSeparator;
|
|
|
1542
1587
|
MultiSeparator2["semicolon"] = ";";
|
|
1543
1588
|
MultiSeparator2["space"] = " ";
|
|
1544
1589
|
})(MultiSeparator || (MultiSeparator = {}));
|
|
1545
|
-
var EmptyValueDisplayType;
|
|
1546
|
-
(function(EmptyValueDisplayType2) {
|
|
1547
|
-
EmptyValueDisplayType2["Hyphen"] = "hyphen";
|
|
1548
|
-
EmptyValueDisplayType2["Braces"] = "braces";
|
|
1549
|
-
EmptyValueDisplayType2["Null"] = "null";
|
|
1550
|
-
EmptyValueDisplayType2["NotDisplay"] = "notDisplay";
|
|
1551
|
-
EmptyValueDisplayType2["Custom"] = "custom";
|
|
1552
|
-
})(EmptyValueDisplayType || (EmptyValueDisplayType = {}));
|
|
1553
|
-
var CustomAreaType;
|
|
1554
|
-
(function(CustomAreaType2) {
|
|
1555
|
-
CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
|
|
1556
|
-
CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
|
|
1557
|
-
CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
|
|
1558
|
-
CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
|
|
1559
|
-
CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
|
|
1560
|
-
})(CustomAreaType || (CustomAreaType = {}));
|
|
1561
|
-
var PictureCoordinateType;
|
|
1562
|
-
(function(PictureCoordinateType2) {
|
|
1563
|
-
PictureCoordinateType2["HORIZONTAL"] = "CUSTOM_PICTURE_HORIZONTAL";
|
|
1564
|
-
PictureCoordinateType2["VERTICAL"] = "CUSTOM_PICTURE_VERTICAL";
|
|
1565
|
-
})(PictureCoordinateType || (PictureCoordinateType = {}));
|
|
1566
|
-
var FilterAttr = function FilterAttr2() {
|
|
1567
|
-
"use strict";
|
|
1568
|
-
_class_call_check6(this, FilterAttr2);
|
|
1569
|
-
_define_property7(this, "logicalOperator", void 0);
|
|
1570
|
-
_define_property7(this, "filterElements", []);
|
|
1571
|
-
_define_property7(this, "filters", []);
|
|
1572
|
-
_define_property7(this, "beforeJoin", void 0);
|
|
1573
|
-
_define_property7(this, "tableId", void 0);
|
|
1574
|
-
};
|
|
1575
1590
|
var ParamStyleType;
|
|
1576
1591
|
(function(ParamStyleType2) {
|
|
1577
1592
|
ParamStyleType2["condition"] = "condition";
|
|
@@ -1579,158 +1594,32 @@ var ParamStyleType;
|
|
|
1579
1594
|
ParamStyleType2["param"] = "param";
|
|
1580
1595
|
ParamStyleType2["accelerate"] = "accelerate";
|
|
1581
1596
|
})(ParamStyleType || (ParamStyleType = {}));
|
|
1582
|
-
var ParamDataType;
|
|
1583
|
-
(function(ParamDataType2) {
|
|
1584
|
-
ParamDataType2["string"] = "string";
|
|
1585
|
-
ParamDataType2["number"] = "number";
|
|
1586
|
-
ParamDataType2["dateTime"] = "datetime";
|
|
1587
|
-
ParamDataType2["dateRegion"] = "dateRegion";
|
|
1588
|
-
ParamDataType2["quarterRegion"] = "quarterRegion";
|
|
1589
|
-
ParamDataType2["monthRegion"] = "monthRegion";
|
|
1590
|
-
ParamDataType2["weekRegion"] = "weekRegion";
|
|
1591
|
-
ParamDataType2["yearRegion"] = "yearRegion";
|
|
1592
|
-
ParamDataType2["ymdHmsRegion"] = "ymdHmsRegion";
|
|
1593
|
-
})(ParamDataType || (ParamDataType = {}));
|
|
1594
|
-
var CubeSchema = function CubeSchema2() {
|
|
1595
|
-
"use strict";
|
|
1596
|
-
_class_call_check6(this, CubeSchema2);
|
|
1597
|
-
_define_property7(this, "uniqueId", "");
|
|
1598
|
-
_define_property7(this, "cubeId", "");
|
|
1599
|
-
_define_property7(this, "datasourceId", "");
|
|
1600
|
-
_define_property7(this, "caption", "");
|
|
1601
|
-
_define_property7(this, "fields", []);
|
|
1602
|
-
_define_property7(this, "fieldTree", []);
|
|
1603
|
-
_define_property7(this, "filter", null);
|
|
1604
|
-
_define_property7(this, "params", []);
|
|
1605
|
-
_define_property7(this, "sqlPlaceholders", []);
|
|
1606
|
-
};
|
|
1607
|
-
|
|
1608
|
-
// src/basic/bi-types/src/cube/logical-schema.ts
|
|
1609
|
-
function _class_call_check7(instance, Constructor) {
|
|
1610
|
-
if (!(instance instanceof Constructor)) {
|
|
1611
|
-
throw new TypeError("Cannot call a class as a function");
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
function _define_property8(obj, key, value) {
|
|
1615
|
-
if (key in obj) {
|
|
1616
|
-
Object.defineProperty(obj, key, {
|
|
1617
|
-
value,
|
|
1618
|
-
enumerable: true,
|
|
1619
|
-
configurable: true,
|
|
1620
|
-
writable: true
|
|
1621
|
-
});
|
|
1622
|
-
} else {
|
|
1623
|
-
obj[key] = value;
|
|
1624
|
-
}
|
|
1625
|
-
return obj;
|
|
1626
|
-
}
|
|
1627
|
-
var LogicalTable = function LogicalTable2() {
|
|
1628
|
-
"use strict";
|
|
1629
|
-
_class_call_check7(this, LogicalTable2);
|
|
1630
|
-
_define_property8(this, "uniqueId", void 0);
|
|
1631
|
-
_define_property8(this, "caption", void 0);
|
|
1632
|
-
_define_property8(this, "physicalSchema", void 0);
|
|
1633
|
-
};
|
|
1634
|
-
var LogicalTree = function LogicalTree2() {
|
|
1635
|
-
"use strict";
|
|
1636
|
-
_class_call_check7(this, LogicalTree2);
|
|
1637
|
-
_define_property8(this, "uniqueId", void 0);
|
|
1638
|
-
_define_property8(this, "links", void 0);
|
|
1639
|
-
};
|
|
1640
|
-
var LogicalSchema = function LogicalSchema2() {
|
|
1641
|
-
"use strict";
|
|
1642
|
-
_class_call_check7(this, LogicalSchema2);
|
|
1643
|
-
_define_property8(this, "logicalNodes", []);
|
|
1644
|
-
_define_property8(this, "logicalTrees", []);
|
|
1645
|
-
};
|
|
1646
|
-
|
|
1647
|
-
// src/basic/bi-types/src/cube/cube-model.ts
|
|
1648
|
-
function _class_call_check8(instance, Constructor) {
|
|
1649
|
-
if (!(instance instanceof Constructor)) {
|
|
1650
|
-
throw new TypeError("Cannot call a class as a function");
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
function _defineProperties2(target, props) {
|
|
1654
|
-
for (var i = 0; i < props.length; i++) {
|
|
1655
|
-
var descriptor = props[i];
|
|
1656
|
-
descriptor.enumerable = descriptor.enumerable || false;
|
|
1657
|
-
descriptor.configurable = true;
|
|
1658
|
-
if ("value" in descriptor) descriptor.writable = true;
|
|
1659
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
function _create_class2(Constructor, protoProps, staticProps) {
|
|
1663
|
-
if (protoProps) _defineProperties2(Constructor.prototype, protoProps);
|
|
1664
|
-
if (staticProps) _defineProperties2(Constructor, staticProps);
|
|
1665
|
-
return Constructor;
|
|
1666
|
-
}
|
|
1667
|
-
function _define_property9(obj, key, value) {
|
|
1668
|
-
if (key in obj) {
|
|
1669
|
-
Object.defineProperty(obj, key, {
|
|
1670
|
-
value,
|
|
1671
|
-
enumerable: true,
|
|
1672
|
-
configurable: true,
|
|
1673
|
-
writable: true
|
|
1674
|
-
});
|
|
1675
|
-
} else {
|
|
1676
|
-
obj[key] = value;
|
|
1677
|
-
}
|
|
1678
|
-
return obj;
|
|
1679
|
-
}
|
|
1680
|
-
var EditPermitType;
|
|
1681
|
-
(function(EditPermitType2) {
|
|
1682
|
-
EditPermitType2[EditPermitType2["private"] = 0] = "private";
|
|
1683
|
-
EditPermitType2[EditPermitType2["oldWorkSpaceMember"] = 1] = "oldWorkSpaceMember";
|
|
1684
|
-
EditPermitType2[EditPermitType2["appointPerson"] = 12] = "appointPerson";
|
|
1685
|
-
EditPermitType2[EditPermitType2["allWorkSpacePerson"] = 11] = "allWorkSpacePerson";
|
|
1686
|
-
})(EditPermitType || (EditPermitType = {}));
|
|
1687
|
-
var UsePermitType;
|
|
1688
|
-
(function(UsePermitType2) {
|
|
1689
|
-
UsePermitType2[UsePermitType2["appointPerson"] = 2] = "appointPerson";
|
|
1690
|
-
UsePermitType2[UsePermitType2["allWorkSpacePerson"] = 1] = "allWorkSpacePerson";
|
|
1691
|
-
})(UsePermitType || (UsePermitType = {}));
|
|
1692
|
-
var SchemaExtraInfo = function SchemaExtraInfo2() {
|
|
1693
|
-
"use strict";
|
|
1694
|
-
_class_call_check8(this, SchemaExtraInfo2);
|
|
1695
|
-
_define_property9(this, "aimDirId", null);
|
|
1696
|
-
_define_property9(this, "hasAuthorizedUse", void 0);
|
|
1697
|
-
_define_property9(this, "permissionList", void 0);
|
|
1698
|
-
_define_property9(this, "dataLevelAttributeIds", []);
|
|
1699
|
-
_define_property9(this, "withoutColumnLevelPermissionFields", []);
|
|
1700
|
-
_define_property9(this, "aggFunctions", []);
|
|
1701
|
-
_define_property9(this, "isDataMaskOpen", void 0);
|
|
1702
|
-
_define_property9(this, "isOpenColumnLevelPermission", void 0);
|
|
1703
|
-
_define_property9(this, "isOpenRowLevelPermission", void 0);
|
|
1704
|
-
_define_property9(this, "dsCreateOrigin", void 0);
|
|
1705
|
-
_define_property9(this, "dataLoadMode", void 0);
|
|
1706
|
-
_define_property9(this, "etlGenerateCube", void 0);
|
|
1707
|
-
_define_property9(this, "cubeType", null);
|
|
1708
|
-
_define_property9(this, "creatorId", void 0);
|
|
1709
|
-
_define_property9(this, "creatorName", void 0);
|
|
1710
|
-
_define_property9(this, "authLevel", void 0);
|
|
1711
|
-
_define_property9(this, "comments", void 0);
|
|
1712
|
-
_define_property9(this, "authorizedUseType", void 0);
|
|
1713
|
-
_define_property9(this, "functionConfig", void 0);
|
|
1714
|
-
_define_property9(this, "gmtModified", void 0);
|
|
1715
|
-
};
|
|
1716
1597
|
var EmptyValueType;
|
|
1717
1598
|
(function(EmptyValueType2) {
|
|
1718
1599
|
EmptyValueType2["EmptyValue"] = "EmptyValue";
|
|
1719
1600
|
EmptyValueType2["EmptyString"] = "EmptyString";
|
|
1720
1601
|
})(EmptyValueType || (EmptyValueType = {}));
|
|
1602
|
+
var EmptyValueDisplayType;
|
|
1603
|
+
(function(EmptyValueDisplayType2) {
|
|
1604
|
+
EmptyValueDisplayType2["Hyphen"] = "hyphen";
|
|
1605
|
+
EmptyValueDisplayType2["Braces"] = "braces";
|
|
1606
|
+
EmptyValueDisplayType2["Null"] = "null";
|
|
1607
|
+
EmptyValueDisplayType2["NotDisplay"] = "notDisplay";
|
|
1608
|
+
EmptyValueDisplayType2["Custom"] = "custom";
|
|
1609
|
+
})(EmptyValueDisplayType || (EmptyValueDisplayType = {}));
|
|
1721
1610
|
var EmptyStringOrNullDisplayConfig = function EmptyStringOrNullDisplayConfig2() {
|
|
1722
1611
|
"use strict";
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1612
|
+
_class_call_check6(this, EmptyStringOrNullDisplayConfig2);
|
|
1613
|
+
_define_property7(this, "formatType", "hyphen");
|
|
1614
|
+
_define_property7(this, "customFormat", void 0);
|
|
1615
|
+
_define_property7(this, "isAuto", true);
|
|
1727
1616
|
};
|
|
1728
1617
|
var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
|
|
1729
1618
|
"use strict";
|
|
1730
1619
|
function EmptyValueDisplayConfig2() {
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1620
|
+
_class_call_check6(this, EmptyValueDisplayConfig2);
|
|
1621
|
+
_define_property7(this, "emptyValueConfig", new EmptyStringOrNullDisplayConfig());
|
|
1622
|
+
_define_property7(this, "emptyStringConfig", new EmptyStringOrNullDisplayConfig());
|
|
1734
1623
|
}
|
|
1735
1624
|
_create_class2(EmptyValueDisplayConfig2, null, [
|
|
1736
1625
|
{
|
|
@@ -1738,12 +1627,12 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
|
|
|
1738
1627
|
value: function getDefaultConfigForQuickReport() {
|
|
1739
1628
|
return {
|
|
1740
1629
|
emptyValueConfig: {
|
|
1741
|
-
formatType:
|
|
1630
|
+
formatType: "notDisplay",
|
|
1742
1631
|
customFormat: null,
|
|
1743
1632
|
isAuto: false
|
|
1744
1633
|
},
|
|
1745
1634
|
emptyStringConfig: {
|
|
1746
|
-
formatType:
|
|
1635
|
+
formatType: "notDisplay",
|
|
1747
1636
|
customFormat: null,
|
|
1748
1637
|
isAuto: false
|
|
1749
1638
|
}
|
|
@@ -1776,23 +1665,23 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
|
|
|
1776
1665
|
if (!fieldSetting) {
|
|
1777
1666
|
return defaultValue !== null && defaultValue !== void 0 ? defaultValue : {
|
|
1778
1667
|
emptyValueConfig: {
|
|
1779
|
-
formatType:
|
|
1668
|
+
formatType: "hyphen",
|
|
1780
1669
|
customFormat: null
|
|
1781
1670
|
},
|
|
1782
1671
|
emptyStringConfig: {
|
|
1783
|
-
formatType:
|
|
1672
|
+
formatType: "hyphen",
|
|
1784
1673
|
customFormat: null
|
|
1785
1674
|
}
|
|
1786
1675
|
};
|
|
1787
1676
|
}
|
|
1788
1677
|
var _fieldSetting_emptyValueConfig, _ref;
|
|
1789
1678
|
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 : {
|
|
1790
|
-
formatType:
|
|
1679
|
+
formatType: "hyphen",
|
|
1791
1680
|
customFormat: null
|
|
1792
1681
|
};
|
|
1793
1682
|
var _fieldSetting_emptyStringConfig, _ref1;
|
|
1794
1683
|
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 : {
|
|
1795
|
-
formatType:
|
|
1684
|
+
formatType: "hyphen",
|
|
1796
1685
|
customFormat: null
|
|
1797
1686
|
};
|
|
1798
1687
|
return {
|
|
@@ -1805,6 +1694,41 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
|
|
|
1805
1694
|
]);
|
|
1806
1695
|
return EmptyValueDisplayConfig2;
|
|
1807
1696
|
}();
|
|
1697
|
+
var Aggregator;
|
|
1698
|
+
(function(Aggregator2) {
|
|
1699
|
+
Aggregator2["sum"] = "sum";
|
|
1700
|
+
Aggregator2["count"] = "count";
|
|
1701
|
+
Aggregator2["distinct-count"] = "distinct-count";
|
|
1702
|
+
Aggregator2["max"] = "max";
|
|
1703
|
+
Aggregator2["min"] = "min";
|
|
1704
|
+
Aggregator2["avg"] = "avg";
|
|
1705
|
+
})(Aggregator || (Aggregator = {}));
|
|
1706
|
+
var FilterAttr = function FilterAttr2() {
|
|
1707
|
+
"use strict";
|
|
1708
|
+
_class_call_check6(this, FilterAttr2);
|
|
1709
|
+
_define_property7(this, "logicalOperator", void 0);
|
|
1710
|
+
_define_property7(this, "filterElements", []);
|
|
1711
|
+
_define_property7(this, "filters", []);
|
|
1712
|
+
_define_property7(this, "beforeJoin", void 0);
|
|
1713
|
+
_define_property7(this, "tableId", void 0);
|
|
1714
|
+
};
|
|
1715
|
+
var OriginDateType;
|
|
1716
|
+
(function(OriginDateType2) {
|
|
1717
|
+
OriginDateType2["SingleDate"] = "singleDate";
|
|
1718
|
+
OriginDateType2["DateRange"] = "dateRange";
|
|
1719
|
+
})(OriginDateType || (OriginDateType = {}));
|
|
1720
|
+
var ParamDataType;
|
|
1721
|
+
(function(ParamDataType2) {
|
|
1722
|
+
ParamDataType2["string"] = "string";
|
|
1723
|
+
ParamDataType2["number"] = "number";
|
|
1724
|
+
ParamDataType2["dateTime"] = "datetime";
|
|
1725
|
+
ParamDataType2["dateRegion"] = "dateRegion";
|
|
1726
|
+
ParamDataType2["quarterRegion"] = "quarterRegion";
|
|
1727
|
+
ParamDataType2["monthRegion"] = "monthRegion";
|
|
1728
|
+
ParamDataType2["weekRegion"] = "weekRegion";
|
|
1729
|
+
ParamDataType2["yearRegion"] = "yearRegion";
|
|
1730
|
+
ParamDataType2["ymdHmsRegion"] = "ymdHmsRegion";
|
|
1731
|
+
})(ParamDataType || (ParamDataType = {}));
|
|
1808
1732
|
var CellsetDimTypes;
|
|
1809
1733
|
(function(CellsetDimTypes2) {
|
|
1810
1734
|
CellsetDimTypes2["StandardDimension"] = "StandardDimension";
|
|
@@ -1813,14 +1737,15 @@ var CellsetDimTypes;
|
|
|
1813
1737
|
CellsetDimTypes2["GeographicDimension"] = "GeographicDimension";
|
|
1814
1738
|
CellsetDimTypes2["measureCol"] = "measureCol";
|
|
1815
1739
|
})(CellsetDimTypes || (CellsetDimTypes = {}));
|
|
1816
|
-
var
|
|
1740
|
+
var HintModal = function HintModal2() {
|
|
1817
1741
|
"use strict";
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1742
|
+
_class_call_check6(this, HintModal2);
|
|
1743
|
+
_define_property7(this, "dsType", void 0);
|
|
1744
|
+
_define_property7(this, "head", "set");
|
|
1745
|
+
_define_property7(this, "key", "");
|
|
1746
|
+
_define_property7(this, "connector", "=");
|
|
1747
|
+
_define_property7(this, "value", "");
|
|
1748
|
+
_define_property7(this, "support", true);
|
|
1824
1749
|
};
|
|
1825
1750
|
|
|
1826
1751
|
// src/basic/bi-types/src/cube/data-source.ts
|
|
@@ -1937,7 +1862,6 @@ var DsType;
|
|
|
1937
1862
|
DsType2["unicorn"] = "unicorn";
|
|
1938
1863
|
DsType2["dm"] = "dm";
|
|
1939
1864
|
DsType2["sls"] = "sls";
|
|
1940
|
-
DsType2["mysql_duckdb"] = "mysql_duckdb";
|
|
1941
1865
|
})(DsType || (DsType = {}));
|
|
1942
1866
|
var AcrossDsType;
|
|
1943
1867
|
(function(AcrossDsType2) {
|
|
@@ -1956,8 +1880,6 @@ var DataSourcePortValue;
|
|
|
1956
1880
|
DataSourcePortValue2["eight_two_four_two"] = "8242";
|
|
1957
1881
|
DataSourcePortValue2["three_three_zero_six_zero"] = "33060";
|
|
1958
1882
|
DataSourcePortValue2["three_zero_zero_six_zero"] = "30060";
|
|
1959
|
-
DataSourcePortValue2["three_three_zero_six"] = "33306";
|
|
1960
|
-
DataSourcePortValue2["one_zero_zero_zero_zero"] = "10000";
|
|
1961
1883
|
})(DataSourcePortValue || (DataSourcePortValue = {}));
|
|
1962
1884
|
var DataSourceSort;
|
|
1963
1885
|
(function(DataSourceSort2) {
|
|
@@ -1985,6 +1907,15 @@ var DataSourcesConfigId;
|
|
|
1985
1907
|
DataSourcesConfigId2["google"] = "google";
|
|
1986
1908
|
DataSourcesConfigId2["customDs"] = "customDs";
|
|
1987
1909
|
})(DataSourcesConfigId || (DataSourcesConfigId = {}));
|
|
1910
|
+
var dataBaseType = [
|
|
1911
|
+
"cloud",
|
|
1912
|
+
"local",
|
|
1913
|
+
"aws",
|
|
1914
|
+
"huawei",
|
|
1915
|
+
"tencent",
|
|
1916
|
+
"microsoft",
|
|
1917
|
+
"google"
|
|
1918
|
+
];
|
|
1988
1919
|
var SHEET_TABLE = [
|
|
1989
1920
|
"feishu_bitable",
|
|
1990
1921
|
"feishu_spreadsheet",
|
|
@@ -1992,59 +1923,36 @@ var SHEET_TABLE = [
|
|
|
1992
1923
|
"dingtalk_spreadsheet"
|
|
1993
1924
|
];
|
|
1994
1925
|
|
|
1995
|
-
// src/basic/bi-types/src/cube/
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
PhysicalTableType2["Sql"] = "sql";
|
|
2026
|
-
PhysicalTableType2["File"] = "file";
|
|
2027
|
-
})(PhysicalTableType || (PhysicalTableType = {}));
|
|
2028
|
-
var HintModal = function HintModal2() {
|
|
2029
|
-
"use strict";
|
|
2030
|
-
_class_call_check9(this, HintModal2);
|
|
2031
|
-
_define_property10(this, "dsType", void 0);
|
|
2032
|
-
_define_property10(this, "head", "set");
|
|
2033
|
-
_define_property10(this, "key", "");
|
|
2034
|
-
_define_property10(this, "connector", "=");
|
|
2035
|
-
_define_property10(this, "value", "");
|
|
2036
|
-
_define_property10(this, "support", true);
|
|
2037
|
-
};
|
|
2038
|
-
var PhysicalSchema = function PhysicalSchema2() {
|
|
2039
|
-
"use strict";
|
|
2040
|
-
_class_call_check9(this, PhysicalSchema2);
|
|
2041
|
-
_define_property10(this, "tables", []);
|
|
2042
|
-
_define_property10(this, "virtualTables", []);
|
|
2043
|
-
_define_property10(this, "unionTables", []);
|
|
2044
|
-
_define_property10(this, "links", []);
|
|
2045
|
-
_define_property10(this, "sqlHintTypes", []);
|
|
2046
|
-
_define_property10(this, "sqlHints", []);
|
|
2047
|
-
};
|
|
1926
|
+
// src/basic/bi-types/src/cube/cube-field-expression.ts
|
|
1927
|
+
var FieldExpressionType;
|
|
1928
|
+
(function(FieldExpressionType2) {
|
|
1929
|
+
FieldExpressionType2["dataGroup"] = "dataGroup";
|
|
1930
|
+
FieldExpressionType2["udf"] = "udf";
|
|
1931
|
+
FieldExpressionType2["system"] = "system";
|
|
1932
|
+
FieldExpressionType2["tool"] = "tool";
|
|
1933
|
+
})(FieldExpressionType || (FieldExpressionType = {}));
|
|
1934
|
+
var ToolFieldType;
|
|
1935
|
+
(function(ToolFieldType2) {
|
|
1936
|
+
ToolFieldType2["DateDifference"] = "dateDifference";
|
|
1937
|
+
ToolFieldType2["MissingValueReplacement"] = "missingValueReplacement";
|
|
1938
|
+
ToolFieldType2["ValueReplacement"] = "valueReplacement";
|
|
1939
|
+
ToolFieldType2["SplitField"] = "SplitField";
|
|
1940
|
+
ToolFieldType2["MergeField"] = "mergeField";
|
|
1941
|
+
})(ToolFieldType || (ToolFieldType = {}));
|
|
1942
|
+
var GroupType;
|
|
1943
|
+
(function(GroupType2) {
|
|
1944
|
+
GroupType2["NormalGroup"] = "NormalGroup";
|
|
1945
|
+
GroupType2["ListGroup"] = "ListGroup";
|
|
1946
|
+
GroupType2["CustomizedGroup"] = "CustomizedGroup";
|
|
1947
|
+
})(GroupType || (GroupType = {}));
|
|
1948
|
+
var GroupOperator;
|
|
1949
|
+
(function(GroupOperator2) {
|
|
1950
|
+
GroupOperator2["LessThan"] = "lessThan";
|
|
1951
|
+
GroupOperator2["LessThanOrEqualTo"] = "lessThanOrEqualTo";
|
|
1952
|
+
GroupOperator2["GreaterThan"] = "greaterThan";
|
|
1953
|
+
GroupOperator2["GreaterThanOrEqualTo"] = "greaterThanOrEqualTo";
|
|
1954
|
+
GroupOperator2["IsNull"] = "isNull";
|
|
1955
|
+
})(GroupOperator || (GroupOperator = {}));
|
|
2048
1956
|
|
|
2049
1957
|
// src/basic/bi-types/src/open/menus/menu-props.ts
|
|
2050
1958
|
var CustomMenuMode;
|
|
@@ -2124,15 +2032,13 @@ var RouteKey;
|
|
|
2124
2032
|
RouteKey2["orgAdminSmartQ"] = "orgAdminSmartQ";
|
|
2125
2033
|
RouteKey2["orgAdminSmartQGlobalConfig"] = "orgAdminSmartQGlobalConfig";
|
|
2126
2034
|
RouteKey2["orgAdminSmartQGlobalConfigLlmConfig"] = "orgAdminSmartQGlobalConfigLlmConfig";
|
|
2127
|
-
RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
|
|
2128
2035
|
RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
|
|
2129
|
-
RouteKey2["
|
|
2036
|
+
RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
|
|
2130
2037
|
RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
|
|
2131
2038
|
RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
|
|
2132
2039
|
RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
|
|
2133
2040
|
RouteKey2["orgQueryAgentAnalysisThemeAuth"] = "orgQueryAgentAnalysisThemeAuth";
|
|
2134
2041
|
RouteKey2["orgQueryAgentKnowledgeBaseManage"] = "orgQueryAgentKnowledgeBaseManage";
|
|
2135
|
-
RouteKey2["orgQueryAgentGlobalConfig"] = "orgQueryAgentGlobalConfig";
|
|
2136
2042
|
RouteKey2["orgResourceManage"] = "orgResourceManage";
|
|
2137
2043
|
RouteKey2["orgAnalysisThemeManage"] = "orgAnalysisThemeManage";
|
|
2138
2044
|
RouteKey2["orgDashboardQuestionManage"] = "orgDashboardQuestionManage";
|
|
@@ -2195,10 +2101,8 @@ var RouteKey;
|
|
|
2195
2101
|
RouteKey2["dataServiceDebug"] = "dataServiceDebug";
|
|
2196
2102
|
RouteKey2["dataServiceCount"] = "dataServiceCount";
|
|
2197
2103
|
RouteKey2["embedChannel"] = "embedChannel";
|
|
2198
|
-
RouteKey2["customManage"] = "componentManage";
|
|
2199
2104
|
RouteKey2["customComponent"] = "customComponent";
|
|
2200
2105
|
RouteKey2["customMenu"] = "customMenu";
|
|
2201
|
-
RouteKey2["customPage"] = "customPage";
|
|
2202
2106
|
RouteKey2["customTemplate"] = "customTemplate";
|
|
2203
2107
|
RouteKey2["customConnect"] = "customConnect";
|
|
2204
2108
|
RouteKey2["customPlugin"] = "customPlugin";
|
|
@@ -2216,7 +2120,6 @@ var RouteKey;
|
|
|
2216
2120
|
RouteKey2["view"] = "view";
|
|
2217
2121
|
RouteKey2["viewHome"] = "viewHome";
|
|
2218
2122
|
RouteKey2["viewBoard"] = "viewBoard";
|
|
2219
|
-
RouteKey2["viewExploration"] = "viewExploration";
|
|
2220
2123
|
RouteKey2["viewFavorite"] = "viewFavorite";
|
|
2221
2124
|
RouteKey2["viewRecent"] = "viewRecent";
|
|
2222
2125
|
RouteKey2["viewShared"] = "viewShared";
|
|
@@ -2234,6 +2137,8 @@ var RouteKey;
|
|
|
2234
2137
|
RouteKey2["copilotPageQInsight"] = "copilotPageQInsight";
|
|
2235
2138
|
RouteKey2["copilotPageQReport"] = "copilotPageQReport";
|
|
2236
2139
|
RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
|
|
2140
|
+
RouteKey2["copilotPageSearch"] = "copilotPageSearch";
|
|
2141
|
+
RouteKey2["copilotPageMore"] = "copilotPageMore";
|
|
2237
2142
|
RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
|
|
2238
2143
|
RouteKey2["copilotPageAgent"] = "copilotPageAgent";
|
|
2239
2144
|
RouteKey2["embedModule"] = "embedModule";
|
|
@@ -2306,9 +2211,6 @@ var RouteKey;
|
|
|
2306
2211
|
RouteKey2["downloadEdit"] = "downloadEdit";
|
|
2307
2212
|
RouteKey2["downloadView"] = "downloadView";
|
|
2308
2213
|
RouteKey2["downloadPublicView"] = "downloadPublicView";
|
|
2309
|
-
RouteKey2["explorationRoot"] = "explorationRoot";
|
|
2310
|
-
RouteKey2["explorationEdit"] = "explorationEdit";
|
|
2311
|
-
RouteKey2["explorationView"] = "explorationView";
|
|
2312
2214
|
RouteKey2["analysisRoot"] = "analysisRoot";
|
|
2313
2215
|
RouteKey2["analysisEdit"] = "analysisEdit";
|
|
2314
2216
|
RouteKey2["analysisView"] = "analysisView";
|
|
@@ -2405,7 +2307,7 @@ function _array_like_to_array(arr, len) {
|
|
|
2405
2307
|
function _array_with_holes(arr) {
|
|
2406
2308
|
if (Array.isArray(arr)) return arr;
|
|
2407
2309
|
}
|
|
2408
|
-
function
|
|
2310
|
+
function _define_property8(obj, key, value) {
|
|
2409
2311
|
if (key in obj) {
|
|
2410
2312
|
Object.defineProperty(obj, key, {
|
|
2411
2313
|
value,
|
|
@@ -2455,7 +2357,7 @@ function _object_spread(target) {
|
|
|
2455
2357
|
}));
|
|
2456
2358
|
}
|
|
2457
2359
|
ownKeys2.forEach(function(key) {
|
|
2458
|
-
|
|
2360
|
+
_define_property8(target, key, source[key]);
|
|
2459
2361
|
});
|
|
2460
2362
|
}
|
|
2461
2363
|
return target;
|
|
@@ -2752,14 +2654,9 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2752
2654
|
path: "/org/admin/smartQ/globalConfig/llmConfig"
|
|
2753
2655
|
},
|
|
2754
2656
|
{
|
|
2755
|
-
/** 智能小 Q - 通用配置 -
|
|
2756
|
-
key: RouteKey.
|
|
2757
|
-
path: "/org/admin/smartQ/globalConfig/
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
/** 智能小 Q - 通用配置 - 大模型配置 */
|
|
2761
|
-
key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
|
|
2762
|
-
path: "/org/admin/smartQ/globalConfig/knowledgeManage"
|
|
2657
|
+
/** 智能小 Q - 通用配置 - 主题定制 */
|
|
2658
|
+
key: RouteKey.orgAdminSmartQGlobalThemeSetting,
|
|
2659
|
+
path: "/org/admin/smartQ/globalConfig/themeSetting"
|
|
2763
2660
|
}
|
|
2764
2661
|
]
|
|
2765
2662
|
},
|
|
@@ -2818,10 +2715,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2818
2715
|
{
|
|
2819
2716
|
key: RouteKey.orgQueryAgentKnowledgeBaseManage,
|
|
2820
2717
|
path: "/org/admin/copilot/queryAgent/orgKnowledgeBaseManage"
|
|
2821
|
-
},
|
|
2822
|
-
{
|
|
2823
|
-
key: RouteKey.orgQueryAgentGlobalConfig,
|
|
2824
|
-
path: "/org/admin/copilot/queryAgent/globalConfig"
|
|
2825
2718
|
}
|
|
2826
2719
|
]
|
|
2827
2720
|
},
|
|
@@ -3070,22 +2963,12 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3070
2963
|
path: "/openservice/embedChannel"
|
|
3071
2964
|
},
|
|
3072
2965
|
{
|
|
3073
|
-
key: RouteKey.
|
|
3074
|
-
path: "/openservice/componentManage"
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
key: RouteKey.customMenu,
|
|
3082
|
-
path: "/openservice/componentManage/customMenu"
|
|
3083
|
-
},
|
|
3084
|
-
{
|
|
3085
|
-
key: RouteKey.customPage,
|
|
3086
|
-
path: "/openservice/componentManage/customPage"
|
|
3087
|
-
}
|
|
3088
|
-
]
|
|
2966
|
+
key: RouteKey.customComponent,
|
|
2967
|
+
path: "/openservice/componentManage"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
key: RouteKey.customMenu,
|
|
2971
|
+
path: "/openservice/componentMenu"
|
|
3089
2972
|
},
|
|
3090
2973
|
{
|
|
3091
2974
|
key: RouteKey.customTemplate,
|
|
@@ -3165,10 +3048,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3165
3048
|
key: RouteKey.viewBoard,
|
|
3166
3049
|
path: "/view/card"
|
|
3167
3050
|
},
|
|
3168
|
-
{
|
|
3169
|
-
key: RouteKey.viewExploration,
|
|
3170
|
-
path: "/view/exploration"
|
|
3171
|
-
},
|
|
3172
3051
|
{
|
|
3173
3052
|
key: RouteKey.viewFavorite,
|
|
3174
3053
|
path: "/view/favorite"
|
|
@@ -3561,21 +3440,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3561
3440
|
}
|
|
3562
3441
|
]
|
|
3563
3442
|
},
|
|
3564
|
-
/** 探索分析 */
|
|
3565
|
-
{
|
|
3566
|
-
key: RouteKey.explorationRoot,
|
|
3567
|
-
path: "/exploration",
|
|
3568
|
-
children: [
|
|
3569
|
-
{
|
|
3570
|
-
key: RouteKey.explorationEdit,
|
|
3571
|
-
path: "/exploration/pc.htm"
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
key: RouteKey.explorationView,
|
|
3575
|
-
path: "/exploration/view/pc.htm"
|
|
3576
|
-
}
|
|
3577
|
-
]
|
|
3578
|
-
},
|
|
3579
3443
|
/** 即席分析 */
|
|
3580
3444
|
{
|
|
3581
3445
|
key: RouteKey.analysisRoot,
|
|
@@ -4077,7 +3941,6 @@ var PermissionPageType;
|
|
|
4077
3941
|
PermissionPageType2["dashboardNl2sql"] = "dashboardNl2sql";
|
|
4078
3942
|
PermissionPageType2["resourceConfig"] = "resourceConfig";
|
|
4079
3943
|
PermissionPageType2["qReport"] = "qreport";
|
|
4080
|
-
PermissionPageType2["exploration"] = "exploration";
|
|
4081
3944
|
})(PermissionPageType || (PermissionPageType = {}));
|
|
4082
3945
|
export {
|
|
4083
3946
|
AccumulateCalcType,
|
|
@@ -4155,13 +4018,9 @@ export {
|
|
|
4155
4018
|
ImageSizes,
|
|
4156
4019
|
JoinCondition,
|
|
4157
4020
|
LegendAlignType,
|
|
4158
|
-
LegendDisplayPercentPositionValue,
|
|
4159
4021
|
LegendPositionType,
|
|
4160
4022
|
LegendUnHighLightedValue,
|
|
4161
4023
|
LnglatGroupChildFlags,
|
|
4162
|
-
LogicalSchema,
|
|
4163
|
-
LogicalTable,
|
|
4164
|
-
LogicalTree,
|
|
4165
4024
|
MOBILE_PATH_ROUTE_MAP,
|
|
4166
4025
|
MultiSeparator,
|
|
4167
4026
|
NegativeMode,
|
|
@@ -4173,6 +4032,7 @@ export {
|
|
|
4173
4032
|
OperationMenuItem,
|
|
4174
4033
|
OperationTypes,
|
|
4175
4034
|
OrgThemeMode,
|
|
4035
|
+
OriginDateType,
|
|
4176
4036
|
PATH_ROUTE_MAP,
|
|
4177
4037
|
ParamDataType,
|
|
4178
4038
|
ParamStyleType,
|
|
@@ -4187,7 +4047,6 @@ export {
|
|
|
4187
4047
|
ROUTE_PATH_MAP,
|
|
4188
4048
|
ROUTE_TREE,
|
|
4189
4049
|
ROUTE_TREE_MAP,
|
|
4190
|
-
ReferentialIntegrity,
|
|
4191
4050
|
RegionGranularity,
|
|
4192
4051
|
ReportSummaryInsightType,
|
|
4193
4052
|
ResourcePageHeaderGroupEnum,
|
|
@@ -4214,5 +4073,6 @@ export {
|
|
|
4214
4073
|
ToolFieldType,
|
|
4215
4074
|
UsePermitType,
|
|
4216
4075
|
VerticalAlignTypes,
|
|
4217
|
-
VirtualFieldOperation
|
|
4076
|
+
VirtualFieldOperation,
|
|
4077
|
+
dataBaseType
|
|
4218
4078
|
};
|