asab_webui_components 27.3.2 → 27.3.3-beta.1

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.
@@ -22,7 +22,7 @@ function ErrorHandler(_ref) {
22
22
  } = (0, _reactI18next.useTranslation)();
23
23
  if (error.error_dict) {
24
24
  error.error_dict['interpolation'] = {
25
- escapeValue: false
25
+ escapeValue: true
26
26
  };
27
27
  }
28
28
  return t(error.error, error.error_dict);
package/package.json CHANGED
@@ -1,60 +1,60 @@
1
1
  {
2
- "name": "asab_webui_components",
3
- "version": "27.3.2",
4
- "license": "BSD-3-Clause",
5
- "description": "TeskaLabs ASAB WebUI Components Library",
6
- "contributors": [
7
- {
8
- "name": "TeskaLabs",
9
- "email": "info@teskalabs.com",
10
- "url": "https://teskalabs.com"
11
- }
12
- ],
13
- "repository": {
14
- "type": "git",
15
- "url": "git+ssh://git@github.com:TeskaLabs/asab-webui-components-lib.git"
16
- },
17
- "bugs": {
18
- "url": "https://github.com/TeskaLabs/asab-webui-components-lib/issues"
19
- },
20
- "homepage": "https://github.com/TeskaLabs/asab-webui-components-lib",
21
- "main": "dist/index.js",
22
- "exports": {
23
- ".": "./dist/index.js",
24
- "./seacat-auth": "./dist/seacat-auth/index.js"
25
- },
26
- "files": [
27
- "dist"
28
- ],
29
- "publishConfig": {
30
- "registry": "https://registry.npmjs.org/"
31
- },
32
- "devDependencies": {
33
- "@babel/cli": "^7.22.11",
34
- "@babel/core": "^7.22.11",
35
- "@babel/plugin-transform-runtime": "^7.22.10",
36
- "@babel/preset-env": "^7.22.10",
37
- "@babel/preset-react": "^7.22.5",
38
- "babel-plugin-module-resolver": "^5.0.2",
39
- "copyfiles": "^2.4.1",
40
- "rimraf": "^6.0.1"
41
- },
42
- "peerDependencies": {
43
- "@babel/runtime": "^7.22.11",
44
- "axios": "^1.8.4",
45
- "bootstrap": "^5.3.1",
46
- "bootstrap-icons": "^1.10.5",
47
- "date-fns": "^4.1.0",
48
- "i18next": "^25.5.2",
49
- "react": "^19.0.0",
50
- "react-dom": "^19.0.0",
51
- "react-i18next": "^16.0.0",
52
- "@microlink/react-json-view": "^1.26.2",
53
- "react-router": "^7.8.2",
54
- "reactstrap": "^9.2.0"
55
- },
56
- "scripts": {
57
- "build": "babel src --extensions '.js,.jsx' --out-dir dist && copyfiles -u 1 'src/**/*.{scss,jsx}' dist",
58
- "clean": "rimraf dist"
59
- }
60
- }
2
+ "name": "asab_webui_components",
3
+ "version": "27.3.3-beta.1",
4
+ "license": "BSD-3-Clause",
5
+ "description": "TeskaLabs ASAB WebUI Components Library",
6
+ "contributors": [
7
+ {
8
+ "name": "TeskaLabs",
9
+ "email": "info@teskalabs.com",
10
+ "url": "https://teskalabs.com"
11
+ }
12
+ ],
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+ssh://git@github.com:TeskaLabs/asab-webui-components-lib.git"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/TeskaLabs/asab-webui-components-lib/issues"
19
+ },
20
+ "homepage": "https://github.com/TeskaLabs/asab-webui-components-lib",
21
+ "main": "dist/index.js",
22
+ "exports": {
23
+ ".": "./dist/index.js",
24
+ "./seacat-auth": "./dist/seacat-auth/index.js"
25
+ },
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "publishConfig": {
30
+ "registry": "https://registry.npmjs.org/"
31
+ },
32
+ "scripts": {
33
+ "build": "babel src --extensions '.js,.jsx' --out-dir dist && copyfiles -u 1 'src/**/*.{scss,jsx}' dist",
34
+ "clean": "rimraf dist"
35
+ },
36
+ "devDependencies": {
37
+ "@babel/cli": "^7.22.11",
38
+ "@babel/core": "^7.22.11",
39
+ "@babel/plugin-transform-runtime": "^7.22.10",
40
+ "@babel/preset-env": "^7.22.10",
41
+ "@babel/preset-react": "^7.22.5",
42
+ "babel-plugin-module-resolver": "^5.0.2",
43
+ "copyfiles": "^2.4.1",
44
+ "rimraf": "^6.0.1"
45
+ },
46
+ "peerDependencies": {
47
+ "@babel/runtime": "^7.22.11",
48
+ "axios": "^1.8.4",
49
+ "bootstrap": "^5.3.1",
50
+ "bootstrap-icons": "^1.10.5",
51
+ "date-fns": "^4.1.0",
52
+ "i18next": "^25.5.2",
53
+ "react": "^19.0.0",
54
+ "react-dom": "^19.0.0",
55
+ "react-i18next": "^16.0.0",
56
+ "@microlink/react-json-view": "^1.26.2",
57
+ "react-router": "^7.8.2",
58
+ "reactstrap": "^9.2.0"
59
+ }
60
+ }