@uniformdev/mesh-sdk-react 20.59.1 → 20.60.1

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/index.d.mts CHANGED
@@ -1555,7 +1555,7 @@ type FilterEditorRendererProps<TValue extends string | string[]> = Pick<FilterOp
1555
1555
  };
1556
1556
 
1557
1557
  /** a list of possible operator values that sync with uniform search api */
1558
- type OperatorValue = 'eq' | 'sys-date-eq' | 'neq' | 'gt' | 'sys-date-gt' | 'gte' | 'sys-date-gte' | 'lt' | 'sys-date-lt' | 'lte' | 'sys-date-lte' | 'in' | 'nin' | 'between' | 'sys-date-between' | 'ndef' | 'def' | 'match' | 'starts' | 'checked' | 'nchecked';
1558
+ type OperatorValue = 'eq' | 'sys-date-eq' | 'neq' | 'gt' | 'sys-date-gt' | 'gte' | 'sys-date-gte' | 'lt' | 'sys-date-lt' | 'lte' | 'sys-date-lte' | 'in' | 'nin' | 'all' | 'between' | 'sys-date-between' | 'ndef' | 'def' | 'match' | 'starts' | 'checked' | 'nchecked';
1559
1559
  type OperatorValueType = {
1560
1560
  value: OperatorValue;
1561
1561
  };
package/dist/index.d.ts CHANGED
@@ -1555,7 +1555,7 @@ type FilterEditorRendererProps<TValue extends string | string[]> = Pick<FilterOp
1555
1555
  };
1556
1556
 
1557
1557
  /** a list of possible operator values that sync with uniform search api */
1558
- type OperatorValue = 'eq' | 'sys-date-eq' | 'neq' | 'gt' | 'sys-date-gt' | 'gte' | 'sys-date-gte' | 'lt' | 'sys-date-lt' | 'lte' | 'sys-date-lte' | 'in' | 'nin' | 'between' | 'sys-date-between' | 'ndef' | 'def' | 'match' | 'starts' | 'checked' | 'nchecked';
1558
+ type OperatorValue = 'eq' | 'sys-date-eq' | 'neq' | 'gt' | 'sys-date-gt' | 'gte' | 'sys-date-gte' | 'lt' | 'sys-date-lt' | 'lte' | 'sys-date-lte' | 'in' | 'nin' | 'all' | 'between' | 'sys-date-between' | 'ndef' | 'def' | 'match' | 'starts' | 'checked' | 'nchecked';
1559
1559
  type OperatorValueType = {
1560
1560
  value: OperatorValue;
1561
1561
  };
package/dist/index.esm.js CHANGED
@@ -5420,6 +5420,12 @@ var MULTI_SELECT_OPERATORS = [
5420
5420
  editorType: "multiChoice",
5421
5421
  expectedValueType: "array"
5422
5422
  },
5423
+ {
5424
+ label: "is all of...",
5425
+ value: "all",
5426
+ editorType: "multiChoice",
5427
+ expectedValueType: "array"
5428
+ },
5423
5429
  {
5424
5430
  label: "is empty",
5425
5431
  value: "ndef",
package/dist/index.js CHANGED
@@ -5508,6 +5508,12 @@ var MULTI_SELECT_OPERATORS = [
5508
5508
  editorType: "multiChoice",
5509
5509
  expectedValueType: "array"
5510
5510
  },
5511
+ {
5512
+ label: "is all of...",
5513
+ value: "all",
5514
+ editorType: "multiChoice",
5515
+ expectedValueType: "array"
5516
+ },
5511
5517
  {
5512
5518
  label: "is empty",
5513
5519
  value: "ndef",
package/dist/index.mjs CHANGED
@@ -5420,6 +5420,12 @@ var MULTI_SELECT_OPERATORS = [
5420
5420
  editorType: "multiChoice",
5421
5421
  expectedValueType: "array"
5422
5422
  },
5423
+ {
5424
+ label: "is all of...",
5425
+ value: "all",
5426
+ editorType: "multiChoice",
5427
+ expectedValueType: "array"
5428
+ },
5423
5429
  {
5424
5430
  label: "is empty",
5425
5431
  value: "ndef",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.59.1",
3
+ "version": "20.60.1",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -51,10 +51,10 @@
51
51
  "@lexical/selection": "0.39.0",
52
52
  "@lexical/utils": "0.39.0",
53
53
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
54
- "@uniformdev/canvas": "20.59.1",
55
- "@uniformdev/design-system": "20.59.1",
56
- "@uniformdev/mesh-sdk": "20.59.1",
57
- "@uniformdev/richtext": "20.59.1",
54
+ "@uniformdev/canvas": "20.60.1",
55
+ "@uniformdev/design-system": "20.60.1",
56
+ "@uniformdev/mesh-sdk": "20.60.1",
57
+ "@uniformdev/richtext": "20.60.1",
58
58
  "dequal": "^2.0.3",
59
59
  "lexical": "0.39.0",
60
60
  "mitt": "3.0.1",
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "c373fe4a7fa491894a70b5529281db08696e8231"
88
+ "gitHead": "57c08725684e9ae947f51ebbce85d3331df5e8b9"
89
89
  }