@uniformdev/mesh-sdk-react 19.178.0 → 19.179.1-alpha.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
@@ -1799,6 +1799,8 @@ type FilterOption = {
1799
1799
  disabled?: boolean;
1800
1800
  /** If filter operator allows it allow bind dynamic value to this filter */
1801
1801
  bindable?: boolean;
1802
+ /** If value should be excluded from the sort options */
1803
+ excludeFromSort?: boolean;
1802
1804
  };
1803
1805
  /** @deprecated beta - Filter selected and query value props */
1804
1806
  type Filter = {
package/dist/index.d.ts CHANGED
@@ -1799,6 +1799,8 @@ type FilterOption = {
1799
1799
  disabled?: boolean;
1800
1800
  /** If filter operator allows it allow bind dynamic value to this filter */
1801
1801
  bindable?: boolean;
1802
+ /** If value should be excluded from the sort options */
1803
+ excludeFromSort?: boolean;
1802
1804
  };
1803
1805
  /** @deprecated beta - Filter selected and query value props */
1804
1806
  type Filter = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.178.0",
3
+ "version": "19.179.1-alpha.1+3adc08c00a",
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.16.1",
51
51
  "@lexical/utils": "0.16.1",
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.178.0",
54
- "@uniformdev/design-system": "19.178.0",
55
- "@uniformdev/mesh-sdk": "19.178.0",
53
+ "@uniformdev/canvas": "19.179.1-alpha.1+3adc08c00a",
54
+ "@uniformdev/design-system": "19.179.1-alpha.1+3adc08c00a",
55
+ "@uniformdev/mesh-sdk": "19.179.1-alpha.1+3adc08c00a",
56
56
  "dequal": "^2.0.3",
57
57
  "lexical": "0.16.1",
58
58
  "mitt": "^3.0.0",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "66721c01d9bf53917e5c4d83e2e578248e72560d"
89
+ "gitHead": "3adc08c00a0d3932b6b767faaa6157f8b71ef0a0"
90
90
  }