@citruslime/ui 4.1.0-beta.11 → 4.1.0-beta.12
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/citrus-lime-ui.es.js +4 -1
- package/dist/citrus-lime-ui.umd.js +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
|
@@ -5564,6 +5564,9 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5564
5564
|
if (hasNextValue === false && hasPreviousValue) {
|
|
5565
5565
|
nextValue = "";
|
|
5566
5566
|
}
|
|
5567
|
+
if (nextValue === previousValue) {
|
|
5568
|
+
return;
|
|
5569
|
+
}
|
|
5567
5570
|
const updateFilter = hasNextValue || hasPreviousValue;
|
|
5568
5571
|
if (updateFilter) {
|
|
5569
5572
|
if (internalFilter.value) {
|
|
@@ -5792,7 +5795,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5792
5795
|
};
|
|
5793
5796
|
}
|
|
5794
5797
|
});
|
|
5795
|
-
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-
|
|
5798
|
+
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-1ea3b374"]]);
|
|
5796
5799
|
const _hoisted_1$y = { key: 1 };
|
|
5797
5800
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
5798
5801
|
__name: "cl-ui-grid-filter",
|