@pronto-tools-and-more/components 14.63.0 → 14.65.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
@@ -233,7 +233,9 @@ var getArticleListDataSource = ({
233
233
  const dataSource2 = {
234
234
  type: "context",
235
235
  data: contextId,
236
- contextKey: asContext
236
+ contextKey: asContext,
237
+ limit: `${limit}`,
238
+ offset: `${offset}`
237
239
  };
238
240
  return dataSource2;
239
241
  }
@@ -15,6 +15,8 @@ export declare const getArticleListDataSource: ({ properties, authorId, category
15
15
  type: string;
16
16
  data: any;
17
17
  contextKey: any;
18
+ limit: string;
19
+ offset: string;
18
20
  } | {
19
21
  type: string;
20
22
  filter: {
@@ -3,6 +3,9 @@ export interface IDossierListItem {
3
3
  readonly description: string;
4
4
  readonly imageSrc: string;
5
5
  readonly slug: string;
6
+ /**
7
+ * @deprecated
8
+ */
6
9
  readonly totalCount: number;
7
10
  readonly contentsCount: string;
8
11
  readonly language: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.63.0",
3
+ "version": "14.65.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",