@uniformdev/mesh-sdk-react 20.63.1-alpha.12 → 20.63.1-alpha.17

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
@@ -82,6 +82,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
82
82
  type: TLocationType;
83
83
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
84
84
  type: TLocationType;
85
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
86
+ type: TLocationType;
85
87
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
86
88
  type: TLocationType;
87
89
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -113,6 +115,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
113
115
  type: TLocationType;
114
116
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
115
117
  type: TLocationType;
118
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
119
+ type: TLocationType;
116
120
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
117
121
  type: TLocationType;
118
122
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -143,6 +147,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
143
147
  type: TLocationType;
144
148
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
145
149
  type: TLocationType;
150
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
151
+ type: TLocationType;
146
152
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
147
153
  type: TLocationType;
148
154
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
package/dist/index.d.ts CHANGED
@@ -82,6 +82,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
82
82
  type: TLocationType;
83
83
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
84
84
  type: TLocationType;
85
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
86
+ type: TLocationType;
85
87
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
86
88
  type: TLocationType;
87
89
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -113,6 +115,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
113
115
  type: TLocationType;
114
116
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
115
117
  type: TLocationType;
118
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
119
+ type: TLocationType;
116
120
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
117
121
  type: TLocationType;
118
122
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -143,6 +147,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
143
147
  type: TLocationType;
144
148
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
145
149
  type: TLocationType;
150
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
151
+ type: TLocationType;
146
152
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
147
153
  type: TLocationType;
148
154
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
package/dist/index.esm.js CHANGED
@@ -6477,6 +6477,7 @@ var SearchAndFilterProvider = ({
6477
6477
  onChange([...filters, { field: "", operator: "", value: "" }]);
6478
6478
  }, [filters, onChange]);
6479
6479
  const handleResetFilters = useCallback6(() => {
6480
+ setSearchTerm("");
6480
6481
  if (onResetFilterValues) {
6481
6482
  return onResetFilterValues();
6482
6483
  }
package/dist/index.js CHANGED
@@ -6539,6 +6539,7 @@ var SearchAndFilterProvider = ({
6539
6539
  onChange([...filters, { field: "", operator: "", value: "" }]);
6540
6540
  }, [filters, onChange]);
6541
6541
  const handleResetFilters = (0, import_react64.useCallback)(() => {
6542
+ setSearchTerm("");
6542
6543
  if (onResetFilterValues) {
6543
6544
  return onResetFilterValues();
6544
6545
  }
package/dist/index.mjs CHANGED
@@ -6477,6 +6477,7 @@ var SearchAndFilterProvider = ({
6477
6477
  onChange([...filters, { field: "", operator: "", value: "" }]);
6478
6478
  }, [filters, onChange]);
6479
6479
  const handleResetFilters = useCallback6(() => {
6480
+ setSearchTerm("");
6480
6481
  if (onResetFilterValues) {
6481
6482
  return onResetFilterValues();
6482
6483
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.63.1-alpha.12+914935b899",
3
+ "version": "20.63.1-alpha.17+cd7eca3818",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,10 +50,10 @@
50
50
  "@lexical/selection": "0.39.0",
51
51
  "@lexical/utils": "0.39.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
53
- "@uniformdev/canvas": "20.63.1-alpha.12+914935b899",
54
- "@uniformdev/design-system": "20.63.1-alpha.12+914935b899",
55
- "@uniformdev/mesh-sdk": "20.63.1-alpha.12+914935b899",
56
- "@uniformdev/richtext": "20.63.1-alpha.12+914935b899",
53
+ "@uniformdev/canvas": "20.63.1-alpha.17+cd7eca3818",
54
+ "@uniformdev/design-system": "20.63.1-alpha.17+cd7eca3818",
55
+ "@uniformdev/mesh-sdk": "20.63.1-alpha.17+cd7eca3818",
56
+ "@uniformdev/richtext": "20.63.1-alpha.17+cd7eca3818",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.39.0",
59
59
  "mitt": "3.0.1",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "914935b89907018dde56a2c49b72e6899d9fb0e2"
89
+ "gitHead": "cd7eca38189533a6ba5899bf872b72e1331c4aa3"
90
90
  }