@eeacms/volto-tableau 7.0.5 → 7.1.0

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
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [7.1.0](https://github.com/eea/volto-tableau/compare/7.0.5...7.1.0) - 13 December 2023
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: add creatable select widget [Miu Razvan - [`f0ae2d7`](https://github.com/eea/volto-tableau/commit/f0ae2d7c698c23e7bd84e39350d4d4ed6dec833b)]
12
+ - feat: improve tableau filtering [Miu Razvan - [`a2ea938`](https://github.com/eea/volto-tableau/commit/a2ea938f1c0f8d2849d364d23438f50a373acb1d)]
13
+ - feat: add option to enable data query and use static params for embed tableau [kreafox - [`0374af5`](https://github.com/eea/volto-tableau/commit/0374af5fb7edceefd3cdd7b06deec0a42ae4a8eb)]
14
+
15
+ #### :bug: Bug Fixes
16
+
17
+ - fix: warning message [kreafox - [`74d2497`](https://github.com/eea/volto-tableau/commit/74d2497a202d51621620a70b86533e01b402819b)]
18
+
19
+ #### :nail_care: Enhancements
20
+
21
+ - change: remove toggle option of data query [kreafox - [`e034445`](https://github.com/eea/volto-tableau/commit/e034445ae3e6b204a0951555c23a8b8f2d8a41c1)]
22
+ - change: small update [kreafox - [`aa9fac7`](https://github.com/eea/volto-tableau/commit/aa9fac7fea9552a097c305f7a5c186315863d266)]
23
+
24
+ #### :hammer_and_wrench: Others
25
+
26
+ - Release 7.1.0 [Alin Voinea - [`88daac9`](https://github.com/eea/volto-tableau/commit/88daac91c4b030f95e592114e87edfd03288bfb7)]
27
+ - test: update snapshot [kreafox - [`2896b13`](https://github.com/eea/volto-tableau/commit/2896b1337b2d7516656818cd2bb8b67a70adaeb4)]
28
+ - test: undo changes + update snapshots [kreafox - [`8200241`](https://github.com/eea/volto-tableau/commit/8200241dcb07817a34faacb31bb36ae03b8399f8)]
29
+ - test: update tests [kreafox - [`652f980`](https://github.com/eea/volto-tableau/commit/652f9805a9d26d17229ac2ed853bbece5576ed23)]
30
+ - test: fix issues reported by sonarqube [kreafox - [`9f95f9e`](https://github.com/eea/volto-tableau/commit/9f95f9eb98715b05f59241e080a172cb65c572dd)]
7
31
  ### [7.0.5](https://github.com/eea/volto-tableau/compare/7.0.4...7.0.5) - 6 December 2023
8
32
 
9
33
  #### :hammer_and_wrench: Others
@@ -59,14 +83,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
59
83
  - test [Dobricean Ioan Dorian - [`48505ca`](https://github.com/eea/volto-tableau/commit/48505caef84d12091035fdd79cf64067e7f819e2)]
60
84
  - split the view and edit [Dobricean Ioan Dorian - [`7227bb1`](https://github.com/eea/volto-tableau/commit/7227bb1fb70e5d895f15872ed6533e089be99836)]
61
85
  - update embed tableau so it can work with serialized data [Dobricean Ioan Dorian - [`59d958c`](https://github.com/eea/volto-tableau/commit/59d958c7a1a5055ea62e04abcbf34ee93f52e23a)]
62
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`c452d70`](https://github.com/eea/volto-tableau/commit/c452d704819fb485e3cd3b39c2501361d20e8559)]
63
86
  ### [6.0.6](https://github.com/eea/volto-tableau/compare/6.0.5...6.0.6) - 17 November 2023
64
87
 
65
88
  #### :hammer_and_wrench: Others
66
89
 
67
90
  - tests: add cypress for tableau [nileshgulia1 - [`6eca683`](https://github.com/eea/volto-tableau/commit/6eca6834b85cdab4ed82367fee32fdbbb35b0f5e)]
68
91
  - tests: update unit tests [nileshgulia1 - [`96cae09`](https://github.com/eea/volto-tableau/commit/96cae09eab2e737f032c97eb401a3efa88e68ec6)]
69
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`c7e81cb`](https://github.com/eea/volto-tableau/commit/c7e81cb0768f755dd4107a4998253d9bccc33809)]
70
92
  - comment test [Miu Razvan - [`a459525`](https://github.com/eea/volto-tableau/commit/a459525fdccf8ee61651d4cb2e04eb253e841c61)]
71
93
  ### [6.0.5](https://github.com/eea/volto-tableau/compare/6.0.4...6.0.5) - 15 November 2023
72
94
 
@@ -93,7 +115,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
93
115
 
94
116
  #### :house: Internal changes
95
117
 
96
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`903b90a`](https://github.com/eea/volto-tableau/commit/903b90a2df0abc183aa68d99a89bb688de3a0c73)]
97
118
 
98
119
  #### :hammer_and_wrench: Others
99
120
 
@@ -103,9 +124,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
103
124
  - tests: increase coverage [kreafox - [`ecb9262`](https://github.com/eea/volto-tableau/commit/ecb92625a44365faf4c39f0ff3f02ccc4ca21656)]
104
125
  - Fix tableau height [kreafox - [`6194c24`](https://github.com/eea/volto-tableau/commit/6194c2405e2bd93aba9865caed76292cd55193d3)]
105
126
  - Show share & download button on widget view [kreafox - [`a66e253`](https://github.com/eea/volto-tableau/commit/a66e2537d08dc7129e249c28e1daa27246c88815)]
106
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`9d2189d`](https://github.com/eea/volto-tableau/commit/9d2189d4edb13dd449d75cd6dd9052bbed67304d)]
107
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`f2fa3f9`](https://github.com/eea/volto-tableau/commit/f2fa3f9ccabab918586179ac16ead44e2eba8498)]
108
- - test: [JENKINS] Improve cypress time [valentinab25 - [`5748183`](https://github.com/eea/volto-tableau/commit/5748183c27dae18a4ebbc067d659cbc24cad8f71)]
109
127
  - use toolbar from volto-embed [Miu Razvan - [`1a232a1`](https://github.com/eea/volto-tableau/commit/1a232a15f2bbe05da75307800590d0a0a1c4996b)]
110
128
  ## [6.0.0](https://github.com/eea/volto-tableau/compare/5.0.2...6.0.0) - 30 October 2023
111
129
 
@@ -163,7 +181,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
163
181
  - test: change volto version in Jenkinsfile [ana-oprea - [`347aceb`](https://github.com/eea/volto-tableau/commit/347aceb07d152fddeebbf3a7e7a6ac9c55dc21ba)]
164
182
  - test: increase cypress timeout [ana-oprea - [`bdf4408`](https://github.com/eea/volto-tableau/commit/bdf44083cd84c96b4914d3f8a3bb17c5187f191c)]
165
183
  - test: EN locales, pre-commit fix, feature PRs checks Refs #257193 [valentinab25 - [`caff974`](https://github.com/eea/volto-tableau/commit/caff9742a703b224133a8dd2a969629e70c9fd33)]
166
- - test: Fix eslint and yarn i18n [Alin Voinea - [`b8be7fb`](https://github.com/eea/volto-tableau/commit/b8be7fb9ab10faed0a1be8ce7e3d4e7c78ebe020)]
167
184
  - i18n: Add en [Alin Voinea - [`c5e20dd`](https://github.com/eea/volto-tableau/commit/c5e20ddea25c830ac80665ee9a71e557e8cd117d)]
168
185
  - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - [`2116ff9`](https://github.com/eea/volto-tableau/commit/2116ff95c6454e813bdca44e6c3aa81fa0a916b8)]
169
186
  ## [5.0.0](https://github.com/eea/volto-tableau/compare/4.1.1...5.0.0) - 25 July 2023
@@ -175,21 +192,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
175
192
  #### :hammer_and_wrench: Others
176
193
 
177
194
  - Release 5.0.0 [Alin Voinea - [`97c98e9`](https://github.com/eea/volto-tableau/commit/97c98e98b1295a4ad45756326dc20cd59517515f)]
178
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`2acb3a5`](https://github.com/eea/volto-tableau/commit/2acb3a5490f62ce0a95ebbd03c32874ac3a42603)]
179
195
  ### [4.1.1](https://github.com/eea/volto-tableau/compare/4.1.0...4.1.1) - 21 July 2023
180
196
 
181
197
  #### :hammer_and_wrench: Others
182
198
 
183
199
  - Add VisualizationViewWidget [Tiberiu Ichim - [`fa881cb`](https://github.com/eea/volto-tableau/commit/fa881cbc3643a46697fb16d1c86ada1d4121a46a)]
184
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`cbcbad2`](https://github.com/eea/volto-tableau/commit/cbcbad26f7aa3683122199c8d5cbd142903df93b)]
185
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`51abe6d`](https://github.com/eea/volto-tableau/commit/51abe6d4db80825fe2e396e04c7003c6ad79b480)]
186
200
  ### [4.1.0](https://github.com/eea/volto-tableau/compare/4.0.0...4.1.0) - 15 June 2023
187
201
 
188
202
  ## [4.0.0](https://github.com/eea/volto-tableau/compare/3.0.8...4.0.0) - 13 June 2023
189
203
 
190
204
  #### :house: Internal changes
191
205
 
192
- - chore: [JENKINS] Remove alpha testing version [valentinab25 - [`e33bb21`](https://github.com/eea/volto-tableau/commit/e33bb21eb429c33e3a15d771487a1c9af8ccb0d5)]
193
206
 
194
207
  #### :hammer_and_wrench: Others
195
208
 
@@ -221,7 +234,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
221
234
 
222
235
  #### :hammer_and_wrench: Others
223
236
 
224
- - Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`f5deccd`](https://github.com/eea/volto-tableau/commit/f5deccd84372752908b300c5cfd78134818e5ce4)]
225
237
  ### [3.0.6](https://github.com/eea/volto-tableau/compare/3.0.5...3.0.6) - 30 January 2023
226
238
 
227
239
  ### [3.0.5](https://github.com/eea/volto-tableau/compare/3.0.4...3.0.5) - 26 January 2023
@@ -293,7 +305,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
293
305
  - Update commands.js [Nilesh - [`7c48437`](https://github.com/eea/volto-tableau/commit/7c4843780efb9b85a4728de73c00d831c1d8fdcf)]
294
306
  - Update e2e.js [Nilesh - [`f67b45c`](https://github.com/eea/volto-tableau/commit/f67b45c170f58f8d0301192994226f173e4cb00a)]
295
307
  - latest volto compatibility refs #154757 [nileshgulia1 - [`881ba48`](https://github.com/eea/volto-tableau/commit/881ba482dc9b82e7fdac16549d41e80a6d26b3de)]
296
- - Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`58e25df`](https://github.com/eea/volto-tableau/commit/58e25df2291add09670143bee54cde103ee835b9)]
297
308
  ### [1.3.0](https://github.com/eea/volto-tableau/compare/1.2.5...1.3.0) - 28 September 2022
298
309
 
299
310
  #### :hammer_and_wrench: Others
@@ -307,15 +318,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
307
318
  - Use volto 16 alpha 14 [Miu Razvan - [`93641be`](https://github.com/eea/volto-tableau/commit/93641be4c2393f49008aff789400cf7c947949fd)]
308
319
  - Revert volto-tableau group to common [Andrei Grigore - [`9d24c6d`](https://github.com/eea/volto-tableau/commit/9d24c6d2767fed6a840cddaee55dbd5cecb544b5)]
309
320
  - Tableaugroup typo fix [Andrei Grigore - [`b0b5378`](https://github.com/eea/volto-tableau/commit/b0b5378a437043120a96c9e5e8802584145daa22)]
310
- - Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`3234347`](https://github.com/eea/volto-tableau/commit/3234347e524cc0ed4918242f503fe9e7dba266b2)]
311
321
  - Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`d237e1c`](https://github.com/eea/volto-tableau/commit/d237e1c72817d7e68a3eb698563674d1514db24f)]
312
322
  ### [1.2.4](https://github.com/eea/volto-tableau/compare/1.2.3...1.2.4) - 25 October 2021
313
323
 
314
324
  #### :hammer_and_wrench: Others
315
325
 
316
- - Add Sonarqube tag using frontend addons list [EEA Jenkins - [`2b19679`](https://github.com/eea/volto-tableau/commit/2b19679e2c7bcdc83082d1c73a595eea8b86d14f)]
317
- - Add Sonarqube tag using frontend addons list [EEA Jenkins - [`384ccae`](https://github.com/eea/volto-tableau/commit/384ccaebed8c414a5c90eb96c6ce0a2b091f249c)]
318
- - Add Sonarqube tag using frontend addons list [EEA Jenkins - [`589258e`](https://github.com/eea/volto-tableau/commit/589258e9b3cbba9cee37c57bb85ca5b707bc65d7)]
319
326
  ### [1.2.3](https://github.com/eea/volto-tableau/compare/1.2.2...1.2.3) - 14 June 2021
320
327
 
321
328
  #### :hammer_and_wrench: Others
package/jest.setup.js CHANGED
@@ -10,14 +10,42 @@ global.store = mockStore({
10
10
  },
11
11
  content: {
12
12
  create: {},
13
+ data: {
14
+ '@id': 'http://localhost:3000/my-page',
15
+ },
13
16
  subrequests: [],
14
17
  },
15
- connected_data_parameters: {},
18
+ connected_data_parameters: {
19
+ byContextPath: {},
20
+ },
16
21
  });
17
22
 
23
+ const mockReactRouter = jest.requireActual('react-router');
18
24
  const mockSemanticComponents = jest.requireActual('semantic-ui-react');
19
25
  const mockComponents = jest.requireActual('@plone/volto/components');
20
26
 
27
+ jest.mock('react-router', () => {
28
+ return {
29
+ ...mockReactRouter,
30
+ withRouter: (WrappedComponent) => {
31
+ return (props) => {
32
+ return (
33
+ <WrappedComponent
34
+ {...props}
35
+ location={{
36
+ pathname: '/path/to/content',
37
+ search: '',
38
+ hash: '',
39
+ state: null,
40
+ key: '5nvxpbdafa',
41
+ }}
42
+ />
43
+ );
44
+ };
45
+ },
46
+ };
47
+ });
48
+
21
49
  jest.mock('semantic-ui-react', () => ({
22
50
  ...mockSemanticComponents,
23
51
  Popup: ({ content, trigger }) => {
@@ -32,7 +60,6 @@ jest.mock('semantic-ui-react', () => ({
32
60
 
33
61
  jest.doMock('@plone/volto/components', () => {
34
62
  return {
35
- __esModule: true,
36
63
  ...mockComponents,
37
64
  Toast: ({ children }) => <div className="toast">{children}</div>,
38
65
  SidebarPortal: ({ children }) => <div id="sidebar">{children}</div>,
@@ -16,7 +16,62 @@ msgstr ""
16
16
  msgid "CSS height"
17
17
  msgstr ""
18
18
 
19
+ #: Widgets/CreatableSelectWidget
20
+ # defaultMessage: Choices
21
+ msgid "Choices"
22
+ msgstr ""
23
+
24
+ #: Widgets/CreatableSelectWidget
25
+ # defaultMessage: Close
26
+ msgid "Close"
27
+ msgstr ""
28
+
29
+ #: Widgets/CreatableSelectWidget
30
+ # defaultMessage: Default
31
+ msgid "Default"
32
+ msgstr ""
33
+
34
+ #: Widgets/CreatableSelectWidget
35
+ # defaultMessage: Description
36
+ msgid "Description"
37
+ msgstr ""
38
+
39
+ #: Widgets/CreatableSelectWidget
40
+ # defaultMessage: No options
41
+ msgid "No options"
42
+ msgstr ""
43
+
44
+ #: Widgets/CreatableSelectWidget
45
+ # defaultMessage: No value
46
+ msgid "No value"
47
+ msgstr ""
48
+
49
+ #: Widgets/CreatableSelectWidget
50
+ # defaultMessage: Required
51
+ msgid "Required"
52
+ msgstr ""
53
+
54
+ #: Widgets/CreatableSelectWidget
55
+ # defaultMessage: Select…
56
+ msgid "Select…"
57
+ msgstr ""
58
+
59
+ #: Widgets/CreatableSelectWidget
60
+ # defaultMessage: Short Name
61
+ msgid "Short Name"
62
+ msgstr ""
63
+
19
64
  #: Blocks/EmbedTableauVisualization/schema
20
65
  # defaultMessage: Tableau height
21
66
  msgid "Tableau height"
22
67
  msgstr ""
68
+
69
+ #: Widgets/CreatableSelectWidget
70
+ # defaultMessage: Title
71
+ msgid "Title"
72
+ msgstr ""
73
+
74
+ #: Widgets/CreatableSelectWidget
75
+ # defaultMessage: Used for programmatic access to the fieldset.
76
+ msgid "Used for programmatic access to the fieldset."
77
+ msgstr ""
@@ -16,7 +16,62 @@ msgstr ""
16
16
  msgid "CSS height"
17
17
  msgstr ""
18
18
 
19
+ #: Widgets/CreatableSelectWidget
20
+ # defaultMessage: Choices
21
+ msgid "Choices"
22
+ msgstr ""
23
+
24
+ #: Widgets/CreatableSelectWidget
25
+ # defaultMessage: Close
26
+ msgid "Close"
27
+ msgstr ""
28
+
29
+ #: Widgets/CreatableSelectWidget
30
+ # defaultMessage: Default
31
+ msgid "Default"
32
+ msgstr ""
33
+
34
+ #: Widgets/CreatableSelectWidget
35
+ # defaultMessage: Description
36
+ msgid "Description"
37
+ msgstr ""
38
+
39
+ #: Widgets/CreatableSelectWidget
40
+ # defaultMessage: No options
41
+ msgid "No options"
42
+ msgstr ""
43
+
44
+ #: Widgets/CreatableSelectWidget
45
+ # defaultMessage: No value
46
+ msgid "No value"
47
+ msgstr ""
48
+
49
+ #: Widgets/CreatableSelectWidget
50
+ # defaultMessage: Required
51
+ msgid "Required"
52
+ msgstr ""
53
+
54
+ #: Widgets/CreatableSelectWidget
55
+ # defaultMessage: Select…
56
+ msgid "Select…"
57
+ msgstr ""
58
+
59
+ #: Widgets/CreatableSelectWidget
60
+ # defaultMessage: Short Name
61
+ msgid "Short Name"
62
+ msgstr ""
63
+
19
64
  #: Blocks/EmbedTableauVisualization/schema
20
65
  # defaultMessage: Tableau height
21
66
  msgid "Tableau height"
22
67
  msgstr ""
68
+
69
+ #: Widgets/CreatableSelectWidget
70
+ # defaultMessage: Title
71
+ msgid "Title"
72
+ msgstr ""
73
+
74
+ #: Widgets/CreatableSelectWidget
75
+ # defaultMessage: Used for programmatic access to the fieldset.
76
+ msgid "Used for programmatic access to the fieldset."
77
+ msgstr ""
@@ -16,7 +16,62 @@ msgstr ""
16
16
  msgid "CSS height"
17
17
  msgstr ""
18
18
 
19
+ #: Widgets/CreatableSelectWidget
20
+ # defaultMessage: Choices
21
+ msgid "Choices"
22
+ msgstr ""
23
+
24
+ #: Widgets/CreatableSelectWidget
25
+ # defaultMessage: Close
26
+ msgid "Close"
27
+ msgstr ""
28
+
29
+ #: Widgets/CreatableSelectWidget
30
+ # defaultMessage: Default
31
+ msgid "Default"
32
+ msgstr ""
33
+
34
+ #: Widgets/CreatableSelectWidget
35
+ # defaultMessage: Description
36
+ msgid "Description"
37
+ msgstr ""
38
+
39
+ #: Widgets/CreatableSelectWidget
40
+ # defaultMessage: No options
41
+ msgid "No options"
42
+ msgstr ""
43
+
44
+ #: Widgets/CreatableSelectWidget
45
+ # defaultMessage: No value
46
+ msgid "No value"
47
+ msgstr ""
48
+
49
+ #: Widgets/CreatableSelectWidget
50
+ # defaultMessage: Required
51
+ msgid "Required"
52
+ msgstr ""
53
+
54
+ #: Widgets/CreatableSelectWidget
55
+ # defaultMessage: Select…
56
+ msgid "Select…"
57
+ msgstr ""
58
+
59
+ #: Widgets/CreatableSelectWidget
60
+ # defaultMessage: Short Name
61
+ msgid "Short Name"
62
+ msgstr ""
63
+
19
64
  #: Blocks/EmbedTableauVisualization/schema
20
65
  # defaultMessage: Tableau height
21
66
  msgid "Tableau height"
22
67
  msgstr ""
68
+
69
+ #: Widgets/CreatableSelectWidget
70
+ # defaultMessage: Title
71
+ msgid "Title"
72
+ msgstr ""
73
+
74
+ #: Widgets/CreatableSelectWidget
75
+ # defaultMessage: Used for programmatic access to the fieldset.
76
+ msgid "Used for programmatic access to the fieldset."
77
+ msgstr ""
@@ -16,7 +16,62 @@ msgstr ""
16
16
  msgid "CSS height"
17
17
  msgstr ""
18
18
 
19
+ #: Widgets/CreatableSelectWidget
20
+ # defaultMessage: Choices
21
+ msgid "Choices"
22
+ msgstr ""
23
+
24
+ #: Widgets/CreatableSelectWidget
25
+ # defaultMessage: Close
26
+ msgid "Close"
27
+ msgstr ""
28
+
29
+ #: Widgets/CreatableSelectWidget
30
+ # defaultMessage: Default
31
+ msgid "Default"
32
+ msgstr ""
33
+
34
+ #: Widgets/CreatableSelectWidget
35
+ # defaultMessage: Description
36
+ msgid "Description"
37
+ msgstr ""
38
+
39
+ #: Widgets/CreatableSelectWidget
40
+ # defaultMessage: No options
41
+ msgid "No options"
42
+ msgstr ""
43
+
44
+ #: Widgets/CreatableSelectWidget
45
+ # defaultMessage: No value
46
+ msgid "No value"
47
+ msgstr ""
48
+
49
+ #: Widgets/CreatableSelectWidget
50
+ # defaultMessage: Required
51
+ msgid "Required"
52
+ msgstr ""
53
+
54
+ #: Widgets/CreatableSelectWidget
55
+ # defaultMessage: Select…
56
+ msgid "Select…"
57
+ msgstr ""
58
+
59
+ #: Widgets/CreatableSelectWidget
60
+ # defaultMessage: Short Name
61
+ msgid "Short Name"
62
+ msgstr ""
63
+
19
64
  #: Blocks/EmbedTableauVisualization/schema
20
65
  # defaultMessage: Tableau height
21
66
  msgid "Tableau height"
22
67
  msgstr ""
68
+
69
+ #: Widgets/CreatableSelectWidget
70
+ # defaultMessage: Title
71
+ msgid "Title"
72
+ msgstr ""
73
+
74
+ #: Widgets/CreatableSelectWidget
75
+ # defaultMessage: Used for programmatic access to the fieldset.
76
+ msgid "Used for programmatic access to the fieldset."
77
+ msgstr ""
package/locales/volto.pot CHANGED
@@ -1,7 +1,7 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
- "POT-Creation-Date: 2023-11-29T13:30:10.494Z\n"
4
+ "POT-Creation-Date: 2023-12-13T10:32:08.626Z\n"
5
5
  "Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
6
6
  "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
7
7
  "MIME-Version: 1.0\n"
@@ -18,7 +18,62 @@ msgstr ""
18
18
  msgid "CSS height"
19
19
  msgstr ""
20
20
 
21
+ #: Widgets/CreatableSelectWidget
22
+ # defaultMessage: Choices
23
+ msgid "Choices"
24
+ msgstr ""
25
+
26
+ #: Widgets/CreatableSelectWidget
27
+ # defaultMessage: Close
28
+ msgid "Close"
29
+ msgstr ""
30
+
31
+ #: Widgets/CreatableSelectWidget
32
+ # defaultMessage: Default
33
+ msgid "Default"
34
+ msgstr ""
35
+
36
+ #: Widgets/CreatableSelectWidget
37
+ # defaultMessage: Description
38
+ msgid "Description"
39
+ msgstr ""
40
+
41
+ #: Widgets/CreatableSelectWidget
42
+ # defaultMessage: No options
43
+ msgid "No options"
44
+ msgstr ""
45
+
46
+ #: Widgets/CreatableSelectWidget
47
+ # defaultMessage: No value
48
+ msgid "No value"
49
+ msgstr ""
50
+
51
+ #: Widgets/CreatableSelectWidget
52
+ # defaultMessage: Required
53
+ msgid "Required"
54
+ msgstr ""
55
+
56
+ #: Widgets/CreatableSelectWidget
57
+ # defaultMessage: Select…
58
+ msgid "Select…"
59
+ msgstr ""
60
+
61
+ #: Widgets/CreatableSelectWidget
62
+ # defaultMessage: Short Name
63
+ msgid "Short Name"
64
+ msgstr ""
65
+
21
66
  #: Blocks/EmbedTableauVisualization/schema
22
67
  # defaultMessage: Tableau height
23
68
  msgid "Tableau height"
24
69
  msgstr ""
70
+
71
+ #: Widgets/CreatableSelectWidget
72
+ # defaultMessage: Title
73
+ msgid "Title"
74
+ msgstr ""
75
+
76
+ #: Widgets/CreatableSelectWidget
77
+ # defaultMessage: Used for programmatic access to the fieldset.
78
+ msgid "Used for programmatic access to the fieldset."
79
+ msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-tableau",
3
- "version": "7.0.5",
3
+ "version": "7.1.0",
4
4
  "description": "@eeacms/volto-tableau: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -19,6 +19,7 @@ const Edit = (props) => {
19
19
  block={block}
20
20
  schema={schema}
21
21
  title={schema.title}
22
+ onChangeBlock={onChangeBlock}
22
23
  onChangeField={(id, value) => {
23
24
  onChangeBlock(block, {
24
25
  ...data,