@volverjs/ui-vue 0.0.8-beta.4 → 0.0.8-beta.6

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.
@@ -299,34 +299,36 @@
299
299
  loadingLabel: propsDefaults.value.loadingLabel,
300
300
  disabled: disabled.value,
301
301
  readonly: readonly.value,
302
- modifiers: props.modifiers,
303
- options: props.options,
304
- labelKey: props.labelKey,
305
- valueKey: props.valueKey,
306
- icon: props.icon,
307
- iconPosition: props.iconPosition,
308
- floating: props.floating,
309
- unselectable: props.unselectable,
310
- multiple: props.multiple,
311
- label: props.label,
312
- placeholder: props.placeholder,
302
+ modifiers: propsDefaults.value.modifiers,
303
+ options: propsDefaults.value.options,
304
+ labelKey: propsDefaults.value.labelKey,
305
+ valueKey: propsDefaults.value.valueKey,
306
+ icon: propsDefaults.value.icon,
307
+ iconPosition: propsDefaults.value.iconPosition,
308
+ floating: propsDefaults.value.floating,
309
+ unselectable: propsDefaults.value.unselectable,
310
+ multiple: propsDefaults.value.multiple,
311
+ label: propsDefaults.value.label,
312
+ placeholder: propsDefaults.value.placeholder,
313
313
  modelValue: props.modelValue,
314
314
  }))
315
315
 
316
316
  const dropdownProps = computed(() => ({
317
317
  id: hasDropdownId.value,
318
318
  reference: wrapperEl.value,
319
- placement: props.placement,
320
- strategy: props.strategy,
321
- transitionName: props.transitionName,
322
- offset: props.offset,
323
- shift: props.shift,
324
- flip: props.flip,
325
- autoPlacement: props.autoPlacement,
326
- arrow: props.arrow,
327
- autofocusFirst: searchable.value ? false : props.autofocusFirst,
328
- triggerWidth: props.triggerWidth,
329
- modifiers: props.dropdownModifiers,
319
+ placement: propsDefaults.value.placement,
320
+ strategy: propsDefaults.value.strategy,
321
+ transitionName: propsDefaults.value.transitionName,
322
+ offset: propsDefaults.value.offset,
323
+ shift: propsDefaults.value.shift,
324
+ flip: propsDefaults.value.flip,
325
+ autoPlacement: propsDefaults.value.autoPlacement,
326
+ arrow: propsDefaults.value.arrow,
327
+ autofocusFirst: searchable.value
328
+ ? false
329
+ : propsDefaults.value.autofocusFirst,
330
+ triggerWidth: propsDefaults.value.triggerWidth,
331
+ modifiers: propsDefaults.value.dropdownModifiers,
330
332
  }))
331
333
 
332
334
  // slots