react-date-object
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -507,2 +507,4 @@ declare module "react-date-object" { | ||
declare module "react-date-object/calendars/gregorian" { | ||
import type { Calendar } from "react-date-object"; | ||
const gregorian: Calendar; | ||
@@ -514,2 +516,4 @@ | ||
declare module "react-date-object/calendars/persian" { | ||
import type { Calendar } from "react-date-object"; | ||
const persian: Omit<Calendar, "leapsLength">; | ||
@@ -521,2 +525,4 @@ | ||
declare module "react-date-object/calendars/jalali" { | ||
import type { Calendar } from "react-date-object"; | ||
const jalali: Calendar; | ||
@@ -528,2 +534,4 @@ | ||
declare module "react-date-object/calendars/arabic" { | ||
import type { Calendar } from "react-date-object"; | ||
const arabic: Calendar; | ||
@@ -535,2 +543,4 @@ | ||
declare module "react-date-object/calendars/indian" { | ||
import type { Calendar } from "react-date-object"; | ||
const indian: Calendar; | ||
@@ -542,2 +552,4 @@ | ||
declare module "react-date-object/locales/gregorian_en" { | ||
import type { Locale } from "react-date-object"; | ||
const gregorian_en: Locale; | ||
@@ -549,2 +561,4 @@ | ||
declare module "react-date-object/locales/gregorian_fa" { | ||
import type { Locale } from "react-date-object"; | ||
const gregorian_fa: Locale; | ||
@@ -556,2 +570,4 @@ | ||
declare module "react-date-object/locales/gregorian_ar" { | ||
import type { Locale } from "react-date-object"; | ||
const gregorian_ar: Locale; | ||
@@ -563,2 +579,4 @@ | ||
declare module "react-date-object/locales/gregorian_hi" { | ||
import type { Locale } from "react-date-object"; | ||
const gregorian_hi: Locale; | ||
@@ -570,2 +588,4 @@ | ||
declare module "react-date-object/locales/persian_en" { | ||
import type { Locale } from "react-date-object"; | ||
const persian_en: Locale; | ||
@@ -577,2 +597,4 @@ | ||
declare module "react-date-object/locales/persian_fa" { | ||
import type { Locale } from "react-date-object"; | ||
const persian_fa: Locale; | ||
@@ -584,2 +606,4 @@ | ||
declare module "react-date-object/locales/persian_ar" { | ||
import type { Locale } from "react-date-object"; | ||
const persian_ar: Locale; | ||
@@ -591,2 +615,4 @@ | ||
declare module "react-date-object/locales/persian_hi" { | ||
import type { Locale } from "react-date-object"; | ||
const persian_hi: Locale; | ||
@@ -598,2 +624,4 @@ | ||
declare module "react-date-object/locales/arabic_en" { | ||
import type { Locale } from "react-date-object"; | ||
const arabic_en: Locale; | ||
@@ -605,2 +633,4 @@ | ||
declare module "react-date-object/locales/arabic_fa" { | ||
import type { Locale } from "react-date-object"; | ||
const arabic_fa: Locale; | ||
@@ -612,2 +642,4 @@ | ||
declare module "react-date-object/locales/arabic_ar" { | ||
import type { Locale } from "react-date-object"; | ||
const arabic_ar: Locale; | ||
@@ -619,2 +651,4 @@ | ||
declare module "react-date-object/locales/arabic_hi" { | ||
import type { Locale } from "react-date-object"; | ||
const arabic_hi: Locale; | ||
@@ -626,2 +660,4 @@ | ||
declare module "react-date-object/locales/indian_en" { | ||
import type { Locale } from "react-date-object"; | ||
const indian_en: Locale; | ||
@@ -633,2 +669,4 @@ | ||
declare module "react-date-object/locales/indian_fa" { | ||
import type { Locale } from "react-date-object"; | ||
const indian_fa: Locale; | ||
@@ -640,2 +678,4 @@ | ||
declare module "react-date-object/locales/indian_ar" { | ||
import type { Locale } from "react-date-object"; | ||
const indian_ar: Locale; | ||
@@ -647,2 +687,4 @@ | ||
declare module "react-date-object/locales/indian_hi" { | ||
import type { Locale } from "react-date-object"; | ||
const indian_hi: Locale; | ||
@@ -649,0 +691,0 @@ |
{ | ||
"name": "react-date-object", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "JavaScript library for working with Date and Time in different calendars and locals", | ||
@@ -52,8 +52,8 @@ "main": "./dist/index.js", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@rollup/plugin-commonjs": "^19.0.1", | ||
"@rollup/plugin-node-resolve": "^13.0.2", | ||
"date-object": "^2.1.1", | ||
"rollup": "^2.53.1", | ||
"rollup": "^2.53.2", | ||
"rollup-plugin-terser": "^7.0.2" | ||
} | ||
} |
103798
824