@dolusoft/vue3-datatable 1.8.48 → 1.8.50
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/vue3-datatable.cjs
CHANGED
|
@@ -5479,10 +5479,8 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5479
5479
|
} else {
|
|
5480
5480
|
column.value = isEmpty ? "" : newValue;
|
|
5481
5481
|
}
|
|
5482
|
-
if (isEmpty)
|
|
5483
|
-
|
|
5484
|
-
columnConditions.value[col.field] = "";
|
|
5485
|
-
} else if (!columnConditions.value[col.field]) {
|
|
5482
|
+
if (isEmpty) ;
|
|
5483
|
+
else if (!columnConditions.value[col.field]) {
|
|
5486
5484
|
column.condition = "Equal";
|
|
5487
5485
|
columnConditions.value[col.field] = "Equal";
|
|
5488
5486
|
} else {
|
|
@@ -5587,8 +5585,6 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5587
5585
|
if (currentCondition !== colState.condition) {
|
|
5588
5586
|
columnConditions.value[colState.field] = colState.condition;
|
|
5589
5587
|
}
|
|
5590
|
-
} else if (!hasValue) {
|
|
5591
|
-
columnConditions.value[colState.field] = "";
|
|
5592
5588
|
}
|
|
5593
5589
|
}
|
|
5594
5590
|
});
|
package/dist/vue3-datatable.js
CHANGED
|
@@ -5478,10 +5478,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
5478
5478
|
} else {
|
|
5479
5479
|
column.value = isEmpty ? "" : newValue;
|
|
5480
5480
|
}
|
|
5481
|
-
if (isEmpty)
|
|
5482
|
-
|
|
5483
|
-
columnConditions.value[col.field] = "";
|
|
5484
|
-
} else if (!columnConditions.value[col.field]) {
|
|
5481
|
+
if (isEmpty) ;
|
|
5482
|
+
else if (!columnConditions.value[col.field]) {
|
|
5485
5483
|
column.condition = "Equal";
|
|
5486
5484
|
columnConditions.value[col.field] = "Equal";
|
|
5487
5485
|
} else {
|
|
@@ -5586,8 +5584,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
5586
5584
|
if (currentCondition !== colState.condition) {
|
|
5587
5585
|
columnConditions.value[colState.field] = colState.condition;
|
|
5588
5586
|
}
|
|
5589
|
-
} else if (!hasValue) {
|
|
5590
|
-
columnConditions.value[colState.field] = "";
|
|
5591
5587
|
}
|
|
5592
5588
|
}
|
|
5593
5589
|
});
|