@mythpe/quasar-ui-qui 0.1.20 → 0.1.22
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
|
@@ -485,12 +485,12 @@ defineExpose({
|
|
|
485
485
|
virtualScroll: !0,
|
|
486
486
|
wrapCells:!0,
|
|
487
487
|
...pluginOptions.datatable as any,
|
|
488
|
-
...$attrs,
|
|
488
|
+
...$attrs as any,
|
|
489
489
|
title: getTableTitle,
|
|
490
490
|
bordered: bordered === undefined ? pluginOptions.datatable?.bordered : bordered,
|
|
491
491
|
dense: dense === undefined ? ( theme.inputs.dense !== undefined ? theme.inputs.dense : pluginOptions.datatable?.dense) : dense,
|
|
492
492
|
flat: flat === undefined ? pluginOptions.datatable?.flat : flat,
|
|
493
|
-
}"
|
|
493
|
+
} as any"
|
|
494
494
|
@request="fetchDatatableItems"
|
|
495
495
|
@update:selected="onUpdateSelectedItems"
|
|
496
496
|
@virtual-scroll="endReach ? onScroll : undefined"
|
|
@@ -694,7 +694,7 @@ defineExpose({
|
|
|
694
694
|
label="labels.search"
|
|
695
695
|
name="search"
|
|
696
696
|
outlined
|
|
697
|
-
v-bind="pluginOptions.dt?.searchInput?.props"
|
|
697
|
+
v-bind="pluginOptions.dt?.searchInput?.props as any"
|
|
698
698
|
>
|
|
699
699
|
<template #prepend>
|
|
700
700
|
<q-icon
|