Socket
Socket
Sign inDemoInstall

@blueprintjs/datetime

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/datetime - npm Package Compare versions

Comparing version 5.0.0-alpha.6 to 5.0.0-alpha.7

4

lib/cjs/common/dateRange.d.ts

@@ -1,3 +0,3 @@

export declare type DateRange = [Date | null, Date | null];
export declare type NonNullDateRange = [Date, Date];
export type DateRange = [Date | null, Date | null];
export type NonNullDateRange = [Date, Date];
export declare function isNonNullRange(range: DateRange): range is NonNullDateRange;

@@ -9,3 +9,3 @@ /// <reference types="react" />

};
export declare type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];
export type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];
export interface TimePickerProps extends Props {

@@ -12,0 +12,0 @@ /**

import type { TimezoneWithNames } from "./timezoneTypes";
export declare type TimezoneDisplayFormat = "offset" | "abbreviation" | "name" | "composite" | "code" | "long-name";
export type TimezoneDisplayFormat = "offset" | "abbreviation" | "name" | "composite" | "code" | "long-name";
export declare const TimezoneDisplayFormat: {

@@ -4,0 +4,0 @@ /**

@@ -9,3 +9,3 @@ export interface Timezone {

}
export declare type TimezoneWithoutOffset = Omit<Timezone, "offset">;
export type TimezoneWithoutOffset = Omit<Timezone, "offset">;
export interface TimezoneWithNames extends Timezone {

@@ -12,0 +12,0 @@ longName: string;

import { DayModifiers as DatePickerDayModifiers, LocaleUtils } from "react-day-picker";
export * from "./common";
declare type DatePickerLocaleUtils = typeof LocaleUtils;
type DatePickerLocaleUtils = typeof LocaleUtils;
export { DatePickerLocaleUtils, DatePickerDayModifiers };

@@ -5,0 +5,0 @@ export { DateFormatProps } from "./common/dateFormatProps";

@@ -1,3 +0,3 @@

export declare type DateRange = [Date | null, Date | null];
export declare type NonNullDateRange = [Date, Date];
export type DateRange = [Date | null, Date | null];
export type NonNullDateRange = [Date, Date];
export declare function isNonNullRange(range: DateRange): range is NonNullDateRange;

@@ -9,3 +9,3 @@ /// <reference types="react" />

};
export declare type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];
export type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];
export interface TimePickerProps extends Props {

@@ -12,0 +12,0 @@ /**

import type { TimezoneWithNames } from "./timezoneTypes";
export declare type TimezoneDisplayFormat = "offset" | "abbreviation" | "name" | "composite" | "code" | "long-name";
export type TimezoneDisplayFormat = "offset" | "abbreviation" | "name" | "composite" | "code" | "long-name";
export declare const TimezoneDisplayFormat: {

@@ -4,0 +4,0 @@ /**

@@ -9,3 +9,3 @@ export interface Timezone {

}
export declare type TimezoneWithoutOffset = Omit<Timezone, "offset">;
export type TimezoneWithoutOffset = Omit<Timezone, "offset">;
export interface TimezoneWithNames extends Timezone {

@@ -12,0 +12,0 @@ longName: string;

import { DayModifiers as DatePickerDayModifiers, LocaleUtils } from "react-day-picker";
export * from "./common";
declare type DatePickerLocaleUtils = typeof LocaleUtils;
type DatePickerLocaleUtils = typeof LocaleUtils;
export { DatePickerLocaleUtils, DatePickerDayModifiers };

@@ -5,0 +5,0 @@ export { DateFormatProps } from "./common/dateFormatProps";

@@ -1,3 +0,3 @@

export declare type DateRange = [Date | null, Date | null];
export declare type NonNullDateRange = [Date, Date];
export type DateRange = [Date | null, Date | null];
export type NonNullDateRange = [Date, Date];
export declare function isNonNullRange(range: DateRange): range is NonNullDateRange;

@@ -9,3 +9,3 @@ /// <reference types="react" />

};
export declare type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];
export type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];
export interface TimePickerProps extends Props {

@@ -12,0 +12,0 @@ /**

import type { TimezoneWithNames } from "./timezoneTypes";
export declare type TimezoneDisplayFormat = "offset" | "abbreviation" | "name" | "composite" | "code" | "long-name";
export type TimezoneDisplayFormat = "offset" | "abbreviation" | "name" | "composite" | "code" | "long-name";
export declare const TimezoneDisplayFormat: {

@@ -4,0 +4,0 @@ /**

@@ -9,3 +9,3 @@ export interface Timezone {

}
export declare type TimezoneWithoutOffset = Omit<Timezone, "offset">;
export type TimezoneWithoutOffset = Omit<Timezone, "offset">;
export interface TimezoneWithNames extends Timezone {

@@ -12,0 +12,0 @@ longName: string;

import { DayModifiers as DatePickerDayModifiers, LocaleUtils } from "react-day-picker";
export * from "./common";
declare type DatePickerLocaleUtils = typeof LocaleUtils;
type DatePickerLocaleUtils = typeof LocaleUtils;
export { DatePickerLocaleUtils, DatePickerDayModifiers };

@@ -5,0 +5,0 @@ export { DateFormatProps } from "./common/dateFormatProps";

{
"name": "@blueprintjs/datetime",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Components for interacting with dates and times",

@@ -43,5 +43,5 @@ "main": "lib/cjs/index.js",

"dependencies": {
"@blueprintjs/core": "^5.0.0-alpha.6",
"@blueprintjs/icons": "^5.0.0-alpha.4",
"@blueprintjs/select": "^5.0.0-alpha.6",
"@blueprintjs/core": "^5.0.0-alpha.7",
"@blueprintjs/icons": "^5.0.0-alpha.5",
"@blueprintjs/select": "^5.0.0-alpha.7",
"classnames": "^2.3.1",

@@ -65,6 +65,6 @@ "date-fns": "^2.28.0",

"devDependencies": {
"@blueprintjs/colors": "^5.0.0-alpha.4",
"@blueprintjs/karma-build-scripts": "^5.0.0-alpha.5",
"@blueprintjs/node-build-scripts": "^8.0.0-alpha.3",
"@blueprintjs/test-commons": "^2.0.0-alpha.3",
"@blueprintjs/colors": "^5.0.0-alpha.5",
"@blueprintjs/karma-build-scripts": "^5.0.0-alpha.6",
"@blueprintjs/node-build-scripts": "^8.0.0-alpha.4",
"@blueprintjs/test-commons": "^2.0.0-alpha.4",
"@types/lodash": "~4.14.191",

@@ -78,3 +78,3 @@ "enzyme": "^3.11.0",

"react-test-renderer": "^16.14.0",
"typescript": "~4.8.4",
"typescript": "~4.9.5",
"webpack-cli": "^5.0.1"

@@ -81,0 +81,0 @@ },

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