@economic/taco 2.0.0-alpha.6 → 2.0.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": "2.0.0-alpha.6",
3
+ "version": "2.0.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",
@@ -129,5 +129,6 @@
129
129
  "Firefox ESR",
130
130
  "not ie < 11"
131
131
  ]
132
- }
132
+ },
133
+ "gitHead": "c00bafc708872f3af1add8940a2442760b8e92e4"
133
134
  }
package/types.json CHANGED
@@ -7563,16 +7563,7 @@
7563
7563
  },
7564
7564
  "returnValue": "Promise<[object Object]>"
7565
7565
  },
7566
- "useTable3DataOptions": {
7567
- "props": [
7568
- {
7569
- "name": "pageSize",
7570
- "optional": false,
7571
- "type": "number"
7572
- }
7573
- ]
7574
- },
7575
- "useTableDataValues": {
7566
+ "useTable3DataFetcherValues": {
7576
7567
  "props": [
7577
7568
  {
7578
7569
  "name": "data",
@@ -7618,6 +7609,15 @@
7618
7609
  "type": "number"
7619
7610
  }
7620
7611
  ]
7612
+ },
7613
+ "useTable3DataOptions": {
7614
+ "props": [
7615
+ {
7616
+ "name": "pageSize",
7617
+ "optional": false,
7618
+ "type": "number"
7619
+ }
7620
+ ]
7621
7621
  }
7622
7622
  },
7623
7623
  "Table3": {
@@ -7642,7 +7642,10 @@
7642
7642
  "name": "TType"
7643
7643
  }
7644
7644
  },
7645
- "returnValue": "string"
7645
+ "returnValue": [
7646
+ "string",
7647
+ "undefined"
7648
+ ]
7646
7649
  }
7647
7650
  ],
7648
7651
  "Table3ColumnControlProps": {
@@ -7918,7 +7921,10 @@
7918
7921
  "name": "emptyState",
7919
7922
  "optional": true,
7920
7923
  "type": {
7921
- "returnValue": "Element"
7924
+ "returnValue": [
7925
+ "Element",
7926
+ "null"
7927
+ ]
7922
7928
  }
7923
7929
  },
7924
7930
  {
@@ -8321,11 +8327,6 @@
8321
8327
  },
8322
8328
  "Table3Settings": {
8323
8329
  "props": [
8324
- {
8325
- "name": "columnFilters",
8326
- "optional": true,
8327
- "type": "ColumnFiltersState"
8328
- },
8329
8330
  {
8330
8331
  "name": "columnFreezingIndex",
8331
8332
  "optional": true,
@@ -8361,11 +8362,6 @@
8361
8362
  "optional": true,
8362
8363
  "type": "Table3FontSize"
8363
8364
  },
8364
- {
8365
- "name": "rowDensity",
8366
- "optional": true,
8367
- "type": "DeprecatedRowDensity"
8368
- },
8369
8365
  {
8370
8366
  "name": "rowHeight",
8371
8367
  "optional": true,