@bottlebooks/valid-values 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (375) hide show
  1. package/.babelrc +9 -0
  2. package/.eslintrc +11 -0
  3. package/CHANGELOG.md +53 -0
  4. package/dist/index.d.ts +5 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +37 -0
  7. package/dist/locales/locales.d.ts +68 -0
  8. package/dist/locales/locales.d.ts.map +1 -0
  9. package/dist/locales/locales.js +135 -0
  10. package/dist/locales/po/bg.d.js +5 -0
  11. package/dist/locales/po/bg.d.ts +2462 -0
  12. package/dist/locales/po/bg.d.ts.map +1 -0
  13. package/dist/locales/po/bg.js +2470 -0
  14. package/dist/locales/po/de.d.js +5 -0
  15. package/dist/locales/po/de.d.ts +2462 -0
  16. package/dist/locales/po/de.d.ts.map +1 -0
  17. package/dist/locales/po/de.js +2470 -0
  18. package/dist/locales/po/ee.d.js +5 -0
  19. package/dist/locales/po/ee.d.ts +2462 -0
  20. package/dist/locales/po/ee.d.ts.map +1 -0
  21. package/dist/locales/po/ee.js +2470 -0
  22. package/dist/locales/po/en.d.js +5 -0
  23. package/dist/locales/po/en.d.ts +2462 -0
  24. package/dist/locales/po/en.d.ts.map +1 -0
  25. package/dist/locales/po/en.js +2470 -0
  26. package/dist/locales/po/es.d.js +5 -0
  27. package/dist/locales/po/es.d.ts +2462 -0
  28. package/dist/locales/po/es.d.ts.map +1 -0
  29. package/dist/locales/po/es.js +2470 -0
  30. package/dist/locales/po/fi.d.js +5 -0
  31. package/dist/locales/po/fi.d.ts +2462 -0
  32. package/dist/locales/po/fi.d.ts.map +1 -0
  33. package/dist/locales/po/fi.js +2470 -0
  34. package/dist/locales/po/fr.d.js +5 -0
  35. package/dist/locales/po/fr.d.ts +2462 -0
  36. package/dist/locales/po/fr.d.ts.map +1 -0
  37. package/dist/locales/po/fr.js +2470 -0
  38. package/dist/locales/po/hr.d.js +5 -0
  39. package/dist/locales/po/hr.d.ts +2462 -0
  40. package/dist/locales/po/hr.d.ts.map +1 -0
  41. package/dist/locales/po/hr.js +2470 -0
  42. package/dist/locales/po/hu.d.js +5 -0
  43. package/dist/locales/po/hu.d.ts +2462 -0
  44. package/dist/locales/po/hu.d.ts.map +1 -0
  45. package/dist/locales/po/hu.js +2470 -0
  46. package/dist/locales/po/it.d.js +5 -0
  47. package/dist/locales/po/it.d.ts +2462 -0
  48. package/dist/locales/po/it.d.ts.map +1 -0
  49. package/dist/locales/po/it.js +2470 -0
  50. package/dist/locales/po/lt.d.js +5 -0
  51. package/dist/locales/po/lt.d.ts +2462 -0
  52. package/dist/locales/po/lt.d.ts.map +1 -0
  53. package/dist/locales/po/lt.js +2470 -0
  54. package/dist/locales/po/lv.d.js +5 -0
  55. package/dist/locales/po/lv.d.ts +2462 -0
  56. package/dist/locales/po/lv.d.ts.map +1 -0
  57. package/dist/locales/po/lv.js +2470 -0
  58. package/dist/locales/po/mt.d.js +5 -0
  59. package/dist/locales/po/mt.d.ts +2462 -0
  60. package/dist/locales/po/mt.d.ts.map +1 -0
  61. package/dist/locales/po/mt.js +2470 -0
  62. package/dist/locales/po/nl.d.js +5 -0
  63. package/dist/locales/po/nl.d.ts +2462 -0
  64. package/dist/locales/po/nl.d.ts.map +1 -0
  65. package/dist/locales/po/nl.js +2470 -0
  66. package/dist/locales/po/pl.d.js +5 -0
  67. package/dist/locales/po/pl.d.ts +2462 -0
  68. package/dist/locales/po/pl.d.ts.map +1 -0
  69. package/dist/locales/po/pl.js +2470 -0
  70. package/dist/locales/po/pt.d.js +5 -0
  71. package/dist/locales/po/pt.d.ts +2462 -0
  72. package/dist/locales/po/pt.d.ts.map +1 -0
  73. package/dist/locales/po/pt.js +2470 -0
  74. package/dist/locales/po/ro.d.js +5 -0
  75. package/dist/locales/po/ro.d.ts +2462 -0
  76. package/dist/locales/po/ro.d.ts.map +1 -0
  77. package/dist/locales/po/ro.js +2470 -0
  78. package/dist/locales/po/se.d.js +5 -0
  79. package/dist/locales/po/se.d.ts +2462 -0
  80. package/dist/locales/po/se.d.ts.map +1 -0
  81. package/dist/locales/po/se.js +2470 -0
  82. package/dist/locales/po/si.d.js +5 -0
  83. package/dist/locales/po/si.d.ts +2462 -0
  84. package/dist/locales/po/si.d.ts.map +1 -0
  85. package/dist/locales/po/si.js +2470 -0
  86. package/dist/locales/po/sk.d.js +5 -0
  87. package/dist/locales/po/sk.d.ts +2462 -0
  88. package/dist/locales/po/sk.d.ts.map +1 -0
  89. package/dist/locales/po/sk.js +2470 -0
  90. package/dist/main.d.ts +2 -0
  91. package/dist/main.d.ts.map +1 -0
  92. package/dist/main.js +52 -0
  93. package/dist/validValues/award.d.ts +21 -0
  94. package/dist/validValues/award.d.ts.map +1 -0
  95. package/dist/validValues/award.js +1269 -0
  96. package/dist/validValues/awardMedal.d.ts +21 -0
  97. package/dist/validValues/awardMedal.d.ts.map +1 -0
  98. package/dist/validValues/awardMedal.js +2297 -0
  99. package/dist/validValues/beerStyle.d.ts +23 -0
  100. package/dist/validValues/beerStyle.d.ts.map +1 -0
  101. package/dist/validValues/beerStyle.js +947 -0
  102. package/dist/validValues/certification.d.ts +21 -0
  103. package/dist/validValues/certification.d.ts.map +1 -0
  104. package/dist/validValues/certification.js +285 -0
  105. package/dist/validValues/country.d.ts +21 -0
  106. package/dist/validValues/country.d.ts.map +1 -0
  107. package/dist/validValues/country.js +1634 -0
  108. package/dist/validValues/designation.d.ts +748 -0
  109. package/dist/validValues/designation.d.ts.map +1 -0
  110. package/dist/validValues/designation.js +165 -0
  111. package/dist/validValues/ingredient.d.ts +36 -0
  112. package/dist/validValues/ingredient.d.ts.map +1 -0
  113. package/dist/validValues/ingredient.js +719 -0
  114. package/dist/validValues/json/awards.d.ts +2 -0
  115. package/dist/validValues/json/awards.d.ts.map +1 -0
  116. package/dist/validValues/json/awardsMedals.d.ts +2 -0
  117. package/dist/validValues/json/awardsMedals.d.ts.map +1 -0
  118. package/dist/validValues/json/beerStyle.d.ts +2 -0
  119. package/dist/validValues/json/beerStyle.d.ts.map +1 -0
  120. package/dist/validValues/json/country.d.ts +2 -0
  121. package/dist/validValues/json/country.d.ts.map +1 -0
  122. package/dist/validValues/json/designation.d.ts +2 -0
  123. package/dist/validValues/json/designation.d.ts.map +1 -0
  124. package/dist/validValues/json/eLabelCertification.d.ts +2 -0
  125. package/dist/validValues/json/eLabelCertification.d.ts.map +1 -0
  126. package/dist/validValues/json/ingredient.d.ts +2 -0
  127. package/dist/validValues/json/ingredient.d.ts.map +1 -0
  128. package/dist/validValues/json/packagingCertification.d.ts +2 -0
  129. package/dist/validValues/json/packagingCertification.d.ts.map +1 -0
  130. package/dist/validValues/json/packagingCertifications.d.ts +2 -0
  131. package/dist/validValues/json/packagingCertifications.d.ts.map +1 -0
  132. package/dist/validValues/json/productType.d.ts +2 -0
  133. package/dist/validValues/json/productType.d.ts.map +1 -0
  134. package/dist/validValues/json/productionMethod.d.ts +2 -0
  135. package/dist/validValues/json/productionMethod.d.ts.map +1 -0
  136. package/dist/validValues/json/region.d.ts +2 -0
  137. package/dist/validValues/json/region.d.ts.map +1 -0
  138. package/dist/validValues/json/responsibleConsumptionLogo.d.ts +2 -0
  139. package/dist/validValues/json/responsibleConsumptionLogo.d.ts.map +1 -0
  140. package/dist/validValues/json/responsibleConsumptionLogos.d.ts +2 -0
  141. package/dist/validValues/json/responsibleConsumptionLogos.d.ts.map +1 -0
  142. package/dist/validValues/json/subregion.d.ts +2 -0
  143. package/dist/validValues/json/subregion.d.ts.map +1 -0
  144. package/dist/validValues/json/varietyName.d.ts +2 -0
  145. package/dist/validValues/json/varietyName.d.ts.map +1 -0
  146. package/dist/validValues/json/wineColor.d.ts +2 -0
  147. package/dist/validValues/json/wineColor.d.ts.map +1 -0
  148. package/dist/validValues/json/wineType.d.ts +2 -0
  149. package/dist/validValues/json/wineType.d.ts.map +1 -0
  150. package/dist/validValues/packagingCertification.d.ts +36 -0
  151. package/dist/validValues/packagingCertification.d.ts.map +1 -0
  152. package/dist/validValues/packagingCertification.js +55 -0
  153. package/dist/validValues/productType.d.ts +21 -0
  154. package/dist/validValues/productType.d.ts.map +1 -0
  155. package/dist/validValues/productType.js +407 -0
  156. package/dist/validValues/productionMethod.d.ts +23 -0
  157. package/dist/validValues/productionMethod.d.ts.map +1 -0
  158. package/dist/validValues/productionMethod.js +137 -0
  159. package/dist/validValues/region.d.ts +21 -0
  160. package/dist/validValues/region.d.ts.map +1 -0
  161. package/dist/validValues/region.js +5264 -0
  162. package/dist/validValues/responsibleConsumptionLogo.d.ts +21 -0
  163. package/dist/validValues/responsibleConsumptionLogo.d.ts.map +1 -0
  164. package/dist/validValues/responsibleConsumptionLogo.js +69 -0
  165. package/dist/validValues/subregion.d.ts +21 -0
  166. package/dist/validValues/subregion.d.ts.map +1 -0
  167. package/dist/validValues/subregion.js +13867 -0
  168. package/dist/validValues/types/Award.d.ts +35 -0
  169. package/dist/validValues/types/Award.d.ts.map +1 -0
  170. package/dist/validValues/types/Award.js +5 -0
  171. package/dist/validValues/types/Certification.d.ts +17 -0
  172. package/dist/validValues/types/Certification.d.ts.map +1 -0
  173. package/dist/validValues/types/Certification.js +5 -0
  174. package/dist/validValues/types/CertificationTag.d.ts +2 -0
  175. package/dist/validValues/types/CertificationTag.d.ts.map +1 -0
  176. package/dist/validValues/types/CertificationTag.js +5 -0
  177. package/dist/validValues/types/Country.d.ts +35 -0
  178. package/dist/validValues/types/Country.d.ts.map +1 -0
  179. package/dist/validValues/types/Country.js +5 -0
  180. package/dist/validValues/types/Ingredient.d.ts +21 -0
  181. package/dist/validValues/types/Ingredient.d.ts.map +1 -0
  182. package/dist/validValues/types/Ingredient.js +5 -0
  183. package/dist/validValues/types/IngredientTag.d.ts +2 -0
  184. package/dist/validValues/types/IngredientTag.d.ts.map +1 -0
  185. package/dist/validValues/types/IngredientTag.js +5 -0
  186. package/dist/validValues/types/LocalizedValidValue.d.ts +12 -0
  187. package/dist/validValues/types/LocalizedValidValue.d.ts.map +1 -0
  188. package/dist/validValues/types/LocalizedValidValue.js +5 -0
  189. package/dist/validValues/types/ProductType.d.ts +6 -0
  190. package/dist/validValues/types/ProductType.d.ts.map +1 -0
  191. package/dist/validValues/types/ProductType.js +5 -0
  192. package/dist/validValues/types/ProductTypeKey.d.ts +2 -0
  193. package/dist/validValues/types/ProductTypeKey.d.ts.map +1 -0
  194. package/dist/validValues/types/ProductTypeKey.js +5 -0
  195. package/dist/validValues/types/Region.d.ts +35 -0
  196. package/dist/validValues/types/Region.d.ts.map +1 -0
  197. package/dist/validValues/types/Region.js +5 -0
  198. package/dist/validValues/types/ResponsibleConsumptionLogo.d.ts +15 -0
  199. package/dist/validValues/types/ResponsibleConsumptionLogo.d.ts.map +1 -0
  200. package/dist/validValues/types/ResponsibleConsumptionLogo.js +5 -0
  201. package/dist/validValues/types/ValidValueDefinition.d.ts +34 -0
  202. package/dist/validValues/types/ValidValueDefinition.d.ts.map +1 -0
  203. package/dist/validValues/types/ValidValueDefinition.js +5 -0
  204. package/dist/validValues/types/ValidValueLocale.d.ts +3 -0
  205. package/dist/validValues/types/ValidValueLocale.d.ts.map +1 -0
  206. package/dist/validValues/types/ValidValueLocale.js +5 -0
  207. package/dist/validValues/utils/createValidValues.d.ts +29 -0
  208. package/dist/validValues/utils/createValidValues.d.ts.map +1 -0
  209. package/dist/validValues/utils/createValidValues.js +101 -0
  210. package/dist/validValues/varietyName.d.ts +23 -0
  211. package/dist/validValues/varietyName.d.ts.map +1 -0
  212. package/dist/validValues/varietyName.js +9800 -0
  213. package/dist/validValues/wineColor.d.ts +23 -0
  214. package/dist/validValues/wineColor.d.ts.map +1 -0
  215. package/dist/validValues/wineColor.js +57 -0
  216. package/dist/validValues/wineType.d.ts +23 -0
  217. package/dist/validValues/wineType.d.ts.map +1 -0
  218. package/dist/validValues/wineType.js +57 -0
  219. package/dist/validValues.d.ts +17 -0
  220. package/dist/validValues.d.ts.map +1 -0
  221. package/dist/validValues.js +135 -0
  222. package/dist/vite-env.d.js +2 -0
  223. package/index.html +12 -0
  224. package/lingui.config.ts +39 -0
  225. package/package.json +36 -0
  226. package/src/index.ts +10 -0
  227. package/src/locales/json/bg.json +51 -0
  228. package/src/locales/json/cz.json +51 -0
  229. package/src/locales/json/de.json +51 -0
  230. package/src/locales/json/dk.json +51 -0
  231. package/src/locales/json/ee.json +51 -0
  232. package/src/locales/json/en.json +41 -0
  233. package/src/locales/json/es.json +51 -0
  234. package/src/locales/json/fi.json +51 -0
  235. package/src/locales/json/fr.json +51 -0
  236. package/src/locales/json/gr.json +51 -0
  237. package/src/locales/json/hr.json +51 -0
  238. package/src/locales/json/hu.json +51 -0
  239. package/src/locales/json/ie.json +51 -0
  240. package/src/locales/json/it.json +51 -0
  241. package/src/locales/json/json.json +50 -0
  242. package/src/locales/json/lt.json +51 -0
  243. package/src/locales/json/lv.json +51 -0
  244. package/src/locales/json/mt.json +51 -0
  245. package/src/locales/json/nl.json +51 -0
  246. package/src/locales/json/pl.json +51 -0
  247. package/src/locales/json/props.json +3 -0
  248. package/src/locales/json/pt.json +51 -0
  249. package/src/locales/json/ro.json +51 -0
  250. package/src/locales/json/se.json +50 -0
  251. package/src/locales/json/si.json +51 -0
  252. package/src/locales/json/sk.json +3 -0
  253. package/src/locales/locales.ts +91 -0
  254. package/src/locales/po/bg.d.ts +4 -0
  255. package/src/locales/po/bg.po +9848 -0
  256. package/src/locales/po/bg.ts +1 -0
  257. package/src/locales/po/cz.po +156 -0
  258. package/src/locales/po/de.d.ts +4 -0
  259. package/src/locales/po/de.po +9848 -0
  260. package/src/locales/po/de.ts +1 -0
  261. package/src/locales/po/dk.po +156 -0
  262. package/src/locales/po/ee.d.ts +4 -0
  263. package/src/locales/po/ee.po +9848 -0
  264. package/src/locales/po/ee.ts +1 -0
  265. package/src/locales/po/en.d.ts +4 -0
  266. package/src/locales/po/en.po +9850 -0
  267. package/src/locales/po/en.ts +1 -0
  268. package/src/locales/po/es.d.ts +4 -0
  269. package/src/locales/po/es.po +9848 -0
  270. package/src/locales/po/es.ts +1 -0
  271. package/src/locales/po/fi.d.ts +4 -0
  272. package/src/locales/po/fi.po +9848 -0
  273. package/src/locales/po/fi.ts +1 -0
  274. package/src/locales/po/fr.d.ts +4 -0
  275. package/src/locales/po/fr.po +9848 -0
  276. package/src/locales/po/fr.ts +1 -0
  277. package/src/locales/po/gr.po +156 -0
  278. package/src/locales/po/hr.d.ts +4 -0
  279. package/src/locales/po/hr.po +9848 -0
  280. package/src/locales/po/hr.ts +1 -0
  281. package/src/locales/po/hu.d.ts +4 -0
  282. package/src/locales/po/hu.po +9848 -0
  283. package/src/locales/po/hu.ts +1 -0
  284. package/src/locales/po/ie.po +156 -0
  285. package/src/locales/po/it.d.ts +4 -0
  286. package/src/locales/po/it.po +9848 -0
  287. package/src/locales/po/it.ts +1 -0
  288. package/src/locales/po/lt.d.ts +4 -0
  289. package/src/locales/po/lt.po +9848 -0
  290. package/src/locales/po/lt.ts +1 -0
  291. package/src/locales/po/lv.d.ts +4 -0
  292. package/src/locales/po/lv.po +9848 -0
  293. package/src/locales/po/lv.ts +1 -0
  294. package/src/locales/po/mt.d.ts +4 -0
  295. package/src/locales/po/mt.po +9848 -0
  296. package/src/locales/po/mt.ts +1 -0
  297. package/src/locales/po/nl.d.ts +4 -0
  298. package/src/locales/po/nl.po +9848 -0
  299. package/src/locales/po/nl.ts +1 -0
  300. package/src/locales/po/pl.d.ts +4 -0
  301. package/src/locales/po/pl.po +9848 -0
  302. package/src/locales/po/pl.ts +1 -0
  303. package/src/locales/po/pt.d.ts +4 -0
  304. package/src/locales/po/pt.po +9848 -0
  305. package/src/locales/po/pt.ts +1 -0
  306. package/src/locales/po/ro.d.ts +4 -0
  307. package/src/locales/po/ro.po +9848 -0
  308. package/src/locales/po/ro.ts +1 -0
  309. package/src/locales/po/se.d.ts +4 -0
  310. package/src/locales/po/se.po +9848 -0
  311. package/src/locales/po/se.ts +1 -0
  312. package/src/locales/po/si.d.ts +4 -0
  313. package/src/locales/po/si.po +9848 -0
  314. package/src/locales/po/si.ts +1 -0
  315. package/src/locales/po/sk.d.ts +4 -0
  316. package/src/locales/po/sk.po +9848 -0
  317. package/src/locales/po/sk.ts +1 -0
  318. package/src/main.ts +44 -0
  319. package/src/scripts/README.md +6 -0
  320. package/src/scripts/transformArchitectureVV.js +143 -0
  321. package/src/scripts/transformServerVV.js +70 -0
  322. package/src/scripts/writeFields.not.test.js +60 -0
  323. package/src/style.css +96 -0
  324. package/src/validValues/award.ts +2490 -0
  325. package/src/validValues/awardMedal.ts +1830 -0
  326. package/src/validValues/beerStyle.ts +750 -0
  327. package/src/validValues/certification.ts +275 -0
  328. package/src/validValues/country.ts +1844 -0
  329. package/src/validValues/designation.ts +198 -0
  330. package/src/validValues/ingredient.ts +932 -0
  331. package/src/validValues/json/awards.js +3194 -0
  332. package/src/validValues/json/awardsMedals.js +1828 -0
  333. package/src/validValues/json/beerStyle.js +748 -0
  334. package/src/validValues/json/country.js +2039 -0
  335. package/src/validValues/json/designation.js +114 -0
  336. package/src/validValues/json/eLabelCertification.js +328 -0
  337. package/src/validValues/json/ingredient.js +913 -0
  338. package/src/validValues/json/packagingCertification.js +52 -0
  339. package/src/validValues/json/packagingCertifications.js +64 -0
  340. package/src/validValues/json/productType.js +315 -0
  341. package/src/validValues/json/productionMethod.js +100 -0
  342. package/src/validValues/json/region.js +5801 -0
  343. package/src/validValues/json/responsibleConsumptionLogo.js +48 -0
  344. package/src/validValues/json/responsibleConsumptionLogos.js +48 -0
  345. package/src/validValues/json/subregion.js +11084 -0
  346. package/src/validValues/json/varietyName.js +9789 -0
  347. package/src/validValues/json/wineColor.js +36 -0
  348. package/src/validValues/json/wineType.js +36 -0
  349. package/src/validValues/packagingCertification.ts +65 -0
  350. package/src/validValues/productType.ts +318 -0
  351. package/src/validValues/productionMethod.ts +102 -0
  352. package/src/validValues/region.ts +5803 -0
  353. package/src/validValues/responsibleConsumptionLogo.ts +50 -0
  354. package/src/validValues/subregion.ts +11085 -0
  355. package/src/validValues/types/Award.ts +39 -0
  356. package/src/validValues/types/Certification.ts +18 -0
  357. package/src/validValues/types/CertificationTag.ts +1 -0
  358. package/src/validValues/types/Country.ts +39 -0
  359. package/src/validValues/types/Ingredient.ts +22 -0
  360. package/src/validValues/types/IngredientTag.ts +19 -0
  361. package/src/validValues/types/LocalizedValidValue.ts +17 -0
  362. package/src/validValues/types/ProductType.ts +7 -0
  363. package/src/validValues/types/ProductTypeKey.ts +40 -0
  364. package/src/validValues/types/Region.ts +39 -0
  365. package/src/validValues/types/ResponsibleConsumptionLogo.ts +17 -0
  366. package/src/validValues/types/ValidValueDefinition.ts +38 -0
  367. package/src/validValues/types/ValidValueLocale.ts +4 -0
  368. package/src/validValues/utils/createValidValues.ts +74 -0
  369. package/src/validValues/varietyName.ts +9791 -0
  370. package/src/validValues/wineColor.ts +38 -0
  371. package/src/validValues/wineType.ts +38 -0
  372. package/src/validValues.ts +18 -0
  373. package/src/vite-env.d.ts +1 -0
  374. package/tsconfig.json +28 -0
  375. package/vite.config.js +41 -0
@@ -0,0 +1,748 @@
1
+ import type { MessageDescriptor } from '@lingui/core';
2
+ import type { ProductType as ProductTypeKey } from './types/ProductTypeKey.js';
3
+ interface ValidValueDefinition {
4
+ /**
5
+ * The translatable title of the valid value.
6
+ *
7
+ * Define it using `defineMessage()` from @lingui/macro.
8
+ */
9
+ title: MessageDescriptor;
10
+ /**
11
+ * Fields that will never be stored in the database,
12
+ * because they are not relevant to the frontend rendering.
13
+ * They are only used for the form, like grouping values for easier entry.
14
+ */
15
+ form?: {
16
+ /**
17
+ * A helpful description shown only when using the form.
18
+ */
19
+ description?: MessageDescriptor;
20
+ };
21
+ /**
22
+ * Fields that are stored in the database together with each lookup value,
23
+ * because they affect the frontend rendering.
24
+ * They are also included in the hash values to detect breaking changes.
25
+ *
26
+ * We should try to avoid them if possible because if false positives:
27
+ * Any change in one of those fields would lead to
28
+ * eLabels that are marked as incompatible,
29
+ * although there might be no user-visible changes.
30
+ */
31
+ frontend?: {};
32
+ }
33
+ interface DesignationInput extends ValidValueDefinition {
34
+ }
35
+ declare const allDesignations: readonly [{
36
+ key: "brut";
37
+ /**
38
+ * The translatable title of the valid value.
39
+ *
40
+ * Define it using `defineMessage()` from @lingui/macro.
41
+ */
42
+ title: MessageDescriptor;
43
+ /**
44
+ * Fields that will never be stored in the database,
45
+ * because they are not relevant to the frontend rendering.
46
+ * They are only used for the form, like grouping values for easier entry.
47
+ */
48
+ form?: {
49
+ /**
50
+ * A helpful description shown only when using the form.
51
+ */
52
+ description?: MessageDescriptor | undefined;
53
+ } | undefined;
54
+ /**
55
+ * Fields that are stored in the database together with each lookup value,
56
+ * because they affect the frontend rendering.
57
+ * They are also included in the hash values to detect breaking changes.
58
+ *
59
+ * We should try to avoid them if possible because if false positives:
60
+ * Any change in one of those fields would lead to
61
+ * eLabels that are marked as incompatible,
62
+ * although there might be no user-visible changes.
63
+ */
64
+ frontend?: {} | undefined;
65
+ }, {
66
+ key: "brut_nature";
67
+ /**
68
+ * The translatable title of the valid value.
69
+ *
70
+ * Define it using `defineMessage()` from @lingui/macro.
71
+ */
72
+ title: MessageDescriptor;
73
+ /**
74
+ * Fields that will never be stored in the database,
75
+ * because they are not relevant to the frontend rendering.
76
+ * They are only used for the form, like grouping values for easier entry.
77
+ */
78
+ form?: {
79
+ /**
80
+ * A helpful description shown only when using the form.
81
+ */
82
+ description?: MessageDescriptor | undefined;
83
+ } | undefined;
84
+ /**
85
+ * Fields that are stored in the database together with each lookup value,
86
+ * because they affect the frontend rendering.
87
+ * They are also included in the hash values to detect breaking changes.
88
+ *
89
+ * We should try to avoid them if possible because if false positives:
90
+ * Any change in one of those fields would lead to
91
+ * eLabels that are marked as incompatible,
92
+ * although there might be no user-visible changes.
93
+ */
94
+ frontend?: {} | undefined;
95
+ }, {
96
+ key: "demi-sec";
97
+ /**
98
+ * The translatable title of the valid value.
99
+ *
100
+ * Define it using `defineMessage()` from @lingui/macro.
101
+ */
102
+ title: MessageDescriptor;
103
+ /**
104
+ * Fields that will never be stored in the database,
105
+ * because they are not relevant to the frontend rendering.
106
+ * They are only used for the form, like grouping values for easier entry.
107
+ */
108
+ form?: {
109
+ /**
110
+ * A helpful description shown only when using the form.
111
+ */
112
+ description?: MessageDescriptor | undefined;
113
+ } | undefined;
114
+ /**
115
+ * Fields that are stored in the database together with each lookup value,
116
+ * because they affect the frontend rendering.
117
+ * They are also included in the hash values to detect breaking changes.
118
+ *
119
+ * We should try to avoid them if possible because if false positives:
120
+ * Any change in one of those fields would lead to
121
+ * eLabels that are marked as incompatible,
122
+ * although there might be no user-visible changes.
123
+ */
124
+ frontend?: {} | undefined;
125
+ }, {
126
+ key: "dry";
127
+ /**
128
+ * The translatable title of the valid value.
129
+ *
130
+ * Define it using `defineMessage()` from @lingui/macro.
131
+ */
132
+ title: MessageDescriptor;
133
+ /**
134
+ * Fields that will never be stored in the database,
135
+ * because they are not relevant to the frontend rendering.
136
+ * They are only used for the form, like grouping values for easier entry.
137
+ */
138
+ form?: {
139
+ /**
140
+ * A helpful description shown only when using the form.
141
+ */
142
+ description?: MessageDescriptor | undefined;
143
+ } | undefined;
144
+ /**
145
+ * Fields that are stored in the database together with each lookup value,
146
+ * because they affect the frontend rendering.
147
+ * They are also included in the hash values to detect breaking changes.
148
+ *
149
+ * We should try to avoid them if possible because if false positives:
150
+ * Any change in one of those fields would lead to
151
+ * eLabels that are marked as incompatible,
152
+ * although there might be no user-visible changes.
153
+ */
154
+ frontend?: {} | undefined;
155
+ }, {
156
+ key: "extra_brut";
157
+ /**
158
+ * The translatable title of the valid value.
159
+ *
160
+ * Define it using `defineMessage()` from @lingui/macro.
161
+ */
162
+ title: MessageDescriptor;
163
+ /**
164
+ * Fields that will never be stored in the database,
165
+ * because they are not relevant to the frontend rendering.
166
+ * They are only used for the form, like grouping values for easier entry.
167
+ */
168
+ form?: {
169
+ /**
170
+ * A helpful description shown only when using the form.
171
+ */
172
+ description?: MessageDescriptor | undefined;
173
+ } | undefined;
174
+ /**
175
+ * Fields that are stored in the database together with each lookup value,
176
+ * because they affect the frontend rendering.
177
+ * They are also included in the hash values to detect breaking changes.
178
+ *
179
+ * We should try to avoid them if possible because if false positives:
180
+ * Any change in one of those fields would lead to
181
+ * eLabels that are marked as incompatible,
182
+ * although there might be no user-visible changes.
183
+ */
184
+ frontend?: {} | undefined;
185
+ }, {
186
+ key: "extra_dry";
187
+ /**
188
+ * The translatable title of the valid value.
189
+ *
190
+ * Define it using `defineMessage()` from @lingui/macro.
191
+ */
192
+ title: MessageDescriptor;
193
+ /**
194
+ * Fields that will never be stored in the database,
195
+ * because they are not relevant to the frontend rendering.
196
+ * They are only used for the form, like grouping values for easier entry.
197
+ */
198
+ form?: {
199
+ /**
200
+ * A helpful description shown only when using the form.
201
+ */
202
+ description?: MessageDescriptor | undefined;
203
+ } | undefined;
204
+ /**
205
+ * Fields that are stored in the database together with each lookup value,
206
+ * because they affect the frontend rendering.
207
+ * They are also included in the hash values to detect breaking changes.
208
+ *
209
+ * We should try to avoid them if possible because if false positives:
210
+ * Any change in one of those fields would lead to
211
+ * eLabels that are marked as incompatible,
212
+ * although there might be no user-visible changes.
213
+ */
214
+ frontend?: {} | undefined;
215
+ }, {
216
+ key: "feinherb";
217
+ /**
218
+ * The translatable title of the valid value.
219
+ *
220
+ * Define it using `defineMessage()` from @lingui/macro.
221
+ */
222
+ title: MessageDescriptor;
223
+ /**
224
+ * Fields that will never be stored in the database,
225
+ * because they are not relevant to the frontend rendering.
226
+ * They are only used for the form, like grouping values for easier entry.
227
+ */
228
+ form?: {
229
+ /**
230
+ * A helpful description shown only when using the form.
231
+ */
232
+ description?: MessageDescriptor | undefined;
233
+ } | undefined;
234
+ /**
235
+ * Fields that are stored in the database together with each lookup value,
236
+ * because they affect the frontend rendering.
237
+ * They are also included in the hash values to detect breaking changes.
238
+ *
239
+ * We should try to avoid them if possible because if false positives:
240
+ * Any change in one of those fields would lead to
241
+ * eLabels that are marked as incompatible,
242
+ * although there might be no user-visible changes.
243
+ */
244
+ frontend?: {} | undefined;
245
+ }, {
246
+ key: "lieblich";
247
+ /**
248
+ * The translatable title of the valid value.
249
+ *
250
+ * Define it using `defineMessage()` from @lingui/macro.
251
+ */
252
+ title: MessageDescriptor;
253
+ /**
254
+ * Fields that will never be stored in the database,
255
+ * because they are not relevant to the frontend rendering.
256
+ * They are only used for the form, like grouping values for easier entry.
257
+ */
258
+ form?: {
259
+ /**
260
+ * A helpful description shown only when using the form.
261
+ */
262
+ description?: MessageDescriptor | undefined;
263
+ } | undefined;
264
+ /**
265
+ * Fields that are stored in the database together with each lookup value,
266
+ * because they affect the frontend rendering.
267
+ * They are also included in the hash values to detect breaking changes.
268
+ *
269
+ * We should try to avoid them if possible because if false positives:
270
+ * Any change in one of those fields would lead to
271
+ * eLabels that are marked as incompatible,
272
+ * although there might be no user-visible changes.
273
+ */
274
+ frontend?: {} | undefined;
275
+ }, {
276
+ key: "semi";
277
+ /**
278
+ * The translatable title of the valid value.
279
+ *
280
+ * Define it using `defineMessage()` from @lingui/macro.
281
+ */
282
+ title: MessageDescriptor;
283
+ /**
284
+ * Fields that will never be stored in the database,
285
+ * because they are not relevant to the frontend rendering.
286
+ * They are only used for the form, like grouping values for easier entry.
287
+ */
288
+ form?: {
289
+ /**
290
+ * A helpful description shown only when using the form.
291
+ */
292
+ description?: MessageDescriptor | undefined;
293
+ } | undefined;
294
+ /**
295
+ * Fields that are stored in the database together with each lookup value,
296
+ * because they affect the frontend rendering.
297
+ * They are also included in the hash values to detect breaking changes.
298
+ *
299
+ * We should try to avoid them if possible because if false positives:
300
+ * Any change in one of those fields would lead to
301
+ * eLabels that are marked as incompatible,
302
+ * although there might be no user-visible changes.
303
+ */
304
+ frontend?: {} | undefined;
305
+ }, {
306
+ key: "sweet";
307
+ /**
308
+ * The translatable title of the valid value.
309
+ *
310
+ * Define it using `defineMessage()` from @lingui/macro.
311
+ */
312
+ title: MessageDescriptor;
313
+ /**
314
+ * Fields that will never be stored in the database,
315
+ * because they are not relevant to the frontend rendering.
316
+ * They are only used for the form, like grouping values for easier entry.
317
+ */
318
+ form?: {
319
+ /**
320
+ * A helpful description shown only when using the form.
321
+ */
322
+ description?: MessageDescriptor | undefined;
323
+ } | undefined;
324
+ /**
325
+ * Fields that are stored in the database together with each lookup value,
326
+ * because they affect the frontend rendering.
327
+ * They are also included in the hash values to detect breaking changes.
328
+ *
329
+ * We should try to avoid them if possible because if false positives:
330
+ * Any change in one of those fields would lead to
331
+ * eLabels that are marked as incompatible,
332
+ * although there might be no user-visible changes.
333
+ */
334
+ frontend?: {} | undefined;
335
+ }, {
336
+ key: "semi_sweet";
337
+ /**
338
+ * The translatable title of the valid value.
339
+ *
340
+ * Define it using `defineMessage()` from @lingui/macro.
341
+ */
342
+ title: MessageDescriptor;
343
+ /**
344
+ * Fields that will never be stored in the database,
345
+ * because they are not relevant to the frontend rendering.
346
+ * They are only used for the form, like grouping values for easier entry.
347
+ */
348
+ form?: {
349
+ /**
350
+ * A helpful description shown only when using the form.
351
+ */
352
+ description?: MessageDescriptor | undefined;
353
+ } | undefined;
354
+ /**
355
+ * Fields that are stored in the database together with each lookup value,
356
+ * because they affect the frontend rendering.
357
+ * They are also included in the hash values to detect breaking changes.
358
+ *
359
+ * We should try to avoid them if possible because if false positives:
360
+ * Any change in one of those fields would lead to
361
+ * eLabels that are marked as incompatible,
362
+ * although there might be no user-visible changes.
363
+ */
364
+ frontend?: {} | undefined;
365
+ }];
366
+ declare type DesignationKey = typeof allDesignations[number]['key'];
367
+ interface DesignationOutput extends DesignationInput {
368
+ key: DesignationKey;
369
+ }
370
+ declare const _default: {
371
+ byProductType: {
372
+ beer: {};
373
+ spirit_absinthe: {};
374
+ spirit_anise: {};
375
+ spirit_aquavit: {};
376
+ spirit_arak: {};
377
+ spirit_armagnac: {};
378
+ spirit_asianspirit: {};
379
+ spirit_bitter: {};
380
+ spirit_cachaca: {};
381
+ spirit_calvados: {};
382
+ spirit_cocktail: {};
383
+ spirit_cognac: {};
384
+ spirit_fruitspirit: {};
385
+ spirit_genever: {};
386
+ spirit_gin: {};
387
+ spirit_grainspirit: {};
388
+ spirit_grapebrandy: {};
389
+ spirit_grappa: {};
390
+ spirit_liqueur: {};
391
+ spirit_marc: {};
392
+ spirit_mezcal: {};
393
+ spirit_miscspririt: {};
394
+ spirit_ouzo: {};
395
+ spirit_pastis: {};
396
+ spirit_pisco: {};
397
+ spirit_raki: {};
398
+ spirit_rum: {};
399
+ spirit_sambuca: {};
400
+ spirit_shochu: {};
401
+ spirit_schnaps: {};
402
+ spirit_tequila: {};
403
+ spirit_vermouth: {};
404
+ spirit_vodka: {};
405
+ spirit_whisky: {};
406
+ spirit_whiskey: {};
407
+ wine_fortified: Record<"dry" | "semi" | "sweet", DesignationOutput>;
408
+ wine_pearlwine: Record<"dry" | "semi" | "sweet", DesignationOutput>;
409
+ wine_sparkling: Record<"brut" | "demi-sec" | "dry" | "brut_nature" | "extra_brut" | "extra_dry", DesignationOutput>;
410
+ wine_stillwine: Record<"dry" | "feinherb" | "lieblich" | "semi" | "sweet", DesignationOutput>;
411
+ wine_aromatized: Record<"dry" | "extra_dry" | "semi" | "sweet" | "semi_sweet", DesignationOutput>;
412
+ };
413
+ listByProductType: Record<ProductTypeKey, DesignationOutput[]>;
414
+ list: readonly [{
415
+ key: "brut";
416
+ /**
417
+ * The translatable title of the valid value.
418
+ *
419
+ * Define it using `defineMessage()` from @lingui/macro.
420
+ */
421
+ title: MessageDescriptor;
422
+ /**
423
+ * Fields that will never be stored in the database,
424
+ * because they are not relevant to the frontend rendering.
425
+ * They are only used for the form, like grouping values for easier entry.
426
+ */
427
+ form?: {
428
+ /**
429
+ * A helpful description shown only when using the form.
430
+ */
431
+ description?: MessageDescriptor | undefined;
432
+ } | undefined;
433
+ /**
434
+ * Fields that are stored in the database together with each lookup value,
435
+ * because they affect the frontend rendering.
436
+ * They are also included in the hash values to detect breaking changes.
437
+ *
438
+ * We should try to avoid them if possible because if false positives:
439
+ * Any change in one of those fields would lead to
440
+ * eLabels that are marked as incompatible,
441
+ * although there might be no user-visible changes.
442
+ */
443
+ frontend?: {} | undefined;
444
+ }, {
445
+ key: "brut_nature";
446
+ /**
447
+ * The translatable title of the valid value.
448
+ *
449
+ * Define it using `defineMessage()` from @lingui/macro.
450
+ */
451
+ title: MessageDescriptor;
452
+ /**
453
+ * Fields that will never be stored in the database,
454
+ * because they are not relevant to the frontend rendering.
455
+ * They are only used for the form, like grouping values for easier entry.
456
+ */
457
+ form?: {
458
+ /**
459
+ * A helpful description shown only when using the form.
460
+ */
461
+ description?: MessageDescriptor | undefined;
462
+ } | undefined;
463
+ /**
464
+ * Fields that are stored in the database together with each lookup value,
465
+ * because they affect the frontend rendering.
466
+ * They are also included in the hash values to detect breaking changes.
467
+ *
468
+ * We should try to avoid them if possible because if false positives:
469
+ * Any change in one of those fields would lead to
470
+ * eLabels that are marked as incompatible,
471
+ * although there might be no user-visible changes.
472
+ */
473
+ frontend?: {} | undefined;
474
+ }, {
475
+ key: "demi-sec";
476
+ /**
477
+ * The translatable title of the valid value.
478
+ *
479
+ * Define it using `defineMessage()` from @lingui/macro.
480
+ */
481
+ title: MessageDescriptor;
482
+ /**
483
+ * Fields that will never be stored in the database,
484
+ * because they are not relevant to the frontend rendering.
485
+ * They are only used for the form, like grouping values for easier entry.
486
+ */
487
+ form?: {
488
+ /**
489
+ * A helpful description shown only when using the form.
490
+ */
491
+ description?: MessageDescriptor | undefined;
492
+ } | undefined;
493
+ /**
494
+ * Fields that are stored in the database together with each lookup value,
495
+ * because they affect the frontend rendering.
496
+ * They are also included in the hash values to detect breaking changes.
497
+ *
498
+ * We should try to avoid them if possible because if false positives:
499
+ * Any change in one of those fields would lead to
500
+ * eLabels that are marked as incompatible,
501
+ * although there might be no user-visible changes.
502
+ */
503
+ frontend?: {} | undefined;
504
+ }, {
505
+ key: "dry";
506
+ /**
507
+ * The translatable title of the valid value.
508
+ *
509
+ * Define it using `defineMessage()` from @lingui/macro.
510
+ */
511
+ title: MessageDescriptor;
512
+ /**
513
+ * Fields that will never be stored in the database,
514
+ * because they are not relevant to the frontend rendering.
515
+ * They are only used for the form, like grouping values for easier entry.
516
+ */
517
+ form?: {
518
+ /**
519
+ * A helpful description shown only when using the form.
520
+ */
521
+ description?: MessageDescriptor | undefined;
522
+ } | undefined;
523
+ /**
524
+ * Fields that are stored in the database together with each lookup value,
525
+ * because they affect the frontend rendering.
526
+ * They are also included in the hash values to detect breaking changes.
527
+ *
528
+ * We should try to avoid them if possible because if false positives:
529
+ * Any change in one of those fields would lead to
530
+ * eLabels that are marked as incompatible,
531
+ * although there might be no user-visible changes.
532
+ */
533
+ frontend?: {} | undefined;
534
+ }, {
535
+ key: "extra_brut";
536
+ /**
537
+ * The translatable title of the valid value.
538
+ *
539
+ * Define it using `defineMessage()` from @lingui/macro.
540
+ */
541
+ title: MessageDescriptor;
542
+ /**
543
+ * Fields that will never be stored in the database,
544
+ * because they are not relevant to the frontend rendering.
545
+ * They are only used for the form, like grouping values for easier entry.
546
+ */
547
+ form?: {
548
+ /**
549
+ * A helpful description shown only when using the form.
550
+ */
551
+ description?: MessageDescriptor | undefined;
552
+ } | undefined;
553
+ /**
554
+ * Fields that are stored in the database together with each lookup value,
555
+ * because they affect the frontend rendering.
556
+ * They are also included in the hash values to detect breaking changes.
557
+ *
558
+ * We should try to avoid them if possible because if false positives:
559
+ * Any change in one of those fields would lead to
560
+ * eLabels that are marked as incompatible,
561
+ * although there might be no user-visible changes.
562
+ */
563
+ frontend?: {} | undefined;
564
+ }, {
565
+ key: "extra_dry";
566
+ /**
567
+ * The translatable title of the valid value.
568
+ *
569
+ * Define it using `defineMessage()` from @lingui/macro.
570
+ */
571
+ title: MessageDescriptor;
572
+ /**
573
+ * Fields that will never be stored in the database,
574
+ * because they are not relevant to the frontend rendering.
575
+ * They are only used for the form, like grouping values for easier entry.
576
+ */
577
+ form?: {
578
+ /**
579
+ * A helpful description shown only when using the form.
580
+ */
581
+ description?: MessageDescriptor | undefined;
582
+ } | undefined;
583
+ /**
584
+ * Fields that are stored in the database together with each lookup value,
585
+ * because they affect the frontend rendering.
586
+ * They are also included in the hash values to detect breaking changes.
587
+ *
588
+ * We should try to avoid them if possible because if false positives:
589
+ * Any change in one of those fields would lead to
590
+ * eLabels that are marked as incompatible,
591
+ * although there might be no user-visible changes.
592
+ */
593
+ frontend?: {} | undefined;
594
+ }, {
595
+ key: "feinherb";
596
+ /**
597
+ * The translatable title of the valid value.
598
+ *
599
+ * Define it using `defineMessage()` from @lingui/macro.
600
+ */
601
+ title: MessageDescriptor;
602
+ /**
603
+ * Fields that will never be stored in the database,
604
+ * because they are not relevant to the frontend rendering.
605
+ * They are only used for the form, like grouping values for easier entry.
606
+ */
607
+ form?: {
608
+ /**
609
+ * A helpful description shown only when using the form.
610
+ */
611
+ description?: MessageDescriptor | undefined;
612
+ } | undefined;
613
+ /**
614
+ * Fields that are stored in the database together with each lookup value,
615
+ * because they affect the frontend rendering.
616
+ * They are also included in the hash values to detect breaking changes.
617
+ *
618
+ * We should try to avoid them if possible because if false positives:
619
+ * Any change in one of those fields would lead to
620
+ * eLabels that are marked as incompatible,
621
+ * although there might be no user-visible changes.
622
+ */
623
+ frontend?: {} | undefined;
624
+ }, {
625
+ key: "lieblich";
626
+ /**
627
+ * The translatable title of the valid value.
628
+ *
629
+ * Define it using `defineMessage()` from @lingui/macro.
630
+ */
631
+ title: MessageDescriptor;
632
+ /**
633
+ * Fields that will never be stored in the database,
634
+ * because they are not relevant to the frontend rendering.
635
+ * They are only used for the form, like grouping values for easier entry.
636
+ */
637
+ form?: {
638
+ /**
639
+ * A helpful description shown only when using the form.
640
+ */
641
+ description?: MessageDescriptor | undefined;
642
+ } | undefined;
643
+ /**
644
+ * Fields that are stored in the database together with each lookup value,
645
+ * because they affect the frontend rendering.
646
+ * They are also included in the hash values to detect breaking changes.
647
+ *
648
+ * We should try to avoid them if possible because if false positives:
649
+ * Any change in one of those fields would lead to
650
+ * eLabels that are marked as incompatible,
651
+ * although there might be no user-visible changes.
652
+ */
653
+ frontend?: {} | undefined;
654
+ }, {
655
+ key: "semi";
656
+ /**
657
+ * The translatable title of the valid value.
658
+ *
659
+ * Define it using `defineMessage()` from @lingui/macro.
660
+ */
661
+ title: MessageDescriptor;
662
+ /**
663
+ * Fields that will never be stored in the database,
664
+ * because they are not relevant to the frontend rendering.
665
+ * They are only used for the form, like grouping values for easier entry.
666
+ */
667
+ form?: {
668
+ /**
669
+ * A helpful description shown only when using the form.
670
+ */
671
+ description?: MessageDescriptor | undefined;
672
+ } | undefined;
673
+ /**
674
+ * Fields that are stored in the database together with each lookup value,
675
+ * because they affect the frontend rendering.
676
+ * They are also included in the hash values to detect breaking changes.
677
+ *
678
+ * We should try to avoid them if possible because if false positives:
679
+ * Any change in one of those fields would lead to
680
+ * eLabels that are marked as incompatible,
681
+ * although there might be no user-visible changes.
682
+ */
683
+ frontend?: {} | undefined;
684
+ }, {
685
+ key: "sweet";
686
+ /**
687
+ * The translatable title of the valid value.
688
+ *
689
+ * Define it using `defineMessage()` from @lingui/macro.
690
+ */
691
+ title: MessageDescriptor;
692
+ /**
693
+ * Fields that will never be stored in the database,
694
+ * because they are not relevant to the frontend rendering.
695
+ * They are only used for the form, like grouping values for easier entry.
696
+ */
697
+ form?: {
698
+ /**
699
+ * A helpful description shown only when using the form.
700
+ */
701
+ description?: MessageDescriptor | undefined;
702
+ } | undefined;
703
+ /**
704
+ * Fields that are stored in the database together with each lookup value,
705
+ * because they affect the frontend rendering.
706
+ * They are also included in the hash values to detect breaking changes.
707
+ *
708
+ * We should try to avoid them if possible because if false positives:
709
+ * Any change in one of those fields would lead to
710
+ * eLabels that are marked as incompatible,
711
+ * although there might be no user-visible changes.
712
+ */
713
+ frontend?: {} | undefined;
714
+ }, {
715
+ key: "semi_sweet";
716
+ /**
717
+ * The translatable title of the valid value.
718
+ *
719
+ * Define it using `defineMessage()` from @lingui/macro.
720
+ */
721
+ title: MessageDescriptor;
722
+ /**
723
+ * Fields that will never be stored in the database,
724
+ * because they are not relevant to the frontend rendering.
725
+ * They are only used for the form, like grouping values for easier entry.
726
+ */
727
+ form?: {
728
+ /**
729
+ * A helpful description shown only when using the form.
730
+ */
731
+ description?: MessageDescriptor | undefined;
732
+ } | undefined;
733
+ /**
734
+ * Fields that are stored in the database together with each lookup value,
735
+ * because they affect the frontend rendering.
736
+ * They are also included in the hash values to detect breaking changes.
737
+ *
738
+ * We should try to avoid them if possible because if false positives:
739
+ * Any change in one of those fields would lead to
740
+ * eLabels that are marked as incompatible,
741
+ * although there might be no user-visible changes.
742
+ */
743
+ frontend?: {} | undefined;
744
+ }];
745
+ byId: Record<"brut" | "demi-sec" | "dry" | "feinherb" | "lieblich" | "brut_nature" | "extra_brut" | "extra_dry" | "semi" | "sweet" | "semi_sweet", DesignationOutput>;
746
+ };
747
+ export default _default;
748
+ //# sourceMappingURL=designation.d.ts.map