Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
majidh1 committed Sep 7, 2024
1 parent 5f6be5e commit 6e6491b
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 6,109 deletions.
4 changes: 4 additions & 0 deletions ChangeLog-en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## نسخه 0.9.5

add overflowSpace config

# V0.9.4

added new Event Listener
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## نسخه 0.9.5

افزودن کانفیگ overflowSpace

## نسخه 0.9.4

تغییر EventListener به دلیل مشکل در zone.js
Expand Down
1 change: 1 addition & 0 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Key | Default | Description
`autoReadOnlyInput` | `dynamic` | Make input
`topSpace` | `0: int` | The empty space between the top of the datepicker and the input (when the datepicker is at the bottom of the input)
`bottomSpace` | `0`: int | The empty space between the top of the datepicker and the input (when the datepicker is at the top of the input)
`bottomSpace` | `-10`: int | The empty space between the corner of the page (window) and datePicker (when the datepicker goes out of the page)
`dayRendering` | `callable`: callable | The render method of a day is the output of an object from the day setting

### Example of _`dayRendering`_:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ key | default | description
`autoReadOnlyInput` | `dynamic` | فقط خواندنی شدن input دارای datePicker
`topSpace` | 0 | فضای خالی بین بالای datePicker و input (زمانی که دیتپیکر در پایین اینپوت هست)
`bottomSpace` | 0 | فضای خالی بین پایین datePicker و input (زمانی که دیتپیکر در بالای اینپوت هست)
`overflowSpace` | -10 | فضای خالی بین گوشه صفحه (window) و datePicker (زمانی که دیتپیکر بیرون از صفحه میرود)
`dayRendering` | - | متد رندر یک روز خروجی یک آبجکت از تنظیمات روز است

#### نمونه‌های codepen:
Expand Down
4 changes: 2 additions & 2 deletions dist/jalalidatepicker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jalalidatepicker.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6e6491b

Please sign in to comment.