@factorialco/f0-react 1.322.0 → 1.323.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/experimental.d.ts +2 -2
- package/dist/experimental.js +3013 -3011
- package/dist/f0.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -4411,8 +4411,8 @@ declare type TableVisualizationOptions<R extends RecordType, _Filters extends Fi
|
|
|
4411
4411
|
};
|
|
4412
4412
|
|
|
4413
4413
|
declare type TableVisualizationSettings = {
|
|
4414
|
-
order
|
|
4415
|
-
hidden
|
|
4414
|
+
order?: ColId[];
|
|
4415
|
+
hidden?: ColId[];
|
|
4416
4416
|
};
|
|
4417
4417
|
|
|
4418
4418
|
export declare const Tag: ({ tag }: {
|