@eeacms/volto-globalsearch 3.0.0 → 4.0.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,7 +4,19 @@ 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
- ### [3.0.0](https://github.com/eea/volto-globalsearch/compare/2.1.2...3.0.0) - 26 January 2026
7
+ ### [4.0.0](https://github.com/eea/volto-globalsearch/compare/3.0.0...4.0.0) - 25 March 2026
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: Volto 18 support - refs #287700 [Alin Voinea - [`8374dee`](https://github.com/eea/volto-globalsearch/commit/8374deef42598555b7b83df4446a1431ca1aa0af)]
12
+
13
+ #### :house: Internal changes
14
+
15
+
16
+ #### :hammer_and_wrench: Others
17
+
18
+ - tests: Fix Sonar Qube tags - refs #297339 [Alin Voinea - [`e08a2b9`](https://github.com/eea/volto-globalsearch/commit/e08a2b96d9871526d0483e9ef643f7bdd3555bd6)]
19
+ ## [3.0.0](https://github.com/eea/volto-globalsearch/compare/2.1.2...3.0.0) - 26 January 2026
8
20
 
9
21
  #### :house: Internal changes
10
22
 
package/DEVELOP.md CHANGED
@@ -26,21 +26,20 @@
26
26
 
27
27
  ### Or add @eeacms/volto-globalsearch to your Volto project
28
28
 
29
- Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/)
29
+ Before starting make sure your development environment is properly set. See the official Plone documentation for [creating a project with Cookieplone](https://6.docs.plone.org/install/create-project-cookieplone.html) and [installing an add-on in development mode in Volto 18 and 19](https://6.docs.plone.org/volto/development/add-ons/install-an-add-on-dev-18.html).
30
30
 
31
- 1. Make sure you have installed `yo`, `@plone/generator-volto` and `mrs-developer`
31
+ For new Volto 18+ projects, use Cookieplone. It includes `mrs-developer` by default.
32
32
 
33
- npm install -g yo @plone/generator-volto mrs-developer
33
+ 1. Create a new Volto project with Cookieplone
34
34
 
35
- 1. Create new volto app
36
-
37
- yo @plone/volto my-volto-project --addon @eeacms/volto-globalsearch --skip-install
38
- cd my-volto-project
35
+ uvx cookieplone project
36
+ cd project-title
39
37
 
40
38
  1. Add the following to `mrs.developer.json`:
41
39
 
42
40
  {
43
41
  "volto-globalsearch": {
42
+ "output": "packages",
44
43
  "url": "https://github.com/eea/volto-globalsearch.git",
45
44
  "package": "@eeacms/volto-globalsearch",
46
45
  "branch": "develop",
@@ -48,28 +47,31 @@ Before starting make sure your development environment is properly set. See [Vol
48
47
  }
49
48
  }
50
49
 
51
- 1. Install
50
+ 1. Add `@eeacms/volto-globalsearch` to the `addons` key in your project `volto.config.js`
51
+
52
+ 1. Install or refresh the project setup
52
53
 
53
- make develop
54
- yarn
54
+ make install
55
55
 
56
- 1. Start backend
56
+ 1. Start backend in one terminal
57
57
 
58
- docker run --pull always -it --rm --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend
58
+ make backend-start
59
59
 
60
- ...wait for backend to setup and start - `Ready to handle requests`:
60
+ ...wait for backend to setup and start, ending with `Ready to handle requests`
61
61
 
62
62
  ...you can also check http://localhost:8080/Plone
63
63
 
64
- 1. Start frontend
64
+ 1. Start frontend in a second terminal
65
65
 
66
- yarn start
66
+ make frontend-start
67
67
 
68
68
  1. Go to http://localhost:3000
69
69
 
70
70
  1. Happy hacking!
71
71
 
72
- cd src/addons/volto-globalsearch/
72
+ cd packages/volto-globalsearch
73
+
74
+ For legacy Volto 17 projects, keep using the yarn-based workflow from the Volto 17 documentation.
73
75
 
74
76
  ## Cypress
75
77
 
@@ -81,7 +83,7 @@ project where you added `volto-globalsearch` to `mrs.developer.json`
81
83
  Go to:
82
84
 
83
85
  ```BASH
84
- cd src/addons/volto-globalsearch/
86
+ cd packages/volto-globalsearch/
85
87
  ```
86
88
 
87
89
  Start:
package/README.md CHANGED
@@ -3,16 +3,16 @@
3
3
  [![Releases](https://img.shields.io/github/v/release/eea/volto-globalsearch)](https://github.com/eea/volto-globalsearch/releases)
4
4
 
5
5
  [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-globalsearch%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-globalsearch/job/master/display/redirect)
6
- [![Lines of Code](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-master&metric=ncloc)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-master)
7
- [![Coverage](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-master&metric=coverage)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-master)
8
- [![Bugs](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-master&metric=bugs)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-master)
9
- [![Duplicated Lines (%)](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-master&metric=duplicated_lines_density)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-master)
6
+ [![Lines of Code](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&metric=ncloc)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch)
7
+ [![Coverage](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&metric=coverage)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch)
8
+ [![Bugs](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&metric=bugs)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch)
9
+ [![Duplicated Lines (%)](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&metric=duplicated_lines_density)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch)
10
10
 
11
11
  [![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto-addons%2Fvolto-globalsearch%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto-addons/job/volto-globalsearch/job/develop/display/redirect)
12
- [![Lines of Code](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-develop&metric=ncloc)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-develop)
13
- [![Coverage](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-develop&metric=coverage)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-develop)
14
- [![Bugs](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-develop&metric=bugs)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-develop)
15
- [![Duplicated Lines (%)](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch-develop&metric=duplicated_lines_density)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch-develop)
12
+ [![Lines of Code](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&branch=develop&metric=ncloc)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch&branch=develop)
13
+ [![Coverage](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&branch=develop&metric=coverage)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch&branch=develop)
14
+ [![Bugs](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&branch=develop&metric=bugs)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch&branch=develop)
15
+ [![Duplicated Lines (%)](https://sonarqube.eea.europa.eu/api/project_badges/measure?project=volto-globalsearch&branch=develop&metric=duplicated_lines_density)](https://sonarqube.eea.europa.eu/dashboard?id=volto-globalsearch&branch=develop)
16
16
 
17
17
  EEA Elastic Search Block with NLP integration [Volto](https://github.com/plone/volto) add-on
18
18
 
@@ -35,6 +35,11 @@ EEA Elastic Search Block with NLP integration [Volto](https://github.com/plone/v
35
35
 
36
36
  Go to http://localhost:3000
37
37
 
38
+ `make start` now defaults to Volto 18. To run the same setup against Volto 17, use:
39
+
40
+ VOLTO_VERSION=17 make
41
+ VOLTO_VERSION=17 make start
42
+
38
43
  ### Add volto-globalsearch to your Volto project
39
44
 
40
45
  1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
@@ -48,30 +53,39 @@ Go to http://localhost:3000
48
53
  * If you already have a volto project, just update `package.json`:
49
54
 
50
55
  ```JSON
51
- "addons": [
52
- "@eeacms/volto-globalsearch"
53
- ],
54
-
55
56
  "dependencies": {
56
57
  "@eeacms/volto-globalsearch": "*"
57
58
  }
58
59
  ```
59
60
 
60
- * If not, create one:
61
+ and `volto.config.js`:
62
+
63
+ ```JavaScript
64
+ const addons = ['@eeacms/volto-globalsearch'];
65
+ ```
66
+
67
+ * If not, create one with Cookieplone, as recommended by the official Plone documentation for Volto 18+:
61
68
 
62
69
  ```
63
- npm install -g yo @plone/generator-volto
64
- yo @plone/volto my-volto-project --canary --addon @eeacms/volto-globalsearch
65
- cd my-volto-project
70
+ uvx cookieplone project
71
+ cd project-title
66
72
  ```
67
73
 
68
- 1. Install new add-ons and restart Volto:
74
+ 1. Install or update dependencies, then start the project:
69
75
 
70
76
  ```
71
- yarn
72
- yarn start
77
+ make install
73
78
  ```
74
79
 
80
+ For a Cookieplone project, start the backend and frontend in separate terminals:
81
+
82
+ ```
83
+ make backend-start
84
+ make frontend-start
85
+ ```
86
+
87
+ For a legacy Volto 17 project, install the package with `yarn` and restart the frontend as usual.
88
+
75
89
  1. Go to http://localhost:3000
76
90
 
77
91
  1. Happy editing!
@@ -15,7 +15,7 @@ services:
15
15
  args:
16
16
  ADDON_NAME: "${ADDON_NAME}"
17
17
  ADDON_PATH: "${ADDON_PATH}"
18
- VOLTO_VERSION: ${VOLTO_VERSION:-16}
18
+ VOLTO_VERSION: ${VOLTO_VERSION:-18-yarn}
19
19
  ports:
20
20
  - "3000:3000"
21
21
  - "3001:3001"
@@ -1,5 +1,14 @@
1
1
  require('dotenv').config({ path: __dirname + '/.env' });
2
2
 
3
+ const fs = require('fs');
4
+ const path = require('path');
5
+
6
+ const voltoSlatePath = fs.existsSync(
7
+ path.join(__dirname, '../../../node_modules/@plone/volto-slate/src'),
8
+ )
9
+ ? '<rootDir>/node_modules/@plone/volto-slate/src'
10
+ : '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src';
11
+
3
12
  module.exports = {
4
13
  testMatch: ['**/src/addons/**/?(*.)+(spec|test).[jt]s?(x)'],
5
14
  collectCoverageFrom: [
@@ -18,10 +27,8 @@ module.exports = {
18
27
  '<rootDir>/node_modules/@eeacms/volto-searchlib/src/$1',
19
28
  '@eeacms/search': '<rootDir>/node_modules/@eeacms/volto-searchlib/src',
20
29
  '@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
21
- '@plone/volto-slate$':
22
- '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
23
- '@plone/volto-slate/(.*)$':
24
- '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src/$1',
30
+ '@plone/volto-slate$': voltoSlatePath,
31
+ '@plone/volto-slate/(.*)$': `${voltoSlatePath}/$1`,
25
32
  '~/(.*)$': '<rootDir>/src/$1',
26
33
  'load-volto-addons':
27
34
  '<rootDir>/node_modules/@plone/volto/jest-addons-loader.js',
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Включете архивирано съдържание"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "език"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Най-новите"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Най-старият"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Уместност"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Заглавие a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Заглавие z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Zahrnout archivovaný obsah"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Jazyk"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Nejnovější"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Nejstarší"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevance"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Titul a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Titul z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Archivierte Inhalte einbeziehen"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Sprache"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Neueste"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Älteste"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevanz"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Titel a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Titel z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr ""
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr ""
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr ""
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr ""
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr ""
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr ""
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr ""
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Incluir contenido archivado"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Idioma"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "El más nuevo"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Más antiguo"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Pertinencia"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Título a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Título z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Kaasake arhiveeritud sisu"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Keel"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Uusim"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Vanim"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Asjakohasus"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Pealkiri a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Pealkiri z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Sisällytä arkistoitu sisältö"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Kieli"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Uusin"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Vanhin"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevanssi"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Otsikko a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Otsikko z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Inclure le contenu archivé"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Langue"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Le plus récent"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Le plus ancien"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Pertinence"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Titre a à z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Titre z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Cuir ábhar cartlainne san áireamh"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Teanga"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "is nuaí"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Is sine"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Ábharthacht"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Teideal a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Teideal z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Uključi arhivirani sadržaj"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Jezik"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Najnoviji"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Najstariji"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevantnost"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Naslov a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Naslov z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Tartalmazza az archivált tartalmat"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Nyelv"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Legújabb"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Legrégebbi"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevancia"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Cím a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Cím z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Includi contenuti archiviati"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Lingua"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Più recente"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Il più antico"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Rilevanza"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Titolo dalla a alla z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Titolo z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Įtraukti archyvuotą turinį"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Kalba"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Naujausias"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Seniausias"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Aktualumas"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Pavadinimas a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Pavadinimas z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Inclusief gearchiveerde inhoud"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Taal"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Nieuwste"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Oudste"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevantie"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Titel a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Titel z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Uwzględnij zarchiwizowane treści"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Języks"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Najnowszy"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Najstarszy"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Znaczenie"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Tytuł a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Tytuł z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Incluir conteúdo arquivado"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Linguagem"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Mais recente"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Mais antigo"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevância"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Título a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Título z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Includeți conținut arhivat"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Limbă"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Cel mai nou"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Cel mai vechi"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Relevanţă"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Titlul a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Titlul z-a"
@@ -11,37 +11,37 @@ msgstr ""
11
11
  "Content-Transfer-Encoding: \n"
12
12
  "Plural-Forms: \n"
13
13
 
14
+ #. Default: "Include archived content"
14
15
  #: config/facets
15
- # defaultMessage: Include archived content
16
16
  msgid "Include archived content"
17
17
  msgstr "Vključi arhivirano vsebino"
18
18
 
19
+ #. Default: "Language"
19
20
  #: config/facets
20
- # defaultMessage: Language
21
21
  msgid "Language"
22
22
  msgstr "Jezik"
23
23
 
24
+ #. Default: "Newest"
24
25
  #: config/global-search-base-config
25
- # defaultMessage: Newest
26
26
  msgid "Newest"
27
27
  msgstr "Najnovejša"
28
28
 
29
+ #. Default: "Oldest"
29
30
  #: config/global-search-base-config
30
- # defaultMessage: Oldest
31
31
  msgid "Oldest"
32
32
  msgstr "Najstarejši"
33
33
 
34
+ #. Default: "Relevance"
34
35
  #: config/global-search-base-config
35
- # defaultMessage: Relevance
36
36
  msgid "Relevance"
37
37
  msgstr "Ustreznost"
38
38
 
39
+ #. Default: "Title a-z"
39
40
  #: config/global-search-base-config
40
- # defaultMessage: Title a-z
41
41
  msgid "Title a-z"
42
42
  msgstr "Naslov a-z"
43
43
 
44
+ #. Default: "Title z-a"
44
45
  #: config/global-search-base-config
45
- # defaultMessage: Title z-a
46
46
  msgid "Title z-a"
47
47
  msgstr "Naslov z-a"
package/locales/volto.pot CHANGED
@@ -1,49 +1,49 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
- "POT-Creation-Date: 2025-02-13T09:14:15.969Z\n"
4
+ "POT-Creation-Date: 2026-03-10T22:13:08.610Z\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
- "MIME-Version: 1.0\n"
8
7
  "Content-Type: text/plain; charset=utf-8\n"
9
8
  "Content-Transfer-Encoding: 8bit\n"
10
9
  "Plural-Forms: nplurals=1; plural=0;\n"
10
+ "MIME-Version: 1.0\n"
11
11
  "Language-Code: en\n"
12
12
  "Language-Name: English\n"
13
13
  "Preferred-Encodings: utf-8\n"
14
14
  "Domain: volto\n"
15
15
 
16
+ #. Default: "Include archived content"
16
17
  #: config/facets
17
- # defaultMessage: Include archived content
18
18
  msgid "Include archived content"
19
19
  msgstr ""
20
20
 
21
+ #. Default: "Language"
21
22
  #: config/facets
22
- # defaultMessage: Language
23
23
  msgid "Language"
24
24
  msgstr ""
25
25
 
26
+ #. Default: "Newest"
26
27
  #: config/global-search-base-config
27
- # defaultMessage: Newest
28
28
  msgid "Newest"
29
29
  msgstr ""
30
30
 
31
+ #. Default: "Oldest"
31
32
  #: config/global-search-base-config
32
- # defaultMessage: Oldest
33
33
  msgid "Oldest"
34
34
  msgstr ""
35
35
 
36
+ #. Default: "Relevance"
36
37
  #: config/global-search-base-config
37
- # defaultMessage: Relevance
38
38
  msgid "Relevance"
39
39
  msgstr ""
40
40
 
41
+ #. Default: "Title a-z"
41
42
  #: config/global-search-base-config
42
- # defaultMessage: Title a-z
43
43
  msgid "Title a-z"
44
44
  msgstr ""
45
45
 
46
+ #. Default: "Title z-a"
46
47
  #: config/global-search-base-config
47
- # defaultMessage: Title z-a
48
48
  msgid "Title z-a"
49
49
  msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -59,6 +59,7 @@
59
59
  "release-major-beta": "release-it major --preRelease=beta",
60
60
  "release-beta": "release-it --preRelease=beta",
61
61
  "bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
62
+ "postinstall": "node -e \"const fs=require('fs'); const path=require('path'); let file; try { file=path.join(path.dirname(require.resolve('@eeacms/volto-eea-chatbot/package.json')), 'src/ChatBlock/chat/AIMessage.tsx'); } catch (error) { process.exit(0); } const from=\\\"import visit from 'unist-util-visit';\\\"; const to=\\\"import { visit } from 'unist-util-visit';\\\"; const source=fs.readFileSync(file, 'utf8'); if (source.includes(from) && !source.includes(to)) { fs.writeFileSync(file, source.replace(from, to)); }\"",
62
63
  "test": "make test",
63
64
  "test:fix": "make test-update",
64
65
  "pre-commit": "yarn stylelint:fix && yarn prettier:fix && yarn lint:fix",
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { render } from '@testing-library/react';
3
3
  import LandingPage from './MasonryLandingPage';
4
4
  import { runRequest } from '@eeacms/search';
5
- import '@testing-library/jest-dom/extend-expect';
5
+ import '@testing-library/jest-dom';
6
6
 
7
7
  jest.mock('@eeacms/search', () => ({
8
8
  runRequest: jest.fn(),
@@ -1,4 +1,4 @@
1
- import '@testing-library/jest-dom/extend-expect';
1
+ import '@testing-library/jest-dom';
2
2
 
3
3
  import config, {
4
4
  clusters,
@@ -1,5 +1,5 @@
1
1
  import filters from './filters';
2
- import '@testing-library/jest-dom/extend-expect';
2
+ import '@testing-library/jest-dom';
3
3
 
4
4
  describe('filters configuration', () => {
5
5
  it('should export filters object', () => {
@@ -1,7 +1,7 @@
1
1
  import install from './index';
2
2
  import globalSearchConfig from './global-search-config.js';
3
3
 
4
- import '@testing-library/jest-dom/extend-expect';
4
+ import '@testing-library/jest-dom';
5
5
 
6
6
  const SLOTS = [
7
7
  'aboveSearchInput',
@@ -1,5 +1,5 @@
1
1
  import query from './query';
2
- import '@testing-library/jest-dom/extend-expect';
2
+ import '@testing-library/jest-dom';
3
3
 
4
4
  describe('query configuration', () => {
5
5
  it('should export query object', () => {
@@ -1,5 +1,5 @@
1
1
  import vocabWrapper from './vocabulary';
2
- import '@testing-library/jest-dom/extend-expect';
2
+ import '@testing-library/jest-dom';
3
3
 
4
4
  describe('vocabulary', () => {
5
5
  it('should export vocab wrapper object', () => {
package/src/index.test.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import applyConfig from './index';
2
- import '@testing-library/jest-dom/extend-expect';
2
+ import '@testing-library/jest-dom';
3
3
 
4
4
  jest.mock('./config', () =>
5
5
  jest.fn((registry) => ({
package/src/utils.test.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  get_cluster_icons,
7
7
  get_cluster_icons_dict,
8
8
  } from './utils';
9
- import '@testing-library/jest-dom/extend-expect';
9
+ import '@testing-library/jest-dom';
10
10
 
11
11
  describe('build_runtime_mappings', () => {
12
12
  it('should build runtime mappings based on settings', () => {