@economic/taco 1.32.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.32.0",
3
+ "version": "1.33.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -133,5 +133,5 @@
133
133
  "not ie < 11"
134
134
  ]
135
135
  },
136
- "gitHead": "d97ddb414014140f8ed63e5283fb1d155705f1ed"
136
+ "gitHead": "bc0c4e8dc9daa01a694b4b0e2788d1fa3eeb44f4"
137
137
  }
package/types.json CHANGED
@@ -4869,7 +4869,7 @@
4869
4869
  {
4870
4870
  "name": "ref",
4871
4871
  "optional": true,
4872
- "type": "React.Ref<HTMLDivElement>"
4872
+ "type": "React.Ref<Table2Ref>"
4873
4873
  }
4874
4874
  ]
4875
4875
  }
@@ -4878,6 +4878,47 @@
4878
4878
  }
4879
4879
  ]
4880
4880
  },
4881
+ "Table2Ref": {
4882
+ "intersections": [
4883
+ "HTMLDivElement"
4884
+ ],
4885
+ "props": [
4886
+ {
4887
+ "name": "instance",
4888
+ "optional": false,
4889
+ "type": [
4890
+ {
4891
+ "name": "resetFiltering",
4892
+ "optional": false,
4893
+ "type": {
4894
+ "returnValue": "void"
4895
+ }
4896
+ },
4897
+ {
4898
+ "name": "resetRowExpansion",
4899
+ "optional": false,
4900
+ "type": {
4901
+ "returnValue": "void"
4902
+ }
4903
+ },
4904
+ {
4905
+ "name": "resetRowSelection",
4906
+ "optional": false,
4907
+ "type": {
4908
+ "returnValue": "void"
4909
+ }
4910
+ },
4911
+ {
4912
+ "name": "resetSorting",
4913
+ "optional": false,
4914
+ "type": {
4915
+ "returnValue": "void"
4916
+ }
4917
+ }
4918
+ ]
4919
+ }
4920
+ ]
4921
+ },
4881
4922
  "Table2Texts": {
4882
4923
  "props": [
4883
4924
  {