@megha-ui/react 1.2.443 → 1.2.445

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.
@@ -34,6 +34,7 @@ export interface DataRow {
34
34
  shouldRender?: boolean;
35
35
  url?: string;
36
36
  itemsAlign?: "start" | "center";
37
+ isArrayString?: boolean;
37
38
  };
38
39
  }
39
40
  export type IDefaultSearchOps = "contains" | "doesNotContain" | "equals" | "doesNotEqual" | "startsWith" | "endsWith" | "blank" | "notBlank" | "lte" | "gte" | "after" | "before" | "gt" | "lt" | "between" | "";
@@ -304,4 +305,5 @@ export interface SearchQuery {
304
305
  text: string;
305
306
  type: string;
306
307
  operation: "and" | "or";
308
+ isFixed?: boolean;
307
309
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.443",
3
+ "version": "1.2.445",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",