@aleen42/calendar 1.1.0-beta.6 → 1.1.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/calendar.js +1 -1
- package/dist/calendar.legacy.min.js +1 -1
- package/dist/calendar.min.js +1 -1
- package/package.json +1 -1
package/dist/calendar.js
CHANGED
|
@@ -37554,7 +37554,7 @@ const Calendar = ([$context, $datePicker], viewType, options) => {
|
|
|
37554
37554
|
searchField = toField(value);
|
|
37555
37555
|
(refreshView = page => {
|
|
37556
37556
|
$calendar.mask();
|
|
37557
|
-
promiseFin(searchEvents((_start = start), end, searchField, true), (ok, list) => {
|
|
37557
|
+
promiseFin(searchEvents((_start = start), end, searchField !== 'all' && searchField, true), (ok, list) => {
|
|
37558
37558
|
if (ok && _start === start) {
|
|
37559
37559
|
const highlightUID = external_$_(`tr.${SELECTED_CLASS}`, $context).data()?.uid;
|
|
37560
37560
|
cachedList = list;
|