@uniformdev/mesh-sdk-react 20.14.0 → 20.14.2-alpha.35

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
@@ -98,7 +98,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
98
98
  type: TLocationType;
99
99
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
100
100
  type: TLocationType;
101
- }> | Extract<_uniformdev_mesh_sdk.ToolLocation<TLocationValue, unknown>, {
101
+ }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
102
102
  type: TLocationType;
103
103
  }>, "setValue"> & {
104
104
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
@@ -127,7 +127,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
127
127
  type: TLocationType;
128
128
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
129
129
  type: TLocationType;
130
- }> | Extract<_uniformdev_mesh_sdk.ToolLocation<TLocationValue, unknown>, {
130
+ }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
131
131
  type: TLocationType;
132
132
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
133
133
  type: TLocationType;
@@ -155,7 +155,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
155
155
  type: TLocationType;
156
156
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
157
157
  type: TLocationType;
158
- }> | Extract<_uniformdev_mesh_sdk.ToolLocation<TLocationValue, unknown>, {
158
+ }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
159
159
  type: TLocationType;
160
160
  }>)["setValue"]>[0]>;
161
161
  };
package/dist/index.d.ts CHANGED
@@ -98,7 +98,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
98
98
  type: TLocationType;
99
99
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
100
100
  type: TLocationType;
101
- }> | Extract<_uniformdev_mesh_sdk.ToolLocation<TLocationValue, unknown>, {
101
+ }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
102
102
  type: TLocationType;
103
103
  }>, "setValue"> & {
104
104
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
@@ -127,7 +127,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
127
127
  type: TLocationType;
128
128
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
129
129
  type: TLocationType;
130
- }> | Extract<_uniformdev_mesh_sdk.ToolLocation<TLocationValue, unknown>, {
130
+ }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
131
131
  type: TLocationType;
132
132
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
133
133
  type: TLocationType;
@@ -155,7 +155,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
155
155
  type: TLocationType;
156
156
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
157
157
  type: TLocationType;
158
- }> | Extract<_uniformdev_mesh_sdk.ToolLocation<TLocationValue, unknown>, {
158
+ }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
159
159
  type: TLocationType;
160
160
  }>)["setValue"]>[0]>;
161
161
  };
package/dist/index.esm.js CHANGED
@@ -5185,18 +5185,6 @@ var DATE_TIME_OPERATORS = [
5185
5185
  value: "sys-date-gte",
5186
5186
  editorType: "date",
5187
5187
  expectedValueType: "single"
5188
- },
5189
- {
5190
- label: "is empty",
5191
- value: "ndef",
5192
- editorType: "empty",
5193
- expectedValueType: "false"
5194
- },
5195
- {
5196
- label: "is not empty",
5197
- value: "def",
5198
- editorType: "empty",
5199
- expectedValueType: "true"
5200
5188
  }
5201
5189
  ];
5202
5190
  var RICHTEXT_OPERATORS = [
@@ -6336,6 +6324,7 @@ function withInputVariables(WrappedComponent, noSwapping = false) {
6336
6324
  return /* @__PURE__ */ jsx72(
6337
6325
  InputVariables,
6338
6326
  {
6327
+ "data-testid": "filter-value",
6339
6328
  disableInlineMenu: true,
6340
6329
  showMenuPosition: "inline-right",
6341
6330
  onChange: (newValue) => props.onChange(newValue != null ? newValue : ""),
@@ -6356,6 +6345,7 @@ function withInputVariablesForMultiValue(WrappedComponent) {
6356
6345
  return /* @__PURE__ */ jsx72(
6357
6346
  InputVariables,
6358
6347
  {
6348
+ "data-testid": "filter-value",
6359
6349
  disableInlineMenu: true,
6360
6350
  showMenuPosition: "inline-right",
6361
6351
  onChange: (newValue) => props.onChange(newValue ? [newValue] : []),
package/dist/index.js CHANGED
@@ -5276,18 +5276,6 @@ var DATE_TIME_OPERATORS = [
5276
5276
  value: "sys-date-gte",
5277
5277
  editorType: "date",
5278
5278
  expectedValueType: "single"
5279
- },
5280
- {
5281
- label: "is empty",
5282
- value: "ndef",
5283
- editorType: "empty",
5284
- expectedValueType: "false"
5285
- },
5286
- {
5287
- label: "is not empty",
5288
- value: "def",
5289
- editorType: "empty",
5290
- expectedValueType: "true"
5291
5279
  }
5292
5280
  ];
5293
5281
  var RICHTEXT_OPERATORS = [
@@ -6401,6 +6389,7 @@ function withInputVariables(WrappedComponent, noSwapping = false) {
6401
6389
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6402
6390
  InputVariables,
6403
6391
  {
6392
+ "data-testid": "filter-value",
6404
6393
  disableInlineMenu: true,
6405
6394
  showMenuPosition: "inline-right",
6406
6395
  onChange: (newValue) => props.onChange(newValue != null ? newValue : ""),
@@ -6421,6 +6410,7 @@ function withInputVariablesForMultiValue(WrappedComponent) {
6421
6410
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6422
6411
  InputVariables,
6423
6412
  {
6413
+ "data-testid": "filter-value",
6424
6414
  disableInlineMenu: true,
6425
6415
  showMenuPosition: "inline-right",
6426
6416
  onChange: (newValue) => props.onChange(newValue ? [newValue] : []),
package/dist/index.mjs CHANGED
@@ -5185,18 +5185,6 @@ var DATE_TIME_OPERATORS = [
5185
5185
  value: "sys-date-gte",
5186
5186
  editorType: "date",
5187
5187
  expectedValueType: "single"
5188
- },
5189
- {
5190
- label: "is empty",
5191
- value: "ndef",
5192
- editorType: "empty",
5193
- expectedValueType: "false"
5194
- },
5195
- {
5196
- label: "is not empty",
5197
- value: "def",
5198
- editorType: "empty",
5199
- expectedValueType: "true"
5200
5188
  }
5201
5189
  ];
5202
5190
  var RICHTEXT_OPERATORS = [
@@ -6336,6 +6324,7 @@ function withInputVariables(WrappedComponent, noSwapping = false) {
6336
6324
  return /* @__PURE__ */ jsx72(
6337
6325
  InputVariables,
6338
6326
  {
6327
+ "data-testid": "filter-value",
6339
6328
  disableInlineMenu: true,
6340
6329
  showMenuPosition: "inline-right",
6341
6330
  onChange: (newValue) => props.onChange(newValue != null ? newValue : ""),
@@ -6356,6 +6345,7 @@ function withInputVariablesForMultiValue(WrappedComponent) {
6356
6345
  return /* @__PURE__ */ jsx72(
6357
6346
  InputVariables,
6358
6347
  {
6348
+ "data-testid": "filter-value",
6359
6349
  disableInlineMenu: true,
6360
6350
  showMenuPosition: "inline-right",
6361
6351
  onChange: (newValue) => props.onChange(newValue ? [newValue] : []),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.14.0",
3
+ "version": "20.14.2-alpha.35+298a00bb0a",
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.25.0",
51
51
  "@lexical/utils": "0.25.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.14.0",
54
- "@uniformdev/design-system": "20.14.0",
55
- "@uniformdev/mesh-sdk": "20.14.0",
56
- "@uniformdev/richtext": "20.14.0",
53
+ "@uniformdev/canvas": "20.14.2-alpha.35+298a00bb0a",
54
+ "@uniformdev/design-system": "20.14.2-alpha.35+298a00bb0a",
55
+ "@uniformdev/mesh-sdk": "20.14.2-alpha.35+298a00bb0a",
56
+ "@uniformdev/richtext": "20.14.2-alpha.35+298a00bb0a",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.25.0",
59
59
  "mitt": "3.0.1",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "958a8fe27da8ec9191a1a09f289f6f7418dd16d6"
89
+ "gitHead": "298a00bb0a2955cf07d94dd6ef939a64b5bfdcd0"
90
90
  }