@pronto-tools-and-more/components 14.41.0 → 14.43.0

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/main.js CHANGED
@@ -221,7 +221,8 @@ var getArticleListDataSource = ({
221
221
  offset,
222
222
  bookmarks,
223
223
  contextId,
224
- asContext
224
+ asContext,
225
+ taxonomy
225
226
  }) => {
226
227
  if (contextId) {
227
228
  if (!contextId.startsWith("$context.") && !contextId.startsWith("$functions.")) {
@@ -268,7 +269,8 @@ var getArticleListDataSource = ({
268
269
  properties,
269
270
  authorId,
270
271
  categoryId,
271
- bundleId
272
+ bundleId,
273
+ taxonomy
272
274
  });
273
275
  const filter = {
274
276
  AND: [
@@ -374,7 +376,8 @@ var ArticleList = ({
374
376
  noContentFound,
375
377
  bookmarks,
376
378
  contextId,
377
- asContext
379
+ asContext,
380
+ taxonomy
378
381
  }) => {
379
382
  const dataSource = getArticleListDataSource({
380
383
  properties,
@@ -386,6 +389,7 @@ var ArticleList = ({
386
389
  collectionName,
387
390
  bookmarks,
388
391
  contextId,
392
+ taxonomy,
389
393
  asContext
390
394
  });
391
395
  const json = {
@@ -1,5 +1,5 @@
1
1
  import type { ArticleListItemRenderer } from "../ArticleListItemRenderer/ArticleListItemRenderer.ts";
2
- export declare const ArticleList: ({ properties, render, authorId, categoryId, bundleId, limit, offset, collectionName, noContentFound, bookmarks, contextId, asContext, }: {
2
+ export declare const ArticleList: ({ properties, render, authorId, categoryId, bundleId, limit, offset, collectionName, noContentFound, bookmarks, contextId, asContext, taxonomy, }: {
3
3
  properties?: any;
4
4
  authorId?: string;
5
5
  categoryId?: string;
@@ -12,4 +12,5 @@ export declare const ArticleList: ({ properties, render, authorId, categoryId, b
12
12
  bookmarks?: boolean;
13
13
  contextId?: string;
14
14
  asContext?: string;
15
+ taxonomy?: any;
15
16
  }) => import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
- export declare const getArticleListDataSource: ({ properties, authorId, categoryId, bundleId, collectionName, limit, offset, bookmarks, contextId, asContext, }: {
1
+ export declare const getArticleListDataSource: ({ properties, authorId, categoryId, bundleId, collectionName, limit, offset, bookmarks, contextId, asContext, taxonomy, }: {
2
2
  properties: any;
3
3
  authorId: any;
4
4
  categoryId: any;
@@ -9,6 +9,7 @@ export declare const getArticleListDataSource: ({ properties, authorId, category
9
9
  bookmarks: any;
10
10
  contextId: any;
11
11
  asContext: any;
12
+ taxonomy: any;
12
13
  }) => {
13
14
  type: string;
14
15
  data: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.41.0",
3
+ "version": "14.43.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",