ywana-core8 0.0.467 → 0.0.470

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/db/db.json ADDED
@@ -0,0 +1,50 @@
1
+ {
2
+ "references": [
3
+ {
4
+ "name": "1",
5
+ "state": "NOT_CLASSIFIED",
6
+ "field1": "1",
7
+ "field2": "1",
8
+ "id": 1
9
+ },
10
+ {
11
+ "name": "3",
12
+ "state": "CLASSIFIED",
13
+ "field1": "3",
14
+ "field2": "3",
15
+ "field4": "#4d19c8",
16
+ "id": 3
17
+ },
18
+ {
19
+ "name": "44",
20
+ "state": "NOT_CLASSIFIED",
21
+ "field1": "44",
22
+ "field2": "44",
23
+ "field4": "#0bda81",
24
+ "id": 4
25
+ },
26
+ {
27
+ "name": "555",
28
+ "state": "CLASSIFIED",
29
+ "field1": "555",
30
+ "field2": "555",
31
+ "id": 5
32
+ },
33
+ {
34
+ "name": "666",
35
+ "state": "NOT_CLASSIFIED",
36
+ "field1": "666",
37
+ "field2": "666",
38
+ "field4": "#cae407",
39
+ "id": 6
40
+ },
41
+ {
42
+ "name": "7777",
43
+ "state": "NOT_CLASSIFIED",
44
+ "field1": "777",
45
+ "field2": "777",
46
+ "field4": "#09dee1",
47
+ "id": 7
48
+ }
49
+ ]
50
+ }
package/db/routes.json ADDED
File without changes
package/dist/index.cjs CHANGED
@@ -5715,7 +5715,7 @@ var TableSelector = function TableSelector(props) {
5715
5715
  } catch (e) {
5716
5716
  return Promise.reject(e);
5717
5717
  }
5718
- });
5718
+ }, rows);
5719
5719
  },
5720
5720
  disabled: !validate(checked, rows)
5721
5721
  });