cecomponent 1.0.123 → 1.0.125
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.
|
@@ -54,6 +54,8 @@ interface CEDataGridDynamicTableProps {
|
|
|
54
54
|
* dropdown (it's used only to provide the label).
|
|
55
55
|
*/
|
|
56
56
|
usedefault?: boolean;
|
|
57
|
+
/** When true and usedefault is also true, the built-in export will force-export the full dataset (allData). */
|
|
58
|
+
forceAll?: boolean;
|
|
57
59
|
}>;
|
|
58
60
|
/**
|
|
59
61
|
* Label for the default download action included at the top of the
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cecomponent",
|
|
3
3
|
"description": "A React component library for building modern UIs for Cleanearth",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.125",
|
|
5
5
|
"main": "dist/ce-component-lib.js",
|
|
6
6
|
"module": "dist/ce-component-lib.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|