@pega/lists-react 9.0.0-build.6.1 → 9.0.0-build.6.3
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ import { RepeatingStructures } from '@pega/lists-react';
|
|
|
49
49
|
| showCount | Boolean | No | `true` | Display count in toolbar |
|
|
50
50
|
| defaultRowHeight | String | No | `undefined` | Row density id value from [displayDensity](#displayDensity) options |
|
|
51
51
|
| allowBulkActions | boolean | No | `false` | Renders the 'Bulk actions' button in the table toolbar, which gets enabled on row selection |
|
|
52
|
-
| dateFunctions | Object | No | `undefined` | Enables date-functions like MONTHS/WEEKS/... during Grouping and Filtering. ([Object structure](https://
|
|
52
|
+
| dateFunctions | Object | No | `undefined` | Enables date-functions like MONTHS/WEEKS/... during Grouping and Filtering. ([Object structure](https://github.com/Pega-UXEngineering/constellation-frontend/blob/028ffa1642e12c61a3383b9babc0e0e83800d352/packages/cosmos-condition-builder/src/components/ConditionBuilder/ConditionBuilder.types.ts#L137)) |
|
|
53
53
|
| relativeDates | Boolean | No | `false` | Enables Relative Dates, such as "Last 7 days" or "Current Year", in Filtering for DateTime or Date_Only values. |
|
|
54
54
|
| footer | Boolean | No | `true` | Display footer on the view |
|
|
55
55
|
| dynamicFieldTemplates | Object | No | `dynamicFieldTemplates: [{ name: 'Comma separated', value: 'comma',selected: true }, { name: 'Space separated', value: 'space' }, { name: 'Multi line', value: 'multiline' }, { name: 'Forward slash', value: 'forwardslash' }]` | Templates for dynamic fields. See section on Dynamic fields |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/lists-react",
|
|
3
|
-
"version": "9.0.0-build.6.
|
|
3
|
+
"version": "9.0.0-build.6.3",
|
|
4
4
|
"description": "Repeating view structures such as Table, Gallery(Repeating layouts), Kanban etc.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Pegasystems",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"build": "tsc -b tsconfig.build.json"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pega/cosmos-react-condition-builder": "9.0.0-build.6.
|
|
18
|
-
"@pega/cosmos-react-core": "9.0.0-build.6.
|
|
19
|
-
"@pega/cosmos-react-rte": "9.0.0-build.6.
|
|
20
|
-
"@pega/cosmos-react-work": "9.0.0-build.6.
|
|
17
|
+
"@pega/cosmos-react-condition-builder": "9.0.0-build.6.3",
|
|
18
|
+
"@pega/cosmos-react-core": "9.0.0-build.6.3",
|
|
19
|
+
"@pega/cosmos-react-rte": "9.0.0-build.6.3",
|
|
20
|
+
"@pega/cosmos-react-work": "9.0.0-build.6.3",
|
|
21
21
|
"@types/lodash.get": "^4.4.9",
|
|
22
22
|
"@types/react": "^17.0.62 || ^18.3.3",
|
|
23
23
|
"@types/react-dom": "^17.0.20 || ^18.3.0",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"dayjs": "^1.11.13",
|
|
26
26
|
"fast-deep-equal": "^3.1.3",
|
|
27
27
|
"lodash.get": "^4.4.2",
|
|
28
|
-
"pega-repeating-structures-core": "npm:@pega/lists-core@9.0.0-build.6.
|
|
29
|
-
"pega-ui-list-data-apis": "npm:@pega/lists-core-utils@9.0.0-build.6.
|
|
28
|
+
"pega-repeating-structures-core": "npm:@pega/lists-core@9.0.0-build.6.3",
|
|
29
|
+
"pega-ui-list-data-apis": "npm:@pega/lists-core-utils@9.0.0-build.6.3",
|
|
30
30
|
"polished": "^4.1.0",
|
|
31
31
|
"prop-types": "^15.8.1",
|
|
32
32
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@testing-library/react": "^16.0.0",
|
|
46
46
|
"@testing-library/user-event": "^14.6.1",
|
|
47
47
|
"jest-axe": "^8.0.0",
|
|
48
|
-
"srs-utils": "9.0.0-build.6.
|
|
48
|
+
"srs-utils": "9.0.0-build.6.3",
|
|
49
49
|
"typescript": "~5.8.3"
|
|
50
50
|
}
|
|
51
51
|
}
|