Comparing version
@@ -0,1 +1,14 @@ | ||
export var SelectType; | ||
(function (SelectType) { | ||
SelectType["auto"] = "auto"; | ||
SelectType["int"] = "int"; | ||
SelectType["oneDecimal"] = "oneDecimal"; | ||
SelectType["twoDecimal"] = "twoDecimal"; | ||
SelectType["percent"] = "percent"; | ||
SelectType["oneDecimalPercent"] = "oneDecimalPercent"; | ||
SelectType["twoDecimalPercent"] = "twoDecimalPercent"; | ||
SelectType["custom"] = "custom"; | ||
})(SelectType || (SelectType = {})); | ||
export var ImageDisplayMode; | ||
@@ -2,0 +15,0 @@ |
@@ -8,2 +8,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
this.links = []; | ||
this.sqlHintTypes = []; | ||
}; | ||
@@ -30,2 +31,6 @@ export var CubeSchema = function CubeSchema() { | ||
this.dataLevelAttributeIds = []; | ||
this.aggFunctions = []; | ||
this.isDataMaskOpen = void 0; | ||
this.isOpenColumnLevelPermission = void 0; | ||
this.isOpenRowLevelPermission = void 0; | ||
}; | ||
@@ -32,0 +37,0 @@ export var CubeModel = function CubeModel() { |
@@ -28,3 +28,3 @@ export var DsType; | ||
DsType["polardb"] = "polardb"; | ||
DsType["impala"] = "impla"; | ||
DsType["impala"] = "impala"; | ||
DsType["multiDatasource"] = "multiDatasource"; | ||
@@ -31,0 +31,0 @@ DsType["tsdb"] = "tsdb"; |
@@ -0,1 +1,2 @@ | ||
export { CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, SortTypes, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, ResultMode, RetainAreaId, ConfigCellType, ConfigCellAction } from './dataPanel'; | ||
export * from './component-props'; | ||
@@ -2,0 +3,0 @@ export * from './component-meta'; |
@@ -6,3 +6,17 @@ "use strict"; | ||
}); | ||
exports.ConstastTypeMap = exports.ImageDisplayMode = void 0; | ||
exports.ConstastTypeMap = exports.ImageDisplayMode = exports.SelectType = void 0; | ||
var SelectType; | ||
exports.SelectType = SelectType; | ||
(function (SelectType) { | ||
SelectType["auto"] = "auto"; | ||
SelectType["int"] = "int"; | ||
SelectType["oneDecimal"] = "oneDecimal"; | ||
SelectType["twoDecimal"] = "twoDecimal"; | ||
SelectType["percent"] = "percent"; | ||
SelectType["oneDecimalPercent"] = "oneDecimalPercent"; | ||
SelectType["twoDecimalPercent"] = "twoDecimalPercent"; | ||
SelectType["custom"] = "custom"; | ||
})(SelectType || (exports.SelectType = SelectType = {})); | ||
var ImageDisplayMode; | ||
@@ -9,0 +23,0 @@ exports.ImageDisplayMode = ImageDisplayMode; |
@@ -17,2 +17,3 @@ "use strict"; | ||
this.links = []; | ||
this.sqlHintTypes = []; | ||
}; | ||
@@ -43,2 +44,6 @@ | ||
this.dataLevelAttributeIds = []; | ||
this.aggFunctions = []; | ||
this.isDataMaskOpen = void 0; | ||
this.isOpenColumnLevelPermission = void 0; | ||
this.isOpenRowLevelPermission = void 0; | ||
}; | ||
@@ -45,0 +50,0 @@ |
@@ -35,3 +35,3 @@ "use strict"; | ||
DsType["polardb"] = "polardb"; | ||
DsType["impala"] = "impla"; | ||
DsType["impala"] = "impala"; | ||
DsType["multiDatasource"] = "multiDatasource"; | ||
@@ -38,0 +38,0 @@ DsType["tsdb"] = "tsdb"; |
@@ -1,1 +0,13 @@ | ||
"use strict"; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.Platform = void 0; | ||
var Platform; | ||
exports.Platform = Platform; | ||
(function (Platform) { | ||
Platform["dashboard"] = "dashboard"; | ||
Platform["excel"] = "excel"; | ||
})(Platform || (exports.Platform = Platform = {})); |
@@ -6,3 +6,203 @@ "use strict"; | ||
}); | ||
var _exportNames = { | ||
CommonCompInputAreaTypeEnum: true, | ||
DataConfig: true, | ||
DataConfigAreaItemColumn: true, | ||
DataPanelDataSchema: true, | ||
DataSchemaAreaItem: true, | ||
OperationMenuItem: true, | ||
DropdownMenuItem: true, | ||
OperationTypes: true, | ||
Aggregators: true, | ||
FieldConfigTypes: true, | ||
ContrastTypes: true, | ||
AdvanceCalTypes: true, | ||
AdvanceCalcDateTypes: true, | ||
NumberFormats: true, | ||
AlignTypes: true, | ||
SortTypes: true, | ||
FieldChartTypes: true, | ||
ImageSizes: true, | ||
CUSTOM_FIELD_TYPES: true, | ||
FieldType: true, | ||
QueryAxisType: true, | ||
DropDownMenuType: true, | ||
SecondFieldType: true, | ||
ChartStatus: true, | ||
ResultMode: true, | ||
RetainAreaId: true, | ||
ConfigCellType: true, | ||
ConfigCellAction: true | ||
}; | ||
Object.defineProperty(exports, "CommonCompInputAreaTypeEnum", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.CommonCompInputAreaTypeEnum; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DataConfig", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.DataConfig; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DataConfigAreaItemColumn", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.DataConfigAreaItemColumn; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DataPanelDataSchema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.DataPanelDataSchema; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DataSchemaAreaItem", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.DataSchemaAreaItem; | ||
} | ||
}); | ||
Object.defineProperty(exports, "OperationMenuItem", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.OperationMenuItem; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DropdownMenuItem", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.DropdownMenuItem; | ||
} | ||
}); | ||
Object.defineProperty(exports, "OperationTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.OperationTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Aggregators", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.Aggregators; | ||
} | ||
}); | ||
Object.defineProperty(exports, "FieldConfigTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.FieldConfigTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ContrastTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.ContrastTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "AdvanceCalTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.AdvanceCalTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "AdvanceCalcDateTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.AdvanceCalcDateTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "NumberFormats", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.NumberFormats; | ||
} | ||
}); | ||
Object.defineProperty(exports, "AlignTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.AlignTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "SortTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.SortTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "FieldChartTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.FieldChartTypes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ImageSizes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.ImageSizes; | ||
} | ||
}); | ||
Object.defineProperty(exports, "CUSTOM_FIELD_TYPES", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.CUSTOM_FIELD_TYPES; | ||
} | ||
}); | ||
Object.defineProperty(exports, "FieldType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.FieldType; | ||
} | ||
}); | ||
Object.defineProperty(exports, "QueryAxisType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.QueryAxisType; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DropDownMenuType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.DropDownMenuType; | ||
} | ||
}); | ||
Object.defineProperty(exports, "SecondFieldType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.SecondFieldType; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ChartStatus", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.ChartStatus; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ResultMode", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.ResultMode; | ||
} | ||
}); | ||
Object.defineProperty(exports, "RetainAreaId", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.RetainAreaId; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ConfigCellType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.ConfigCellType; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ConfigCellAction", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dataPanel.ConfigCellAction; | ||
} | ||
}); | ||
var _dataPanel = require("./dataPanel"); | ||
var _componentProps = require("./component-props"); | ||
@@ -12,2 +212,3 @@ | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _componentProps[key]) return; | ||
@@ -26,2 +227,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _componentMeta[key]) return; | ||
@@ -40,2 +242,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _componentLifecycle[key]) return; | ||
@@ -54,2 +257,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _styleSchema[key]) return; | ||
@@ -68,2 +272,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _dataSchema[key]) return; | ||
@@ -82,2 +287,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _chartConfig[key]) return; | ||
@@ -96,2 +302,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _standardModel[key]) return; | ||
@@ -110,2 +317,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _cube[key]) return; | ||
@@ -124,2 +332,3 @@ Object.defineProperty(exports, key, { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _menuSchema[key]) return; | ||
@@ -126,0 +335,0 @@ Object.defineProperty(exports, key, { |
@@ -0,1 +1,14 @@ | ||
export var SelectType; | ||
(function (SelectType) { | ||
SelectType["auto"] = "auto"; | ||
SelectType["int"] = "int"; | ||
SelectType["oneDecimal"] = "oneDecimal"; | ||
SelectType["twoDecimal"] = "twoDecimal"; | ||
SelectType["percent"] = "percent"; | ||
SelectType["oneDecimalPercent"] = "oneDecimalPercent"; | ||
SelectType["twoDecimalPercent"] = "twoDecimalPercent"; | ||
SelectType["custom"] = "custom"; | ||
})(SelectType || (SelectType = {})); | ||
export var ImageDisplayMode; | ||
@@ -2,0 +15,0 @@ |
@@ -8,2 +8,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck.js"; | ||
this.links = []; | ||
this.sqlHintTypes = []; | ||
}; | ||
@@ -30,2 +31,6 @@ export var CubeSchema = function CubeSchema() { | ||
this.dataLevelAttributeIds = []; | ||
this.aggFunctions = []; | ||
this.isDataMaskOpen = void 0; | ||
this.isOpenColumnLevelPermission = void 0; | ||
this.isOpenRowLevelPermission = void 0; | ||
}; | ||
@@ -32,0 +37,0 @@ export var CubeModel = function CubeModel() { |
@@ -28,3 +28,3 @@ export var DsType; | ||
DsType["polardb"] = "polardb"; | ||
DsType["impala"] = "impla"; | ||
DsType["impala"] = "impala"; | ||
DsType["multiDatasource"] = "multiDatasource"; | ||
@@ -31,0 +31,0 @@ DsType["tsdb"] = "tsdb"; |
@@ -0,1 +1,2 @@ | ||
export { CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, SortTypes, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, ResultMode, RetainAreaId, ConfigCellType, ConfigCellAction } from "./dataPanel"; | ||
export * from "./component-props"; | ||
@@ -2,0 +3,0 @@ export * from "./component-meta"; |
{ | ||
"name": "bi-types", | ||
"version": "2.0.19", | ||
"version": "2.0.21-beta", | ||
"sideEffects": [ | ||
"**/*.scss", | ||
"**/*.less", | ||
"**/*.css" | ||
], | ||
"dependencies": {}, | ||
@@ -5,0 +10,0 @@ "esm5": "dist/esm5", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
115495
331.74%72
67.44%3413
366.26%2
100%1
Infinity%