@truedat/ie 4.29.1 → 4.30.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.30.0] 2021-10-06
4
+
5
+ ### Changed
6
+
7
+ - [TD-3603] Update react-intl version to v5
8
+
3
9
  ## [4.26.5] 2021-08-05
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/ie",
3
- "version": "4.29.1",
3
+ "version": "4.30.2",
4
4
  "description": "Truedat Web Ingests",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -30,7 +30,7 @@
30
30
  "@babel/plugin-transform-modules-commonjs": "^7.15.0",
31
31
  "@babel/preset-env": "^7.15.0",
32
32
  "@babel/preset-react": "^7.14.5",
33
- "@truedat/test": "4.29.1",
33
+ "@truedat/test": "4.30.1",
34
34
  "babel-jest": "^27.0.6",
35
35
  "babel-plugin-dynamic-import-node": "^2.3.3",
36
36
  "babel-plugin-lodash": "^3.3.4",
@@ -79,13 +79,13 @@
79
79
  ]
80
80
  },
81
81
  "dependencies": {
82
- "@truedat/core": "4.29.1",
83
- "@truedat/df": "4.29.1",
82
+ "@truedat/core": "4.30.2",
83
+ "@truedat/df": "4.30.2",
84
84
  "file-saver": "^2.0.5",
85
85
  "moment": "^2.24.0",
86
86
  "path-to-regexp": "^1.7.0",
87
87
  "prop-types": "^15.7.2",
88
- "react-intl": "^3.12.0",
88
+ "react-intl": "^5.20.10",
89
89
  "react-moment": "^0.9.7",
90
90
  "react-redux": "^7.2.4",
91
91
  "react-router-dom": "^5.2.0",
@@ -99,5 +99,5 @@
99
99
  "react-dom": ">= 16.8.6 < 17",
100
100
  "semantic-ui-react": ">= 0.88.2 < 2.1"
101
101
  },
102
- "gitHead": "bd33b4258962a80b10ffedf9d222272cd3babaf0"
102
+ "gitHead": "d1b2a5b74458267ecb68a30eb3cc331a6899a67f"
103
103
  }
@@ -21,36 +21,32 @@ exports[`<IngestArchive /> matches the latest snapshot 1`] = `
21
21
  <TableHeaderCell
22
22
  as="th"
23
23
  content={
24
- <FormattedMessage
24
+ <Memo(MemoizedFormattedMessage)
25
25
  id="ingests.props.status"
26
- values={Object {}}
27
26
  />
28
27
  }
29
28
  />
30
29
  <TableHeaderCell
31
30
  as="th"
32
31
  content={
33
- <FormattedMessage
32
+ <Memo(MemoizedFormattedMessage)
34
33
  id="ingests.props.version"
35
- values={Object {}}
36
34
  />
37
35
  }
38
36
  />
39
37
  <TableHeaderCell
40
38
  as="th"
41
39
  content={
42
- <FormattedMessage
40
+ <Memo(MemoizedFormattedMessage)
43
41
  id="ingests.props.last_change_by"
44
- values={Object {}}
45
42
  />
46
43
  }
47
44
  />
48
45
  <TableHeaderCell
49
46
  as="th"
50
47
  content={
51
- <FormattedMessage
48
+ <Memo(MemoizedFormattedMessage)
52
49
  id="ingests.props.last_change_at"
53
- values={Object {}}
54
50
  />
55
51
  }
56
52
  />
@@ -9,9 +9,8 @@ exports[`<IngestArchiveRow /> matches the latest snapshot 1`] = `
9
9
  <TableCell
10
10
  as="td"
11
11
  content={
12
- <FormattedMessage
12
+ <Memo(MemoizedFormattedMessage)
13
13
  id="ingests.status.status"
14
- values={Object {}}
15
14
  />
16
15
  }
17
16
  />
@@ -6,10 +6,9 @@ exports[`<IngestCompleteness /> matches the latest snapshot 1`] = `
6
6
  as="h4"
7
7
  dividing={true}
8
8
  >
9
- <FormattedMessage
9
+ <MemoizedFormattedMessage
10
10
  defaultMessage="Missing required fields"
11
11
  id="ingests.props.missing_fields"
12
- values={Object {}}
13
12
  />
14
13
  </Header>
15
14
  <List>
@@ -7,9 +7,8 @@ exports[`<IngestDetails /> matches the latest snapshot 1`] = `
7
7
  <Header
8
8
  as="h3"
9
9
  >
10
- <FormattedMessage
10
+ <MemoizedFormattedMessage
11
11
  id="ingests.props.description"
12
- values={Object {}}
13
12
  />
14
13
  </Header>
15
14
  <lazy
@@ -13,9 +13,8 @@ exports[`<IngestDuplicate /> matches the latest snapshot 1`] = `
13
13
  name="share square"
14
14
  />
15
15
  <HeaderContent>
16
- <FormattedMessage
16
+ <MemoizedFormattedMessage
17
17
  id="ingests.header.duplicate"
18
- values={Object {}}
19
18
  />
20
19
  </HeaderContent>
21
20
  </Header>
@@ -31,9 +30,8 @@ exports[`<IngestDuplicate /> matches the latest snapshot 1`] = `
31
30
  <Label
32
31
  pointing="left"
33
32
  >
34
- <FormattedMessage
33
+ <MemoizedFormattedMessage
35
34
  id="template.form.validation.empty_required"
36
- values={Object {}}
37
35
  />
38
36
  </Label>
39
37
  </label>
@@ -53,9 +51,8 @@ exports[`<IngestDuplicate /> matches the latest snapshot 1`] = `
53
51
  <Label
54
52
  pointing="left"
55
53
  >
56
- <FormattedMessage
54
+ <MemoizedFormattedMessage
57
55
  id="template.form.validation.empty_required"
58
- values={Object {}}
59
56
  />
60
57
  </Label>
61
58
  </label>
@@ -72,9 +69,8 @@ exports[`<IngestDuplicate /> matches the latest snapshot 1`] = `
72
69
  <Button
73
70
  as="button"
74
71
  content={
75
- <FormattedMessage
72
+ <Memo(MemoizedFormattedMessage)
76
73
  id="ingests.actions.duplicate"
77
- values={Object {}}
78
74
  />
79
75
  }
80
76
  disabled={true}
@@ -13,9 +13,8 @@ exports[`<IngestEdit /> matches the latest snapshot 1`] = `
13
13
  name="share square"
14
14
  />
15
15
  <HeaderContent>
16
- <FormattedMessage
16
+ <MemoizedFormattedMessage
17
17
  id="ingests.header.edit"
18
- values={Object {}}
19
18
  />
20
19
  </HeaderContent>
21
20
  </Header>
@@ -31,9 +30,8 @@ exports[`<IngestEdit /> matches the latest snapshot 1`] = `
31
30
  <Label
32
31
  pointing="left"
33
32
  >
34
- <FormattedMessage
33
+ <MemoizedFormattedMessage
35
34
  id="template.form.validation.empty_required"
36
- values={Object {}}
37
35
  />
38
36
  </Label>
39
37
  </label>
@@ -52,9 +50,8 @@ exports[`<IngestEdit /> matches the latest snapshot 1`] = `
52
50
  <Label
53
51
  pointing="left"
54
52
  >
55
- <FormattedMessage
53
+ <MemoizedFormattedMessage
56
54
  id="template.form.validation.empty_required"
57
- values={Object {}}
58
55
  />
59
56
  </Label>
60
57
  </label>
@@ -22,72 +22,64 @@ exports[`<IngestExecutions /> matches the latest snapshot 1`] = `
22
22
  <TableHeaderCell
23
23
  as="th"
24
24
  content={
25
- <FormattedMessage
25
+ <Memo(MemoizedFormattedMessage)
26
26
  id="ingestsExecutions.props.status"
27
- values={Object {}}
28
27
  />
29
28
  }
30
29
  />
31
30
  <TableHeaderCell
32
31
  as="th"
33
32
  content={
34
- <FormattedMessage
33
+ <Memo(MemoizedFormattedMessage)
35
34
  id="ingestsExecutions.props.description"
36
- values={Object {}}
37
35
  />
38
36
  }
39
37
  />
40
38
  <TableHeaderCell
41
39
  as="th"
42
40
  content={
43
- <FormattedMessage
41
+ <Memo(MemoizedFormattedMessage)
44
42
  id="ingestsExecutions.props.start"
45
- values={Object {}}
46
43
  />
47
44
  }
48
45
  />
49
46
  <TableHeaderCell
50
47
  as="th"
51
48
  content={
52
- <FormattedMessage
49
+ <Memo(MemoizedFormattedMessage)
53
50
  id="ingestsExecutions.props.end"
54
- values={Object {}}
55
51
  />
56
52
  }
57
53
  />
58
54
  <TableHeaderCell
59
55
  as="th"
60
56
  content={
61
- <FormattedMessage
57
+ <Memo(MemoizedFormattedMessage)
62
58
  id="ingestsExecutions.props.transmission_time"
63
- values={Object {}}
64
59
  />
65
60
  }
66
61
  />
67
62
  <TableHeaderCell
68
63
  as="th"
69
64
  content={
70
- <FormattedMessage
65
+ <Memo(MemoizedFormattedMessage)
71
66
  id="ingestsExecutions.props.file_name"
72
- values={Object {}}
73
67
  />
74
68
  }
75
69
  />
76
70
  <TableHeaderCell
77
71
  as="th"
78
72
  content={
79
- <FormattedMessage
73
+ <Memo(MemoizedFormattedMessage)
80
74
  id="ingestsExecutions.props.file_size"
81
- values={Object {}}
82
75
  />
83
76
  }
84
77
  />
85
78
  <TableHeaderCell
86
79
  as="th"
87
80
  content={
88
- <FormattedMessage
81
+ <Memo(MemoizedFormattedMessage)
89
82
  id="ingestsExecutions.props.records"
90
- values={Object {}}
91
83
  />
92
84
  }
93
85
  />
@@ -13,9 +13,8 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
13
13
  name="share square"
14
14
  />
15
15
  <HeaderContent>
16
- <FormattedMessage
16
+ <MemoizedFormattedMessage
17
17
  id="ingests.actions.create"
18
- values={Object {}}
19
18
  />
20
19
  </HeaderContent>
21
20
  </Header>
@@ -31,16 +30,14 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
31
30
  required={true}
32
31
  >
33
32
  <label>
34
- <FormattedMessage
33
+ <MemoizedFormattedMessage
35
34
  id="ingests.props.name"
36
- values={Object {}}
37
35
  />
38
36
  <Label
39
37
  pointing="left"
40
38
  >
41
- <FormattedMessage
39
+ <MemoizedFormattedMessage
42
40
  id="template.form.validation.empty_required"
43
- values={Object {}}
44
41
  />
45
42
  </Label>
46
43
  </label>
@@ -56,16 +53,14 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
56
53
  required={true}
57
54
  >
58
55
  <label>
59
- <FormattedMessage
56
+ <MemoizedFormattedMessage
60
57
  id="ingests.props.description"
61
- values={Object {}}
62
58
  />
63
59
  <Label
64
60
  pointing="left"
65
61
  >
66
- <FormattedMessage
62
+ <MemoizedFormattedMessage
67
63
  id="template.form.validation.empty_required"
68
- values={Object {}}
69
64
  />
70
65
  </Label>
71
66
  </label>
@@ -106,9 +101,8 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
106
101
  name="share square"
107
102
  />
108
103
  <HeaderContent>
109
- <FormattedMessage
104
+ <MemoizedFormattedMessage
110
105
  id="ingests.actions.create"
111
- values={Object {}}
112
106
  />
113
107
  </HeaderContent>
114
108
  </Header>
@@ -127,16 +121,14 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
127
121
  required={true}
128
122
  >
129
123
  <label>
130
- <FormattedMessage
124
+ <MemoizedFormattedMessage
131
125
  id="ingests.props.name"
132
- values={Object {}}
133
126
  />
134
127
  <Label
135
128
  pointing="left"
136
129
  >
137
- <FormattedMessage
130
+ <MemoizedFormattedMessage
138
131
  id="template.form.validation.empty_required"
139
- values={Object {}}
140
132
  />
141
133
  </Label>
142
134
  </label>
@@ -152,16 +144,14 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
152
144
  required={true}
153
145
  >
154
146
  <label>
155
- <FormattedMessage
147
+ <MemoizedFormattedMessage
156
148
  id="ingests.props.description"
157
- values={Object {}}
158
149
  />
159
150
  <Label
160
151
  pointing="left"
161
152
  >
162
- <FormattedMessage
153
+ <MemoizedFormattedMessage
163
154
  id="template.form.validation.empty_required"
164
- values={Object {}}
165
155
  />
166
156
  </Label>
167
157
  </label>
@@ -6,9 +6,8 @@ exports[`<IngestsLabelResults /> matches the latest snapshot 1`] = `
6
6
  >
7
7
  22
8
8
  <LabelDetail>
9
- <FormattedMessage
9
+ <MemoizedFormattedMessage
10
10
  id="ingests.retrieved.results"
11
- values={Object {}}
12
11
  />
13
12
  </LabelDetail>
14
13
  </Label>
@@ -13,14 +13,12 @@ exports[`<Ingests /> matches the latest snapshot 1`] = `
13
13
  name="hdd outline"
14
14
  />
15
15
  <HeaderContent>
16
- <FormattedMessage
16
+ <MemoizedFormattedMessage
17
17
  id="ingests.header"
18
- values={Object {}}
19
18
  />
20
19
  <HeaderSubheader>
21
- <FormattedMessage
20
+ <MemoizedFormattedMessage
22
21
  id="ingests.subheader"
23
- values={Object {}}
24
22
  />
25
23
  </HeaderSubheader>
26
24
  </HeaderContent>
@@ -18,9 +18,8 @@ exports[`<IngestsActions /> matches the latest snapshot 1`] = `
18
18
  }
19
19
  }
20
20
  content={
21
- <FormattedMessage
21
+ <Memo(MemoizedFormattedMessage)
22
22
  id="ingests.actions.create"
23
- values={Object {}}
24
23
  />
25
24
  }
26
25
  floated="right"
@@ -29,9 +28,8 @@ exports[`<IngestsActions /> matches the latest snapshot 1`] = `
29
28
  />
30
29
  <Popup
31
30
  content={
32
- <FormattedMessage
31
+ <Memo(MemoizedFormattedMessage)
33
32
  id="ingests.actions.download.tooltip"
34
- values={Object {}}
35
33
  />
36
34
  }
37
35
  disabled={false}
@@ -13,9 +13,8 @@ exports[`<IngestToIngestForm /> matches the latest snapshot 1`] = `
13
13
  <Button
14
14
  as="button"
15
15
  content={
16
- <FormattedMessage
16
+ <Memo(MemoizedFormattedMessage)
17
17
  id="actions.create"
18
- values={Object {}}
19
18
  />
20
19
  }
21
20
  disabled={true}
@@ -24,9 +23,8 @@ exports[`<IngestToIngestForm /> matches the latest snapshot 1`] = `
24
23
  />
25
24
  <lazy
26
25
  content={
27
- <FormattedMessage
26
+ <Memo(MemoizedFormattedMessage)
28
27
  id="actions.cancel"
29
- values={Object {}}
30
28
  />
31
29
  }
32
30
  />
@@ -20,9 +20,8 @@ exports[`<IngestToStructureForm /> matches the latest snapshot 1`] = `
20
20
  <Button
21
21
  as="button"
22
22
  content={
23
- <FormattedMessage
23
+ <Memo(MemoizedFormattedMessage)
24
24
  id="actions.create"
25
- values={Object {}}
26
25
  />
27
26
  }
28
27
  disabled={true}
@@ -31,9 +30,8 @@ exports[`<IngestToStructureForm /> matches the latest snapshot 1`] = `
31
30
  />
32
31
  <HistoryBackButton
33
32
  content={
34
- <FormattedMessage
33
+ <Memo(MemoizedFormattedMessage)
35
34
  id="actions.cancel"
36
- values={Object {}}
37
35
  />
38
36
  }
39
37
  />