@databrainhq/plugin 0.9.35 → 0.9.36

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.
@@ -126,7 +126,9 @@ export type Schema = {
126
126
  as: any;
127
127
  dataType: string;
128
128
  name: string;
129
+ label?: string;
129
130
  isDefault?: boolean;
131
+ isShowHorizontal?: boolean;
130
132
  }[];
131
133
  };
132
134
  export type RlsFilterObjectType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databrainhq/plugin",
3
- "version": "0.9.35",
3
+ "version": "0.9.36",
4
4
  "description": "Databrain app dashboard ui plugin.",
5
5
  "author": "",
6
6
  "license": "MIT",