tsv2-library 1.1.0-dev-alpha.27 → 1.1.0-dev-alpha.29
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/tsv2-library.es.js
CHANGED
|
@@ -62921,6 +62921,13 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
62921
62921
|
delete filter4[field2];
|
|
62922
62922
|
});
|
|
62923
62923
|
});
|
|
62924
|
+
watch(visible4, (value) => {
|
|
62925
|
+
if (value) {
|
|
62926
|
+
clearFilter3();
|
|
62927
|
+
containerKey.value++;
|
|
62928
|
+
dataTableKey.value++;
|
|
62929
|
+
}
|
|
62930
|
+
});
|
|
62924
62931
|
return (_ctx, _cache) => {
|
|
62925
62932
|
var _a;
|
|
62926
62933
|
return openBlock(), createElementBlock(Fragment, null, [
|