Comparing version 3.0.25 to 3.0.26
@@ -13,1 +13,3 @@ 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 * from './menu-schema'; | ||
export * from './menu-props'; | ||
export * from './component-type'; |
@@ -352,2 +352,30 @@ "use strict"; | ||
}); | ||
}); | ||
var _menuProps = require("./menu-props"); | ||
Object.keys(_menuProps).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _menuProps[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _menuProps[key]; | ||
} | ||
}); | ||
}); | ||
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]; | ||
} | ||
}); | ||
}); |
@@ -11,2 +11,4 @@ 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 * from './style-schema'; | ||
export * from './menu-schema'; | ||
export * from './menu-schema'; | ||
export * from './menu-props'; | ||
export * from './component-type'; |
{ | ||
"name": "bi-types", | ||
"version": "3.0.25", | ||
"version": "3.0.26", | ||
"sideEffects": [ | ||
@@ -5,0 +5,0 @@ "**/*.scss", |
144267
64
4224