@uniformdev/mesh-sdk-react 19.157.0 → 19.158.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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +0 -5
- package/dist/index.js +0 -5
- package/dist/index.mjs +0 -5
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -1777,7 +1777,7 @@ type Filter = {
|
|
|
1777
1777
|
};
|
|
1778
1778
|
|
|
1779
1779
|
/** @deprecated beta - a list of possible operator values that sync with uniform search api */
|
|
1780
|
-
type OperatorValue = 'eq' | 'sys-date-eq' | 'neq' | '
|
|
1780
|
+
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';
|
|
1781
1781
|
type OperatorValueType = {
|
|
1782
1782
|
value: OperatorValue;
|
|
1783
1783
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1777,7 +1777,7 @@ type Filter = {
|
|
|
1777
1777
|
};
|
|
1778
1778
|
|
|
1779
1779
|
/** @deprecated beta - a list of possible operator values that sync with uniform search api */
|
|
1780
|
-
type OperatorValue = 'eq' | 'sys-date-eq' | 'neq' | '
|
|
1780
|
+
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';
|
|
1781
1781
|
type OperatorValueType = {
|
|
1782
1782
|
value: OperatorValue;
|
|
1783
1783
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -7478,11 +7478,6 @@ var SYSTEM_DATE_OPERATORS = [
|
|
|
7478
7478
|
label: "is on or after...",
|
|
7479
7479
|
value: "sys-date-gte",
|
|
7480
7480
|
editorType: "date"
|
|
7481
|
-
},
|
|
7482
|
-
{
|
|
7483
|
-
label: "is not",
|
|
7484
|
-
value: "sys-date-neq",
|
|
7485
|
-
editorType: "date"
|
|
7486
7481
|
}
|
|
7487
7482
|
];
|
|
7488
7483
|
var RICHTEXT_OPERATORS = [
|
package/dist/index.js
CHANGED
|
@@ -7637,11 +7637,6 @@ var SYSTEM_DATE_OPERATORS = [
|
|
|
7637
7637
|
label: "is on or after...",
|
|
7638
7638
|
value: "sys-date-gte",
|
|
7639
7639
|
editorType: "date"
|
|
7640
|
-
},
|
|
7641
|
-
{
|
|
7642
|
-
label: "is not",
|
|
7643
|
-
value: "sys-date-neq",
|
|
7644
|
-
editorType: "date"
|
|
7645
7640
|
}
|
|
7646
7641
|
];
|
|
7647
7642
|
var RICHTEXT_OPERATORS = [
|
package/dist/index.mjs
CHANGED
|
@@ -7478,11 +7478,6 @@ var SYSTEM_DATE_OPERATORS = [
|
|
|
7478
7478
|
label: "is on or after...",
|
|
7479
7479
|
value: "sys-date-gte",
|
|
7480
7480
|
editorType: "date"
|
|
7481
|
-
},
|
|
7482
|
-
{
|
|
7483
|
-
label: "is not",
|
|
7484
|
-
value: "sys-date-neq",
|
|
7485
|
-
editorType: "date"
|
|
7486
7481
|
}
|
|
7487
7482
|
];
|
|
7488
7483
|
var RICHTEXT_OPERATORS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.158.0",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@lexical/selection": "^0.12.0",
|
|
51
51
|
"@lexical/utils": "^0.12.0",
|
|
52
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
|
|
53
|
-
"@uniformdev/canvas": "19.
|
|
54
|
-
"@uniformdev/design-system": "19.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.
|
|
53
|
+
"@uniformdev/canvas": "19.158.0",
|
|
54
|
+
"@uniformdev/design-system": "19.158.0",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.158.0",
|
|
56
56
|
"dequal": "^2.0.3",
|
|
57
57
|
"lexical": "^0.12.0",
|
|
58
58
|
"mitt": "^3.0.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "f0be15ed3518c8d3d02e320d9b9a2f5175d30d1b"
|
|
90
90
|
}
|