Skip to content

Commit

Permalink
Bugfixes:
Browse files Browse the repository at this point in the history
 - Colors in TimePicker
 - Highlighted Dates were not displayed
 - minDate and maxDate was not working properly
  • Loading branch information
michael-hack committed Jun 1, 2021
1 parent ab92554 commit 0e8a5ae
Show file tree
Hide file tree
Showing 19 changed files with 811 additions and 3,390 deletions.
1,381 changes: 0 additions & 1,381 deletions demo/assets/css/bulma-calendar.css

This file was deleted.

2 changes: 1 addition & 1 deletion demo/assets/css/bulma-calendar.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/assets/js/bulma-calendar.min.js

Large diffs are not rendered by default.

53 changes: 38 additions & 15 deletions demo/components/vuejs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,97 +257,120 @@ <h2 class="subtitle is-6 has-text-weight-light">Component</h1>
<tr>
<th>Name</th>
<th>Description</th>
<th>Type</th>
<th>Default value</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Description</th>
<th>Type</th>
<th>Default value</th>
</tr>
</tfoot>
<tbody>

<tr>
<td >
<td>
<code style="white-space: nowrap;">type</code>
</td>
<td >
<td>
Bulma Calendar Type: date|time|datetime
</td>
<td>
<code>String</code>
</td>
<td>
<code>datetime</code>
</td>
</tr>

<tr>
<td >
<td>
<code style="white-space: nowrap;">clearable</code>
</td>
<td >
<td>
Date / Time is clearable
</td>
<td>
<code>Boolean</code>
</td>
<td>
<code>false</code>
</td>
</tr>

<tr>
<td >
<td>
<code style="white-space: nowrap;">dialog</code>
</td>
<td >
<td>
Display Mode: Dialog
</td>
<td>
<code>Boolean</code>
</td>
<td>
<code>false</code>
</td>
</tr>

<tr>
<td >
<td>
<code style="white-space: nowrap;">inline</code>
</td>
<td >
<td>
Display Mode: Inline
</td>
<td>
<code>Boolean</code>
</td>
<td>
<code>false</code>
</td>
</tr>

<tr>
<td >
<td>
<code style="white-space: nowrap;">range</code>
</td>
<td >
<td>
Range Selection instead of Single Date
</td>
<td>
<code>Boolean</code>
</td>
<td>
<code>false</code>
</td>
</tr>

<tr>
<td >
<td>
<code style="white-space: nowrap;">options</code>
</td>
<td >
<td>
JS Object with regular Bulma Calendar Options
</td>
<td>
<code>Object</code>
</td>
<td>
<code>{}</code>
</td>
</tr>

<tr>
<td >
<td>
<code style="white-space: nowrap;">value</code>
</td>
<td >
Initial Start- / End-Time: date|[date, date]|null
<td>
Initial Start- / End-Time
</td>
<td>
<code>Date | [Date, Date] | null</code>
</td>
<td>
<code>null</code>
</td>
Expand Down
Loading

0 comments on commit 0e8a5ae

Please sign in to comment.