Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bi-types

Package Overview
Dependencies
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bi-types - npm Package Compare versions

Comparing version 3.0.28 to 3.0.29

2

declaration/index.d.ts
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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc