jalali-moment
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -126,3 +126,3 @@ declare function moment(inp?: moment.MomentInput, format?: moment.MomentFormatSpecification, strict?: boolean): moment.Moment; | ||
meridiemParse?: RegExp; | ||
meridiem?: (hour: number, minute:number, isLower: boolean) => string; | ||
meridiem?: (hour: number, minute: number, isLower: boolean) => string; | ||
@@ -659,14 +659,14 @@ isPM?: (input: string) => boolean; | ||
export function jWeekOfYear(mom:Moment, firstDayOfWeek:number, firstDayOfWeekOfYear:number) :Moment; | ||
export function jYear(input:number) :Moment; | ||
export function jMonth(input:number) :Moment; | ||
export function jDate(input:number) :Moment; | ||
export function jDayOfYear(input:number) :Moment; | ||
export function jWeek(input:number) :Moment; | ||
export function jWeekYear(input:number) :Moment; | ||
export function jDaysInMonth(year:number, month:number) :Moment; | ||
export function jWeekOfYear(mom: Moment, firstDayOfWeek: number, firstDayOfWeekOfYear: number): Moment; | ||
export function jYear(input: number): Moment; | ||
export function jMonth(input: number): Moment; | ||
export function jDate(input: number): Moment; | ||
export function jDayOfYear(input: number): Moment; | ||
export function jWeek(input: number): Moment; | ||
export function jWeekYear(input: number): Moment; | ||
export function jDaysInMonth(year: number, month: number): Moment; | ||
export function jIsLeapYear(): boolean; | ||
export function loadPersian(): void; | ||
export function loadPersian(convertNumbersToPersian: boolean): void; | ||
export function unloadPersian(): void; | ||
export var jConvert:any; | ||
export var jConvert: any; | ||
@@ -673,0 +673,0 @@ export function weekdays(): string[]; |
{ | ||
"name": "jalali-moment", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Jalaali (Jalali, Persian, Khorshidi, Shamsi) calendar system plugin for moment.js.", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1538256