@mythpe/quasar-ui-qui 0.3.35 → 0.3.36
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
|
@@ -793,6 +793,7 @@ defineExpose({
|
|
|
793
793
|
v-if="!hideSearch"
|
|
794
794
|
:debounce="searchDebounce"
|
|
795
795
|
:dense="dense === undefined ? (pluginOptions.datatable?.dense !== undefined ? pluginOptions.datatable?.dense : !0) : dense"
|
|
796
|
+
:field-options="{ controlled: !1 }"
|
|
796
797
|
:model-value="search"
|
|
797
798
|
:placeholder="searchPlaceholder"
|
|
798
799
|
autocomplete="none"
|
|
@@ -800,7 +801,7 @@ defineExpose({
|
|
|
800
801
|
label="labels.search"
|
|
801
802
|
name="search"
|
|
802
803
|
outlined
|
|
803
|
-
v-bind="pluginOptions.dt?.searchInput?.props as any"
|
|
804
|
+
v-bind="{...theme.inputs as any, ...pluginOptions.dt?.searchInput?.props as any}"
|
|
804
805
|
@update:model-value="onSearchInput($event)"
|
|
805
806
|
@keyup.enter="onSearchEnter()"
|
|
806
807
|
>
|