@pronto-tools-and-more/components 10.54.0 → 10.56.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +20 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -1327,6 +1327,26 @@ var SearchResultsNews = ({
|
|
1327
1327
|
template: "grid",
|
1328
1328
|
tapEntry: {
|
1329
1329
|
type: "openContent"
|
1330
|
+
},
|
1331
|
+
condition: {
|
1332
|
+
AND: [
|
1333
|
+
{
|
1334
|
+
value: "$context.phrase",
|
1335
|
+
operation: "NOT_EMPTY"
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
OR: [
|
1339
|
+
{
|
1340
|
+
value: "$context.searchtype",
|
1341
|
+
compareValue: "news"
|
1342
|
+
},
|
1343
|
+
{
|
1344
|
+
value: "$context.searchtype",
|
1345
|
+
operation: "NOT_SET"
|
1346
|
+
}
|
1347
|
+
]
|
1348
|
+
}
|
1349
|
+
]
|
1330
1350
|
}
|
1331
1351
|
};
|
1332
1352
|
return /* @__PURE__ */ React.createElement("div", { className: "SearchResults" }, /* @__PURE__ */ React.createElement(JsonComponent, { json }));
|