New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.23 to 3.0.24

20

declaration/component-props.d.ts

@@ -107,2 +107,20 @@ /**

/**
* 时间维度类型
*/
export declare enum TimeRegionInBackend {
yearRegion = "year",
quarterRegion = "year-quarter",
monthRegion = "year-month",
weekRegion = "year-week",
dateRegion = "year-month-day",
hourRegion = "hour",
minRegion = "hour-minute",
secRegion = "hour-minute-second",
ymdHmsRegion = "datetime"
}
/**
* formatAllGranularityTime dimGranularity 枚举值
*/
export declare type DimGranularity = 'year' | 'year-quarter' | 'year-month' | 'year-week' | 'year-month-day' | 'hour' | 'hour-minute' | 'hour-minute-second' | 'datetime';
/**
* bi 组件通用属性模型

@@ -127,2 +145,4 @@ */

utils?: {
formatNumberWithConfig: (num: number | string, config: any) => void;
formatAllGranularityTime: (dimGranularity: DimGranularity, formatType: string, raw: string) => void;
[key: string]: any;

@@ -129,0 +149,0 @@ };

21

dist/main/component-props.js

@@ -1,1 +0,20 @@

"use strict";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TimeRegionInBackend = void 0;
var TimeRegionInBackend;
exports.TimeRegionInBackend = TimeRegionInBackend;
(function (TimeRegionInBackend) {
TimeRegionInBackend["yearRegion"] = "year";
TimeRegionInBackend["quarterRegion"] = "year-quarter";
TimeRegionInBackend["monthRegion"] = "year-month";
TimeRegionInBackend["weekRegion"] = "year-week";
TimeRegionInBackend["dateRegion"] = "year-month-day";
TimeRegionInBackend["hourRegion"] = "hour";
TimeRegionInBackend["minRegion"] = "hour-minute";
TimeRegionInBackend["secRegion"] = "hour-minute-second";
TimeRegionInBackend["ymdHmsRegion"] = "datetime";
})(TimeRegionInBackend || (exports.TimeRegionInBackend = TimeRegionInBackend = {}));

2

package.json
{
"name": "bi-types",
"version": "3.0.23",
"version": "3.0.24",
"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