@topconsultnpm/sdkui-react-beta 6.16.40 → 6.16.43

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.
@@ -129,7 +129,7 @@ function addWhereClausesForConnect(qd) {
129
129
  }
130
130
  qd.where ??= [];
131
131
  // ( <filtri utente> ) AND FileCount > 0 [AND FileExt IN (....)]
132
- if (qd.where.length >= 2) {
132
+ if (qd.where.length > 2) {
133
133
  qd.where[0].leftBrackets = '(' + qd.where[0].leftBrackets;
134
134
  qd.where[qd.where.length - 1].rightBrackets += ')';
135
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.16.40",
3
+ "version": "6.16.43",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",