rez-table-listing-mui 1.3.19 → 1.3.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez-table-listing-mui",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",
@@ -24,14 +24,12 @@ const DATE_ALLOWED_OPERATORS = [
24
24
  "between",
25
25
  "is",
26
26
  "today",
27
- "is_day_before",
28
- "is_day_after",
29
- "is_month_before",
30
- "is_month_after",
31
27
  "is_before",
32
28
  "is_after",
33
29
  "is_on_or_before",
34
30
  "is_on_or_after",
31
+ "empty",
32
+ "not_empty",
35
33
  ];
36
34
 
37
35
  const FormDropdown = ({
@@ -11,14 +11,12 @@ export type DateOperator =
11
11
  | "between"
12
12
  | "is"
13
13
  | "today"
14
- | "is_day_before"
15
- | "is_day_after"
16
- | "is_month_before"
17
- | "is_month_after"
18
14
  | "is_before"
19
15
  | "is_after"
20
16
  | "is_on_or_before"
21
- | "is_on_or_after";
17
+ | "is_on_or_after"
18
+ | "empty"
19
+ | "not_empty";
22
20
 
23
21
  export const DATE_ALLOWED_OPERATORS: DateOperator[] = [
24
22
  "equal",
@@ -27,14 +25,12 @@ export const DATE_ALLOWED_OPERATORS: DateOperator[] = [
27
25
  "between",
28
26
  "is",
29
27
  "today",
30
- "is_day_before",
31
- "is_day_after",
32
- "is_month_before",
33
- "is_month_after",
34
28
  "is_before",
35
29
  "is_after",
36
30
  "is_on_or_before",
37
31
  "is_on_or_after",
32
+ "empty",
33
+ "not_empty",
38
34
  ];
39
35
 
40
36
  export const resolveFilterInput = ({