@pristy/pristy-libvue 0.23.3 → 0.23.4
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/pristy-libvue.js
CHANGED
|
@@ -2004,7 +2004,7 @@ const bg = new kI(), Ag = e({
|
|
|
2004
2004
|
}), !0) : (console.warn("filterQuery is undifined"), !1);
|
|
2005
2005
|
},
|
|
2006
2006
|
removeFilterQuery(N) {
|
|
2007
|
-
this.filterQueries = this.filterQueries.filter((M) => M.query !== N.query);
|
|
2007
|
+
this.filterQueries = this.filterQueries.filter((M) => N.query.startsWith("(SITE:") && M.label && (M.label.startsWith("Dossier :") || M.label.startsWith("Folder :")) ? !1 : M.query !== N.query);
|
|
2008
2008
|
},
|
|
2009
2009
|
addField(N) {
|
|
2010
2010
|
return this.fields.find((M) => M.filterQuery === N.filterQuery) ? !1 : (this.fields.push({
|