@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.js CHANGED
@@ -94,13 +94,9 @@ __export(src_exports, {
94
94
  ImageSizes: () => ImageSizes,
95
95
  JoinCondition: () => JoinCondition,
96
96
  LegendAlignType: () => LegendAlignType,
97
- LegendDisplayPercentPositionValue: () => LegendDisplayPercentPositionValue,
98
97
  LegendPositionType: () => LegendPositionType,
99
98
  LegendUnHighLightedValue: () => LegendUnHighLightedValue,
100
99
  LnglatGroupChildFlags: () => LnglatGroupChildFlags,
101
- LogicalSchema: () => LogicalSchema,
102
- LogicalTable: () => LogicalTable,
103
- LogicalTree: () => LogicalTree,
104
100
  MOBILE_PATH_ROUTE_MAP: () => MOBILE_PATH_ROUTE_MAP,
105
101
  MultiSeparator: () => MultiSeparator,
106
102
  NegativeMode: () => NegativeMode,
@@ -112,6 +108,7 @@ __export(src_exports, {
112
108
  OperationMenuItem: () => OperationMenuItem,
113
109
  OperationTypes: () => OperationTypes,
114
110
  OrgThemeMode: () => OrgThemeMode,
111
+ OriginDateType: () => OriginDateType,
115
112
  PATH_ROUTE_MAP: () => PATH_ROUTE_MAP,
116
113
  ParamDataType: () => ParamDataType,
117
114
  ParamStyleType: () => ParamStyleType,
@@ -126,7 +123,6 @@ __export(src_exports, {
126
123
  ROUTE_PATH_MAP: () => ROUTE_PATH_MAP,
127
124
  ROUTE_TREE: () => ROUTE_TREE,
128
125
  ROUTE_TREE_MAP: () => ROUTE_TREE_MAP,
129
- ReferentialIntegrity: () => ReferentialIntegrity,
130
126
  RegionGranularity: () => RegionGranularity,
131
127
  ReportSummaryInsightType: () => ReportSummaryInsightType,
132
128
  ResourcePageHeaderGroupEnum: () => ResourcePageHeaderGroupEnum,
@@ -153,7 +149,8 @@ __export(src_exports, {
153
149
  ToolFieldType: () => ToolFieldType,
154
150
  UsePermitType: () => UsePermitType,
155
151
  VerticalAlignTypes: () => VerticalAlignTypes,
156
- VirtualFieldOperation: () => VirtualFieldOperation
152
+ VirtualFieldOperation: () => VirtualFieldOperation,
153
+ dataBaseType: () => dataBaseType
157
154
  });
158
155
  module.exports = __toCommonJS(src_exports);
159
156
 
@@ -234,7 +231,6 @@ var CUSTOM_FIELD_TYPES;
234
231
  CUSTOM_FIELD_TYPES2["FIELD_GROUP"] = "FIELD_GROUP";
235
232
  CUSTOM_FIELD_TYPES2["AGGREGATE_FIELD"] = "AGGREGATE_FIELD";
236
233
  CUSTOM_FIELD_TYPES2["STRING_FIELD"] = "STRING_FIELD";
237
- CUSTOM_FIELD_TYPES2["GROUP_CONTRAST"] = "GROUP_CONTRAST";
238
234
  })(CUSTOM_FIELD_TYPES || (CUSTOM_FIELD_TYPES = {}));
239
235
  var ResultMode;
240
236
  (function(ResultMode2) {
@@ -422,8 +418,6 @@ var DataConfigAreaItemColumn = function DataConfigAreaItemColumn2() {
422
418
  _define_property2(this, "groupSortInfo", void 0);
423
419
  _define_property2(this, "isMultiField", void 0);
424
420
  _define_property2(this, "parentFieldGuid", void 0);
425
- _define_property2(this, "isVirtual", void 0);
426
- _define_property2(this, "groupContrast", void 0);
427
421
  };
428
422
  var ContrastType;
429
423
  (function(ContrastType2) {
@@ -484,7 +478,6 @@ var Aggregators;
484
478
  Aggregators2["avg"] = "avg";
485
479
  Aggregators2["count"] = "count";
486
480
  Aggregators2["countd"] = "countd";
487
- Aggregators2["approx_distinct"] = "approx_distinct";
488
481
  Aggregators2["null"] = "null";
489
482
  Aggregators2["more"] = "more";
490
483
  Aggregators2["max"] = "max";
@@ -972,7 +965,6 @@ var ComponentType;
972
965
  ComponentType2[ComponentType2["UNSTRUCTURED_HIERARCHICAL"] = 128] = "UNSTRUCTURED_HIERARCHICAL";
973
966
  ComponentType2[ComponentType2["UNSTRUCTURED_FREQUENCY"] = 129] = "UNSTRUCTURED_FREQUENCY";
974
967
  ComponentType2[ComponentType2["SMART_INTERPRETATION"] = 130] = "SMART_INTERPRETATION";
975
- ComponentType2[ComponentType2["EXPLORATION_SMART_CHART"] = 131] = "EXPLORATION_SMART_CHART";
976
968
  })(ComponentType || (ComponentType = {}));
977
969
  var _obj;
978
970
  var ScreenComponentCode = (_obj = {}, _define_property5(_obj, "custom_component", 0), /** 图层组 */
@@ -1132,7 +1124,6 @@ var ChartType;
1132
1124
  ChartType2["CONCAT_CONTAINER"] = "concat-container";
1133
1125
  ChartType2["INDICATOR_RELATION"] = "indicator-relation";
1134
1126
  ChartType2["SMART_INTERPRETATION"] = "smart-interpretation";
1135
- ChartType2["EXPLORATION_SMART_CHART"] = "exploration-smart-chart";
1136
1127
  ChartType2["UNSTRUCTURED_PARALLEL"] = "parallel";
1137
1128
  ChartType2["UNSTRUCTURED_CONTRAST"] = "contrast";
1138
1129
  ChartType2["UNSTRUCTURED_TIMELINE"] = "timeline";
@@ -1471,11 +1462,6 @@ var LegendUnHighLightedValue;
1471
1462
  LegendUnHighLightedValue2["default"] = "-";
1472
1463
  LegendUnHighLightedValue2["empty"] = "";
1473
1464
  })(LegendUnHighLightedValue || (LegendUnHighLightedValue = {}));
1474
- var LegendDisplayPercentPositionValue;
1475
- (function(LegendDisplayPercentPositionValue2) {
1476
- LegendDisplayPercentPositionValue2["Bottom"] = "bottom";
1477
- LegendDisplayPercentPositionValue2["Right"] = "right";
1478
- })(LegendDisplayPercentPositionValue || (LegendDisplayPercentPositionValue = {}));
1479
1465
  var ConstastTypeMap = {
1480
1466
  dateRegion: [
1481
1467
  "DAY_DAY_RING_RATIO",
@@ -1557,69 +1543,26 @@ var Env;
1557
1543
  Env2["mobile"] = "mobile";
1558
1544
  })(Env || (Env = {}));
1559
1545
 
1560
- // src/basic/bi-types/src/cube/cube-field-expression.ts
1561
- var FieldExpressionType;
1562
- (function(FieldExpressionType2) {
1563
- FieldExpressionType2["dataGroup"] = "dataGroup";
1564
- FieldExpressionType2["udf"] = "udf";
1565
- FieldExpressionType2["system"] = "system";
1566
- FieldExpressionType2["tool"] = "tool";
1567
- })(FieldExpressionType || (FieldExpressionType = {}));
1568
- var ToolFieldType;
1569
- (function(ToolFieldType2) {
1570
- ToolFieldType2["DateDifference"] = "dateDifference";
1571
- ToolFieldType2["MissingValueReplacement"] = "missingValueReplacement";
1572
- ToolFieldType2["ValueReplacement"] = "valueReplacement";
1573
- ToolFieldType2["SplitField"] = "SplitField";
1574
- ToolFieldType2["MergeField"] = "mergeField";
1575
- })(ToolFieldType || (ToolFieldType = {}));
1576
- var GroupType;
1577
- (function(GroupType2) {
1578
- GroupType2["NormalGroup"] = "NormalGroup";
1579
- GroupType2["ListGroup"] = "ListGroup";
1580
- GroupType2["CustomizedGroup"] = "CustomizedGroup";
1581
- })(GroupType || (GroupType = {}));
1582
- var GroupOperator;
1583
- (function(GroupOperator2) {
1584
- GroupOperator2["LessThan"] = "lessThan";
1585
- GroupOperator2["LessThanOrEqualTo"] = "lessThanOrEqualTo";
1586
- GroupOperator2["GreaterThan"] = "greaterThan";
1587
- GroupOperator2["GreaterThanOrEqualTo"] = "greaterThanOrEqualTo";
1588
- GroupOperator2["IsNull"] = "isNull";
1589
- GroupOperator2["Between"] = "between";
1590
- })(GroupOperator || (GroupOperator = {}));
1591
-
1592
- // src/basic/bi-types/src/cube/cube-links.ts
1593
- var JoinCondition;
1594
- (function(JoinCondition2) {
1595
- JoinCondition2["EQUAL_TO"] = "equal-to";
1596
- JoinCondition2["UNEQUAL_TO"] = "unequal-to";
1597
- JoinCondition2["GREATER_THAN"] = "greater-than";
1598
- JoinCondition2["GREATER_THAN_OR_EQUAL_TO"] = "greater-than-or-equal-to";
1599
- JoinCondition2["LESS_THAN"] = "less-than";
1600
- JoinCondition2["LESS_THAN_OR_EQUAL_TO"] = "less-than-or-equal-to";
1601
- })(JoinCondition || (JoinCondition = {}));
1602
- var TableRelation;
1603
- (function(TableRelation2) {
1604
- TableRelation2["ONE_TO_ONE"] = "one-to-one";
1605
- TableRelation2["MANY_TO_MANY"] = "many-to-many";
1606
- TableRelation2["ONE_TO_MANY"] = "one-to-many";
1607
- TableRelation2["MANY_TO_ONE"] = "many-to-one";
1608
- })(TableRelation || (TableRelation = {}));
1609
- var ReferentialIntegrity;
1610
- (function(ReferentialIntegrity2) {
1611
- ReferentialIntegrity2["ALL_TO_ALL"] = "all-to-all";
1612
- ReferentialIntegrity2["ALL_TO_SOME"] = "all-to-some";
1613
- ReferentialIntegrity2["SOME_TO_ALL"] = "some-to-all";
1614
- ReferentialIntegrity2["SOME_TO_SOME"] = "some-to-some";
1615
- })(ReferentialIntegrity || (ReferentialIntegrity = {}));
1616
-
1617
- // src/basic/bi-types/src/cube/cube-schema.ts
1546
+ // src/basic/bi-types/src/cube/cube-model.ts
1618
1547
  function _class_call_check6(instance, Constructor) {
1619
1548
  if (!(instance instanceof Constructor)) {
1620
1549
  throw new TypeError("Cannot call a class as a function");
1621
1550
  }
1622
1551
  }
1552
+ function _defineProperties2(target, props) {
1553
+ for (var i = 0; i < props.length; i++) {
1554
+ var descriptor = props[i];
1555
+ descriptor.enumerable = descriptor.enumerable || false;
1556
+ descriptor.configurable = true;
1557
+ if ("value" in descriptor) descriptor.writable = true;
1558
+ Object.defineProperty(target, descriptor.key, descriptor);
1559
+ }
1560
+ }
1561
+ function _create_class2(Constructor, protoProps, staticProps) {
1562
+ if (protoProps) _defineProperties2(Constructor.prototype, protoProps);
1563
+ if (staticProps) _defineProperties2(Constructor, staticProps);
1564
+ return Constructor;
1565
+ }
1623
1566
  function _define_property7(obj, key, value) {
1624
1567
  if (key in obj) {
1625
1568
  Object.defineProperty(obj, key, {
@@ -1633,6 +1576,114 @@ function _define_property7(obj, key, value) {
1633
1576
  }
1634
1577
  return obj;
1635
1578
  }
1579
+ var CustomAreaType;
1580
+ (function(CustomAreaType2) {
1581
+ CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
1582
+ CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
1583
+ CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
1584
+ CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
1585
+ CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
1586
+ })(CustomAreaType || (CustomAreaType = {}));
1587
+ var PictureCoordinateType;
1588
+ (function(PictureCoordinateType2) {
1589
+ PictureCoordinateType2["HORIZONTAL"] = "CUSTOM_PICTURE_HORIZONTAL";
1590
+ PictureCoordinateType2["VERTICAL"] = "CUSTOM_PICTURE_VERTICAL";
1591
+ })(PictureCoordinateType || (PictureCoordinateType = {}));
1592
+ var PhysicalTableType;
1593
+ (function(PhysicalTableType2) {
1594
+ PhysicalTableType2["Table"] = "table";
1595
+ PhysicalTableType2["Sql"] = "sql";
1596
+ PhysicalTableType2["File"] = "file";
1597
+ })(PhysicalTableType || (PhysicalTableType = {}));
1598
+ var PhysicalSchema = function PhysicalSchema2() {
1599
+ "use strict";
1600
+ _class_call_check6(this, PhysicalSchema2);
1601
+ _define_property7(this, "tables", []);
1602
+ _define_property7(this, "virtualTables", []);
1603
+ _define_property7(this, "unionTables", []);
1604
+ _define_property7(this, "links", []);
1605
+ _define_property7(this, "sqlHintTypes", []);
1606
+ _define_property7(this, "sqlHints", []);
1607
+ };
1608
+ var CubeSchema = function CubeSchema2() {
1609
+ "use strict";
1610
+ _class_call_check6(this, CubeSchema2);
1611
+ _define_property7(this, "uniqueId", "");
1612
+ _define_property7(this, "cubeId", "");
1613
+ _define_property7(this, "datasourceId", "");
1614
+ _define_property7(this, "caption", "");
1615
+ _define_property7(this, "fields", []);
1616
+ _define_property7(this, "fieldTree", []);
1617
+ _define_property7(this, "filter", null);
1618
+ _define_property7(this, "params", []);
1619
+ _define_property7(this, "sqlPlaceholders", []);
1620
+ };
1621
+ var EditPermitType;
1622
+ (function(EditPermitType2) {
1623
+ EditPermitType2[EditPermitType2["private"] = 0] = "private";
1624
+ EditPermitType2[EditPermitType2["oldWorkSpaceMember"] = 1] = "oldWorkSpaceMember";
1625
+ EditPermitType2[EditPermitType2["appointPerson"] = 12] = "appointPerson";
1626
+ EditPermitType2[EditPermitType2["allWorkSpacePerson"] = 11] = "allWorkSpacePerson";
1627
+ })(EditPermitType || (EditPermitType = {}));
1628
+ var UsePermitType;
1629
+ (function(UsePermitType2) {
1630
+ UsePermitType2[UsePermitType2["appointPerson"] = 2] = "appointPerson";
1631
+ UsePermitType2[UsePermitType2["allWorkSpacePerson"] = 1] = "allWorkSpacePerson";
1632
+ })(UsePermitType || (UsePermitType = {}));
1633
+ var SchemaExtraInfo = function SchemaExtraInfo2() {
1634
+ "use strict";
1635
+ _class_call_check6(this, SchemaExtraInfo2);
1636
+ _define_property7(this, "aimDirId", null);
1637
+ _define_property7(this, "hasAuthorizedUse", void 0);
1638
+ _define_property7(this, "permissionList", void 0);
1639
+ _define_property7(this, "dataLevelAttributeIds", []);
1640
+ _define_property7(this, "withoutColumnLevelPermissionFields", []);
1641
+ _define_property7(this, "aggFunctions", []);
1642
+ _define_property7(this, "isDataMaskOpen", void 0);
1643
+ _define_property7(this, "isOpenColumnLevelPermission", void 0);
1644
+ _define_property7(this, "isOpenRowLevelPermission", void 0);
1645
+ _define_property7(this, "dsCreateOrigin", void 0);
1646
+ _define_property7(this, "dataLoadMode", void 0);
1647
+ _define_property7(this, "etlGenerateCube", void 0);
1648
+ _define_property7(this, "cubeType", null);
1649
+ _define_property7(this, "creatorId", void 0);
1650
+ _define_property7(this, "creatorName", void 0);
1651
+ _define_property7(this, "authLevel", void 0);
1652
+ _define_property7(this, "comments", void 0);
1653
+ _define_property7(this, "authorizedUseType", void 0);
1654
+ _define_property7(this, "functionConfig", void 0);
1655
+ _define_property7(this, "gmtModified", void 0);
1656
+ };
1657
+ var CubeModel = function CubeModel2() {
1658
+ "use strict";
1659
+ _class_call_check6(this, CubeModel2);
1660
+ _define_property7(this, "physicalSchema", new PhysicalSchema());
1661
+ _define_property7(this, "cubeSchema", new CubeSchema());
1662
+ _define_property7(this, "metaModelVersion", "2.0");
1663
+ _define_property7(this, "userDefineVersion", "5.0.1");
1664
+ _define_property7(this, "schemaExtraInfo", new SchemaExtraInfo());
1665
+ };
1666
+ var TableJoinType;
1667
+ (function(TableJoinType2) {
1668
+ TableJoinType2["LEFT_OUTER_JOIN"] = "LEFT_OUTER_JOIN";
1669
+ TableJoinType2["INNER_JOIN"] = "INNER_JOIN";
1670
+ TableJoinType2["RIGHT_OUTER_JOIN"] = "RIGHT_OUTER_JOIN";
1671
+ TableJoinType2["FULL_OUTER_JOIN"] = "FULL_OUTER_JOIN";
1672
+ TableJoinType2["JOIN_ERROR"] = "JOIN_ERROR";
1673
+ })(TableJoinType || (TableJoinType = {}));
1674
+ var TableRelation;
1675
+ (function(TableRelation2) {
1676
+ TableRelation2["MANY_TO_ONE"] = "many-to-one";
1677
+ })(TableRelation || (TableRelation = {}));
1678
+ var JoinCondition;
1679
+ (function(JoinCondition2) {
1680
+ JoinCondition2["EQUAL_TO"] = "equal-to";
1681
+ JoinCondition2["UNEQUAL_TO"] = "unequal-to";
1682
+ JoinCondition2["GREATER_THAN"] = "greater-than";
1683
+ JoinCondition2["GREATER_THAN_OR_EQUAL_TO"] = "greater-than-or-equal-to";
1684
+ JoinCondition2["LESS_THAN"] = "less-than";
1685
+ JoinCondition2["LESS_THAN_OR_EQUAL_TO"] = "less-than-or-equal-to";
1686
+ })(JoinCondition || (JoinCondition = {}));
1636
1687
  var DataType;
1637
1688
  (function(DataType2) {
1638
1689
  DataType2["number"] = "number";
@@ -1653,15 +1704,6 @@ var SecondDataType;
1653
1704
  SecondDataType2["time"] = "time";
1654
1705
  SecondDataType2["multiValue"] = "multi_value";
1655
1706
  })(SecondDataType || (SecondDataType = {}));
1656
- var Aggregator;
1657
- (function(Aggregator2) {
1658
- Aggregator2["sum"] = "sum";
1659
- Aggregator2["count"] = "count";
1660
- Aggregator2["distinct-count"] = "distinct-count";
1661
- Aggregator2["max"] = "max";
1662
- Aggregator2["min"] = "min";
1663
- Aggregator2["avg"] = "avg";
1664
- })(Aggregator || (Aggregator = {}));
1665
1707
  var CalendarTypeEnum;
1666
1708
  (function(CalendarTypeEnum2) {
1667
1709
  CalendarTypeEnum2["GregorianYear"] = "gregorian-year";
@@ -1701,36 +1743,6 @@ var MultiSeparator;
1701
1743
  MultiSeparator2["semicolon"] = ";";
1702
1744
  MultiSeparator2["space"] = " ";
1703
1745
  })(MultiSeparator || (MultiSeparator = {}));
1704
- var EmptyValueDisplayType;
1705
- (function(EmptyValueDisplayType2) {
1706
- EmptyValueDisplayType2["Hyphen"] = "hyphen";
1707
- EmptyValueDisplayType2["Braces"] = "braces";
1708
- EmptyValueDisplayType2["Null"] = "null";
1709
- EmptyValueDisplayType2["NotDisplay"] = "notDisplay";
1710
- EmptyValueDisplayType2["Custom"] = "custom";
1711
- })(EmptyValueDisplayType || (EmptyValueDisplayType = {}));
1712
- var CustomAreaType;
1713
- (function(CustomAreaType2) {
1714
- CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
1715
- CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
1716
- CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
1717
- CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
1718
- CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
1719
- })(CustomAreaType || (CustomAreaType = {}));
1720
- var PictureCoordinateType;
1721
- (function(PictureCoordinateType2) {
1722
- PictureCoordinateType2["HORIZONTAL"] = "CUSTOM_PICTURE_HORIZONTAL";
1723
- PictureCoordinateType2["VERTICAL"] = "CUSTOM_PICTURE_VERTICAL";
1724
- })(PictureCoordinateType || (PictureCoordinateType = {}));
1725
- var FilterAttr = function FilterAttr2() {
1726
- "use strict";
1727
- _class_call_check6(this, FilterAttr2);
1728
- _define_property7(this, "logicalOperator", void 0);
1729
- _define_property7(this, "filterElements", []);
1730
- _define_property7(this, "filters", []);
1731
- _define_property7(this, "beforeJoin", void 0);
1732
- _define_property7(this, "tableId", void 0);
1733
- };
1734
1746
  var ParamStyleType;
1735
1747
  (function(ParamStyleType2) {
1736
1748
  ParamStyleType2["condition"] = "condition";
@@ -1738,158 +1750,32 @@ var ParamStyleType;
1738
1750
  ParamStyleType2["param"] = "param";
1739
1751
  ParamStyleType2["accelerate"] = "accelerate";
1740
1752
  })(ParamStyleType || (ParamStyleType = {}));
1741
- var ParamDataType;
1742
- (function(ParamDataType2) {
1743
- ParamDataType2["string"] = "string";
1744
- ParamDataType2["number"] = "number";
1745
- ParamDataType2["dateTime"] = "datetime";
1746
- ParamDataType2["dateRegion"] = "dateRegion";
1747
- ParamDataType2["quarterRegion"] = "quarterRegion";
1748
- ParamDataType2["monthRegion"] = "monthRegion";
1749
- ParamDataType2["weekRegion"] = "weekRegion";
1750
- ParamDataType2["yearRegion"] = "yearRegion";
1751
- ParamDataType2["ymdHmsRegion"] = "ymdHmsRegion";
1752
- })(ParamDataType || (ParamDataType = {}));
1753
- var CubeSchema = function CubeSchema2() {
1754
- "use strict";
1755
- _class_call_check6(this, CubeSchema2);
1756
- _define_property7(this, "uniqueId", "");
1757
- _define_property7(this, "cubeId", "");
1758
- _define_property7(this, "datasourceId", "");
1759
- _define_property7(this, "caption", "");
1760
- _define_property7(this, "fields", []);
1761
- _define_property7(this, "fieldTree", []);
1762
- _define_property7(this, "filter", null);
1763
- _define_property7(this, "params", []);
1764
- _define_property7(this, "sqlPlaceholders", []);
1765
- };
1766
-
1767
- // src/basic/bi-types/src/cube/logical-schema.ts
1768
- function _class_call_check7(instance, Constructor) {
1769
- if (!(instance instanceof Constructor)) {
1770
- throw new TypeError("Cannot call a class as a function");
1771
- }
1772
- }
1773
- function _define_property8(obj, key, value) {
1774
- if (key in obj) {
1775
- Object.defineProperty(obj, key, {
1776
- value,
1777
- enumerable: true,
1778
- configurable: true,
1779
- writable: true
1780
- });
1781
- } else {
1782
- obj[key] = value;
1783
- }
1784
- return obj;
1785
- }
1786
- var LogicalTable = function LogicalTable2() {
1787
- "use strict";
1788
- _class_call_check7(this, LogicalTable2);
1789
- _define_property8(this, "uniqueId", void 0);
1790
- _define_property8(this, "caption", void 0);
1791
- _define_property8(this, "physicalSchema", void 0);
1792
- };
1793
- var LogicalTree = function LogicalTree2() {
1794
- "use strict";
1795
- _class_call_check7(this, LogicalTree2);
1796
- _define_property8(this, "uniqueId", void 0);
1797
- _define_property8(this, "links", void 0);
1798
- };
1799
- var LogicalSchema = function LogicalSchema2() {
1800
- "use strict";
1801
- _class_call_check7(this, LogicalSchema2);
1802
- _define_property8(this, "logicalNodes", []);
1803
- _define_property8(this, "logicalTrees", []);
1804
- };
1805
-
1806
- // src/basic/bi-types/src/cube/cube-model.ts
1807
- function _class_call_check8(instance, Constructor) {
1808
- if (!(instance instanceof Constructor)) {
1809
- throw new TypeError("Cannot call a class as a function");
1810
- }
1811
- }
1812
- function _defineProperties2(target, props) {
1813
- for (var i = 0; i < props.length; i++) {
1814
- var descriptor = props[i];
1815
- descriptor.enumerable = descriptor.enumerable || false;
1816
- descriptor.configurable = true;
1817
- if ("value" in descriptor) descriptor.writable = true;
1818
- Object.defineProperty(target, descriptor.key, descriptor);
1819
- }
1820
- }
1821
- function _create_class2(Constructor, protoProps, staticProps) {
1822
- if (protoProps) _defineProperties2(Constructor.prototype, protoProps);
1823
- if (staticProps) _defineProperties2(Constructor, staticProps);
1824
- return Constructor;
1825
- }
1826
- function _define_property9(obj, key, value) {
1827
- if (key in obj) {
1828
- Object.defineProperty(obj, key, {
1829
- value,
1830
- enumerable: true,
1831
- configurable: true,
1832
- writable: true
1833
- });
1834
- } else {
1835
- obj[key] = value;
1836
- }
1837
- return obj;
1838
- }
1839
- var EditPermitType;
1840
- (function(EditPermitType2) {
1841
- EditPermitType2[EditPermitType2["private"] = 0] = "private";
1842
- EditPermitType2[EditPermitType2["oldWorkSpaceMember"] = 1] = "oldWorkSpaceMember";
1843
- EditPermitType2[EditPermitType2["appointPerson"] = 12] = "appointPerson";
1844
- EditPermitType2[EditPermitType2["allWorkSpacePerson"] = 11] = "allWorkSpacePerson";
1845
- })(EditPermitType || (EditPermitType = {}));
1846
- var UsePermitType;
1847
- (function(UsePermitType2) {
1848
- UsePermitType2[UsePermitType2["appointPerson"] = 2] = "appointPerson";
1849
- UsePermitType2[UsePermitType2["allWorkSpacePerson"] = 1] = "allWorkSpacePerson";
1850
- })(UsePermitType || (UsePermitType = {}));
1851
- var SchemaExtraInfo = function SchemaExtraInfo2() {
1852
- "use strict";
1853
- _class_call_check8(this, SchemaExtraInfo2);
1854
- _define_property9(this, "aimDirId", null);
1855
- _define_property9(this, "hasAuthorizedUse", void 0);
1856
- _define_property9(this, "permissionList", void 0);
1857
- _define_property9(this, "dataLevelAttributeIds", []);
1858
- _define_property9(this, "withoutColumnLevelPermissionFields", []);
1859
- _define_property9(this, "aggFunctions", []);
1860
- _define_property9(this, "isDataMaskOpen", void 0);
1861
- _define_property9(this, "isOpenColumnLevelPermission", void 0);
1862
- _define_property9(this, "isOpenRowLevelPermission", void 0);
1863
- _define_property9(this, "dsCreateOrigin", void 0);
1864
- _define_property9(this, "dataLoadMode", void 0);
1865
- _define_property9(this, "etlGenerateCube", void 0);
1866
- _define_property9(this, "cubeType", null);
1867
- _define_property9(this, "creatorId", void 0);
1868
- _define_property9(this, "creatorName", void 0);
1869
- _define_property9(this, "authLevel", void 0);
1870
- _define_property9(this, "comments", void 0);
1871
- _define_property9(this, "authorizedUseType", void 0);
1872
- _define_property9(this, "functionConfig", void 0);
1873
- _define_property9(this, "gmtModified", void 0);
1874
- };
1875
1753
  var EmptyValueType;
1876
1754
  (function(EmptyValueType2) {
1877
1755
  EmptyValueType2["EmptyValue"] = "EmptyValue";
1878
1756
  EmptyValueType2["EmptyString"] = "EmptyString";
1879
1757
  })(EmptyValueType || (EmptyValueType = {}));
1758
+ var EmptyValueDisplayType;
1759
+ (function(EmptyValueDisplayType2) {
1760
+ EmptyValueDisplayType2["Hyphen"] = "hyphen";
1761
+ EmptyValueDisplayType2["Braces"] = "braces";
1762
+ EmptyValueDisplayType2["Null"] = "null";
1763
+ EmptyValueDisplayType2["NotDisplay"] = "notDisplay";
1764
+ EmptyValueDisplayType2["Custom"] = "custom";
1765
+ })(EmptyValueDisplayType || (EmptyValueDisplayType = {}));
1880
1766
  var EmptyStringOrNullDisplayConfig = function EmptyStringOrNullDisplayConfig2() {
1881
1767
  "use strict";
1882
- _class_call_check8(this, EmptyStringOrNullDisplayConfig2);
1883
- _define_property9(this, "formatType", EmptyValueDisplayType.Hyphen);
1884
- _define_property9(this, "customFormat", void 0);
1885
- _define_property9(this, "isAuto", true);
1768
+ _class_call_check6(this, EmptyStringOrNullDisplayConfig2);
1769
+ _define_property7(this, "formatType", "hyphen");
1770
+ _define_property7(this, "customFormat", void 0);
1771
+ _define_property7(this, "isAuto", true);
1886
1772
  };
1887
1773
  var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1888
1774
  "use strict";
1889
1775
  function EmptyValueDisplayConfig2() {
1890
- _class_call_check8(this, EmptyValueDisplayConfig2);
1891
- _define_property9(this, "emptyValueConfig", new EmptyStringOrNullDisplayConfig());
1892
- _define_property9(this, "emptyStringConfig", new EmptyStringOrNullDisplayConfig());
1776
+ _class_call_check6(this, EmptyValueDisplayConfig2);
1777
+ _define_property7(this, "emptyValueConfig", new EmptyStringOrNullDisplayConfig());
1778
+ _define_property7(this, "emptyStringConfig", new EmptyStringOrNullDisplayConfig());
1893
1779
  }
1894
1780
  _create_class2(EmptyValueDisplayConfig2, null, [
1895
1781
  {
@@ -1897,12 +1783,12 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1897
1783
  value: function getDefaultConfigForQuickReport() {
1898
1784
  return {
1899
1785
  emptyValueConfig: {
1900
- formatType: EmptyValueDisplayType.NotDisplay,
1786
+ formatType: "notDisplay",
1901
1787
  customFormat: null,
1902
1788
  isAuto: false
1903
1789
  },
1904
1790
  emptyStringConfig: {
1905
- formatType: EmptyValueDisplayType.NotDisplay,
1791
+ formatType: "notDisplay",
1906
1792
  customFormat: null,
1907
1793
  isAuto: false
1908
1794
  }
@@ -1935,23 +1821,23 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1935
1821
  if (!fieldSetting) {
1936
1822
  return defaultValue !== null && defaultValue !== void 0 ? defaultValue : {
1937
1823
  emptyValueConfig: {
1938
- formatType: EmptyValueDisplayType.Hyphen,
1824
+ formatType: "hyphen",
1939
1825
  customFormat: null
1940
1826
  },
1941
1827
  emptyStringConfig: {
1942
- formatType: EmptyValueDisplayType.Hyphen,
1828
+ formatType: "hyphen",
1943
1829
  customFormat: null
1944
1830
  }
1945
1831
  };
1946
1832
  }
1947
1833
  var _fieldSetting_emptyValueConfig, _ref;
1948
1834
  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 : {
1949
- formatType: EmptyValueDisplayType.Hyphen,
1835
+ formatType: "hyphen",
1950
1836
  customFormat: null
1951
1837
  };
1952
1838
  var _fieldSetting_emptyStringConfig, _ref1;
1953
1839
  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 : {
1954
- formatType: EmptyValueDisplayType.Hyphen,
1840
+ formatType: "hyphen",
1955
1841
  customFormat: null
1956
1842
  };
1957
1843
  return {
@@ -1964,6 +1850,41 @@ var EmptyValueDisplayConfig = /* @__PURE__ */ function() {
1964
1850
  ]);
1965
1851
  return EmptyValueDisplayConfig2;
1966
1852
  }();
1853
+ var Aggregator;
1854
+ (function(Aggregator2) {
1855
+ Aggregator2["sum"] = "sum";
1856
+ Aggregator2["count"] = "count";
1857
+ Aggregator2["distinct-count"] = "distinct-count";
1858
+ Aggregator2["max"] = "max";
1859
+ Aggregator2["min"] = "min";
1860
+ Aggregator2["avg"] = "avg";
1861
+ })(Aggregator || (Aggregator = {}));
1862
+ var FilterAttr = function FilterAttr2() {
1863
+ "use strict";
1864
+ _class_call_check6(this, FilterAttr2);
1865
+ _define_property7(this, "logicalOperator", void 0);
1866
+ _define_property7(this, "filterElements", []);
1867
+ _define_property7(this, "filters", []);
1868
+ _define_property7(this, "beforeJoin", void 0);
1869
+ _define_property7(this, "tableId", void 0);
1870
+ };
1871
+ var OriginDateType;
1872
+ (function(OriginDateType2) {
1873
+ OriginDateType2["SingleDate"] = "singleDate";
1874
+ OriginDateType2["DateRange"] = "dateRange";
1875
+ })(OriginDateType || (OriginDateType = {}));
1876
+ var ParamDataType;
1877
+ (function(ParamDataType2) {
1878
+ ParamDataType2["string"] = "string";
1879
+ ParamDataType2["number"] = "number";
1880
+ ParamDataType2["dateTime"] = "datetime";
1881
+ ParamDataType2["dateRegion"] = "dateRegion";
1882
+ ParamDataType2["quarterRegion"] = "quarterRegion";
1883
+ ParamDataType2["monthRegion"] = "monthRegion";
1884
+ ParamDataType2["weekRegion"] = "weekRegion";
1885
+ ParamDataType2["yearRegion"] = "yearRegion";
1886
+ ParamDataType2["ymdHmsRegion"] = "ymdHmsRegion";
1887
+ })(ParamDataType || (ParamDataType = {}));
1967
1888
  var CellsetDimTypes;
1968
1889
  (function(CellsetDimTypes2) {
1969
1890
  CellsetDimTypes2["StandardDimension"] = "StandardDimension";
@@ -1972,14 +1893,15 @@ var CellsetDimTypes;
1972
1893
  CellsetDimTypes2["GeographicDimension"] = "GeographicDimension";
1973
1894
  CellsetDimTypes2["measureCol"] = "measureCol";
1974
1895
  })(CellsetDimTypes || (CellsetDimTypes = {}));
1975
- var CubeModel = function CubeModel2() {
1896
+ var HintModal = function HintModal2() {
1976
1897
  "use strict";
1977
- _class_call_check8(this, CubeModel2);
1978
- _define_property9(this, "logicalSchema", new LogicalSchema());
1979
- _define_property9(this, "cubeSchema", new CubeSchema());
1980
- _define_property9(this, "metaModelVersion", "2.0");
1981
- _define_property9(this, "userDefineVersion", "5.0.1");
1982
- _define_property9(this, "schemaExtraInfo", new SchemaExtraInfo());
1898
+ _class_call_check6(this, HintModal2);
1899
+ _define_property7(this, "dsType", void 0);
1900
+ _define_property7(this, "head", "set");
1901
+ _define_property7(this, "key", "");
1902
+ _define_property7(this, "connector", "=");
1903
+ _define_property7(this, "value", "");
1904
+ _define_property7(this, "support", true);
1983
1905
  };
1984
1906
 
1985
1907
  // src/basic/bi-types/src/cube/data-source.ts
@@ -2096,7 +2018,6 @@ var DsType;
2096
2018
  DsType2["unicorn"] = "unicorn";
2097
2019
  DsType2["dm"] = "dm";
2098
2020
  DsType2["sls"] = "sls";
2099
- DsType2["mysql_duckdb"] = "mysql_duckdb";
2100
2021
  })(DsType || (DsType = {}));
2101
2022
  var AcrossDsType;
2102
2023
  (function(AcrossDsType2) {
@@ -2115,8 +2036,6 @@ var DataSourcePortValue;
2115
2036
  DataSourcePortValue2["eight_two_four_two"] = "8242";
2116
2037
  DataSourcePortValue2["three_three_zero_six_zero"] = "33060";
2117
2038
  DataSourcePortValue2["three_zero_zero_six_zero"] = "30060";
2118
- DataSourcePortValue2["three_three_zero_six"] = "33306";
2119
- DataSourcePortValue2["one_zero_zero_zero_zero"] = "10000";
2120
2039
  })(DataSourcePortValue || (DataSourcePortValue = {}));
2121
2040
  var DataSourceSort;
2122
2041
  (function(DataSourceSort2) {
@@ -2144,6 +2063,15 @@ var DataSourcesConfigId;
2144
2063
  DataSourcesConfigId2["google"] = "google";
2145
2064
  DataSourcesConfigId2["customDs"] = "customDs";
2146
2065
  })(DataSourcesConfigId || (DataSourcesConfigId = {}));
2066
+ var dataBaseType = [
2067
+ "cloud",
2068
+ "local",
2069
+ "aws",
2070
+ "huawei",
2071
+ "tencent",
2072
+ "microsoft",
2073
+ "google"
2074
+ ];
2147
2075
  var SHEET_TABLE = [
2148
2076
  "feishu_bitable",
2149
2077
  "feishu_spreadsheet",
@@ -2151,59 +2079,36 @@ var SHEET_TABLE = [
2151
2079
  "dingtalk_spreadsheet"
2152
2080
  ];
2153
2081
 
2154
- // src/basic/bi-types/src/cube/physical-schema.ts
2155
- function _class_call_check9(instance, Constructor) {
2156
- if (!(instance instanceof Constructor)) {
2157
- throw new TypeError("Cannot call a class as a function");
2158
- }
2159
- }
2160
- function _define_property10(obj, key, value) {
2161
- if (key in obj) {
2162
- Object.defineProperty(obj, key, {
2163
- value,
2164
- enumerable: true,
2165
- configurable: true,
2166
- writable: true
2167
- });
2168
- } else {
2169
- obj[key] = value;
2170
- }
2171
- return obj;
2172
- }
2173
- var TableJoinType;
2174
- (function(TableJoinType2) {
2175
- TableJoinType2["LEFT_OUTER_JOIN"] = "LEFT_OUTER_JOIN";
2176
- TableJoinType2["INNER_JOIN"] = "INNER_JOIN";
2177
- TableJoinType2["RIGHT_OUTER_JOIN"] = "RIGHT_OUTER_JOIN";
2178
- TableJoinType2["FULL_OUTER_JOIN"] = "FULL_OUTER_JOIN";
2179
- TableJoinType2["JOIN_ERROR"] = "JOIN_ERROR";
2180
- })(TableJoinType || (TableJoinType = {}));
2181
- var PhysicalTableType;
2182
- (function(PhysicalTableType2) {
2183
- PhysicalTableType2["Table"] = "table";
2184
- PhysicalTableType2["Sql"] = "sql";
2185
- PhysicalTableType2["File"] = "file";
2186
- })(PhysicalTableType || (PhysicalTableType = {}));
2187
- var HintModal = function HintModal2() {
2188
- "use strict";
2189
- _class_call_check9(this, HintModal2);
2190
- _define_property10(this, "dsType", void 0);
2191
- _define_property10(this, "head", "set");
2192
- _define_property10(this, "key", "");
2193
- _define_property10(this, "connector", "=");
2194
- _define_property10(this, "value", "");
2195
- _define_property10(this, "support", true);
2196
- };
2197
- var PhysicalSchema = function PhysicalSchema2() {
2198
- "use strict";
2199
- _class_call_check9(this, PhysicalSchema2);
2200
- _define_property10(this, "tables", []);
2201
- _define_property10(this, "virtualTables", []);
2202
- _define_property10(this, "unionTables", []);
2203
- _define_property10(this, "links", []);
2204
- _define_property10(this, "sqlHintTypes", []);
2205
- _define_property10(this, "sqlHints", []);
2206
- };
2082
+ // src/basic/bi-types/src/cube/cube-field-expression.ts
2083
+ var FieldExpressionType;
2084
+ (function(FieldExpressionType2) {
2085
+ FieldExpressionType2["dataGroup"] = "dataGroup";
2086
+ FieldExpressionType2["udf"] = "udf";
2087
+ FieldExpressionType2["system"] = "system";
2088
+ FieldExpressionType2["tool"] = "tool";
2089
+ })(FieldExpressionType || (FieldExpressionType = {}));
2090
+ var ToolFieldType;
2091
+ (function(ToolFieldType2) {
2092
+ ToolFieldType2["DateDifference"] = "dateDifference";
2093
+ ToolFieldType2["MissingValueReplacement"] = "missingValueReplacement";
2094
+ ToolFieldType2["ValueReplacement"] = "valueReplacement";
2095
+ ToolFieldType2["SplitField"] = "SplitField";
2096
+ ToolFieldType2["MergeField"] = "mergeField";
2097
+ })(ToolFieldType || (ToolFieldType = {}));
2098
+ var GroupType;
2099
+ (function(GroupType2) {
2100
+ GroupType2["NormalGroup"] = "NormalGroup";
2101
+ GroupType2["ListGroup"] = "ListGroup";
2102
+ GroupType2["CustomizedGroup"] = "CustomizedGroup";
2103
+ })(GroupType || (GroupType = {}));
2104
+ var GroupOperator;
2105
+ (function(GroupOperator2) {
2106
+ GroupOperator2["LessThan"] = "lessThan";
2107
+ GroupOperator2["LessThanOrEqualTo"] = "lessThanOrEqualTo";
2108
+ GroupOperator2["GreaterThan"] = "greaterThan";
2109
+ GroupOperator2["GreaterThanOrEqualTo"] = "greaterThanOrEqualTo";
2110
+ GroupOperator2["IsNull"] = "isNull";
2111
+ })(GroupOperator || (GroupOperator = {}));
2207
2112
 
2208
2113
  // src/basic/bi-types/src/open/menus/menu-props.ts
2209
2114
  var CustomMenuMode;
@@ -2283,15 +2188,13 @@ var RouteKey;
2283
2188
  RouteKey2["orgAdminSmartQ"] = "orgAdminSmartQ";
2284
2189
  RouteKey2["orgAdminSmartQGlobalConfig"] = "orgAdminSmartQGlobalConfig";
2285
2190
  RouteKey2["orgAdminSmartQGlobalConfigLlmConfig"] = "orgAdminSmartQGlobalConfigLlmConfig";
2286
- RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
2287
2191
  RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
2288
- RouteKey2["orgAdminSmartQGlobalConfigKnowledgeManage"] = "orgAdminSmartQGlobalConfigKnowledgeManage";
2192
+ RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
2289
2193
  RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
2290
2194
  RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
2291
2195
  RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
2292
2196
  RouteKey2["orgQueryAgentAnalysisThemeAuth"] = "orgQueryAgentAnalysisThemeAuth";
2293
2197
  RouteKey2["orgQueryAgentKnowledgeBaseManage"] = "orgQueryAgentKnowledgeBaseManage";
2294
- RouteKey2["orgQueryAgentGlobalConfig"] = "orgQueryAgentGlobalConfig";
2295
2198
  RouteKey2["orgResourceManage"] = "orgResourceManage";
2296
2199
  RouteKey2["orgAnalysisThemeManage"] = "orgAnalysisThemeManage";
2297
2200
  RouteKey2["orgDashboardQuestionManage"] = "orgDashboardQuestionManage";
@@ -2354,10 +2257,8 @@ var RouteKey;
2354
2257
  RouteKey2["dataServiceDebug"] = "dataServiceDebug";
2355
2258
  RouteKey2["dataServiceCount"] = "dataServiceCount";
2356
2259
  RouteKey2["embedChannel"] = "embedChannel";
2357
- RouteKey2["customManage"] = "componentManage";
2358
2260
  RouteKey2["customComponent"] = "customComponent";
2359
2261
  RouteKey2["customMenu"] = "customMenu";
2360
- RouteKey2["customPage"] = "customPage";
2361
2262
  RouteKey2["customTemplate"] = "customTemplate";
2362
2263
  RouteKey2["customConnect"] = "customConnect";
2363
2264
  RouteKey2["customPlugin"] = "customPlugin";
@@ -2375,7 +2276,6 @@ var RouteKey;
2375
2276
  RouteKey2["view"] = "view";
2376
2277
  RouteKey2["viewHome"] = "viewHome";
2377
2278
  RouteKey2["viewBoard"] = "viewBoard";
2378
- RouteKey2["viewExploration"] = "viewExploration";
2379
2279
  RouteKey2["viewFavorite"] = "viewFavorite";
2380
2280
  RouteKey2["viewRecent"] = "viewRecent";
2381
2281
  RouteKey2["viewShared"] = "viewShared";
@@ -2393,6 +2293,8 @@ var RouteKey;
2393
2293
  RouteKey2["copilotPageQInsight"] = "copilotPageQInsight";
2394
2294
  RouteKey2["copilotPageQReport"] = "copilotPageQReport";
2395
2295
  RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
2296
+ RouteKey2["copilotPageSearch"] = "copilotPageSearch";
2297
+ RouteKey2["copilotPageMore"] = "copilotPageMore";
2396
2298
  RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
2397
2299
  RouteKey2["copilotPageAgent"] = "copilotPageAgent";
2398
2300
  RouteKey2["embedModule"] = "embedModule";
@@ -2465,9 +2367,6 @@ var RouteKey;
2465
2367
  RouteKey2["downloadEdit"] = "downloadEdit";
2466
2368
  RouteKey2["downloadView"] = "downloadView";
2467
2369
  RouteKey2["downloadPublicView"] = "downloadPublicView";
2468
- RouteKey2["explorationRoot"] = "explorationRoot";
2469
- RouteKey2["explorationEdit"] = "explorationEdit";
2470
- RouteKey2["explorationView"] = "explorationView";
2471
2370
  RouteKey2["analysisRoot"] = "analysisRoot";
2472
2371
  RouteKey2["analysisEdit"] = "analysisEdit";
2473
2372
  RouteKey2["analysisView"] = "analysisView";
@@ -2564,7 +2463,7 @@ function _array_like_to_array(arr, len) {
2564
2463
  function _array_with_holes(arr) {
2565
2464
  if (Array.isArray(arr)) return arr;
2566
2465
  }
2567
- function _define_property11(obj, key, value) {
2466
+ function _define_property8(obj, key, value) {
2568
2467
  if (key in obj) {
2569
2468
  Object.defineProperty(obj, key, {
2570
2469
  value,
@@ -2614,7 +2513,7 @@ function _object_spread(target) {
2614
2513
  }));
2615
2514
  }
2616
2515
  ownKeys2.forEach(function(key) {
2617
- _define_property11(target, key, source[key]);
2516
+ _define_property8(target, key, source[key]);
2618
2517
  });
2619
2518
  }
2620
2519
  return target;
@@ -2911,14 +2810,9 @@ var ROUTE_TREE_CONFIG = {
2911
2810
  path: "/org/admin/smartQ/globalConfig/llmConfig"
2912
2811
  },
2913
2812
  {
2914
- /** 智能小 Q - 通用配置 - AI功能管理 */
2915
- key: RouteKey.orgAdminSmartQGlobalConfigAIConfig,
2916
- path: "/org/admin/smartQ/globalConfig/aiConfig"
2917
- },
2918
- {
2919
- /** 智能小 Q - 通用配置 - 大模型配置 */
2920
- key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
2921
- path: "/org/admin/smartQ/globalConfig/knowledgeManage"
2813
+ /** 智能小 Q - 通用配置 - 主题定制 */
2814
+ key: RouteKey.orgAdminSmartQGlobalThemeSetting,
2815
+ path: "/org/admin/smartQ/globalConfig/themeSetting"
2922
2816
  }
2923
2817
  ]
2924
2818
  },
@@ -2977,10 +2871,6 @@ var ROUTE_TREE_CONFIG = {
2977
2871
  {
2978
2872
  key: RouteKey.orgQueryAgentKnowledgeBaseManage,
2979
2873
  path: "/org/admin/copilot/queryAgent/orgKnowledgeBaseManage"
2980
- },
2981
- {
2982
- key: RouteKey.orgQueryAgentGlobalConfig,
2983
- path: "/org/admin/copilot/queryAgent/globalConfig"
2984
2874
  }
2985
2875
  ]
2986
2876
  },
@@ -3229,22 +3119,12 @@ var ROUTE_TREE_CONFIG = {
3229
3119
  path: "/openservice/embedChannel"
3230
3120
  },
3231
3121
  {
3232
- key: RouteKey.customManage,
3233
- path: "/openservice/componentManage",
3234
- children: [
3235
- {
3236
- key: RouteKey.customComponent,
3237
- path: "/openservice/componentManage/customComponent"
3238
- },
3239
- {
3240
- key: RouteKey.customMenu,
3241
- path: "/openservice/componentManage/customMenu"
3242
- },
3243
- {
3244
- key: RouteKey.customPage,
3245
- path: "/openservice/componentManage/customPage"
3246
- }
3247
- ]
3122
+ key: RouteKey.customComponent,
3123
+ path: "/openservice/componentManage"
3124
+ },
3125
+ {
3126
+ key: RouteKey.customMenu,
3127
+ path: "/openservice/componentMenu"
3248
3128
  },
3249
3129
  {
3250
3130
  key: RouteKey.customTemplate,
@@ -3324,10 +3204,6 @@ var ROUTE_TREE_CONFIG = {
3324
3204
  key: RouteKey.viewBoard,
3325
3205
  path: "/view/card"
3326
3206
  },
3327
- {
3328
- key: RouteKey.viewExploration,
3329
- path: "/view/exploration"
3330
- },
3331
3207
  {
3332
3208
  key: RouteKey.viewFavorite,
3333
3209
  path: "/view/favorite"
@@ -3720,21 +3596,6 @@ var ROUTE_TREE_CONFIG = {
3720
3596
  }
3721
3597
  ]
3722
3598
  },
3723
- /** 探索分析 */
3724
- {
3725
- key: RouteKey.explorationRoot,
3726
- path: "/exploration",
3727
- children: [
3728
- {
3729
- key: RouteKey.explorationEdit,
3730
- path: "/exploration/pc.htm"
3731
- },
3732
- {
3733
- key: RouteKey.explorationView,
3734
- path: "/exploration/view/pc.htm"
3735
- }
3736
- ]
3737
- },
3738
3599
  /** 即席分析 */
3739
3600
  {
3740
3601
  key: RouteKey.analysisRoot,
@@ -4236,5 +4097,4 @@ var PermissionPageType;
4236
4097
  PermissionPageType2["dashboardNl2sql"] = "dashboardNl2sql";
4237
4098
  PermissionPageType2["resourceConfig"] = "resourceConfig";
4238
4099
  PermissionPageType2["qReport"] = "qreport";
4239
- PermissionPageType2["exploration"] = "exploration";
4240
4100
  })(PermissionPageType || (PermissionPageType = {}));