@quickbi/bi-types 3.2.4 → 3.2.6

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 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) {
@@ -318,8 +315,6 @@ var FieldConfigTypes;
318
315
  FieldConfigTypes2["hideField"] = "hideField";
319
316
  FieldConfigTypes2["auxiliaryField"] = "auxiliaryField";
320
317
  FieldConfigTypes2["emptyValueDisplay"] = "emptyValueDisplay";
321
- FieldConfigTypes2["drillSwitch"] = "drillSwitch";
322
- FieldConfigTypes2["drillConfig"] = "drillConfig";
323
318
  })(FieldConfigTypes || (FieldConfigTypes = {}));
324
319
  var Aggregators;
325
320
  (function(Aggregators2) {
@@ -327,7 +322,6 @@ var Aggregators;
327
322
  Aggregators2["avg"] = "avg";
328
323
  Aggregators2["count"] = "count";
329
324
  Aggregators2["countd"] = "countd";
330
- Aggregators2["approx_distinct"] = "approx_distinct";
331
325
  Aggregators2["null"] = "null";
332
326
  Aggregators2["more"] = "more";
333
327
  Aggregators2["max"] = "max";
@@ -568,11 +562,7 @@ var DropDownMenuType = {
568
562
  /** 时间补齐 */
569
563
  timeCompletion: "timeCompletion",
570
564
  /** 空值展示配置 */
571
- emptyValueDisplay: "emptyValueDisplay",
572
- /** 钻取开关(开启下钻/取消下钻) */
573
- drillSwitch: "drillSwitch",
574
- /** 钻取层级配置 */
575
- drillConfig: "drillConfig"
565
+ emptyValueDisplay: "emptyValueDisplay"
576
566
  };
577
567
 
578
568
  // src/basic/bi-types/src/data-panel/data-schema.ts
@@ -819,12 +809,6 @@ var ComponentType;
819
809
  ComponentType2[ComponentType2["UNSTRUCTURED_HIERARCHICAL"] = 128] = "UNSTRUCTURED_HIERARCHICAL";
820
810
  ComponentType2[ComponentType2["UNSTRUCTURED_FREQUENCY"] = 129] = "UNSTRUCTURED_FREQUENCY";
821
811
  ComponentType2[ComponentType2["SMART_INTERPRETATION"] = 130] = "SMART_INTERPRETATION";
822
- ComponentType2[ComponentType2["EXPLORATION_SMART_CHART"] = 131] = "EXPLORATION_SMART_CHART";
823
- ComponentType2[ComponentType2["QUICK_REPORT_AI_TRANSLATE"] = 132] = "QUICK_REPORT_AI_TRANSLATE";
824
- ComponentType2[ComponentType2["QUICK_REPORT_AI_CLASSIFY"] = 133] = "QUICK_REPORT_AI_CLASSIFY";
825
- ComponentType2[ComponentType2["QUICK_REPORT_AI_CUSTOM"] = 134] = "QUICK_REPORT_AI_CUSTOM";
826
- ComponentType2[ComponentType2["QUICK_REPORT_AI_EXTRACT"] = 135] = "QUICK_REPORT_AI_EXTRACT";
827
- ComponentType2[ComponentType2["QUICK_REPORT_AI_SUMMARIZE"] = 136] = "QUICK_REPORT_AI_SUMMARIZE";
828
812
  })(ComponentType || (ComponentType = {}));
829
813
  var _obj;
830
814
  var ScreenComponentCode = (_obj = {}, _define_property5(_obj, "custom_component", 0), /** 图层组 */
@@ -984,7 +968,6 @@ var ChartType;
984
968
  ChartType2["CONCAT_CONTAINER"] = "concat-container";
985
969
  ChartType2["INDICATOR_RELATION"] = "indicator-relation";
986
970
  ChartType2["SMART_INTERPRETATION"] = "smart-interpretation";
987
- ChartType2["EXPLORATION_SMART_CHART"] = "exploration-smart-chart";
988
971
  ChartType2["UNSTRUCTURED_PARALLEL"] = "parallel";
989
972
  ChartType2["UNSTRUCTURED_CONTRAST"] = "contrast";
990
973
  ChartType2["UNSTRUCTURED_TIMELINE"] = "timeline";
@@ -1001,11 +984,6 @@ var ChartType;
1001
984
  ChartType2["QUICK_REPORT_FORM_CHECKBOX"] = "quick-report-form-checkbox";
1002
985
  ChartType2["QUICK_REPORT_FORM_FUNCTION"] = "quick-report-form-function";
1003
986
  ChartType2["QUICK_REPORT"] = "quick-report";
1004
- ChartType2["QUICK_REPORT_AI_TRANSLATE"] = "quick-report-ai-translate";
1005
- ChartType2["QUICK_REPORT_AI_CLASSIFY"] = "quick-report-ai-classify";
1006
- ChartType2["QUICK_REPORT_AI_CUSTOM"] = "quick-report-ai-custom";
1007
- ChartType2["QUICK_REPORT_AI_EXTRACT"] = "quick-report-ai-extract";
1008
- ChartType2["QUICK_REPORT_AI_SUMMARIZE"] = "quick-report-ai-summarize";
1009
987
  ChartType2["DATAFORM_TEXT"] = "dataform-text";
1010
988
  ChartType2["DATAFORM_TEXTAREA"] = "dataform-textarea";
1011
989
  ChartType2["DATAFORM_DROPDOWN"] = "dataform-dropdown";
@@ -1328,11 +1306,6 @@ var LegendUnHighLightedValue;
1328
1306
  LegendUnHighLightedValue2["default"] = "-";
1329
1307
  LegendUnHighLightedValue2["empty"] = "";
1330
1308
  })(LegendUnHighLightedValue || (LegendUnHighLightedValue = {}));
1331
- var LegendDisplayPercentPositionValue;
1332
- (function(LegendDisplayPercentPositionValue2) {
1333
- LegendDisplayPercentPositionValue2["Bottom"] = "bottom";
1334
- LegendDisplayPercentPositionValue2["Right"] = "right";
1335
- })(LegendDisplayPercentPositionValue || (LegendDisplayPercentPositionValue = {}));
1336
1309
  var ConstastTypeMap = {
1337
1310
  dateRegion: [
1338
1311
  "DAY_DAY_RING_RATIO",
@@ -1414,69 +1387,26 @@ var Env;
1414
1387
  Env2["mobile"] = "mobile";
1415
1388
  })(Env || (Env = {}));
1416
1389
 
1417
- // src/basic/bi-types/src/cube/cube-field-expression.ts
1418
- var FieldExpressionType;
1419
- (function(FieldExpressionType2) {
1420
- FieldExpressionType2["dataGroup"] = "dataGroup";
1421
- FieldExpressionType2["udf"] = "udf";
1422
- FieldExpressionType2["system"] = "system";
1423
- FieldExpressionType2["tool"] = "tool";
1424
- })(FieldExpressionType || (FieldExpressionType = {}));
1425
- var ToolFieldType;
1426
- (function(ToolFieldType2) {
1427
- ToolFieldType2["DateDifference"] = "dateDifference";
1428
- ToolFieldType2["MissingValueReplacement"] = "missingValueReplacement";
1429
- ToolFieldType2["ValueReplacement"] = "valueReplacement";
1430
- ToolFieldType2["SplitField"] = "SplitField";
1431
- ToolFieldType2["MergeField"] = "mergeField";
1432
- })(ToolFieldType || (ToolFieldType = {}));
1433
- var GroupType;
1434
- (function(GroupType2) {
1435
- GroupType2["NormalGroup"] = "NormalGroup";
1436
- GroupType2["ListGroup"] = "ListGroup";
1437
- GroupType2["CustomizedGroup"] = "CustomizedGroup";
1438
- })(GroupType || (GroupType = {}));
1439
- var GroupOperator;
1440
- (function(GroupOperator2) {
1441
- GroupOperator2["LessThan"] = "lessThan";
1442
- GroupOperator2["LessThanOrEqualTo"] = "lessThanOrEqualTo";
1443
- GroupOperator2["GreaterThan"] = "greaterThan";
1444
- GroupOperator2["GreaterThanOrEqualTo"] = "greaterThanOrEqualTo";
1445
- GroupOperator2["IsNull"] = "isNull";
1446
- GroupOperator2["Between"] = "between";
1447
- })(GroupOperator || (GroupOperator = {}));
1448
-
1449
- // src/basic/bi-types/src/cube/cube-links.ts
1450
- var JoinCondition;
1451
- (function(JoinCondition2) {
1452
- JoinCondition2["EQUAL_TO"] = "equal-to";
1453
- JoinCondition2["UNEQUAL_TO"] = "unequal-to";
1454
- JoinCondition2["GREATER_THAN"] = "greater-than";
1455
- JoinCondition2["GREATER_THAN_OR_EQUAL_TO"] = "greater-than-or-equal-to";
1456
- JoinCondition2["LESS_THAN"] = "less-than";
1457
- JoinCondition2["LESS_THAN_OR_EQUAL_TO"] = "less-than-or-equal-to";
1458
- })(JoinCondition || (JoinCondition = {}));
1459
- var TableRelation;
1460
- (function(TableRelation2) {
1461
- TableRelation2["ONE_TO_ONE"] = "one-to-one";
1462
- TableRelation2["MANY_TO_MANY"] = "many-to-many";
1463
- TableRelation2["ONE_TO_MANY"] = "one-to-many";
1464
- TableRelation2["MANY_TO_ONE"] = "many-to-one";
1465
- })(TableRelation || (TableRelation = {}));
1466
- var ReferentialIntegrity;
1467
- (function(ReferentialIntegrity2) {
1468
- ReferentialIntegrity2["ALL_TO_ALL"] = "all-to-all";
1469
- ReferentialIntegrity2["ALL_TO_SOME"] = "all-to-some";
1470
- ReferentialIntegrity2["SOME_TO_ALL"] = "some-to-all";
1471
- ReferentialIntegrity2["SOME_TO_SOME"] = "some-to-some";
1472
- })(ReferentialIntegrity || (ReferentialIntegrity = {}));
1473
-
1474
- // src/basic/bi-types/src/cube/cube-schema.ts
1390
+ // src/basic/bi-types/src/cube/cube-model.ts
1475
1391
  function _class_call_check6(instance, Constructor) {
1476
1392
  if (!(instance instanceof Constructor)) {
1477
1393
  throw new TypeError("Cannot call a class as a function");
1478
1394
  }
1479
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
+ }
1480
1410
  function _define_property7(obj, key, value) {
1481
1411
  if (key in obj) {
1482
1412
  Object.defineProperty(obj, key, {
@@ -1490,6 +1420,114 @@ function _define_property7(obj, key, value) {
1490
1420
  }
1491
1421
  return obj;
1492
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 = {}));
1493
1531
  var DataType;
1494
1532
  (function(DataType2) {
1495
1533
  DataType2["number"] = "number";
@@ -1510,15 +1548,6 @@ var SecondDataType;
1510
1548
  SecondDataType2["time"] = "time";
1511
1549
  SecondDataType2["multiValue"] = "multi_value";
1512
1550
  })(SecondDataType || (SecondDataType = {}));
1513
- var Aggregator;
1514
- (function(Aggregator2) {
1515
- Aggregator2["sum"] = "sum";
1516
- Aggregator2["count"] = "count";
1517
- Aggregator2["distinct-count"] = "distinct-count";
1518
- Aggregator2["max"] = "max";
1519
- Aggregator2["min"] = "min";
1520
- Aggregator2["avg"] = "avg";
1521
- })(Aggregator || (Aggregator = {}));
1522
1551
  var CalendarTypeEnum;
1523
1552
  (function(CalendarTypeEnum2) {
1524
1553
  CalendarTypeEnum2["GregorianYear"] = "gregorian-year";
@@ -1558,36 +1587,6 @@ var MultiSeparator;
1558
1587
  MultiSeparator2["semicolon"] = ";";
1559
1588
  MultiSeparator2["space"] = " ";
1560
1589
  })(MultiSeparator || (MultiSeparator = {}));
1561
- var EmptyValueDisplayType;
1562
- (function(EmptyValueDisplayType2) {
1563
- EmptyValueDisplayType2["Hyphen"] = "hyphen";
1564
- EmptyValueDisplayType2["Braces"] = "braces";
1565
- EmptyValueDisplayType2["Null"] = "null";
1566
- EmptyValueDisplayType2["NotDisplay"] = "notDisplay";
1567
- EmptyValueDisplayType2["Custom"] = "custom";
1568
- })(EmptyValueDisplayType || (EmptyValueDisplayType = {}));
1569
- var CustomAreaType;
1570
- (function(CustomAreaType2) {
1571
- CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
1572
- CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
1573
- CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
1574
- CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
1575
- CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
1576
- })(CustomAreaType || (CustomAreaType = {}));
1577
- var PictureCoordinateType;
1578
- (function(PictureCoordinateType2) {
1579
- PictureCoordinateType2["HORIZONTAL"] = "CUSTOM_PICTURE_HORIZONTAL";
1580
- PictureCoordinateType2["VERTICAL"] = "CUSTOM_PICTURE_VERTICAL";
1581
- })(PictureCoordinateType || (PictureCoordinateType = {}));
1582
- var FilterAttr = function FilterAttr2() {
1583
- "use strict";
1584
- _class_call_check6(this, FilterAttr2);
1585
- _define_property7(this, "logicalOperator", void 0);
1586
- _define_property7(this, "filterElements", []);
1587
- _define_property7(this, "filters", []);
1588
- _define_property7(this, "beforeJoin", void 0);
1589
- _define_property7(this, "tableId", void 0);
1590
- };
1591
1590
  var ParamStyleType;
1592
1591
  (function(ParamStyleType2) {
1593
1592
  ParamStyleType2["condition"] = "condition";
@@ -1595,158 +1594,32 @@ var ParamStyleType;
1595
1594
  ParamStyleType2["param"] = "param";
1596
1595
  ParamStyleType2["accelerate"] = "accelerate";
1597
1596
  })(ParamStyleType || (ParamStyleType = {}));
1598
- var ParamDataType;
1599
- (function(ParamDataType2) {
1600
- ParamDataType2["string"] = "string";
1601
- ParamDataType2["number"] = "number";
1602
- ParamDataType2["dateTime"] = "datetime";
1603
- ParamDataType2["dateRegion"] = "dateRegion";
1604
- ParamDataType2["quarterRegion"] = "quarterRegion";
1605
- ParamDataType2["monthRegion"] = "monthRegion";
1606
- ParamDataType2["weekRegion"] = "weekRegion";
1607
- ParamDataType2["yearRegion"] = "yearRegion";
1608
- ParamDataType2["ymdHmsRegion"] = "ymdHmsRegion";
1609
- })(ParamDataType || (ParamDataType = {}));
1610
- var CubeSchema = function CubeSchema2() {
1611
- "use strict";
1612
- _class_call_check6(this, CubeSchema2);
1613
- _define_property7(this, "uniqueId", "");
1614
- _define_property7(this, "cubeId", "");
1615
- _define_property7(this, "datasourceId", "");
1616
- _define_property7(this, "caption", "");
1617
- _define_property7(this, "fields", []);
1618
- _define_property7(this, "fieldTree", []);
1619
- _define_property7(this, "filter", null);
1620
- _define_property7(this, "params", []);
1621
- _define_property7(this, "sqlPlaceholders", []);
1622
- };
1623
-
1624
- // src/basic/bi-types/src/cube/logical-schema.ts
1625
- function _class_call_check7(instance, Constructor) {
1626
- if (!(instance instanceof Constructor)) {
1627
- throw new TypeError("Cannot call a class as a function");
1628
- }
1629
- }
1630
- function _define_property8(obj, key, value) {
1631
- if (key in obj) {
1632
- Object.defineProperty(obj, key, {
1633
- value,
1634
- enumerable: true,
1635
- configurable: true,
1636
- writable: true
1637
- });
1638
- } else {
1639
- obj[key] = value;
1640
- }
1641
- return obj;
1642
- }
1643
- var LogicalTable = function LogicalTable2() {
1644
- "use strict";
1645
- _class_call_check7(this, LogicalTable2);
1646
- _define_property8(this, "uniqueId", void 0);
1647
- _define_property8(this, "caption", void 0);
1648
- _define_property8(this, "physicalSchema", void 0);
1649
- };
1650
- var LogicalTree = function LogicalTree2() {
1651
- "use strict";
1652
- _class_call_check7(this, LogicalTree2);
1653
- _define_property8(this, "uniqueId", void 0);
1654
- _define_property8(this, "links", void 0);
1655
- };
1656
- var LogicalSchema = function LogicalSchema2() {
1657
- "use strict";
1658
- _class_call_check7(this, LogicalSchema2);
1659
- _define_property8(this, "logicalNodes", []);
1660
- _define_property8(this, "logicalTrees", []);
1661
- };
1662
-
1663
- // src/basic/bi-types/src/cube/cube-model.ts
1664
- function _class_call_check8(instance, Constructor) {
1665
- if (!(instance instanceof Constructor)) {
1666
- throw new TypeError("Cannot call a class as a function");
1667
- }
1668
- }
1669
- function _defineProperties2(target, props) {
1670
- for (var i = 0; i < props.length; i++) {
1671
- var descriptor = props[i];
1672
- descriptor.enumerable = descriptor.enumerable || false;
1673
- descriptor.configurable = true;
1674
- if ("value" in descriptor) descriptor.writable = true;
1675
- Object.defineProperty(target, descriptor.key, descriptor);
1676
- }
1677
- }
1678
- function _create_class2(Constructor, protoProps, staticProps) {
1679
- if (protoProps) _defineProperties2(Constructor.prototype, protoProps);
1680
- if (staticProps) _defineProperties2(Constructor, staticProps);
1681
- return Constructor;
1682
- }
1683
- function _define_property9(obj, key, value) {
1684
- if (key in obj) {
1685
- Object.defineProperty(obj, key, {
1686
- value,
1687
- enumerable: true,
1688
- configurable: true,
1689
- writable: true
1690
- });
1691
- } else {
1692
- obj[key] = value;
1693
- }
1694
- return obj;
1695
- }
1696
- var EditPermitType;
1697
- (function(EditPermitType2) {
1698
- EditPermitType2[EditPermitType2["private"] = 0] = "private";
1699
- EditPermitType2[EditPermitType2["oldWorkSpaceMember"] = 1] = "oldWorkSpaceMember";
1700
- EditPermitType2[EditPermitType2["appointPerson"] = 12] = "appointPerson";
1701
- EditPermitType2[EditPermitType2["allWorkSpacePerson"] = 11] = "allWorkSpacePerson";
1702
- })(EditPermitType || (EditPermitType = {}));
1703
- var UsePermitType;
1704
- (function(UsePermitType2) {
1705
- UsePermitType2[UsePermitType2["appointPerson"] = 2] = "appointPerson";
1706
- UsePermitType2[UsePermitType2["allWorkSpacePerson"] = 1] = "allWorkSpacePerson";
1707
- })(UsePermitType || (UsePermitType = {}));
1708
- var SchemaExtraInfo = function SchemaExtraInfo2() {
1709
- "use strict";
1710
- _class_call_check8(this, SchemaExtraInfo2);
1711
- _define_property9(this, "aimDirId", null);
1712
- _define_property9(this, "hasAuthorizedUse", void 0);
1713
- _define_property9(this, "permissionList", void 0);
1714
- _define_property9(this, "dataLevelAttributeIds", []);
1715
- _define_property9(this, "withoutColumnLevelPermissionFields", []);
1716
- _define_property9(this, "aggFunctions", []);
1717
- _define_property9(this, "isDataMaskOpen", void 0);
1718
- _define_property9(this, "isOpenColumnLevelPermission", void 0);
1719
- _define_property9(this, "isOpenRowLevelPermission", void 0);
1720
- _define_property9(this, "dsCreateOrigin", void 0);
1721
- _define_property9(this, "dataLoadMode", void 0);
1722
- _define_property9(this, "etlGenerateCube", void 0);
1723
- _define_property9(this, "cubeType", null);
1724
- _define_property9(this, "creatorId", void 0);
1725
- _define_property9(this, "creatorName", void 0);
1726
- _define_property9(this, "authLevel", void 0);
1727
- _define_property9(this, "comments", void 0);
1728
- _define_property9(this, "authorizedUseType", void 0);
1729
- _define_property9(this, "functionConfig", void 0);
1730
- _define_property9(this, "gmtModified", void 0);
1731
- };
1732
1597
  var EmptyValueType;
1733
1598
  (function(EmptyValueType2) {
1734
1599
  EmptyValueType2["EmptyValue"] = "EmptyValue";
1735
1600
  EmptyValueType2["EmptyString"] = "EmptyString";
1736
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 = {}));
1737
1610
  var EmptyStringOrNullDisplayConfig = function EmptyStringOrNullDisplayConfig2() {
1738
1611
  "use strict";
1739
- _class_call_check8(this, EmptyStringOrNullDisplayConfig2);
1740
- _define_property9(this, "formatType", EmptyValueDisplayType.Hyphen);
1741
- _define_property9(this, "customFormat", void 0);
1742
- _define_property9(this, "isAuto", true);
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);
1743
1616
  };
1744
1617
  var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1745
1618
  "use strict";
1746
1619
  function EmptyValueDisplayConfig2() {
1747
- _class_call_check8(this, EmptyValueDisplayConfig2);
1748
- _define_property9(this, "emptyValueConfig", new EmptyStringOrNullDisplayConfig());
1749
- _define_property9(this, "emptyStringConfig", new EmptyStringOrNullDisplayConfig());
1620
+ _class_call_check6(this, EmptyValueDisplayConfig2);
1621
+ _define_property7(this, "emptyValueConfig", new EmptyStringOrNullDisplayConfig());
1622
+ _define_property7(this, "emptyStringConfig", new EmptyStringOrNullDisplayConfig());
1750
1623
  }
1751
1624
  _create_class2(EmptyValueDisplayConfig2, null, [
1752
1625
  {
@@ -1754,12 +1627,12 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1754
1627
  value: function getDefaultConfigForQuickReport() {
1755
1628
  return {
1756
1629
  emptyValueConfig: {
1757
- formatType: EmptyValueDisplayType.NotDisplay,
1630
+ formatType: "notDisplay",
1758
1631
  customFormat: null,
1759
1632
  isAuto: false
1760
1633
  },
1761
1634
  emptyStringConfig: {
1762
- formatType: EmptyValueDisplayType.NotDisplay,
1635
+ formatType: "notDisplay",
1763
1636
  customFormat: null,
1764
1637
  isAuto: false
1765
1638
  }
@@ -1792,23 +1665,23 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1792
1665
  if (!fieldSetting) {
1793
1666
  return defaultValue !== null && defaultValue !== void 0 ? defaultValue : {
1794
1667
  emptyValueConfig: {
1795
- formatType: EmptyValueDisplayType.Hyphen,
1668
+ formatType: "hyphen",
1796
1669
  customFormat: null
1797
1670
  },
1798
1671
  emptyStringConfig: {
1799
- formatType: EmptyValueDisplayType.Hyphen,
1672
+ formatType: "hyphen",
1800
1673
  customFormat: null
1801
1674
  }
1802
1675
  };
1803
1676
  }
1804
1677
  var _fieldSetting_emptyValueConfig, _ref;
1805
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 : {
1806
- formatType: EmptyValueDisplayType.Hyphen,
1679
+ formatType: "hyphen",
1807
1680
  customFormat: null
1808
1681
  };
1809
1682
  var _fieldSetting_emptyStringConfig, _ref1;
1810
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 : {
1811
- formatType: EmptyValueDisplayType.Hyphen,
1684
+ formatType: "hyphen",
1812
1685
  customFormat: null
1813
1686
  };
1814
1687
  return {
@@ -1821,6 +1694,41 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1821
1694
  ]);
1822
1695
  return EmptyValueDisplayConfig2;
1823
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 = {}));
1824
1732
  var CellsetDimTypes;
1825
1733
  (function(CellsetDimTypes2) {
1826
1734
  CellsetDimTypes2["StandardDimension"] = "StandardDimension";
@@ -1829,14 +1737,15 @@ var CellsetDimTypes;
1829
1737
  CellsetDimTypes2["GeographicDimension"] = "GeographicDimension";
1830
1738
  CellsetDimTypes2["measureCol"] = "measureCol";
1831
1739
  })(CellsetDimTypes || (CellsetDimTypes = {}));
1832
- var CubeModel = function CubeModel2() {
1740
+ var HintModal = function HintModal2() {
1833
1741
  "use strict";
1834
- _class_call_check8(this, CubeModel2);
1835
- _define_property9(this, "logicalSchema", new LogicalSchema());
1836
- _define_property9(this, "cubeSchema", new CubeSchema());
1837
- _define_property9(this, "metaModelVersion", "2.0");
1838
- _define_property9(this, "userDefineVersion", "5.0.1");
1839
- _define_property9(this, "schemaExtraInfo", new SchemaExtraInfo());
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);
1840
1749
  };
1841
1750
 
1842
1751
  // src/basic/bi-types/src/cube/data-source.ts
@@ -1953,7 +1862,6 @@ var DsType;
1953
1862
  DsType2["unicorn"] = "unicorn";
1954
1863
  DsType2["dm"] = "dm";
1955
1864
  DsType2["sls"] = "sls";
1956
- DsType2["mysql_duckdb"] = "mysql_duckdb";
1957
1865
  })(DsType || (DsType = {}));
1958
1866
  var AcrossDsType;
1959
1867
  (function(AcrossDsType2) {
@@ -1972,8 +1880,6 @@ var DataSourcePortValue;
1972
1880
  DataSourcePortValue2["eight_two_four_two"] = "8242";
1973
1881
  DataSourcePortValue2["three_three_zero_six_zero"] = "33060";
1974
1882
  DataSourcePortValue2["three_zero_zero_six_zero"] = "30060";
1975
- DataSourcePortValue2["three_three_zero_six"] = "33306";
1976
- DataSourcePortValue2["one_zero_zero_zero_zero"] = "10000";
1977
1883
  })(DataSourcePortValue || (DataSourcePortValue = {}));
1978
1884
  var DataSourceSort;
1979
1885
  (function(DataSourceSort2) {
@@ -2001,6 +1907,15 @@ var DataSourcesConfigId;
2001
1907
  DataSourcesConfigId2["google"] = "google";
2002
1908
  DataSourcesConfigId2["customDs"] = "customDs";
2003
1909
  })(DataSourcesConfigId || (DataSourcesConfigId = {}));
1910
+ var dataBaseType = [
1911
+ "cloud",
1912
+ "local",
1913
+ "aws",
1914
+ "huawei",
1915
+ "tencent",
1916
+ "microsoft",
1917
+ "google"
1918
+ ];
2004
1919
  var SHEET_TABLE = [
2005
1920
  "feishu_bitable",
2006
1921
  "feishu_spreadsheet",
@@ -2008,59 +1923,36 @@ var SHEET_TABLE = [
2008
1923
  "dingtalk_spreadsheet"
2009
1924
  ];
2010
1925
 
2011
- // src/basic/bi-types/src/cube/physical-schema.ts
2012
- function _class_call_check9(instance, Constructor) {
2013
- if (!(instance instanceof Constructor)) {
2014
- throw new TypeError("Cannot call a class as a function");
2015
- }
2016
- }
2017
- function _define_property10(obj, key, value) {
2018
- if (key in obj) {
2019
- Object.defineProperty(obj, key, {
2020
- value,
2021
- enumerable: true,
2022
- configurable: true,
2023
- writable: true
2024
- });
2025
- } else {
2026
- obj[key] = value;
2027
- }
2028
- return obj;
2029
- }
2030
- var TableJoinType;
2031
- (function(TableJoinType2) {
2032
- TableJoinType2["LEFT_OUTER_JOIN"] = "LEFT_OUTER_JOIN";
2033
- TableJoinType2["INNER_JOIN"] = "INNER_JOIN";
2034
- TableJoinType2["RIGHT_OUTER_JOIN"] = "RIGHT_OUTER_JOIN";
2035
- TableJoinType2["FULL_OUTER_JOIN"] = "FULL_OUTER_JOIN";
2036
- TableJoinType2["JOIN_ERROR"] = "JOIN_ERROR";
2037
- })(TableJoinType || (TableJoinType = {}));
2038
- var PhysicalTableType;
2039
- (function(PhysicalTableType2) {
2040
- PhysicalTableType2["Table"] = "table";
2041
- PhysicalTableType2["Sql"] = "sql";
2042
- PhysicalTableType2["File"] = "file";
2043
- })(PhysicalTableType || (PhysicalTableType = {}));
2044
- var HintModal = function HintModal2() {
2045
- "use strict";
2046
- _class_call_check9(this, HintModal2);
2047
- _define_property10(this, "dsType", void 0);
2048
- _define_property10(this, "head", "set");
2049
- _define_property10(this, "key", "");
2050
- _define_property10(this, "connector", "=");
2051
- _define_property10(this, "value", "");
2052
- _define_property10(this, "support", true);
2053
- };
2054
- var PhysicalSchema = function PhysicalSchema2() {
2055
- "use strict";
2056
- _class_call_check9(this, PhysicalSchema2);
2057
- _define_property10(this, "tables", []);
2058
- _define_property10(this, "virtualTables", []);
2059
- _define_property10(this, "unionTables", []);
2060
- _define_property10(this, "links", []);
2061
- _define_property10(this, "sqlHintTypes", []);
2062
- _define_property10(this, "sqlHints", []);
2063
- };
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 = {}));
2064
1956
 
2065
1957
  // src/basic/bi-types/src/open/menus/menu-props.ts
2066
1958
  var CustomMenuMode;
@@ -2140,17 +2032,13 @@ var RouteKey;
2140
2032
  RouteKey2["orgAdminSmartQ"] = "orgAdminSmartQ";
2141
2033
  RouteKey2["orgAdminSmartQGlobalConfig"] = "orgAdminSmartQGlobalConfig";
2142
2034
  RouteKey2["orgAdminSmartQGlobalConfigLlmConfig"] = "orgAdminSmartQGlobalConfigLlmConfig";
2143
- RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
2144
2035
  RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
2145
- RouteKey2["orgAdminSmartQGlobalConfigKnowledgeManage"] = "orgAdminSmartQGlobalConfigKnowledgeManage";
2036
+ RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
2146
2037
  RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
2147
2038
  RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
2148
2039
  RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
2149
2040
  RouteKey2["orgQueryAgentAnalysisThemeAuth"] = "orgQueryAgentAnalysisThemeAuth";
2150
2041
  RouteKey2["orgQueryAgentKnowledgeBaseManage"] = "orgQueryAgentKnowledgeBaseManage";
2151
- RouteKey2["orgQueryAgentGlobalConfig"] = "orgQueryAgentGlobalConfig";
2152
- RouteKey2["likeAndDislikeKnowledge"] = "likeAndDislikeKnowledge";
2153
- RouteKey2["orgQueryAgentAssetPlatformConfig"] = "orgQueryAgentAssetPlatformConfig";
2154
2042
  RouteKey2["orgResourceManage"] = "orgResourceManage";
2155
2043
  RouteKey2["orgAnalysisThemeManage"] = "orgAnalysisThemeManage";
2156
2044
  RouteKey2["orgDashboardQuestionManage"] = "orgDashboardQuestionManage";
@@ -2213,10 +2101,8 @@ var RouteKey;
2213
2101
  RouteKey2["dataServiceDebug"] = "dataServiceDebug";
2214
2102
  RouteKey2["dataServiceCount"] = "dataServiceCount";
2215
2103
  RouteKey2["embedChannel"] = "embedChannel";
2216
- RouteKey2["customManage"] = "componentManage";
2217
2104
  RouteKey2["customComponent"] = "customComponent";
2218
2105
  RouteKey2["customMenu"] = "customMenu";
2219
- RouteKey2["customPage"] = "customPage";
2220
2106
  RouteKey2["customTemplate"] = "customTemplate";
2221
2107
  RouteKey2["customConnect"] = "customConnect";
2222
2108
  RouteKey2["customPlugin"] = "customPlugin";
@@ -2234,7 +2120,6 @@ var RouteKey;
2234
2120
  RouteKey2["view"] = "view";
2235
2121
  RouteKey2["viewHome"] = "viewHome";
2236
2122
  RouteKey2["viewBoard"] = "viewBoard";
2237
- RouteKey2["viewExploration"] = "viewExploration";
2238
2123
  RouteKey2["viewFavorite"] = "viewFavorite";
2239
2124
  RouteKey2["viewRecent"] = "viewRecent";
2240
2125
  RouteKey2["viewShared"] = "viewShared";
@@ -2252,6 +2137,8 @@ var RouteKey;
2252
2137
  RouteKey2["copilotPageQInsight"] = "copilotPageQInsight";
2253
2138
  RouteKey2["copilotPageQReport"] = "copilotPageQReport";
2254
2139
  RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
2140
+ RouteKey2["copilotPageSearch"] = "copilotPageSearch";
2141
+ RouteKey2["copilotPageMore"] = "copilotPageMore";
2255
2142
  RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
2256
2143
  RouteKey2["copilotPageAgent"] = "copilotPageAgent";
2257
2144
  RouteKey2["embedModule"] = "embedModule";
@@ -2324,9 +2211,6 @@ var RouteKey;
2324
2211
  RouteKey2["downloadEdit"] = "downloadEdit";
2325
2212
  RouteKey2["downloadView"] = "downloadView";
2326
2213
  RouteKey2["downloadPublicView"] = "downloadPublicView";
2327
- RouteKey2["explorationRoot"] = "explorationRoot";
2328
- RouteKey2["explorationEdit"] = "explorationEdit";
2329
- RouteKey2["explorationView"] = "explorationView";
2330
2214
  RouteKey2["analysisRoot"] = "analysisRoot";
2331
2215
  RouteKey2["analysisEdit"] = "analysisEdit";
2332
2216
  RouteKey2["analysisView"] = "analysisView";
@@ -2423,7 +2307,7 @@ function _array_like_to_array(arr, len) {
2423
2307
  function _array_with_holes(arr) {
2424
2308
  if (Array.isArray(arr)) return arr;
2425
2309
  }
2426
- function _define_property11(obj, key, value) {
2310
+ function _define_property8(obj, key, value) {
2427
2311
  if (key in obj) {
2428
2312
  Object.defineProperty(obj, key, {
2429
2313
  value,
@@ -2473,7 +2357,7 @@ function _object_spread(target) {
2473
2357
  }));
2474
2358
  }
2475
2359
  ownKeys2.forEach(function(key) {
2476
- _define_property11(target, key, source[key]);
2360
+ _define_property8(target, key, source[key]);
2477
2361
  });
2478
2362
  }
2479
2363
  return target;
@@ -2770,14 +2654,9 @@ var ROUTE_TREE_CONFIG = {
2770
2654
  path: "/org/admin/smartQ/globalConfig/llmConfig"
2771
2655
  },
2772
2656
  {
2773
- /** 智能小 Q - 通用配置 - AI功能管理 */
2774
- key: RouteKey.orgAdminSmartQGlobalConfigAIConfig,
2775
- path: "/org/admin/smartQ/globalConfig/aiConfig"
2776
- },
2777
- {
2778
- /** 智能小 Q - 通用配置 - 大模型配置 */
2779
- key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
2780
- path: "/org/admin/smartQ/globalConfig/knowledgeManage"
2657
+ /** 智能小 Q - 通用配置 - 主题定制 */
2658
+ key: RouteKey.orgAdminSmartQGlobalThemeSetting,
2659
+ path: "/org/admin/smartQ/globalConfig/themeSetting"
2781
2660
  }
2782
2661
  ]
2783
2662
  },
@@ -2836,18 +2715,6 @@ var ROUTE_TREE_CONFIG = {
2836
2715
  {
2837
2716
  key: RouteKey.orgQueryAgentKnowledgeBaseManage,
2838
2717
  path: "/org/admin/copilot/queryAgent/orgKnowledgeBaseManage"
2839
- },
2840
- {
2841
- key: RouteKey.orgQueryAgentGlobalConfig,
2842
- path: "/org/admin/copilot/queryAgent/globalConfig"
2843
- },
2844
- {
2845
- key: RouteKey.likeAndDislikeKnowledge,
2846
- path: "/org/admin/copilot/queryAgent/likeAndDislikeKnowledge"
2847
- },
2848
- {
2849
- key: RouteKey.orgQueryAgentAssetPlatformConfig,
2850
- path: "/org/admin/copilot/queryAgent/assetPlatformConfig"
2851
2718
  }
2852
2719
  ]
2853
2720
  },
@@ -3096,22 +2963,12 @@ var ROUTE_TREE_CONFIG = {
3096
2963
  path: "/openservice/embedChannel"
3097
2964
  },
3098
2965
  {
3099
- key: RouteKey.customManage,
3100
- path: "/openservice/componentManage",
3101
- children: [
3102
- {
3103
- key: RouteKey.customComponent,
3104
- path: "/openservice/componentManage/customComponent"
3105
- },
3106
- {
3107
- key: RouteKey.customMenu,
3108
- path: "/openservice/componentManage/customMenu"
3109
- },
3110
- {
3111
- key: RouteKey.customPage,
3112
- path: "/openservice/componentManage/customPage"
3113
- }
3114
- ]
2966
+ key: RouteKey.customComponent,
2967
+ path: "/openservice/componentManage"
2968
+ },
2969
+ {
2970
+ key: RouteKey.customMenu,
2971
+ path: "/openservice/componentMenu"
3115
2972
  },
3116
2973
  {
3117
2974
  key: RouteKey.customTemplate,
@@ -3191,10 +3048,6 @@ var ROUTE_TREE_CONFIG = {
3191
3048
  key: RouteKey.viewBoard,
3192
3049
  path: "/view/card"
3193
3050
  },
3194
- {
3195
- key: RouteKey.viewExploration,
3196
- path: "/view/exploration"
3197
- },
3198
3051
  {
3199
3052
  key: RouteKey.viewFavorite,
3200
3053
  path: "/view/favorite"
@@ -3587,21 +3440,6 @@ var ROUTE_TREE_CONFIG = {
3587
3440
  }
3588
3441
  ]
3589
3442
  },
3590
- /** 探索分析 */
3591
- {
3592
- key: RouteKey.explorationRoot,
3593
- path: "/exploration",
3594
- children: [
3595
- {
3596
- key: RouteKey.explorationEdit,
3597
- path: "/exploration/pc.htm"
3598
- },
3599
- {
3600
- key: RouteKey.explorationView,
3601
- path: "/exploration/view/pc.htm"
3602
- }
3603
- ]
3604
- },
3605
3443
  /** 即席分析 */
3606
3444
  {
3607
3445
  key: RouteKey.analysisRoot,
@@ -4103,7 +3941,6 @@ var PermissionPageType;
4103
3941
  PermissionPageType2["dashboardNl2sql"] = "dashboardNl2sql";
4104
3942
  PermissionPageType2["resourceConfig"] = "resourceConfig";
4105
3943
  PermissionPageType2["qReport"] = "qreport";
4106
- PermissionPageType2["exploration"] = "exploration";
4107
3944
  })(PermissionPageType || (PermissionPageType = {}));
4108
3945
  export {
4109
3946
  AccumulateCalcType,
@@ -4181,13 +4018,9 @@ export {
4181
4018
  ImageSizes,
4182
4019
  JoinCondition,
4183
4020
  LegendAlignType,
4184
- LegendDisplayPercentPositionValue,
4185
4021
  LegendPositionType,
4186
4022
  LegendUnHighLightedValue,
4187
4023
  LnglatGroupChildFlags,
4188
- LogicalSchema,
4189
- LogicalTable,
4190
- LogicalTree,
4191
4024
  MOBILE_PATH_ROUTE_MAP,
4192
4025
  MultiSeparator,
4193
4026
  NegativeMode,
@@ -4199,6 +4032,7 @@ export {
4199
4032
  OperationMenuItem,
4200
4033
  OperationTypes,
4201
4034
  OrgThemeMode,
4035
+ OriginDateType,
4202
4036
  PATH_ROUTE_MAP,
4203
4037
  ParamDataType,
4204
4038
  ParamStyleType,
@@ -4213,7 +4047,6 @@ export {
4213
4047
  ROUTE_PATH_MAP,
4214
4048
  ROUTE_TREE,
4215
4049
  ROUTE_TREE_MAP,
4216
- ReferentialIntegrity,
4217
4050
  RegionGranularity,
4218
4051
  ReportSummaryInsightType,
4219
4052
  ResourcePageHeaderGroupEnum,
@@ -4240,5 +4073,6 @@ export {
4240
4073
  ToolFieldType,
4241
4074
  UsePermitType,
4242
4075
  VerticalAlignTypes,
4243
- VirtualFieldOperation
4076
+ VirtualFieldOperation,
4077
+ dataBaseType
4244
4078
  };