@bottlebooks/valid-values 7.7.1-alpha.0 → 7.7.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.
- package/CHANGELOG.md +58 -16
- package/dist/main.js +3 -3
- package/dist/validValues/ingredient/deprecatedIngredient.js +2 -2
- package/dist/validValues/ingredient/ingredient.js +2 -2
- package/dist/validValues/ingredient/locales/de.d.ts.map +1 -1
- package/dist/validValues/ingredient/locales/de.js +1 -1
- package/dist/validValues/locales.js +2 -2
- package/dist/validValues/packagingMaterialType/packagingMaterialType.js +2 -2
- package/package.json +2 -2
- package/src/validValues/ingredient/locales/de.po +1 -1
- package/src/validValues/ingredient/locales/de.ts +1 -1
- package/dist/validValues/ingredient/synonymIngredient.d.ts +0 -33
- package/dist/validValues/ingredient/synonymIngredient.d.ts.map +0 -1
- package/dist/validValues/ingredient/synonymIngredient.js +0 -440
- package/dist/validValues/types/PackagingMaterialTag.d.ts +0 -2
- package/dist/validValues/types/PackagingMaterialTag.d.ts.map +0 -1
- package/dist/validValues/types/PackagingMaterialTag.js +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,63 +3,105 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [7.7.1
|
|
6
|
+
## [7.7.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.7.0...@bottlebooks/valid-values@7.7.1) (2023-10-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Weintrauben --> Trauben ([79ad030](https://github.com/bottlebooks/bottlebooks/commit/79ad0306f48a9560395dda1aeb8c6052c03cf6f4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
7
15
|
|
|
8
|
-
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
16
|
|
|
10
17
|
# [7.7.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.6.0...@bottlebooks/valid-values@7.7.0) (2023-10-04)
|
|
11
18
|
|
|
19
|
+
|
|
12
20
|
### Features
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
* Aromatised Wines - more flavourings ([ffc4d6e](https://github.com/bottlebooks/bottlebooks/commit/ffc4d6e348efe43713213a660465cd6394d4a7e6))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
15
27
|
|
|
16
28
|
# [7.6.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.5.0...@bottlebooks/valid-values@7.6.0) (2023-10-02)
|
|
17
29
|
|
|
30
|
+
|
|
18
31
|
### Bug Fixes
|
|
19
32
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
33
|
+
* allura red ([20b37f4](https://github.com/bottlebooks/bottlebooks/commit/20b37f4bae86810495a79ce00c029d101995d251))
|
|
34
|
+
* carmoisine ([4f71d7e](https://github.com/bottlebooks/bottlebooks/commit/4f71d7ebbf96bfc4e28d704948d63e7cb6374743))
|
|
35
|
+
* carmoisine_eCode ([7bd1987](https://github.com/bottlebooks/bottlebooks/commit/7bd1987468fa25b7ceef909ec25ca48af37872e1))
|
|
36
|
+
* ingredientTag.COLOUR.many ([3a1f1d6](https://github.com/bottlebooks/bottlebooks/commit/3a1f1d6a98c8f4cb9a42ddd56a6e580e1ceebe32))
|
|
37
|
+
* ponceau 4R ([5cfad83](https://github.com/bottlebooks/bottlebooks/commit/5cfad838784758a8039f0f63797e9b70013f4397))
|
|
38
|
+
* quinoline yellow ([9d88258](https://github.com/bottlebooks/bottlebooks/commit/9d882589ae41ce0a8242a61191aee6f300098af3))
|
|
39
|
+
* sunsetYellow ([7ca26d4](https://github.com/bottlebooks/bottlebooks/commit/7ca26d4bda8770535c759875fe94f344d57282ac))
|
|
40
|
+
* tartrazin ([b3938d4](https://github.com/bottlebooks/bottlebooks/commit/b3938d4930b4d39073ed7e2438d139fa6a21d79b))
|
|
41
|
+
|
|
28
42
|
|
|
29
43
|
### Features
|
|
30
44
|
|
|
31
|
-
|
|
45
|
+
* translations ([88e2477](https://github.com/bottlebooks/bottlebooks/commit/88e247762a7a80013ef738eb5d7c9c900ea8c28b))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
32
50
|
|
|
33
51
|
# [7.5.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.5...@bottlebooks/valid-values@7.5.0) (2023-09-28)
|
|
34
52
|
|
|
53
|
+
|
|
35
54
|
### Bug Fixes
|
|
36
55
|
|
|
37
|
-
|
|
56
|
+
* lowercase ingredients ([e5ea887](https://github.com/bottlebooks/bottlebooks/commit/e5ea887eee561cd20b84cd12625dcfd94ed72caa))
|
|
57
|
+
|
|
38
58
|
|
|
39
59
|
### Features
|
|
40
60
|
|
|
41
|
-
|
|
61
|
+
* Add food colours into aromatised wine ingredients ([aeb4ea5](https://github.com/bottlebooks/bottlebooks/commit/aeb4ea52555745e838517f2f5076ee4d2b2a197e))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
42
66
|
|
|
43
67
|
## [7.4.5](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.4...@bottlebooks/valid-values@7.4.5) (2023-09-27)
|
|
44
68
|
|
|
69
|
+
|
|
45
70
|
### Bug Fixes
|
|
46
71
|
|
|
47
|
-
|
|
72
|
+
* Responsible consumption logos have incorrect description ([e35be2f](https://github.com/bottlebooks/bottlebooks/commit/e35be2f7daef83014cbf582b525757068bff1cfc))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
48
77
|
|
|
49
78
|
## [7.4.4](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.3...@bottlebooks/valid-values@7.4.4) (2023-09-27)
|
|
50
79
|
|
|
51
80
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
52
81
|
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
53
86
|
## [7.4.3](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.2...@bottlebooks/valid-values@7.4.3) (2023-09-26)
|
|
54
87
|
|
|
88
|
+
|
|
55
89
|
### Bug Fixes
|
|
56
90
|
|
|
57
|
-
|
|
91
|
+
* winestyle options not rendered for aromatised wines ([2459922](https://github.com/bottlebooks/bottlebooks/commit/24599220b3de7dd04c97d7971c169896b2ea2081))
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
58
96
|
|
|
59
97
|
## [7.4.2](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.1...@bottlebooks/valid-values@7.4.2) (2023-09-22)
|
|
60
98
|
|
|
61
99
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
62
100
|
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
63
105
|
## [7.4.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.0...@bottlebooks/valid-values@7.4.1) (2023-09-19)
|
|
64
106
|
|
|
65
107
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
package/dist/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
5
|
require("./style.css");
|
|
6
6
|
|
|
@@ -16,9 +16,9 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
16
16
|
|
|
17
17
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
18
18
|
|
|
19
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
19
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
20
20
|
|
|
21
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
21
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
22
22
|
|
|
23
23
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
24
24
|
|
|
@@ -15,9 +15,9 @@ var _ingredientTypes = require("./ingredientTypes");
|
|
|
15
15
|
|
|
16
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
17
|
|
|
18
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
18
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
19
19
|
|
|
20
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
20
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
21
|
|
|
22
22
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
23
23
|
|
|
@@ -29,9 +29,9 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
|
|
|
29
29
|
|
|
30
30
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
31
31
|
|
|
32
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
32
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
33
33
|
|
|
34
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
34
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
35
35
|
|
|
36
36
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
37
37
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/validValues/ingredient/locales/de.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAk0V,CAAC"}
|
|
@@ -76,7 +76,7 @@ var messages = {
|
|
|
76
76
|
"validValues.ingredient.gaseousOxygen": "Gasförmiger Sauerstoff",
|
|
77
77
|
"validValues.ingredient.glycosidase": "Glycosidase",
|
|
78
78
|
"validValues.ingredient.grainDistillateAndWater": "grain distillate and water",
|
|
79
|
-
"validValues.ingredient.grape": "
|
|
79
|
+
"validValues.ingredient.grape": "Trauben",
|
|
80
80
|
"validValues.ingredient.grapeMarcSpirit": "Tresterbrand",
|
|
81
81
|
"validValues.ingredient.grapeMust": "Traubenmost",
|
|
82
82
|
"validValues.ingredient.grapeMust.deprecationDescription": "Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.",
|
|
@@ -45,9 +45,9 @@ var _messages19 = require("./foodBusinessOperatorType/locales/messages");
|
|
|
45
45
|
|
|
46
46
|
var _plurals = require("make-plural/plurals");
|
|
47
47
|
|
|
48
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
48
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
49
49
|
|
|
50
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
50
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
51
51
|
|
|
52
52
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
53
53
|
|
|
@@ -13,9 +13,9 @@ var _packagingMaterialTypes = require("./packagingMaterialTypes");
|
|
|
13
13
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
15
|
|
|
16
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
16
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
17
17
|
|
|
18
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
18
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19
19
|
|
|
20
20
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bottlebooks/valid-values",
|
|
3
3
|
"description": "The Bottlebooks lookup values, defined globally.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "7.7.1
|
|
5
|
+
"version": "7.7.1",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@lingui/core": "3.14.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "27379f59742b34ae7960847a5b5e3ba5aab1ab04"
|
|
38
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"Aleppokiefernharz","validValues.ingredient.alluraRed":"Allurarot AC","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"Allylisothiocyanat","validValues.ingredient.ammoniaCaramel":"Ammoniak-Zuckerkulör","validValues.ingredient.ammoniumBisulphite":"Ammoniumbisulfit","validValues.ingredient.ammoniumSulphate":"Ammoniumsulfat","validValues.ingredient.argon":"Argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"Ascorbinsäure","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"Bentonit","validValues.ingredient.betaglucanase":"Betaglucanase","validValues.ingredient.burnedSugar":"karamellisierter Zucker","validValues.ingredient.calciumAlginate":"Calciumalginat","validValues.ingredient.calciumCarbonate":"Calciumcarbonat","validValues.ingredient.calciumPhytate":"Calciumphytat","validValues.ingredient.calciumSulphate":"Calciumsulfat","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"Calciumtartrat","validValues.ingredient.caramel":"Karamell","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"Kohlendioxid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"Carboxymethylcellulose","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"Azorubin","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"Johannisbrotsirup","validValues.ingredient.casein":"Kasein aus <0>Milch</0>","validValues.ingredient.causticSulfiteCaramel":"Sulfitlaugen-Zuckerkulör","validValues.ingredient.cellulase":"Cellulase","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"Önologische Holzkohle","validValues.ingredient.chitinGlucanAspergillusNiger":"Aus Aspergillus niger gewonnenes Chitin-Glucan","validValues.ingredient.chitosanAspergillusNiger":"Aus Aspergillus niger gewonnenes Chitosan","validValues.ingredient.citricAcid":"Citronensäure","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"konzentrierter Traubenmost","validValues.ingredient.copperCitrate":"Kupfercitrat","validValues.ingredient.copperSulphatePentahydrate":"Kupfersulfat, Pentahydrat","validValues.ingredient.diammoniumHydrogenPhosphate":"Diammoniumhydrogenphosphat","validValues.ingredient.dimethyldicarbonate":"Dimethyldicarbonat","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"Destillat landwirtschaftlichen Ursprungs","validValues.ingredient.driedGrapeAlcohol":"Alkohol aus getrockneten Weintrauben","validValues.ingredient.driedGrapeDistillate":"Destillat aus getrockneten Weintrauben","validValues.ingredient.edibleGelatine":"Speisegelatine","validValues.ingredient.egg":"<0>Ei</0>","validValues.ingredient.eggAlbumin":"Albumin aus <0>Ei</0>","validValues.ingredient.eggLysozyme":"Lysozym aus <0>Ei</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>Ei</0>)","validValues.ingredient.eggProduct":"<0>Eiprodukt</0>","validValues.ingredient.eggProtein":"<0>Eiprotein</0>","validValues.ingredient.eggs.synonymDescription":"Sie können stattdessen 'Ei' verwenden.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"Äthylalkohol landwirtschaftlichen Ursprungs","validValues.ingredient.expeditionLiqueur":"Versanddosage","validValues.ingredient.flavouring":"Aromastoff","validValues.ingredient.flavouringNatural":"natürliche Aromastoffe","validValues.ingredient.flavouringSmoke":"Raucharoma","validValues.ingredient.flavourings":"Aroma","validValues.ingredient.flavouringsNatural":"natürliche Aromen","validValues.ingredient.flavouringsSmoke":"Raucharomen","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"Weinhefen","validValues.ingredient.fumaricAcid":"Fumarsäure","validValues.ingredient.gaseousOxygen":"Gasförmiger Sauerstoff","validValues.ingredient.glycosidase":"Glycosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"Weintrauben","validValues.ingredient.grapeMarcSpirit":"Tresterbrand","validValues.ingredient.grapeMust":"Traubenmost","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"Traubenmost (<0>Sulfite</0>)","validValues.ingredient.gumArabic":"Gummiarabikum","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"Hemicellulase","validValues.ingredient.honey":"Honig","validValues.ingredient.inactivatedYeasts":"Inaktivierte Hefen","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"Inaktivierte glutathionreiche Hefen","validValues.ingredient.isinglass":"Hausenblase","validValues.ingredient.kaolin":"Kaolin","validValues.ingredient.lacticAcid":"Milchsäure","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"Milchsäurebakterien","validValues.ingredient.malicAcid":"Apfelsäure","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"Metaweinsäure","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"Mikrokristalline Cellulose","validValues.ingredient.milk":"<0>Milch</0>","validValues.ingredient.milk.synonymDescription":"Sie können stattdessen auch 'Milch' verwenden.","validValues.ingredient.milkCasein":"Kasein aus Milch","validValues.ingredient.milkProducts":"<0>Milcherzeugnis</0>","validValues.ingredient.milkProtein":"<0>Milchprotein</0>","validValues.ingredient.nitrogen":"Stickstoff","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"Erbsenprotein","validValues.ingredient.pectinLyases":"Pectinlyasen","validValues.ingredient.pectinMethylesterase":"Pectinmethylesterase","validValues.ingredient.plainCaramel":"Zuckerkulör","validValues.ingredient.polygalacturonase":"Polygalacturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"Polyvinylimidazol-Polyvinylpyrrolidon-Copolymere","validValues.ingredient.polyvinylpolypyrrolidone":"Polyvinylpolypyrrolidon","validValues.ingredient.ponceau4R":"Cochenillerot A","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"Kaliumalginat","validValues.ingredient.potassiumBicarbonate":"Kaliumbicarbonat","validValues.ingredient.potassiumBisulphite":"Kaliumbisulfit (<0>Sulfite</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>Sulfite</0>)","validValues.ingredient.potassiumCarbonate":"Kaliumcarbonat","validValues.ingredient.potassiumCaseinates":"Kaliumcaseinate","validValues.ingredient.potassiumFerrocyanide":"Kaliumhexacyanoferrat","validValues.ingredient.potassiumHydrogenSulphite":"Kaliumbisulfit","validValues.ingredient.potassiumHydrogenTartrate":"Kaliumhydrogentartrat","validValues.ingredient.potassiumMetabisulphite":"Kaliummetabisulfit (<0>Sulfite</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>Sulfite</0>)","validValues.ingredient.potassiumPolyaspartate":"Kaliumpolyaspartat\"","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"Kaliumsorbat","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"Kalium tartrat","validValues.ingredient.potatoesProtein":"Kartoffelprotein","validValues.ingredient.quinolineYellow":"Chinolingelb","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"Selektive Pflanzenfasern","validValues.ingredient.siliconDioxide":"Siliciumdioxid","validValues.ingredient.sucrose":"Saccharose","validValues.ingredient.sugar":"Zucker","validValues.ingredient.sulfiteAmmoniaCaramel":"Ammonsulfit-Zuckerkulör","validValues.ingredient.sulfites":"<0>Sulfite</0>","validValues.ingredient.sulfites.synonymDescription":"Sie können auch ‘Sulfite’ verwenden.","validValues.ingredient.sulphurDioxide":"<0>Schwefeldioxid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>Sulfite</0>)","validValues.ingredient.sunsetYellow":"Gelborange S","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"Tannine","validValues.ingredient.tartaricAcid":"Weinsäure D, L- oder ihr neutrales Kaliumsalz","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"Tartrazin","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"Thiaminhydrochlorid","validValues.ingredient.tirageLiqueur":"Fülldosage","validValues.ingredient.urease":"Urease","validValues.ingredient.water":"Wasser","validValues.ingredient.wheatProtein":"weizenprotein","validValues.ingredient.wine":"Wein","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"Alkohol aus Wein","validValues.ingredient.wineDistillate":"Weindestillat","validValues.ingredient.wineSpirit":"Branntwein","validValues.ingredient.wineWithSulphites":"Wein (<0>Sulfite</0>)","validValues.ingredient.yeastAutolysates":"Hefeautolysate","validValues.ingredient.yeastCellWalls":"Heferinden","validValues.ingredient.yeastMannoproteins":"Hefe-Mannoproteine","validValues.ingredient.yeastProteinExtracts":"Hefeproteinextrakte","validValues.ingredient.yeastsForWineProduction":"Hefen zur Weinbereitung"};
|
|
1
|
+
/*eslint-disable*/export const messages={"validValues.ingredient.aleppoPineResin":"Aleppokiefernharz","validValues.ingredient.alluraRed":"Allurarot AC","validValues.ingredient.alluraRed_eCode":"E 129","validValues.ingredient.allylIsothiocyanate":"Allylisothiocyanat","validValues.ingredient.ammoniaCaramel":"Ammoniak-Zuckerkulör","validValues.ingredient.ammoniumBisulphite":"Ammoniumbisulfit","validValues.ingredient.ammoniumSulphate":"Ammoniumsulfat","validValues.ingredient.argon":"Argon","validValues.ingredient.argon.deprecationDescription":"Select value from Packaging Gases dropdown.","validValues.ingredient.ascorbicAcid":"Ascorbinsäure","validValues.ingredient.ascorbicAcid.synonymDescription":"You can use 'L ascorbic acid' instead.","validValues.ingredient.bentonite":"Bentonit","validValues.ingredient.betaglucanase":"Betaglucanase","validValues.ingredient.burnedSugar":"karamellisierter Zucker","validValues.ingredient.calciumAlginate":"Calciumalginat","validValues.ingredient.calciumCarbonate":"Calciumcarbonat","validValues.ingredient.calciumPhytate":"Calciumphytat","validValues.ingredient.calciumSulphate":"Calciumsulfat","validValues.ingredient.calciumSulphate.synonymDescription":"You can use 'calcium sulphate' instead.","validValues.ingredient.calciumTartrate":"Calciumtartrat","validValues.ingredient.caramel":"Karamell","validValues.ingredient.caramel.synonymDescription":"You can use 'caramel' instead.","validValues.ingredient.carbonDioxide":"Kohlendioxid","validValues.ingredient.carbonDioxide.synonymDescription":"You can use 'carbon dioxide' instead.","validValues.ingredient.carboxymethylcellulose":"Carboxymethylcellulose","validValues.ingredient.carboxymethylcellulose.synonymDescription":"You can use 'carboxymethylcellulose' instead.","validValues.ingredient.carmoisine":"Azorubin","validValues.ingredient.carmoisine_eCode":"E 122","validValues.ingredient.carobSyrup":"Johannisbrotsirup","validValues.ingredient.casein":"Kasein aus <0>Milch</0>","validValues.ingredient.causticSulfiteCaramel":"Sulfitlaugen-Zuckerkulör","validValues.ingredient.cellulase":"Cellulase","validValues.ingredient.cerealDistillateAndWater":"cereal distillate and water","validValues.ingredient.charcoalForOenologicalUse":"Önologische Holzkohle","validValues.ingredient.chitinGlucanAspergillusNiger":"Aus Aspergillus niger gewonnenes Chitin-Glucan","validValues.ingredient.chitosanAspergillusNiger":"Aus Aspergillus niger gewonnenes Chitosan","validValues.ingredient.citricAcid":"Citronensäure","validValues.ingredient.citricAcid.synonymDescription":"You can use 'citric acid' instead.","validValues.ingredient.concentratedGrapeMust":"konzentrierter Traubenmost","validValues.ingredient.copperCitrate":"Kupfercitrat","validValues.ingredient.copperSulphatePentahydrate":"Kupfersulfat, Pentahydrat","validValues.ingredient.diammoniumHydrogenPhosphate":"Diammoniumhydrogenphosphat","validValues.ingredient.dimethyldicarbonate":"Dimethyldicarbonat","validValues.ingredient.dimethyldicarbonate.synonymDescription":"You can use 'dimethyldicarbonate' instead.","validValues.ingredient.distillateOfAgriculturalOrigin":"Destillat landwirtschaftlichen Ursprungs","validValues.ingredient.driedGrapeAlcohol":"Alkohol aus getrockneten Weintrauben","validValues.ingredient.driedGrapeDistillate":"Destillat aus getrockneten Weintrauben","validValues.ingredient.edibleGelatine":"Speisegelatine","validValues.ingredient.egg":"<0>Ei</0>","validValues.ingredient.eggAlbumin":"Albumin aus <0>Ei</0>","validValues.ingredient.eggLysozyme":"Lysozym aus <0>Ei</0>","validValues.ingredient.eggLysozyme_eCode":"E 1105 (<0>Ei</0>)","validValues.ingredient.eggProduct":"<0>Eiprodukt</0>","validValues.ingredient.eggProtein":"<0>Eiprotein</0>","validValues.ingredient.eggs.synonymDescription":"Sie können stattdessen 'Ei' verwenden.","validValues.ingredient.ethylAlcoholOfAgriculturalOrigin":"Äthylalkohol landwirtschaftlichen Ursprungs","validValues.ingredient.expeditionLiqueur":"Versanddosage","validValues.ingredient.flavouring":"Aromastoff","validValues.ingredient.flavouringNatural":"natürliche Aromastoffe","validValues.ingredient.flavouringSmoke":"Raucharoma","validValues.ingredient.flavourings":"Aroma","validValues.ingredient.flavouringsNatural":"natürliche Aromen","validValues.ingredient.flavouringsSmoke":"Raucharomen","validValues.ingredient.freshBeerDistillateAndWater":"Fresh beer distillate and Water","validValues.ingredient.freshLees":"Weinhefen","validValues.ingredient.fumaricAcid":"Fumarsäure","validValues.ingredient.gaseousOxygen":"Gasförmiger Sauerstoff","validValues.ingredient.glycosidase":"Glycosidase","validValues.ingredient.grainDistillateAndWater":"grain distillate and water","validValues.ingredient.grape":"Trauben","validValues.ingredient.grapeMarcSpirit":"Tresterbrand","validValues.ingredient.grapeMust":"Traubenmost","validValues.ingredient.grapeMust.deprecationDescription":"Since grapevine products are always produced from grapes, it is appropriate to allow the use of a single term \"grapes\" to indicate the basic raw material in the list of ingredients irrespective of whether the winemaker has used fresh grapes or grape must.","validValues.ingredient.grapeMustWithSulphites":"Traubenmost (<0>Sulfite</0>)","validValues.ingredient.gumArabic":"Gummiarabikum","validValues.ingredient.gumArabic.synonymDescription":"You can use 'gum arabic' instead.","validValues.ingredient.hemicellulase":"Hemicellulase","validValues.ingredient.honey":"Honig","validValues.ingredient.inactivatedYeasts":"Inaktivierte Hefen","validValues.ingredient.inactivatedYeastsWithGuaranteedGlutathioneLevels":"Inaktivierte glutathionreiche Hefen","validValues.ingredient.isinglass":"Hausenblase","validValues.ingredient.kaolin":"Kaolin","validValues.ingredient.lacticAcid":"Milchsäure","validValues.ingredient.lacticAcid.synonymDescription":"You can use 'lactic acid' instead.","validValues.ingredient.lacticAcidBacteria":"Milchsäurebakterien","validValues.ingredient.malicAcid":"Apfelsäure","validValues.ingredient.malicAcid.synonymDescription":"You can use 'malic acid' instead.","validValues.ingredient.maltDistillateAndWater":"malt distillate and water","validValues.ingredient.metatartaricAcid":"Metaweinsäure","validValues.ingredient.metatartaricAcid.synonymDescription":"You can use 'metatartaric acid' instead.","validValues.ingredient.microcrystallineCellulose":"Mikrokristalline Cellulose","validValues.ingredient.milk":"<0>Milch</0>","validValues.ingredient.milk.synonymDescription":"Sie können stattdessen auch 'Milch' verwenden.","validValues.ingredient.milkCasein":"Kasein aus Milch","validValues.ingredient.milkProducts":"<0>Milcherzeugnis</0>","validValues.ingredient.milkProtein":"<0>Milchprotein</0>","validValues.ingredient.nitrogen":"Stickstoff","validValues.ingredient.nitrogen.deprecationDescription":"As indication of packaging gas in the list of ingrexdients may confuse consumers it is appropriate to replace it by selecting value from new Packaging Gases dropdown.","validValues.ingredient.peasProtein":"Erbsenprotein","validValues.ingredient.pectinLyases":"Pectinlyasen","validValues.ingredient.pectinMethylesterase":"Pectinmethylesterase","validValues.ingredient.plainCaramel":"Zuckerkulör","validValues.ingredient.polygalacturonase":"Polygalacturonase","validValues.ingredient.polyvinylimidazolePolyvinylpyrrolidoneCopolymers":"Polyvinylimidazol-Polyvinylpyrrolidon-Copolymere","validValues.ingredient.polyvinylpolypyrrolidone":"Polyvinylpolypyrrolidon","validValues.ingredient.ponceau4R":"Cochenillerot A","validValues.ingredient.ponceau4R_eCode":"E 124","validValues.ingredient.potassiumAlginate":"Kaliumalginat","validValues.ingredient.potassiumBicarbonate":"Kaliumbicarbonat","validValues.ingredient.potassiumBisulphite":"Kaliumbisulfit (<0>Sulfite</0>)","validValues.ingredient.potassiumBisulphite_eCode":"E 228 (<0>Sulfite</0>)","validValues.ingredient.potassiumCarbonate":"Kaliumcarbonat","validValues.ingredient.potassiumCaseinates":"Kaliumcaseinate","validValues.ingredient.potassiumFerrocyanide":"Kaliumhexacyanoferrat","validValues.ingredient.potassiumHydrogenSulphite":"Kaliumbisulfit","validValues.ingredient.potassiumHydrogenTartrate":"Kaliumhydrogentartrat","validValues.ingredient.potassiumMetabisulphite":"Kaliummetabisulfit (<0>Sulfite</0>)","validValues.ingredient.potassiumMetabisulphite_eCode":"E 224 (<0>Sulfite</0>)","validValues.ingredient.potassiumPolyaspartate":"Kaliumpolyaspartat\"","validValues.ingredient.potassiumPolyaspartate.synonymDescription":"You can use 'potassium polyaspartate' instead.","validValues.ingredient.potassiumSorbate":"Kaliumsorbat","validValues.ingredient.potassiumSorbate.synonymDescription":"You can use 'potassium sorbate' instead.","validValues.ingredient.potassiumTartrate":"Kalium tartrat","validValues.ingredient.potatoesProtein":"Kartoffelprotein","validValues.ingredient.quinolineYellow":"Chinolingelb","validValues.ingredient.quinolineYellowWith_eCode":"E 104","validValues.ingredient.ryeDistillateAndWater":"rye distillate and water","validValues.ingredient.selectiveVegetalFibres":"Selektive Pflanzenfasern","validValues.ingredient.siliconDioxide":"Siliciumdioxid","validValues.ingredient.sucrose":"Saccharose","validValues.ingredient.sugar":"Zucker","validValues.ingredient.sulfiteAmmoniaCaramel":"Ammonsulfit-Zuckerkulör","validValues.ingredient.sulfites":"<0>Sulfite</0>","validValues.ingredient.sulfites.synonymDescription":"Sie können auch ‘Sulfite’ verwenden.","validValues.ingredient.sulphurDioxide":"<0>Schwefeldioxid</0>","validValues.ingredient.sulphurDioxide.synonymDescription":"You can use 'sulphur dioxide' instead.","validValues.ingredient.sulphurDioxide_eCode":"E 220 (<0>Sulfite</0>)","validValues.ingredient.sunsetYellow":"Gelborange S","validValues.ingredient.sunsetYellow_eCode":"E 110","validValues.ingredient.tannins":"Tannine","validValues.ingredient.tartaricAcid":"Weinsäure D, L- oder ihr neutrales Kaliumsalz","validValues.ingredient.tartaricAcid.synonymDescription":"You can use 'tartaric acid' instead.","validValues.ingredient.tartrazine":"Tartrazin","validValues.ingredient.tartrazine_eCode":"E 102","validValues.ingredient.thiamineHydrochloride":"Thiaminhydrochlorid","validValues.ingredient.tirageLiqueur":"Fülldosage","validValues.ingredient.urease":"Urease","validValues.ingredient.water":"Wasser","validValues.ingredient.wheatProtein":"weizenprotein","validValues.ingredient.wine":"Wein","validValues.ingredient.wine.deprecationDescription":"Currently we assume all wines contain sulfites. Please choose a more specific ingredient instead.","validValues.ingredient.wineAlcohol":"Alkohol aus Wein","validValues.ingredient.wineDistillate":"Weindestillat","validValues.ingredient.wineSpirit":"Branntwein","validValues.ingredient.wineWithSulphites":"Wein (<0>Sulfite</0>)","validValues.ingredient.yeastAutolysates":"Hefeautolysate","validValues.ingredient.yeastCellWalls":"Heferinden","validValues.ingredient.yeastMannoproteins":"Hefe-Mannoproteine","validValues.ingredient.yeastProteinExtracts":"Hefeproteinextrakte","validValues.ingredient.yeastsForWineProduction":"Hefen zur Weinbereitung"};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { SynonymIngredient } from './ingredientTypes';
|
|
2
|
-
declare const synonymIngredient: {
|
|
3
|
-
readonly casein: SynonymIngredient;
|
|
4
|
-
readonly milkProducts: SynonymIngredient;
|
|
5
|
-
readonly milkProtein: SynonymIngredient;
|
|
6
|
-
readonly eggAlbumin: SynonymIngredient;
|
|
7
|
-
readonly eggLysozyme: SynonymIngredient;
|
|
8
|
-
readonly eggLysozyme_eCode: SynonymIngredient;
|
|
9
|
-
readonly eggProtein: SynonymIngredient;
|
|
10
|
-
readonly eggProduct: SynonymIngredient;
|
|
11
|
-
readonly potassiumBisulphite: SynonymIngredient;
|
|
12
|
-
readonly potassiumBisulphite_eCode: SynonymIngredient;
|
|
13
|
-
readonly potassiumMetabisulphite: SynonymIngredient;
|
|
14
|
-
readonly potassiumMetabisulphite_eCode: SynonymIngredient;
|
|
15
|
-
readonly sulphurDioxide: SynonymIngredient;
|
|
16
|
-
readonly sulphurDioxide_eCode: SynonymIngredient;
|
|
17
|
-
readonly tartaricAcid_eCode: SynonymIngredient;
|
|
18
|
-
readonly malicAcid_eCode: SynonymIngredient;
|
|
19
|
-
readonly lacticAcid_eCode: SynonymIngredient;
|
|
20
|
-
readonly calciumSulphate_eCode: SynonymIngredient;
|
|
21
|
-
readonly potassiumSorbate_eCode: SynonymIngredient;
|
|
22
|
-
readonly ascorbicAcid_eCode: SynonymIngredient;
|
|
23
|
-
readonly dimethyldicarbonate_eCode: SynonymIngredient;
|
|
24
|
-
readonly citricAcid_eCode: SynonymIngredient;
|
|
25
|
-
readonly metatartaricAcid_eCode: SynonymIngredient;
|
|
26
|
-
readonly gumArabic_eCode: SynonymIngredient;
|
|
27
|
-
readonly carboxymethylcellulose_eCode: SynonymIngredient;
|
|
28
|
-
readonly potassiumPolyaspartate_eCode: SynonymIngredient;
|
|
29
|
-
readonly carbonDioxide_eCode: SynonymIngredient;
|
|
30
|
-
readonly caramel_eCode: SynonymIngredient;
|
|
31
|
-
};
|
|
32
|
-
export default synonymIngredient;
|
|
33
|
-
//# sourceMappingURL=synonymIngredient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"synonymIngredient.d.ts","sourceRoot":"","sources":["../../../src/validValues/ingredient/synonymIngredient.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAsB3D,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Vb,CAAC;AAEX,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,440 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _core = require("@lingui/core");
|
|
9
|
-
|
|
10
|
-
var _productTypesWine = _interopRequireDefault(require("../types/productTypesWine"));
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
15
|
-
|
|
16
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
17
|
-
|
|
18
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
19
|
-
|
|
20
|
-
/** Makes sure errors are displayed where the error is introduced. */
|
|
21
|
-
var ingredient = function ingredient(value) {
|
|
22
|
-
return value;
|
|
23
|
-
}; // A partial to mix into synonym ingredients.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
var synonymOfSulfites = {
|
|
27
|
-
isHiddenInMainList: true,
|
|
28
|
-
synonymDescription:
|
|
29
|
-
/*i18n*/
|
|
30
|
-
{
|
|
31
|
-
id: 'validValues.ingredient.sulfites.synonymDescription',
|
|
32
|
-
message: "You can use 'sulphites' instead."
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
var synonymOfEggs = {
|
|
36
|
-
isHiddenInMainList: true,
|
|
37
|
-
synonymDescription:
|
|
38
|
-
/*i18n*/
|
|
39
|
-
{
|
|
40
|
-
id: 'validValues.ingredient.eggs.synonymDescription',
|
|
41
|
-
message: "You can use 'egg' instead."
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
var synonymOfMilk = {};
|
|
45
|
-
var synonymIngredient = {
|
|
46
|
-
casein: ingredient({
|
|
47
|
-
key: 'casein',
|
|
48
|
-
label:
|
|
49
|
-
/*i18n*/
|
|
50
|
-
{
|
|
51
|
-
id: 'validValues.ingredient.casein',
|
|
52
|
-
message: '<Allergen>milk</Allergen> casein'
|
|
53
|
-
},
|
|
54
|
-
metadata: _objectSpread({
|
|
55
|
-
tags: ['CLARIFYING_AGENT'],
|
|
56
|
-
productType: _productTypesWine["default"]
|
|
57
|
-
}, synonymOfMilk)
|
|
58
|
-
}),
|
|
59
|
-
milkProducts: ingredient({
|
|
60
|
-
key: 'milkProducts',
|
|
61
|
-
label:
|
|
62
|
-
/*i18n*/
|
|
63
|
-
{
|
|
64
|
-
id: 'validValues.ingredient.milkProducts',
|
|
65
|
-
message: '<Allergen>milk<Allergen> products'
|
|
66
|
-
},
|
|
67
|
-
metadata: _objectSpread({
|
|
68
|
-
tags: ['CLARIFYING_AGENT'],
|
|
69
|
-
productType: _productTypesWine["default"]
|
|
70
|
-
}, synonymOfMilk)
|
|
71
|
-
}),
|
|
72
|
-
milkProtein: ingredient({
|
|
73
|
-
key: 'milkProtein',
|
|
74
|
-
label:
|
|
75
|
-
/*i18n*/
|
|
76
|
-
{
|
|
77
|
-
id: 'validValues.ingredient.milkProtein',
|
|
78
|
-
message: '<Allergen>milk</Allergen> protein'
|
|
79
|
-
},
|
|
80
|
-
metadata: _objectSpread({
|
|
81
|
-
tags: ['CLARIFYING_AGENT'],
|
|
82
|
-
productType: _productTypesWine["default"]
|
|
83
|
-
}, synonymOfMilk)
|
|
84
|
-
}),
|
|
85
|
-
eggAlbumin: ingredient({
|
|
86
|
-
key: 'eggAlbumin',
|
|
87
|
-
label:
|
|
88
|
-
/*i18n*/
|
|
89
|
-
{
|
|
90
|
-
id: 'validValues.ingredient.eggAlbumin',
|
|
91
|
-
message: '<Allergen>egg</Allergen> albumin'
|
|
92
|
-
},
|
|
93
|
-
metadata: _objectSpread({
|
|
94
|
-
tags: ['CLARIFYING_AGENT', 'ALLERGEN'],
|
|
95
|
-
productType: _productTypesWine["default"]
|
|
96
|
-
}, synonymOfEggs)
|
|
97
|
-
}),
|
|
98
|
-
eggLysozyme: ingredient({
|
|
99
|
-
key: 'eggLysozyme',
|
|
100
|
-
label:
|
|
101
|
-
/*i18n*/
|
|
102
|
-
{
|
|
103
|
-
id: 'validValues.ingredient.eggLysozyme',
|
|
104
|
-
message: '<Allergen>egg</Allergen> lysozyme'
|
|
105
|
-
},
|
|
106
|
-
metadata: _objectSpread({
|
|
107
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
108
|
-
productType: _productTypesWine["default"]
|
|
109
|
-
}, synonymOfEggs)
|
|
110
|
-
}),
|
|
111
|
-
eggLysozyme_eCode: ingredient({
|
|
112
|
-
key: 'eggLysozyme_eCode',
|
|
113
|
-
label:
|
|
114
|
-
/*i18n*/
|
|
115
|
-
{
|
|
116
|
-
id: 'validValues.ingredient.eggLysozyme_eCode',
|
|
117
|
-
message: 'E 1105 (<Allergen>egg</Allergen>)'
|
|
118
|
-
},
|
|
119
|
-
metadata: _objectSpread({
|
|
120
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
121
|
-
productType: _productTypesWine["default"]
|
|
122
|
-
}, synonymOfEggs)
|
|
123
|
-
}),
|
|
124
|
-
eggProtein: ingredient({
|
|
125
|
-
key: 'eggProtein',
|
|
126
|
-
label:
|
|
127
|
-
/*i18n*/
|
|
128
|
-
{
|
|
129
|
-
id: 'validValues.ingredient.eggProtein',
|
|
130
|
-
message: '<Allergen>egg</Allergen> protein'
|
|
131
|
-
},
|
|
132
|
-
metadata: _objectSpread({
|
|
133
|
-
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
134
|
-
productType: _productTypesWine["default"]
|
|
135
|
-
}, synonymOfEggs)
|
|
136
|
-
}),
|
|
137
|
-
eggProduct: ingredient({
|
|
138
|
-
key: 'eggProduct',
|
|
139
|
-
label:
|
|
140
|
-
/*i18n*/
|
|
141
|
-
{
|
|
142
|
-
id: 'validValues.ingredient.eggProduct',
|
|
143
|
-
message: '<Allergen>egg</Allergen> product'
|
|
144
|
-
},
|
|
145
|
-
metadata: _objectSpread({
|
|
146
|
-
tags: ['CLARIFYING_AGENT', 'ALLERGEN', 'PRESERVATIVE'],
|
|
147
|
-
productType: _productTypesWine["default"]
|
|
148
|
-
}, synonymOfEggs)
|
|
149
|
-
}),
|
|
150
|
-
potassiumBisulphite: ingredient({
|
|
151
|
-
key: 'potassiumBisulphite',
|
|
152
|
-
label:
|
|
153
|
-
/*i18n*/
|
|
154
|
-
{
|
|
155
|
-
id: 'validValues.ingredient.potassiumBisulphite',
|
|
156
|
-
message: 'potassium bisulphite (<Allergen>sulphites</Allergen>)'
|
|
157
|
-
},
|
|
158
|
-
metadata: _objectSpread({
|
|
159
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
160
|
-
productType: _productTypesWine["default"]
|
|
161
|
-
}, synonymOfSulfites)
|
|
162
|
-
}),
|
|
163
|
-
potassiumBisulphite_eCode: ingredient({
|
|
164
|
-
key: 'potassiumBisulphite_eCode',
|
|
165
|
-
label:
|
|
166
|
-
/*i18n*/
|
|
167
|
-
{
|
|
168
|
-
id: 'validValues.ingredient.potassiumBisulphite_eCode',
|
|
169
|
-
message: 'E 228 (<Allergen>sulphites</Allergen>)'
|
|
170
|
-
},
|
|
171
|
-
metadata: _objectSpread({
|
|
172
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
173
|
-
productType: _productTypesWine["default"]
|
|
174
|
-
}, synonymOfSulfites)
|
|
175
|
-
}),
|
|
176
|
-
potassiumMetabisulphite: ingredient({
|
|
177
|
-
key: 'potassiumMetabisulphite',
|
|
178
|
-
label:
|
|
179
|
-
/*i18n*/
|
|
180
|
-
{
|
|
181
|
-
id: 'validValues.ingredient.potassiumMetabisulphite',
|
|
182
|
-
message: 'potassium metabisulphite (<Allergen>sulphites</Allergen>)'
|
|
183
|
-
},
|
|
184
|
-
metadata: _objectSpread({
|
|
185
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
186
|
-
productType: _productTypesWine["default"]
|
|
187
|
-
}, synonymOfSulfites)
|
|
188
|
-
}),
|
|
189
|
-
potassiumMetabisulphite_eCode: ingredient({
|
|
190
|
-
key: 'potassiumMetabisulphite_eCode',
|
|
191
|
-
label:
|
|
192
|
-
/*i18n*/
|
|
193
|
-
{
|
|
194
|
-
id: 'validValues.ingredient.potassiumMetabisulphite_eCode',
|
|
195
|
-
message: 'E 224 (<Allergen>sulphites</Allergen>)'
|
|
196
|
-
},
|
|
197
|
-
metadata: _objectSpread({
|
|
198
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
199
|
-
productType: _productTypesWine["default"]
|
|
200
|
-
}, synonymOfSulfites)
|
|
201
|
-
}),
|
|
202
|
-
sulphurDioxide: ingredient({
|
|
203
|
-
key: 'sulphurDioxide',
|
|
204
|
-
label:
|
|
205
|
-
/*i18n*/
|
|
206
|
-
{
|
|
207
|
-
id: 'validValues.ingredient.sulphurDioxide',
|
|
208
|
-
message: '<Allergen>sulphur dioxide</Allergen>'
|
|
209
|
-
},
|
|
210
|
-
metadata: _objectSpread({
|
|
211
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
212
|
-
productType: _productTypesWine["default"]
|
|
213
|
-
}, synonymOfSulfites)
|
|
214
|
-
}),
|
|
215
|
-
sulphurDioxide_eCode: ingredient({
|
|
216
|
-
key: 'sulphurDioxide_eCode',
|
|
217
|
-
label:
|
|
218
|
-
/*i18n*/
|
|
219
|
-
{
|
|
220
|
-
id: 'validValues.ingredient.sulphurDioxide_eCode',
|
|
221
|
-
message: 'E 220 (<Allergen>sulphites</Allergen>)'
|
|
222
|
-
},
|
|
223
|
-
metadata: _objectSpread({
|
|
224
|
-
tags: ['PRESERVATIVE', 'ALLERGEN'],
|
|
225
|
-
productType: _productTypesWine["default"]
|
|
226
|
-
}, synonymOfSulfites)
|
|
227
|
-
}),
|
|
228
|
-
tartaricAcid_eCode: ingredient({
|
|
229
|
-
key: 'tartaricAcid_eCode',
|
|
230
|
-
label: 'E 334',
|
|
231
|
-
metadata: {
|
|
232
|
-
tags: ['ACIDITY_REGULATOR'],
|
|
233
|
-
productType: _productTypesWine["default"],
|
|
234
|
-
isHiddenInMainList: true,
|
|
235
|
-
synonymDescription:
|
|
236
|
-
/*i18n*/
|
|
237
|
-
{
|
|
238
|
-
id: 'validValues.ingredient.tartaricAcid.synonymDescription',
|
|
239
|
-
message: "You can use 'tartaric acid' instead."
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}),
|
|
243
|
-
malicAcid_eCode: ingredient({
|
|
244
|
-
key: 'malicAcid_eCode',
|
|
245
|
-
label: 'E 296',
|
|
246
|
-
metadata: {
|
|
247
|
-
tags: ['ACIDITY_REGULATOR'],
|
|
248
|
-
productType: _productTypesWine["default"],
|
|
249
|
-
isHiddenInMainList: true,
|
|
250
|
-
synonymDescription:
|
|
251
|
-
/*i18n*/
|
|
252
|
-
{
|
|
253
|
-
id: 'validValues.ingredient.malicAcid.synonymDescription',
|
|
254
|
-
message: "You can use 'malic acid' instead."
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}),
|
|
258
|
-
lacticAcid_eCode: ingredient({
|
|
259
|
-
key: 'lacticAcid_eCode',
|
|
260
|
-
label: 'E 270',
|
|
261
|
-
metadata: {
|
|
262
|
-
tags: ['ACIDITY_REGULATOR'],
|
|
263
|
-
productType: _productTypesWine["default"],
|
|
264
|
-
isHiddenInMainList: true,
|
|
265
|
-
synonymDescription:
|
|
266
|
-
/*i18n*/
|
|
267
|
-
{
|
|
268
|
-
id: 'validValues.ingredient.lacticAcid.synonymDescription',
|
|
269
|
-
message: "You can use 'lactic acid' instead."
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
}),
|
|
273
|
-
calciumSulphate_eCode: ingredient({
|
|
274
|
-
key: 'calciumSulphate_eCode',
|
|
275
|
-
label: 'E 516',
|
|
276
|
-
metadata: {
|
|
277
|
-
tags: ['ACIDITY_REGULATOR'],
|
|
278
|
-
productType: _productTypesWine["default"],
|
|
279
|
-
isHiddenInMainList: true,
|
|
280
|
-
synonymDescription:
|
|
281
|
-
/*i18n*/
|
|
282
|
-
{
|
|
283
|
-
id: 'validValues.ingredient.calciumSulphate.synonymDescription',
|
|
284
|
-
message: "You can use 'calcium sulphate' instead."
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
}),
|
|
288
|
-
potassiumSorbate_eCode: ingredient({
|
|
289
|
-
key: 'potassiumSorbate_eCode',
|
|
290
|
-
label: 'E 202',
|
|
291
|
-
metadata: {
|
|
292
|
-
tags: ['PRESERVATIVE'],
|
|
293
|
-
productType: _productTypesWine["default"],
|
|
294
|
-
isHiddenInMainList: true,
|
|
295
|
-
synonymDescription:
|
|
296
|
-
/*i18n*/
|
|
297
|
-
{
|
|
298
|
-
id: 'validValues.ingredient.potassiumSorbate.synonymDescription',
|
|
299
|
-
message: "You can use 'potassium sorbate' instead."
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
}),
|
|
303
|
-
ascorbicAcid_eCode: ingredient({
|
|
304
|
-
key: 'ascorbicAcid_eCode',
|
|
305
|
-
label: 'E 300',
|
|
306
|
-
metadata: {
|
|
307
|
-
tags: ['ANTIOXIDANT'],
|
|
308
|
-
productType: _productTypesWine["default"],
|
|
309
|
-
isHiddenInMainList: true,
|
|
310
|
-
synonymDescription:
|
|
311
|
-
/*i18n*/
|
|
312
|
-
{
|
|
313
|
-
id: 'validValues.ingredient.ascorbicAcid.synonymDescription',
|
|
314
|
-
message: "You can use 'L ascorbic acid' instead."
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}),
|
|
318
|
-
dimethyldicarbonate_eCode: ingredient({
|
|
319
|
-
key: 'dimethyldicarbonate_eCode',
|
|
320
|
-
label: 'E 242',
|
|
321
|
-
metadata: {
|
|
322
|
-
tags: ['PRESERVATIVE'],
|
|
323
|
-
productType: _productTypesWine["default"],
|
|
324
|
-
isHiddenInMainList: true,
|
|
325
|
-
synonymDescription:
|
|
326
|
-
/*i18n*/
|
|
327
|
-
{
|
|
328
|
-
id: 'validValues.ingredient.dimethyldicarbonate.synonymDescription',
|
|
329
|
-
message: "You can use 'dimethyldicarbonate' instead."
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
}),
|
|
333
|
-
citricAcid_eCode: ingredient({
|
|
334
|
-
key: 'citricAcid_eCode',
|
|
335
|
-
label: 'E 330',
|
|
336
|
-
metadata: {
|
|
337
|
-
tags: ['STABILISER'],
|
|
338
|
-
productType: _productTypesWine["default"],
|
|
339
|
-
isHiddenInMainList: true,
|
|
340
|
-
synonymDescription:
|
|
341
|
-
/*i18n*/
|
|
342
|
-
{
|
|
343
|
-
id: 'validValues.ingredient.citricAcid.synonymDescription',
|
|
344
|
-
message: "You can use 'citric acid' instead."
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}),
|
|
348
|
-
metatartaricAcid_eCode: ingredient({
|
|
349
|
-
key: 'metatartaricAcid_eCode',
|
|
350
|
-
label: 'E 353',
|
|
351
|
-
metadata: {
|
|
352
|
-
tags: ['STABILISER'],
|
|
353
|
-
productType: _productTypesWine["default"],
|
|
354
|
-
isHiddenInMainList: true,
|
|
355
|
-
synonymDescription:
|
|
356
|
-
/*i18n*/
|
|
357
|
-
{
|
|
358
|
-
id: 'validValues.ingredient.metatartaricAcid.synonymDescription',
|
|
359
|
-
message: "You can use 'metatartaric acid' instead."
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
}),
|
|
363
|
-
gumArabic_eCode: ingredient({
|
|
364
|
-
key: 'gumArabic_eCode',
|
|
365
|
-
label: 'E 414',
|
|
366
|
-
metadata: {
|
|
367
|
-
tags: ['STABILISER'],
|
|
368
|
-
productType: _productTypesWine["default"],
|
|
369
|
-
isHiddenInMainList: true,
|
|
370
|
-
synonymDescription:
|
|
371
|
-
/*i18n*/
|
|
372
|
-
{
|
|
373
|
-
id: 'validValues.ingredient.gumArabic.synonymDescription',
|
|
374
|
-
message: "You can use 'gum arabic' instead."
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}),
|
|
378
|
-
carboxymethylcellulose_eCode: ingredient({
|
|
379
|
-
key: 'carboxymethylcellulose_eCode',
|
|
380
|
-
label: 'E 466',
|
|
381
|
-
metadata: {
|
|
382
|
-
tags: ['STABILISER'],
|
|
383
|
-
productType: _productTypesWine["default"],
|
|
384
|
-
isHiddenInMainList: true,
|
|
385
|
-
synonymDescription:
|
|
386
|
-
/*i18n*/
|
|
387
|
-
{
|
|
388
|
-
id: 'validValues.ingredient.carboxymethylcellulose.synonymDescription',
|
|
389
|
-
message: "You can use 'carboxymethylcellulose' instead."
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
}),
|
|
393
|
-
potassiumPolyaspartate_eCode: ingredient({
|
|
394
|
-
key: 'potassiumPolyaspartate_eCode',
|
|
395
|
-
label: 'E 456',
|
|
396
|
-
metadata: {
|
|
397
|
-
tags: ['STABILISER'],
|
|
398
|
-
productType: _productTypesWine["default"],
|
|
399
|
-
isHiddenInMainList: true,
|
|
400
|
-
synonymDescription:
|
|
401
|
-
/*i18n*/
|
|
402
|
-
{
|
|
403
|
-
id: 'validValues.ingredient.potassiumPolyaspartate.synonymDescription',
|
|
404
|
-
message: "You can use 'potassium polyaspartate' instead."
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
}),
|
|
408
|
-
carbonDioxide_eCode: ingredient({
|
|
409
|
-
key: 'carbonDioxide_eCode',
|
|
410
|
-
label: 'E 290',
|
|
411
|
-
metadata: {
|
|
412
|
-
tags: ['RAW_MATERIAL'],
|
|
413
|
-
productType: _productTypesWine["default"],
|
|
414
|
-
isHiddenInMainList: true,
|
|
415
|
-
synonymDescription:
|
|
416
|
-
/*i18n*/
|
|
417
|
-
{
|
|
418
|
-
id: 'validValues.ingredient.carbonDioxide.synonymDescription',
|
|
419
|
-
message: "You can use 'carbon dioxide' instead."
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
}),
|
|
423
|
-
caramel_eCode: ingredient({
|
|
424
|
-
key: 'caramel_eCode',
|
|
425
|
-
label: 'E 150',
|
|
426
|
-
metadata: {
|
|
427
|
-
tags: ['OTHER_INGREDIENT'],
|
|
428
|
-
productType: _productTypesWine["default"],
|
|
429
|
-
isHiddenInMainList: true,
|
|
430
|
-
synonymDescription:
|
|
431
|
-
/*i18n*/
|
|
432
|
-
{
|
|
433
|
-
id: 'validValues.ingredient.caramel.synonymDescription',
|
|
434
|
-
message: "You can use 'caramel' instead."
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
})
|
|
438
|
-
};
|
|
439
|
-
var _default = synonymIngredient;
|
|
440
|
-
exports["default"] = _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PackagingMaterialTag.d.ts","sourceRoot":"","sources":["../../../src/validValues/types/PackagingMaterialTag.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB,GAAG,WAAW,CAAC"}
|