Comparing version 3.0.28 to 3.0.29
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, ConfigColumnType, CheckBoxState, FieldGroupType, DataSchemaRule, } from './dataPanel'; | ||
export type { CommonCompInputAreaType, FieldConfigs, FieldInfo, ChildFieldInfo, DropDownMenuFieldConfig, AggregationConfig, AdvancedCalculationConfig, ContrastConfig, NumberFormatConfig, FieldRuntime, CompFieldConfig, LabelConfig, TimeTypeFilter, CommonCompInputComplexFilter, CommonCompInputComplexFilterItem, AreaMapItem, AreaMap, VirtualFieldInfo, ResetFieldConfigType, ResetMenuType, SortConfig, Message, OnFreshComponentType, ConfigCellOption, FieldConfigRow, FieldMenuConfig, ChangeFieldMenuConfigs, ColumnFieldInfo, } from './dataPanel'; | ||
export { ComponentType, ChartType } from './component-type'; | ||
export * from './component-props'; | ||
@@ -14,2 +15,1 @@ export * from './component-meta'; | ||
export * from './menu-props'; | ||
export * from './component-type'; |
@@ -37,3 +37,5 @@ "use strict"; | ||
FieldGroupType: true, | ||
DataSchemaRule: true | ||
DataSchemaRule: true, | ||
ComponentType: true, | ||
ChartType: true | ||
}; | ||
@@ -226,5 +228,19 @@ Object.defineProperty(exports, "CommonCompInputAreaTypeEnum", { | ||
}); | ||
Object.defineProperty(exports, "ComponentType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _componentType.ComponentType; | ||
} | ||
}); | ||
Object.defineProperty(exports, "ChartType", { | ||
enumerable: true, | ||
get: function get() { | ||
return _componentType.ChartType; | ||
} | ||
}); | ||
var _dataPanel = require("./dataPanel"); | ||
var _componentType = require("./component-type"); | ||
var _componentProps = require("./component-props"); | ||
@@ -368,16 +384,2 @@ | ||
}); | ||
}); | ||
var _componentType = require("./component-type"); | ||
Object.keys(_componentType).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _componentType[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _componentType[key]; | ||
} | ||
}); | ||
}); |
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, ConfigColumnType, CheckBoxState, FieldGroupType, DataSchemaRule } from './dataPanel'; | ||
export { ComponentType, ChartType } from './component-type'; | ||
export * from './component-props'; | ||
@@ -12,3 +13,2 @@ export * from './component-meta'; | ||
export * from './menu-schema'; | ||
export * from './menu-props'; | ||
export * from './component-type'; | ||
export * from './menu-props'; |
{ | ||
"name": "bi-types", | ||
"version": "3.0.28", | ||
"version": "3.0.29", | ||
"sideEffects": [ | ||
@@ -5,0 +5,0 @@ "**/*.scss", |
4478
153833