henry-search 1.0.29 → 1.0.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "henry-search",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Searches a typesense archive of musical performances",
5
5
  "main": "js/main.js",
6
6
  "scripts": {
@@ -25,6 +25,7 @@
25
25
 
26
26
 
27
27
  import pSelect from '@vueform/multiselect'
28
+ import { truncate } from 'lodash';
28
29
 
29
30
  const props = defineProps({
30
31
  indexName: {
@@ -514,13 +515,15 @@
514
515
  });
515
516
 
516
517
  }"
518
+ :auto-apply="true"
519
+ :year-range="[1850,2050]"
517
520
  :teleport="true"
518
521
  :clearable="false"
519
522
  :multi-calendars="false"
520
523
  :enable-time-picker="false"
521
524
  :enter-submit="true"
522
525
  :tab-submit="true"
523
- :text-input="true"
526
+ :text-input="false"
524
527
  placeholder="Start"
525
528
  id="start"
526
529
  />
@@ -532,9 +535,11 @@
532
535
  min: formatMinValue(currentRefinement.min, range.min),
533
536
  max: formatMaxValue(modelValue/1000, range.max),
534
537
  })}"
538
+ :auto-apply="true"
539
+ :year-range="[1850,2050]"
535
540
  :teleport="true"
536
541
  :clearable="false"
537
- :text-input="true"
542
+ :text-input="false"
538
543
  :enter-submit="true"
539
544
  :tab-submit="true"
540
545
  :multi-calendars="false"
@@ -188,4 +188,21 @@
188
188
  }
189
189
 
190
190
 
191
- }
191
+ }
192
+ #start {
193
+ .dp__menu {
194
+ left: 8rem !important;
195
+ @include at(md) {
196
+ left: 0 !important;
197
+ }
198
+ }
199
+ }
200
+
201
+ // #end {
202
+ // .dp__menu {
203
+ // left: 4rem !important;
204
+ // @include at(md) {
205
+ // left: 0 !important;
206
+ // }
207
+ // }
208
+ // }
@@ -116,7 +116,7 @@
116
116
  position: sticky;
117
117
  //bottom: 0;
118
118
  z-index: 3;
119
- height: 80px;
119
+ height: 70px;
120
120
  width: 100vw;
121
121
  box-shadow: 0 -30px 30px var(--color-gray-100);
122
122
  background-color: white;
@@ -121,7 +121,7 @@
121
121
  padding-top: 1rem;
122
122
  //width: 75%;
123
123
  h2 {
124
- margin-bottom: 0.2rem;
124
+ margin-bottom: 0.25rem;
125
125
  }
126
126
  @include at(lg) {
127
127
  padding-top: 0;