@orchestrator-ui/orchestrator-ui-components 2.10.1 → 2.11.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/orchestrator-ui-components",
3
- "version": "2.10.1",
3
+ "version": "2.11.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Library of UI Components used to display the workflow orchestrator frontend",
6
6
  "author": {
@@ -10,7 +10,11 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/workfloworchestrator/orchestrator-ui-library.git"
13
+ "url": "git+https://github.com/workfloworchestrator/orchestrator-ui-library.git"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public",
17
+ "provenance": true
14
18
  },
15
19
  "homepage": "https://www.workfloworchestrator.org",
16
20
  "bugs": "https://github.com/workfloworchestrator/orchestrator-ui-library/issues",
@@ -1 +1 @@
1
- export const ORCHESTRATOR_UI_LIBRARY_VERSION = '2.10.1';
1
+ export const ORCHESTRATOR_UI_LIBRARY_VERSION = '2.11.1';
@@ -1,3 +1,4 @@
1
+ import { NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS } from '@/configuration';
1
2
  import { orchestratorApi } from '@/rtk';
2
3
  import { CacheTagType } from '@/types';
3
4
  import {
@@ -50,7 +51,7 @@ fragment SubscriptionDetail on SubscriptionInterface {
50
51
  subscriptionInstanceId
51
52
  inUseByRelations
52
53
  }
53
- processes(sortBy: { field: "startedAt", order: ASC }) {
54
+ processes(first: ${NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS}, after: 0, sortBy: { field: "startedAt", order: ASC }) {
54
55
  page {
55
56
  processId
56
57
  lastStatus