@blateral/b.kit 2.0.0-beta.2.8 → 2.0.0-beta.20.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 (473) hide show
  1. package/README.md +13 -12
  2. package/lib/components/base/Grid.d.ts +6 -2
  3. package/lib/components/base/Grid.d.ts.map +1 -1
  4. package/lib/components/base/Section.d.ts +2 -1
  5. package/lib/components/base/Section.d.ts.map +1 -1
  6. package/lib/components/base/Wrapper.d.ts +1 -0
  7. package/lib/components/base/Wrapper.d.ts.map +1 -1
  8. package/lib/components/base/icons/AngleDown.d.ts +1 -0
  9. package/lib/components/base/icons/AngleDown.d.ts.map +1 -1
  10. package/lib/components/base/icons/AngleLeft.d.ts +1 -0
  11. package/lib/components/base/icons/AngleLeft.d.ts.map +1 -1
  12. package/lib/components/base/icons/AngleRight.d.ts +1 -0
  13. package/lib/components/base/icons/AngleRight.d.ts.map +1 -1
  14. package/lib/components/base/icons/AngleUp.d.ts +1 -0
  15. package/lib/components/base/icons/AngleUp.d.ts.map +1 -1
  16. package/lib/components/base/icons/ArrowDown.d.ts +1 -0
  17. package/lib/components/base/icons/ArrowDown.d.ts.map +1 -1
  18. package/lib/components/base/icons/ArrowLeft.d.ts +8 -0
  19. package/lib/components/base/icons/ArrowLeft.d.ts.map +1 -0
  20. package/lib/components/base/icons/ArrowLeftGhost.d.ts +1 -0
  21. package/lib/components/base/icons/ArrowLeftGhost.d.ts.map +1 -1
  22. package/lib/components/base/icons/ArrowLeftRight.d.ts +1 -0
  23. package/lib/components/base/icons/ArrowLeftRight.d.ts.map +1 -1
  24. package/lib/components/base/icons/ArrowRight.d.ts +1 -0
  25. package/lib/components/base/icons/ArrowRight.d.ts.map +1 -1
  26. package/lib/components/base/icons/ArrowRightGhost.d.ts +1 -0
  27. package/lib/components/base/icons/ArrowRightGhost.d.ts.map +1 -1
  28. package/lib/components/base/icons/ArrowUp.d.ts +8 -0
  29. package/lib/components/base/icons/ArrowUp.d.ts.map +1 -0
  30. package/lib/components/base/icons/BoxArrowUpRight.d.ts +8 -0
  31. package/lib/components/base/icons/BoxArrowUpRight.d.ts.map +1 -0
  32. package/lib/components/base/icons/CalendarToday.d.ts +8 -0
  33. package/lib/components/base/icons/CalendarToday.d.ts.map +1 -0
  34. package/lib/components/base/icons/Category.d.ts +8 -0
  35. package/lib/components/base/icons/Category.d.ts.map +1 -0
  36. package/lib/components/base/icons/Check.d.ts +1 -0
  37. package/lib/components/base/icons/Check.d.ts.map +1 -1
  38. package/lib/components/base/icons/Clock.d.ts +8 -0
  39. package/lib/components/base/icons/Clock.d.ts.map +1 -0
  40. package/lib/components/base/icons/ClockFilled.d.ts +8 -0
  41. package/lib/components/base/icons/ClockFilled.d.ts.map +1 -0
  42. package/lib/components/base/icons/Computer.d.ts +8 -0
  43. package/lib/components/base/icons/Computer.d.ts.map +1 -0
  44. package/lib/components/base/icons/Cross.d.ts +1 -0
  45. package/lib/components/base/icons/Cross.d.ts.map +1 -1
  46. package/lib/components/base/icons/CrossSmall.d.ts +1 -0
  47. package/lib/components/base/icons/CrossSmall.d.ts.map +1 -1
  48. package/lib/components/base/icons/CurrentLocation.d.ts +8 -0
  49. package/lib/components/base/icons/CurrentLocation.d.ts.map +1 -0
  50. package/lib/components/base/icons/DateRange.d.ts +8 -0
  51. package/lib/components/base/icons/DateRange.d.ts.map +1 -0
  52. package/lib/components/base/icons/DeleteForever.d.ts +8 -0
  53. package/lib/components/base/icons/DeleteForever.d.ts.map +1 -0
  54. package/lib/components/base/icons/External.d.ts +1 -0
  55. package/lib/components/base/icons/External.d.ts.map +1 -1
  56. package/lib/components/base/icons/FlyTo.d.ts +1 -0
  57. package/lib/components/base/icons/FlyTo.d.ts.map +1 -1
  58. package/lib/components/base/icons/Icons.d.ts +61 -0
  59. package/lib/components/base/icons/Icons.d.ts.map +1 -0
  60. package/lib/components/base/icons/Info.d.ts +8 -0
  61. package/lib/components/base/icons/Info.d.ts.map +1 -0
  62. package/lib/components/base/icons/Language.d.ts +8 -0
  63. package/lib/components/base/icons/Language.d.ts.map +1 -0
  64. package/lib/components/base/icons/LocationPin.d.ts +8 -0
  65. package/lib/components/base/icons/LocationPin.d.ts.map +1 -0
  66. package/lib/components/base/icons/Magnifier.d.ts +1 -0
  67. package/lib/components/base/icons/Magnifier.d.ts.map +1 -1
  68. package/lib/components/base/icons/Mail.d.ts +2 -1
  69. package/lib/components/base/icons/Mail.d.ts.map +1 -1
  70. package/lib/components/base/icons/Map.d.ts +8 -0
  71. package/lib/components/base/icons/Map.d.ts.map +1 -0
  72. package/lib/components/base/icons/MenuBurger.d.ts +1 -0
  73. package/lib/components/base/icons/MenuBurger.d.ts.map +1 -1
  74. package/lib/components/base/icons/Minus.d.ts +1 -0
  75. package/lib/components/base/icons/Minus.d.ts.map +1 -1
  76. package/lib/components/base/icons/Money.d.ts +8 -0
  77. package/lib/components/base/icons/Money.d.ts.map +1 -0
  78. package/lib/components/base/icons/MyLocation.d.ts +8 -0
  79. package/lib/components/base/icons/MyLocation.d.ts.map +1 -0
  80. package/lib/components/base/icons/Person.d.ts +8 -0
  81. package/lib/components/base/icons/Person.d.ts.map +1 -0
  82. package/lib/components/base/icons/Phone.d.ts +1 -0
  83. package/lib/components/base/icons/Phone.d.ts.map +1 -1
  84. package/lib/components/base/icons/Place.d.ts +8 -0
  85. package/lib/components/base/icons/Place.d.ts.map +1 -0
  86. package/lib/components/base/icons/Play.d.ts +1 -0
  87. package/lib/components/base/icons/Play.d.ts.map +1 -1
  88. package/lib/components/base/icons/Plus.d.ts +1 -0
  89. package/lib/components/base/icons/Plus.d.ts.map +1 -1
  90. package/lib/components/base/icons/Route.d.ts +1 -0
  91. package/lib/components/base/icons/Route.d.ts.map +1 -1
  92. package/lib/components/base/icons/Star.d.ts +1 -0
  93. package/lib/components/base/icons/Star.d.ts.map +1 -1
  94. package/lib/components/base/icons/files/Excel.d.ts +2 -0
  95. package/lib/components/base/icons/files/Excel.d.ts.map +1 -1
  96. package/lib/components/base/icons/files/Image.d.ts +2 -0
  97. package/lib/components/base/icons/files/Image.d.ts.map +1 -1
  98. package/lib/components/base/icons/files/Pdf.d.ts +2 -0
  99. package/lib/components/base/icons/files/Pdf.d.ts.map +1 -1
  100. package/lib/components/base/icons/files/PowerPoint.d.ts +2 -0
  101. package/lib/components/base/icons/files/PowerPoint.d.ts.map +1 -1
  102. package/lib/components/base/icons/files/UploadFile.d.ts +8 -0
  103. package/lib/components/base/icons/files/UploadFile.d.ts.map +1 -0
  104. package/lib/components/base/icons/files/Word.d.ts +2 -0
  105. package/lib/components/base/icons/files/Word.d.ts.map +1 -1
  106. package/lib/components/base/icons/files/Zip.d.ts +2 -0
  107. package/lib/components/base/icons/files/Zip.d.ts.map +1 -1
  108. package/lib/components/base/icons/socials/Facebook.d.ts +1 -0
  109. package/lib/components/base/icons/socials/Facebook.d.ts.map +1 -1
  110. package/lib/components/base/icons/socials/Instagram.d.ts +1 -0
  111. package/lib/components/base/icons/socials/Instagram.d.ts.map +1 -1
  112. package/lib/components/base/icons/socials/LinkedIn.d.ts +1 -0
  113. package/lib/components/base/icons/socials/LinkedIn.d.ts.map +1 -1
  114. package/lib/components/base/icons/socials/Twitter.d.ts +1 -0
  115. package/lib/components/base/icons/socials/Twitter.d.ts.map +1 -1
  116. package/lib/components/base/icons/socials/Xing.d.ts +1 -0
  117. package/lib/components/base/icons/socials/Xing.d.ts.map +1 -1
  118. package/lib/components/base/icons/socials/Youtube.d.ts +1 -0
  119. package/lib/components/base/icons/socials/Youtube.d.ts.map +1 -1
  120. package/lib/components/blocks/Alert.d.ts.map +1 -1
  121. package/lib/components/blocks/Bdot.d.ts.map +1 -1
  122. package/lib/components/blocks/CookieConsent.d.ts +2 -0
  123. package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
  124. package/lib/components/blocks/EventBlock.d.ts +11 -3
  125. package/lib/components/blocks/EventBlock.d.ts.map +1 -1
  126. package/lib/components/blocks/Feature.d.ts.map +1 -1
  127. package/lib/components/blocks/Image.d.ts +3 -0
  128. package/lib/components/blocks/Image.d.ts.map +1 -1
  129. package/lib/components/blocks/InfoList.d.ts +20 -0
  130. package/lib/components/blocks/InfoList.d.ts.map +1 -0
  131. package/lib/components/blocks/IntroBlock.d.ts +3 -0
  132. package/lib/components/blocks/IntroBlock.d.ts.map +1 -1
  133. package/lib/components/blocks/JobCard.d.ts +42 -0
  134. package/lib/components/blocks/JobCard.d.ts.map +1 -0
  135. package/lib/components/blocks/LanguageSwitcher.d.ts +2 -1
  136. package/lib/components/blocks/LanguageSwitcher.d.ts.map +1 -1
  137. package/lib/components/blocks/NavBlock.d.ts.map +1 -1
  138. package/lib/components/blocks/NewsCard.d.ts +6 -3
  139. package/lib/components/blocks/NewsCard.d.ts.map +1 -1
  140. package/lib/components/blocks/POICard.d.ts +49 -0
  141. package/lib/components/blocks/POICard.d.ts.map +1 -0
  142. package/lib/components/blocks/POIFacts.d.ts +12 -0
  143. package/lib/components/blocks/POIFacts.d.ts.map +1 -0
  144. package/lib/components/blocks/PromotionCard.d.ts +4 -0
  145. package/lib/components/blocks/PromotionCard.d.ts.map +1 -1
  146. package/lib/components/blocks/Slider.d.ts +9 -2
  147. package/lib/components/blocks/Slider.d.ts.map +1 -1
  148. package/lib/components/blocks/SocialList.d.ts +10 -4
  149. package/lib/components/blocks/SocialList.d.ts.map +1 -1
  150. package/lib/components/blocks/Tag.d.ts +9 -3
  151. package/lib/components/blocks/Tag.d.ts.map +1 -1
  152. package/lib/components/blocks/Title.d.ts.map +1 -1
  153. package/lib/components/blocks/VideoBlock.d.ts +2 -2
  154. package/lib/components/blocks/VideoBlock.d.ts.map +1 -1
  155. package/lib/components/blocks/VideoCard.d.ts.map +1 -1
  156. package/lib/components/buttons/Button.d.ts +1 -0
  157. package/lib/components/buttons/Button.d.ts.map +1 -1
  158. package/lib/components/buttons/ButtonGhost.d.ts +1 -0
  159. package/lib/components/buttons/ButtonGhost.d.ts.map +1 -1
  160. package/lib/components/buttons/Control.d.ts +11 -0
  161. package/lib/components/buttons/Control.d.ts.map +1 -0
  162. package/lib/components/buttons/Pointer.d.ts +1 -0
  163. package/lib/components/buttons/Pointer.d.ts.map +1 -1
  164. package/lib/components/buttons/QuicknavButton.d.ts.map +1 -1
  165. package/lib/components/examples/hooks/ArrayHookExample.d.ts +4 -0
  166. package/lib/components/examples/hooks/ArrayHookExample.d.ts.map +1 -0
  167. package/lib/components/examples/hooks/IntervalHookExample.d.ts +4 -0
  168. package/lib/components/examples/hooks/IntervalHookExample.d.ts.map +1 -0
  169. package/lib/components/fields/Checkbox.d.ts.map +1 -1
  170. package/lib/components/fields/CompactForm.d.ts.map +1 -1
  171. package/lib/components/fields/Datepicker.d.ts +8 -11
  172. package/lib/components/fields/Datepicker.d.ts.map +1 -1
  173. package/lib/components/fields/FileUpload.d.ts +3 -9
  174. package/lib/components/fields/FileUpload.d.ts.map +1 -1
  175. package/lib/components/fields/FilterField.d.ts +12 -0
  176. package/lib/components/fields/FilterField.d.ts.map +1 -0
  177. package/lib/components/fields/FormField.d.ts +33 -0
  178. package/lib/components/fields/FormField.d.ts.map +1 -0
  179. package/lib/components/fields/LocationField.d.ts +38 -0
  180. package/lib/components/fields/LocationField.d.ts.map +1 -0
  181. package/lib/components/fields/Radio.d.ts +0 -1
  182. package/lib/components/fields/Radio.d.ts.map +1 -1
  183. package/lib/components/fields/SearchInput.d.ts.map +1 -1
  184. package/lib/components/fields/SelectDropdown.d.ts +2 -11
  185. package/lib/components/fields/SelectDropdown.d.ts.map +1 -1
  186. package/lib/components/fields/Textarea.d.ts +1 -3
  187. package/lib/components/fields/Textarea.d.ts.map +1 -1
  188. package/lib/components/fields/Textfield.d.ts +2 -7
  189. package/lib/components/fields/Textfield.d.ts.map +1 -1
  190. package/lib/components/sections/Accordion.d.ts +3 -6
  191. package/lib/components/sections/Accordion.d.ts.map +1 -1
  192. package/lib/components/sections/AlertList.d.ts +1 -1
  193. package/lib/components/sections/Article.d.ts +1 -10
  194. package/lib/components/sections/Article.d.ts.map +1 -1
  195. package/lib/components/sections/CallToAction.d.ts +1 -1
  196. package/lib/components/sections/CardList.d.ts +5 -5
  197. package/lib/components/sections/CardList.d.ts.map +1 -1
  198. package/lib/components/sections/ComparisonSlider.d.ts +1 -1
  199. package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
  200. package/lib/components/sections/CrossPromotion.d.ts +1 -1
  201. package/lib/components/sections/FactGrid.d.ts +1 -1
  202. package/lib/components/sections/FactList.d.ts +1 -1
  203. package/lib/components/sections/FactList.d.ts.map +1 -1
  204. package/lib/components/sections/FeatureList.d.ts +1 -1
  205. package/lib/components/sections/Gallery.d.ts +8 -6
  206. package/lib/components/sections/Gallery.d.ts.map +1 -1
  207. package/lib/components/sections/IconList.d.ts +2 -1
  208. package/lib/components/sections/IconList.d.ts.map +1 -1
  209. package/lib/components/sections/IndexList.d.ts +5 -1
  210. package/lib/components/sections/IndexList.d.ts.map +1 -1
  211. package/lib/components/sections/Intro.d.ts +8 -3
  212. package/lib/components/sections/Intro.d.ts.map +1 -1
  213. package/lib/components/sections/Map.d.ts +38 -33
  214. package/lib/components/sections/Map.d.ts.map +1 -1
  215. package/lib/components/sections/NavList.d.ts +2 -10
  216. package/lib/components/sections/NavList.d.ts.map +1 -1
  217. package/lib/components/sections/NewsletterForm.d.ts +90 -0
  218. package/lib/components/sections/NewsletterForm.d.ts.map +1 -0
  219. package/lib/components/sections/NumberList.d.ts +1 -1
  220. package/lib/components/sections/NumberList.d.ts.map +1 -1
  221. package/lib/components/sections/Poster.d.ts +1 -1
  222. package/lib/components/sections/PriceList.d.ts +1 -1
  223. package/lib/components/sections/PriceList.d.ts.map +1 -1
  224. package/lib/components/sections/PriceTable.d.ts +1 -1
  225. package/lib/components/sections/Quicknav.d.ts +1 -1
  226. package/lib/components/sections/Quote.d.ts +1 -1
  227. package/lib/components/sections/SocialNav.d.ts +6 -5
  228. package/lib/components/sections/SocialNav.d.ts.map +1 -1
  229. package/lib/components/sections/SocialWall.d.ts +1 -1
  230. package/lib/components/sections/SocialWall.d.ts.map +1 -1
  231. package/lib/components/sections/Table.d.ts +1 -1
  232. package/lib/components/sections/Table.d.ts.map +1 -1
  233. package/lib/components/sections/Teaser.d.ts +1 -1
  234. package/lib/components/sections/TeaserWide.d.ts +1 -1
  235. package/lib/components/sections/TeaserWide.d.ts.map +1 -1
  236. package/lib/components/sections/Timeline.d.ts +1 -1
  237. package/lib/components/sections/Timeline.d.ts.map +1 -1
  238. package/lib/components/sections/Video.d.ts +1 -1
  239. package/lib/components/sections/carousel/CarouselBase.d.ts +1 -0
  240. package/lib/components/sections/carousel/CarouselBase.d.ts.map +1 -1
  241. package/lib/components/sections/carousel/FeatureCarousel.d.ts +1 -1
  242. package/lib/components/sections/carousel/ImageCarousel.d.ts +1 -1
  243. package/lib/components/sections/carousel/PromotionCarousel.d.ts +1 -1
  244. package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
  245. package/lib/components/sections/carousel/VideoCarousel.d.ts +1 -1
  246. package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
  247. package/lib/components/sections/events/EventDetail.d.ts +58 -0
  248. package/lib/components/sections/events/EventDetail.d.ts.map +1 -0
  249. package/lib/components/sections/events/EventList.d.ts +39 -0
  250. package/lib/components/sections/events/EventList.d.ts.map +1 -0
  251. package/lib/components/sections/events/EventOverview.d.ts +62 -0
  252. package/lib/components/sections/events/EventOverview.d.ts.map +1 -0
  253. package/lib/components/sections/footer/Footer.d.ts +65 -0
  254. package/lib/components/sections/footer/Footer.d.ts.map +1 -0
  255. package/lib/components/sections/footer/partials/FooterBottomBar.d.ts +14 -0
  256. package/lib/components/sections/footer/partials/FooterBottomBar.d.ts.map +1 -0
  257. package/lib/components/sections/footer/partials/FooterColumn.d.ts +14 -0
  258. package/lib/components/sections/footer/partials/FooterColumn.d.ts.map +1 -0
  259. package/lib/components/sections/footer/partials/index.d.ts +3 -0
  260. package/lib/components/sections/footer/partials/index.d.ts.map +1 -0
  261. package/lib/components/sections/footer/skeletons/FooterArticle.d.ts +12 -0
  262. package/lib/components/sections/footer/skeletons/FooterArticle.d.ts.map +1 -0
  263. package/lib/components/sections/footer/skeletons/FooterBottomGrid.d.ts +16 -0
  264. package/lib/components/sections/footer/skeletons/FooterBottomGrid.d.ts.map +1 -0
  265. package/lib/components/sections/footer/skeletons/index.d.ts +3 -0
  266. package/lib/components/sections/footer/skeletons/index.d.ts.map +1 -0
  267. package/lib/components/sections/{DynamicForm.d.ts → form/DynamicForm.d.ts} +51 -20
  268. package/lib/components/sections/form/DynamicForm.d.ts.map +1 -0
  269. package/lib/components/sections/form/renderer/areaRenderer.d.ts +5 -0
  270. package/lib/components/sections/form/renderer/areaRenderer.d.ts.map +1 -0
  271. package/lib/components/sections/form/renderer/datepickerRenderer.d.ts +5 -0
  272. package/lib/components/sections/form/renderer/datepickerRenderer.d.ts.map +1 -0
  273. package/lib/components/sections/form/renderer/fieldGroupRenderer.d.ts +5 -0
  274. package/lib/components/sections/form/renderer/fieldGroupRenderer.d.ts.map +1 -0
  275. package/lib/components/sections/form/renderer/fieldRenderer.d.ts +5 -0
  276. package/lib/components/sections/form/renderer/fieldRenderer.d.ts.map +1 -0
  277. package/lib/components/sections/form/renderer/locationRenderer.d.ts +6 -0
  278. package/lib/components/sections/form/renderer/locationRenderer.d.ts.map +1 -0
  279. package/lib/components/sections/form/renderer/selectRenderer.d.ts +5 -0
  280. package/lib/components/sections/form/renderer/selectRenderer.d.ts.map +1 -0
  281. package/lib/components/sections/form/renderer/uploadRenderer.d.ts +5 -0
  282. package/lib/components/sections/form/renderer/uploadRenderer.d.ts.map +1 -0
  283. package/lib/components/sections/form/validators/areaValidator.d.ts +4 -0
  284. package/lib/components/sections/form/validators/areaValidator.d.ts.map +1 -0
  285. package/lib/components/sections/form/validators/datepickerValidator.d.ts +4 -0
  286. package/lib/components/sections/form/validators/datepickerValidator.d.ts.map +1 -0
  287. package/lib/components/sections/form/validators/fieldGroupValidator.d.ts +4 -0
  288. package/lib/components/sections/form/validators/fieldGroupValidator.d.ts.map +1 -0
  289. package/lib/components/sections/form/validators/fieldValidator.d.ts +4 -0
  290. package/lib/components/sections/form/validators/fieldValidator.d.ts.map +1 -0
  291. package/lib/components/sections/form/validators/locationValidator.d.ts +5 -0
  292. package/lib/components/sections/form/validators/locationValidator.d.ts.map +1 -0
  293. package/lib/components/sections/form/validators/selectValidator.d.ts +4 -0
  294. package/lib/components/sections/form/validators/selectValidator.d.ts.map +1 -0
  295. package/lib/components/sections/form/validators/uploadValidator.d.ts +4 -0
  296. package/lib/components/sections/form/validators/uploadValidator.d.ts.map +1 -0
  297. package/lib/components/sections/header/Header.d.ts +67 -47
  298. package/lib/components/sections/header/Header.d.ts.map +1 -1
  299. package/lib/components/sections/header/HeaderKenBurns.d.ts +4 -14
  300. package/lib/components/sections/header/HeaderKenBurns.d.ts.map +1 -1
  301. package/lib/components/sections/header/HeaderPoster.d.ts +7 -16
  302. package/lib/components/sections/header/HeaderPoster.d.ts.map +1 -1
  303. package/lib/components/sections/header/HeaderVideo.d.ts +6 -16
  304. package/lib/components/sections/header/HeaderVideo.d.ts.map +1 -1
  305. package/lib/components/sections/jobs/JobArticle.d.ts +52 -0
  306. package/lib/components/sections/jobs/JobArticle.d.ts.map +1 -0
  307. package/lib/components/sections/jobs/JobList.d.ts +39 -0
  308. package/lib/components/sections/jobs/JobList.d.ts.map +1 -0
  309. package/lib/components/sections/navigation/{remastered/NavBar.d.ts → NavBar.d.ts} +6 -1
  310. package/lib/components/sections/navigation/NavBar.d.ts.map +1 -0
  311. package/lib/components/sections/navigation/Navigation.d.ts +76 -56
  312. package/lib/components/sections/navigation/Navigation.d.ts.map +1 -1
  313. package/lib/components/sections/navigation/menu/Menu.d.ts +38 -30
  314. package/lib/components/sections/navigation/menu/Menu.d.ts.map +1 -1
  315. package/lib/components/sections/navigation/menu/variations/MenuFlyout.d.ts +16 -0
  316. package/lib/components/sections/navigation/menu/variations/MenuFlyout.d.ts.map +1 -0
  317. package/lib/components/sections/navigation/{remastered/menu → menu}/variations/MenuLarge.d.ts +0 -0
  318. package/lib/components/sections/navigation/menu/variations/MenuLarge.d.ts.map +1 -0
  319. package/lib/components/sections/navigation/partials/MenuFooter.d.ts +12 -0
  320. package/lib/components/sections/navigation/partials/MenuFooter.d.ts.map +1 -0
  321. package/lib/components/sections/navigation/partials/MenuHeader.d.ts +16 -0
  322. package/lib/components/sections/navigation/partials/MenuHeader.d.ts.map +1 -0
  323. package/lib/components/sections/navigation/{remastered/partials → partials}/NavBarBottom.d.ts +1 -1
  324. package/lib/components/sections/navigation/partials/NavBarBottom.d.ts.map +1 -0
  325. package/lib/components/sections/navigation/{remastered/partials → partials}/NavBarMain.d.ts +4 -0
  326. package/lib/components/sections/navigation/partials/NavBarMain.d.ts.map +1 -0
  327. package/lib/components/sections/navigation/{remastered/partials → partials}/NavBarTop.d.ts +1 -1
  328. package/lib/components/sections/navigation/partials/NavBarTop.d.ts.map +1 -0
  329. package/lib/components/sections/navigation/partials/index.d.ts +6 -0
  330. package/lib/components/sections/navigation/partials/index.d.ts.map +1 -0
  331. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarBreadCrumbs.d.ts +3 -3
  332. package/lib/components/sections/navigation/skeletons/BarBreadCrumbs.d.ts.map +1 -0
  333. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarColumn.d.ts +0 -0
  334. package/lib/components/sections/navigation/skeletons/BarColumn.d.ts.map +1 -0
  335. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarLogo.d.ts +2 -2
  336. package/lib/components/sections/navigation/skeletons/BarLogo.d.ts.map +1 -0
  337. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarMenuToggle.d.ts +1 -0
  338. package/lib/components/sections/navigation/skeletons/BarMenuToggle.d.ts.map +1 -0
  339. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarNavList.d.ts +0 -0
  340. package/lib/components/sections/navigation/skeletons/BarNavList.d.ts.map +1 -0
  341. package/lib/components/sections/navigation/skeletons/index.d.ts +6 -0
  342. package/lib/components/sections/navigation/skeletons/index.d.ts.map +1 -0
  343. package/lib/components/sections/news/NewsAuthorCard.d.ts +2 -2
  344. package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
  345. package/lib/components/sections/news/NewsFooter.d.ts +30 -8
  346. package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
  347. package/lib/components/sections/news/NewsImages.d.ts +5 -1
  348. package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
  349. package/lib/components/sections/news/NewsIntro.d.ts +39 -7
  350. package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
  351. package/lib/components/sections/news/NewsList.d.ts +8 -13
  352. package/lib/components/sections/news/NewsList.d.ts.map +1 -1
  353. package/lib/components/sections/news/NewsOverview.d.ts +8 -5
  354. package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
  355. package/lib/components/sections/news/NewsTable.d.ts +6 -2
  356. package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
  357. package/lib/components/sections/news/NewsText.d.ts +6 -2
  358. package/lib/components/sections/news/NewsText.d.ts.map +1 -1
  359. package/lib/components/sections/news/NewsVideo.d.ts +5 -1
  360. package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
  361. package/lib/components/sections/pois/PointOfInterestDetail.d.ts +55 -0
  362. package/lib/components/sections/pois/PointOfInterestDetail.d.ts.map +1 -0
  363. package/lib/components/sections/pois/PointOfInterestMap.d.ts +121 -0
  364. package/lib/components/sections/pois/PointOfInterestMap.d.ts.map +1 -0
  365. package/lib/components/sections/pois/PointOfInterestOverview.d.ts +38 -0
  366. package/lib/components/sections/pois/PointOfInterestOverview.d.ts.map +1 -0
  367. package/lib/components/typography/Callout.d.ts +1 -0
  368. package/lib/components/typography/Callout.d.ts.map +1 -1
  369. package/lib/components/typography/Copy.d.ts +3 -1
  370. package/lib/components/typography/Copy.d.ts.map +1 -1
  371. package/lib/components/typography/Heading.d.ts +2 -1
  372. package/lib/components/typography/Heading.d.ts.map +1 -1
  373. package/lib/components/typography/Link.d.ts +2 -0
  374. package/lib/components/typography/Link.d.ts.map +1 -1
  375. package/lib/index.d.ts +48 -36
  376. package/lib/index.d.ts.map +1 -1
  377. package/lib/index.es.js +1 -15
  378. package/lib/index.es.js.map +1 -1
  379. package/lib/index.js +1 -1
  380. package/lib/index.js.map +1 -1
  381. package/lib/utils/LibThemeProvider.d.ts +2 -3
  382. package/lib/utils/LibThemeProvider.d.ts.map +1 -1
  383. package/lib/utils/arrays.d.ts +3 -0
  384. package/lib/utils/arrays.d.ts.map +1 -0
  385. package/lib/utils/concat.d.ts +8 -0
  386. package/lib/utils/concat.d.ts.map +1 -0
  387. package/lib/utils/dataURI.d.ts +3 -0
  388. package/lib/utils/dataURI.d.ts.map +1 -0
  389. package/lib/utils/filters.d.ts +2 -0
  390. package/lib/utils/filters.d.ts.map +1 -0
  391. package/lib/utils/formFieldText.d.ts +3 -0
  392. package/lib/utils/formFieldText.d.ts.map +1 -0
  393. package/lib/utils/getLinkIcon.d.ts +3 -0
  394. package/lib/utils/getLinkIcon.d.ts.map +1 -0
  395. package/lib/utils/hexRgbConverter.d.ts.map +1 -1
  396. package/lib/utils/menuHooks.d.ts +18 -0
  397. package/lib/utils/menuHooks.d.ts.map +1 -0
  398. package/lib/utils/navigation.d.ts +20 -0
  399. package/lib/utils/navigation.d.ts.map +1 -0
  400. package/lib/utils/statusFormatter.d.ts +7 -0
  401. package/lib/utils/statusFormatter.d.ts.map +1 -1
  402. package/lib/utils/structuredData.d.ts +12 -0
  403. package/lib/utils/structuredData.d.ts.map +1 -1
  404. package/lib/utils/styles.d.ts +54 -32
  405. package/lib/utils/styles.d.ts.map +1 -1
  406. package/lib/utils/types.d.ts +8 -0
  407. package/lib/utils/types.d.ts.map +1 -0
  408. package/lib/utils/urlParams.d.ts +4 -0
  409. package/lib/utils/urlParams.d.ts.map +1 -0
  410. package/lib/utils/useArray.d.ts +13 -0
  411. package/lib/utils/useArray.d.ts.map +1 -0
  412. package/lib/utils/useDebounce.d.ts +6 -0
  413. package/lib/utils/useDebounce.d.ts.map +1 -0
  414. package/lib/utils/useGeolocation.d.ts +8 -0
  415. package/lib/utils/useGeolocation.d.ts.map +1 -0
  416. package/lib/utils/useInterval.d.ts +4 -1
  417. package/lib/utils/useInterval.d.ts.map +1 -1
  418. package/lib/utils/useLazyInput.d.ts +8 -0
  419. package/lib/utils/useLazyInput.d.ts.map +1 -0
  420. package/lib/utils/useLeafletMap.d.ts +55 -0
  421. package/lib/utils/useLeafletMap.d.ts.map +1 -0
  422. package/lib/utils/useMounted.d.ts +3 -0
  423. package/lib/utils/useMounted.d.ts.map +1 -0
  424. package/lib/utils/useParams.d.ts +6 -0
  425. package/lib/utils/useParams.d.ts.map +1 -0
  426. package/lib/utils/usePrevious.d.ts +3 -0
  427. package/lib/utils/usePrevious.d.ts.map +1 -0
  428. package/lib/utils/useScrollIntoView.d.ts +5 -3
  429. package/lib/utils/useScrollIntoView.d.ts.map +1 -1
  430. package/lib/utils/useTimeout.d.ts +6 -0
  431. package/lib/utils/useTimeout.d.ts.map +1 -0
  432. package/lib/utils/useUpdateEffect.d.ts +5 -0
  433. package/lib/utils/useUpdateEffect.d.ts.map +1 -0
  434. package/package.json +46 -35
  435. package/lib/components/base/icons/ExclamationMark.d.ts +0 -7
  436. package/lib/components/base/icons/ExclamationMark.d.ts.map +0 -1
  437. package/lib/components/base/icons/StarGhost.d.ts +0 -7
  438. package/lib/components/base/icons/StarGhost.d.ts.map +0 -1
  439. package/lib/components/base/icons/files/Document.d.ts +0 -6
  440. package/lib/components/base/icons/files/Document.d.ts.map +0 -1
  441. package/lib/components/blocks/LeafletMap.d.ts +0 -42
  442. package/lib/components/blocks/LeafletMap.d.ts.map +0 -1
  443. package/lib/components/blocks/LinkList.d.ts +0 -11
  444. package/lib/components/blocks/LinkList.d.ts.map +0 -1
  445. package/lib/components/sections/DynamicForm.d.ts.map +0 -1
  446. package/lib/components/sections/EventList.d.ts +0 -23
  447. package/lib/components/sections/EventList.d.ts.map +0 -1
  448. package/lib/components/sections/Footer.d.ts +0 -58
  449. package/lib/components/sections/Footer.d.ts.map +0 -1
  450. package/lib/components/sections/Form.d.ts +0 -76
  451. package/lib/components/sections/Form.d.ts.map +0 -1
  452. package/lib/components/sections/navigation/TopBar.d.ts +0 -39
  453. package/lib/components/sections/navigation/TopBar.d.ts.map +0 -1
  454. package/lib/components/sections/navigation/menu/Flyout.d.ts +0 -53
  455. package/lib/components/sections/navigation/menu/Flyout.d.ts.map +0 -1
  456. package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +0 -1
  457. package/lib/components/sections/navigation/remastered/Navigation.d.ts +0 -50
  458. package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +0 -1
  459. package/lib/components/sections/navigation/remastered/menu/Menu.d.ts +0 -39
  460. package/lib/components/sections/navigation/remastered/menu/Menu.d.ts.map +0 -1
  461. package/lib/components/sections/navigation/remastered/menu/variations/MenuFlyout.d.ts +0 -8
  462. package/lib/components/sections/navigation/remastered/menu/variations/MenuFlyout.d.ts.map +0 -1
  463. package/lib/components/sections/navigation/remastered/menu/variations/MenuLarge.d.ts.map +0 -1
  464. package/lib/components/sections/navigation/remastered/partials/NavBarBottom.d.ts.map +0 -1
  465. package/lib/components/sections/navigation/remastered/partials/NavBarMain.d.ts.map +0 -1
  466. package/lib/components/sections/navigation/remastered/partials/NavBarTop.d.ts.map +0 -1
  467. package/lib/components/sections/navigation/remastered/skeletons/BarBreadCrumbs.d.ts.map +0 -1
  468. package/lib/components/sections/navigation/remastered/skeletons/BarColumn.d.ts.map +0 -1
  469. package/lib/components/sections/navigation/remastered/skeletons/BarLogo.d.ts.map +0 -1
  470. package/lib/components/sections/navigation/remastered/skeletons/BarMenuToggle.d.ts.map +0 -1
  471. package/lib/components/sections/navigation/remastered/skeletons/BarNavList.d.ts.map +0 -1
  472. package/lib/components/sections/navigation/remastered/skeletons/Skeletons.d.ts +0 -39
  473. package/lib/components/sections/navigation/remastered/skeletons/Skeletons.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventDetail.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/events/EventDetail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,UAAU,EAAE,gCAAqC;AAK1D,OAAO,EAAE,SAAS,EAAE,8BAAmC;AA0EvD,oBAAY,gBAAgB,GAAG,IAAI,CAC/B,UAAU,EACV,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,MAAM,CACrD,CAAC;AAEF,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,SAAS,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,SAAS;IACtB,8BAA8B;IAC9B,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACjD,kCAAkC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AA2ID,eAAO,MAAM,oBAAoB;IAxI7B,wDAAwD;;IAGxD,mCAAmC;WAC5B,gBAAgB,GAAG;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE;IAE9C,6BAA6B;;IAG7B,yBAAyB;;IAGzB,yCAAyC;yBACrB;QAChB,GAAG,EAAE,MAAM,GAAG,CAAC;QACf,MAAM,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,IAAI,CAAC,EAAE,SAAS,CAAC;KACpB,KAAK,MAAM,SAAS;EAqHsB,CAAC;;IAxI5C,wDAAwD;;IAGxD,mCAAmC;;;;IAGnC,6BAA6B;;IAG7B,yBAAyB;;IAGzB,yCAAyC;;;;;;;;;;;AA6H7C,wBAAyC"}
@@ -0,0 +1,39 @@
1
+ import React from 'react';
2
+ import { EventProps } from "../../blocks/EventBlock";
3
+ import { LinkProps } from "../../typography/Link";
4
+ export declare const EventListComponent: React.FC<{
5
+ /** ID value for targeting section with anchor hashes */
6
+ anchorId?: string | undefined;
7
+ /** Array of event item settings */
8
+ events?: Omit<EventProps, "customTag" | "isInverted" | "onTagClick">[] | undefined;
9
+ /** Section background */
10
+ bgMode?: "inverted" | "full" | undefined;
11
+ /** Function to inject custom tag node */
12
+ customTag?: ((props: {
13
+ key: React.Key;
14
+ name: string;
15
+ isInverted?: boolean;
16
+ isActive?: boolean;
17
+ link?: LinkProps;
18
+ }) => React.ReactNode) | undefined;
19
+ }>;
20
+ declare const _default: React.FC<{
21
+ /** ID value for targeting section with anchor hashes */
22
+ anchorId?: string | undefined;
23
+ /** Array of event item settings */
24
+ events?: Omit<EventProps, "customTag" | "isInverted" | "onTagClick">[] | undefined;
25
+ /** Section background */
26
+ bgMode?: "inverted" | "full" | undefined;
27
+ /** Function to inject custom tag node */
28
+ customTag?: ((props: {
29
+ key: React.Key;
30
+ name: string;
31
+ isInverted?: boolean | undefined;
32
+ isActive?: boolean | undefined;
33
+ link?: LinkProps | undefined;
34
+ }) => React.ReactNode) | undefined;
35
+ } & {
36
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
37
+ }>;
38
+ export default _default;
39
+ //# sourceMappingURL=EventList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventList.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/events/EventList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAmB,EAAE,UAAU,EAAE,gCAAqC;AAGtE,OAAO,EAAE,SAAS,EAAE,8BAAmC;AA6EvD,eAAO,MAAM,kBAAkB;IApD3B,wDAAwD;;IAGxD,mCAAmC;;IAGnC,yBAAyB;;IAGzB,yCAAyC;yBACrB;QAChB,GAAG,EAAE,MAAM,GAAG,CAAC;QACf,MAAM,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,IAAI,CAAC,EAAE,SAAS,CAAC;KACpB,KAAK,MAAM,SAAS;EAoCkB,CAAC;;IApDxC,wDAAwD;;IAGxD,mCAAmC;;IAGnC,yBAAyB;;IAGzB,yCAAyC;;;;;;;;;;;AA4C7C,wBAAuC"}
@@ -0,0 +1,62 @@
1
+ import { EventProps } from "../../blocks/EventBlock";
2
+ import { TagProps } from "../../blocks/Tag";
3
+ import React from 'react';
4
+ export declare type EventItem = Omit<EventProps, 'customTag' | 'isInverted' | 'onTagClick'>;
5
+ export declare const EventOverviewComponent: React.FC<{
6
+ /** ID value for targeting section with anchor hashes */
7
+ anchorId?: string | undefined;
8
+ /** Array of event item settings */
9
+ events?: EventItem[] | undefined;
10
+ /** Tags for events filtering */
11
+ tags?: string[] | undefined;
12
+ /** Initial active tags in filter */
13
+ activeTags?: string[] | undefined;
14
+ /** Text for load more toggle. Only visible if browser doesn't support IntersectionObserver. */
15
+ showMoreText?: string | undefined;
16
+ /** Section background */
17
+ bgMode?: "full" | "inverted" | undefined;
18
+ /**
19
+ * Callback function to handle tag click outside of component
20
+ * If no callback is defined filtering is controlled on client
21
+ * */
22
+ onTagClick?: ((tag: TagProps, insideList?: boolean | undefined) => void) | undefined;
23
+ /** Function to inject custom tag node */
24
+ customTag?: ((props: {
25
+ key: React.Key;
26
+ name: string;
27
+ isInverted?: boolean | undefined;
28
+ isActive?: boolean | undefined;
29
+ clickHandler?: ((ev?: React.SyntheticEvent<HTMLElement, Event> | undefined) => void) | undefined;
30
+ }) => React.ReactNode) | undefined;
31
+ }>;
32
+ declare const _default: React.FC<{
33
+ /** ID value for targeting section with anchor hashes */
34
+ anchorId?: string | undefined;
35
+ /** Array of event item settings */
36
+ events?: EventItem[] | undefined;
37
+ /** Tags for events filtering */
38
+ tags?: string[] | undefined;
39
+ /** Initial active tags in filter */
40
+ activeTags?: string[] | undefined;
41
+ /** Text for load more toggle. Only visible if browser doesn't support IntersectionObserver. */
42
+ showMoreText?: string | undefined;
43
+ /** Section background */
44
+ bgMode?: "full" | "inverted" | undefined;
45
+ /**
46
+ * Callback function to handle tag click outside of component
47
+ * If no callback is defined filtering is controlled on client
48
+ * */
49
+ onTagClick?: ((tag: TagProps, insideList?: boolean | undefined) => void) | undefined;
50
+ /** Function to inject custom tag node */
51
+ customTag?: ((props: {
52
+ key: React.Key;
53
+ name: string;
54
+ isInverted?: boolean | undefined;
55
+ isActive?: boolean | undefined;
56
+ clickHandler?: ((ev?: React.SyntheticEvent<HTMLElement, Event> | undefined) => void) | undefined;
57
+ }) => React.ReactNode) | undefined;
58
+ } & {
59
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
60
+ }>;
61
+ export default _default;
62
+ //# sourceMappingURL=EventOverview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/events/EventOverview.tsx"],"names":[],"mappings":"AAEA,OAAmB,EAAE,UAAU,EAAE,gCAAqC;AACtE,OAAY,EAAE,QAAQ,EAAE,yBAA8B;AAGtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,oBAAY,SAAS,GAAG,IAAI,CACxB,UAAU,EACV,WAAW,GAAG,YAAY,GAAG,YAAY,CAC5C,CAAC;AAuXF,eAAO,MAAM,sBAAsB;IA/T/B,wDAAwD;;IAGxD,mCAAmC;;IAGnC,gCAAgC;;IAGhC,oCAAoC;;IAGpC,+FAA+F;;IAG/F,yBAAyB;;IAGzB;;;SAGK;wBACc,QAAQ,uCAA2B,IAAI;IAE1D,yCAAyC;;aAEhC,MAAM,GAAG;cACR,MAAM;;;uFAG+C,IAAI;UAC7D,MAAM,SAAS;EAgS0B,CAAC;;IA/ThD,wDAAwD;;IAGxD,mCAAmC;;IAGnC,gCAAgC;;IAGhC,oCAAoC;;IAGpC,+FAA+F;;IAG/F,yBAAyB;;IAGzB;;;SAGK;;IAGL,yCAAyC;;;;;;;;;;;AAwS7C,wBAA2C"}
@@ -0,0 +1,65 @@
1
+ import { Language } from "../../blocks/LanguageSwitcher";
2
+ import { LinkProps } from "../../typography/Link";
3
+ import React from 'react';
4
+ export interface SiteLinkGroup {
5
+ title?: string;
6
+ links?: Array<{
7
+ label?: string;
8
+ link?: LinkProps;
9
+ }>;
10
+ }
11
+ export interface FooterState {
12
+ isInverted?: boolean;
13
+ siteLinks?: SiteLinkGroup[];
14
+ bottomLinksLeft?: BottomLink[];
15
+ bottomLinksRight?: BottomLink[];
16
+ languages?: Language[];
17
+ }
18
+ export interface BottomLink {
19
+ label?: string;
20
+ link?: LinkProps;
21
+ }
22
+ export declare const FooterComponent: React.FC<{
23
+ /** ID value for targeting section with anchor hashes */
24
+ anchorId?: string | undefined;
25
+ /** Section background */
26
+ bgMode?: "full" | "inverted" | undefined;
27
+ /** Array of sitelink groups */
28
+ siteLinks?: SiteLinkGroup[] | undefined;
29
+ /** Function to inject custom footer column content */
30
+ customColumn?: ((props: FooterState) => React.ReactNode) | undefined;
31
+ /** Footnote text of main section (richtext) */
32
+ footNote?: string | undefined;
33
+ /** Link list in left bottom bar */
34
+ bottomLinksLeft?: BottomLink[] | undefined;
35
+ /** Link list in right bottom bar */
36
+ bottomLinksRight?: BottomLink[] | undefined;
37
+ /** Language toggler settings */
38
+ languages?: Language[] | undefined;
39
+ /** Inject function to suppress bottom bar or define a custom definition */
40
+ bottomBar?: ((props: FooterState) => React.ReactNode | null) | null | undefined;
41
+ }>;
42
+ declare const _default: React.FC<{
43
+ /** ID value for targeting section with anchor hashes */
44
+ anchorId?: string | undefined;
45
+ /** Section background */
46
+ bgMode?: "full" | "inverted" | undefined;
47
+ /** Array of sitelink groups */
48
+ siteLinks?: SiteLinkGroup[] | undefined;
49
+ /** Function to inject custom footer column content */
50
+ customColumn?: ((props: FooterState) => React.ReactNode) | undefined;
51
+ /** Footnote text of main section (richtext) */
52
+ footNote?: string | undefined;
53
+ /** Link list in left bottom bar */
54
+ bottomLinksLeft?: BottomLink[] | undefined;
55
+ /** Link list in right bottom bar */
56
+ bottomLinksRight?: BottomLink[] | undefined;
57
+ /** Language toggler settings */
58
+ languages?: Language[] | undefined;
59
+ /** Inject function to suppress bottom bar or define a custom definition */
60
+ bottomBar?: ((props: FooterState) => React.ReactNode) | null | undefined;
61
+ } & {
62
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
63
+ }>;
64
+ export default _default;
65
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/footer/Footer.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,sCAA2C;AAE9D,OAAa,EAAE,SAAS,EAAE,8BAAmC;AAC7D,OAAO,KAAkB,MAAM,OAAO,CAAC;AAgEvC,MAAM,WAAW,aAAa;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,WAAW;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,aAAa,EAAE,CAAC;IAC5B,eAAe,CAAC,EAAE,UAAU,EAAE,CAAC;IAC/B,gBAAgB,CAAC,EAAE,UAAU,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,UAAU;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAwKD,eAAO,MAAM,eAAe;IArKxB,wDAAwD;;IAGxD,yBAAyB;;IAGzB,+BAA+B;;IAG/B,sDAAsD;4BAC/B,WAAW,KAAK,MAAM,SAAS;IAEtD,+CAA+C;;IAG/C,mCAAmC;;IAGnC,oCAAoC;;IAGpC,gCAAgC;;IAGhC,2EAA2E;yBACtD,WAAW,KAAK,MAAM,SAAS,GAAG,IAAI;EA4I1B,CAAC;;IArKlC,wDAAwD;;IAGxD,yBAAyB;;IAGzB,+BAA+B;;IAG/B,sDAAsD;;IAGtD,+CAA+C;;IAG/C,mCAAmC;;IAGnC,oCAAoC;;IAGpC,gCAAgC;;IAGhC,2EAA2E;;;;;AA8I/E,wBAAoC"}
@@ -0,0 +1,14 @@
1
+ import React, { FC } from 'react';
2
+ import { Language } from "../../../blocks/LanguageSwitcher";
3
+ import { BottomLink } from '../Footer';
4
+ declare const FooterBottomBar: FC<{
5
+ isInverted?: boolean;
6
+ languages?: Language[];
7
+ linksLeft?: BottomLink[];
8
+ linksRight?: BottomLink[];
9
+ brandIcon?: (isInverted?: boolean) => React.ReactNode;
10
+ languageIcon?: (isInverted?: boolean) => React.ReactNode;
11
+ className?: string;
12
+ }>;
13
+ export default FooterBottomBar;
14
+ //# sourceMappingURL=FooterBottomBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FooterBottomBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/partials/FooterBottomBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,OAAyB,EAAE,QAAQ,EAAE,yCAA2C;AAEhF,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAgBvC,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,UAAU,EAAE,CAAC;IACzB,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACtD,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAwCA,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { SocialItem } from "../../../blocks/SocialList";
2
+ import React, { FC } from 'react';
3
+ declare const FooterColumn: FC<{
4
+ isInverted?: boolean;
5
+ title?: string;
6
+ text?: string;
7
+ action?: (props: {
8
+ isInverted?: boolean;
9
+ }) => React.ReactNode;
10
+ socialTitle?: string;
11
+ socials?: SocialItem[];
12
+ }>;
13
+ export default FooterColumn;
14
+ //# sourceMappingURL=FooterColumn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FooterColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/partials/FooterColumn.tsx"],"names":[],"mappings":"AAAA,OAAmB,EAAE,UAAU,EAAE,mCAAqC;AACtE,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGlC,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;CAC1B,CAoBA,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { default as FooterColumn } from './FooterColumn';
2
+ export { default as FooterBottomBar } from './FooterBottomBar';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/partials/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React, { FC } from 'react';
2
+ declare const FooterArticle: FC<{
3
+ isInverted?: boolean;
4
+ title?: string;
5
+ text?: string;
6
+ action?: (props: {
7
+ isInverted?: boolean;
8
+ }) => React.ReactNode;
9
+ className?: string;
10
+ }>;
11
+ export default FooterArticle;
12
+ //# sourceMappingURL=FooterArticle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FooterArticle.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/skeletons/FooterArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAYlC,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAcA,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { BottomLink } from '../Footer';
3
+ declare const _default: {
4
+ View: React.FC<{
5
+ className?: string | undefined;
6
+ children?: React.ReactNode;
7
+ }>;
8
+ LinkList: React.FC<{
9
+ isInverted?: boolean | undefined;
10
+ links?: BottomLink[] | undefined;
11
+ brandIcon?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
12
+ className?: string | undefined;
13
+ }>;
14
+ };
15
+ export default _default;
16
+ //# sourceMappingURL=FooterBottomGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FooterBottomGrid.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/skeletons/FooterBottomGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAQ3C,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;;;;;;;;;;;;;AAsFvC,wBAGE"}
@@ -0,0 +1,3 @@
1
+ export { default as FooterArticle } from './FooterArticle';
2
+ export { default as FooterBottomGrid } from './FooterBottomGrid';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/footer/skeletons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,13 +1,12 @@
1
1
  import React from 'react';
2
2
  import { DefaultTheme } from 'styled-components';
3
3
  import { Field, FormikErrors } from 'formik';
4
- import Datepicker from "../fields/Datepicker";
4
+ import { LocationData } from "../../fields/LocationField";
5
5
  export interface FormStructure {
6
- [key: string]: Field | Area | Select | Datepicker | FieldGroup | FileUpload;
6
+ [key: string]: Field | Area | Select | Datepicker | Location | FieldGroup | FileUpload;
7
7
  }
8
8
  export interface FormField {
9
9
  isRequired?: boolean;
10
- column?: 'left' | 'right';
11
10
  }
12
11
  export interface Field extends FormField {
13
12
  type: 'Field';
@@ -15,10 +14,6 @@ export interface Field extends FormField {
15
14
  initialValue?: string;
16
15
  placeholder?: string;
17
16
  info?: string;
18
- icon?: {
19
- src: string;
20
- alt?: string;
21
- };
22
17
  validate?: (key: string, value: string, config: Field) => Promise<string>;
23
18
  errorMsg?: string;
24
19
  }
@@ -39,11 +34,11 @@ export interface Select extends FormField {
39
34
  label?: string;
40
35
  }[];
41
36
  info?: string;
42
- icon?: {
43
- src: string;
44
- alt?: string;
45
- };
46
37
  validate?: (key: string, value: string, config: Select) => Promise<string>;
38
+ indicator?: (props: {
39
+ isOpen: boolean;
40
+ isDisabled?: boolean;
41
+ }) => React.ReactNode;
47
42
  errorMsg?: string;
48
43
  }
49
44
  export interface Datepicker extends FormField {
@@ -53,11 +48,11 @@ export interface Datepicker extends FormField {
53
48
  minDate?: Date;
54
49
  maxDate?: Date;
55
50
  singleSelect?: boolean;
56
- icon?: {
57
- src: string;
58
- alt?: string;
59
- };
60
51
  info?: string;
52
+ customIcon?: (props: {
53
+ isInverted?: boolean;
54
+ singleSelect?: boolean;
55
+ }) => React.ReactNode;
61
56
  singleDateError?: string;
62
57
  multiDateError?: string;
63
58
  nextCtrlUrl?: React.ReactNode;
@@ -66,6 +61,20 @@ export interface Datepicker extends FormField {
66
61
  deleteAction?: (handleClick?: (e: React.SyntheticEvent<HTMLButtonElement, Event>) => void) => React.ReactNode;
67
62
  submitAction?: (handleClick?: (e: React.SyntheticEvent<HTMLButtonElement, Event>) => void) => React.ReactNode;
68
63
  }
64
+ export interface Location extends FormField {
65
+ type: 'Location';
66
+ zoom?: number;
67
+ initialMapCenter?: [number, number];
68
+ placeholder?: string;
69
+ info?: string;
70
+ errorMsg?: string;
71
+ customLocationIcon?: (props: {
72
+ isInverted?: boolean;
73
+ }) => React.ReactNode;
74
+ validate?: (key: string, value: LocationData, config: Location) => Promise<string>;
75
+ descriptionTabLabel?: string;
76
+ mapTabLabel?: string;
77
+ }
69
78
  export interface FieldGroup extends FormField {
70
79
  type: 'FieldGroup';
71
80
  groupType: 'Radio' | 'Checkbox';
@@ -75,6 +84,7 @@ export interface FieldGroup extends FormField {
75
84
  }>;
76
85
  validate?: (key: string, value: Array<string> | string, config: FieldGroup) => Promise<string>;
77
86
  errorMsg?: string;
87
+ infoMsg?: string;
78
88
  }
79
89
  export interface FileUpload extends FormField {
80
90
  type: 'Upload';
@@ -82,18 +92,21 @@ export interface FileUpload extends FormField {
82
92
  removeBtnLabel?: string;
83
93
  info?: string;
84
94
  acceptedFormats?: string;
95
+ customUploadIcon?: (isInverted?: boolean) => React.ReactNode;
96
+ customDeleteIcon?: (isInverted?: boolean) => React.ReactNode;
85
97
  validate?: (key: string, value: Array<File>, config: FileUpload) => Promise<string>;
86
98
  errorMsg?: string;
87
99
  }
88
100
  export interface FormData {
89
101
  [key: string]: FormDataTypes | string;
90
102
  }
91
- export declare type FormDataTypes = string | boolean | Array<string> | [Date | null, Date | null] | Array<File>;
92
- declare type FieldTypes = Field | Area | Select | Datepicker | FieldGroup | FileUpload;
103
+ export declare type FormDataTypes = string | boolean | Array<string> | [Date | null, Date | null] | Array<File> | LocationData;
104
+ declare type FieldTypes = Field | Area | Select | Datepicker | Location | FieldGroup | FileUpload;
93
105
  export interface FieldGenerationProps<T extends FieldTypes> {
94
106
  field: T;
95
107
  value: FormDataTypes;
96
108
  error: string;
109
+ info?: string;
97
110
  isTouched: boolean;
98
111
  key: string;
99
112
  isInverted: boolean;
@@ -110,54 +123,72 @@ export interface FieldGenerationProps<T extends FieldTypes> {
110
123
  (e: React.FocusEvent<any>): void;
111
124
  <T = any>(fieldOrEvent: T): T extends string ? (e: any) => void : void;
112
125
  };
126
+ validateOnBlur?: boolean;
127
+ validateOnChange?: boolean;
113
128
  }
114
129
  export declare const DynamicFormComponent: React.FC<{
115
130
  /** ID value for targeting section with anchor hashes */
116
131
  anchorId?: string | undefined;
132
+ /** Field definitions */
117
133
  fields?: FormStructure | undefined;
134
+ /** Callback on form submit */
118
135
  onSubmit?: ((values: FormData) => Promise<void>) | undefined;
136
+ /** Function to inject custom submit button */
119
137
  submitAction?: ((props: {
120
138
  isInverted?: boolean;
121
139
  handleSubmit?: () => Promise<any>;
122
140
  isDisabled?: boolean;
123
141
  }) => React.ReactNode) | undefined;
142
+ /** Comma seperated list of target emails */
124
143
  targetEmails?: string | undefined;
144
+ /** E-Mail subject */
125
145
  subjectLine?: string | undefined;
146
+ /** Section background */
126
147
  bgMode?: "full" | "inverted" | undefined;
148
+ /** Functions to inject custom field components (React nodes) */
127
149
  definitions?: {
128
150
  field?: ((props: FieldGenerationProps<Field>) => React.ReactNode) | undefined;
129
151
  area?: ((props: FieldGenerationProps<Area>) => React.ReactNode) | undefined;
130
152
  select?: ((props: FieldGenerationProps<Select>) => React.ReactNode) | undefined;
131
153
  datepicker?: ((props: FieldGenerationProps<Datepicker>) => React.ReactNode) | undefined;
154
+ location?: ((props: FieldGenerationProps<Location>) => React.ReactNode) | undefined;
132
155
  checkbox?: ((props: FieldGenerationProps<FieldGroup>) => React.ReactNode) | undefined;
133
156
  radio?: ((props: FieldGenerationProps<FieldGroup>) => React.ReactNode) | undefined;
134
- upload?: ((props: FieldGenerationProps<FieldGroup>) => React.ReactNode) | undefined;
157
+ upload?: ((props: FieldGenerationProps<FileUpload>) => React.ReactNode) | undefined;
135
158
  } | undefined;
136
159
  }>;
137
160
  declare const _default: React.FC<{
138
161
  /** ID value for targeting section with anchor hashes */
139
162
  anchorId?: string | undefined;
163
+ /** Field definitions */
140
164
  fields?: FormStructure | undefined;
165
+ /** Callback on form submit */
141
166
  onSubmit?: ((values: FormData) => Promise<void>) | undefined;
167
+ /** Function to inject custom submit button */
142
168
  submitAction?: ((props: {
143
169
  isInverted?: boolean | undefined;
144
170
  handleSubmit?: (() => Promise<any>) | undefined;
145
171
  isDisabled?: boolean | undefined;
146
172
  }) => React.ReactNode) | undefined;
173
+ /** Comma seperated list of target emails */
147
174
  targetEmails?: string | undefined;
175
+ /** E-Mail subject */
148
176
  subjectLine?: string | undefined;
177
+ /** Section background */
149
178
  bgMode?: "full" | "inverted" | undefined;
179
+ /** Functions to inject custom field components (React nodes) */
150
180
  definitions?: {
151
181
  field?: ((props: FieldGenerationProps<Field>) => React.ReactNode) | undefined;
152
182
  area?: ((props: FieldGenerationProps<Area>) => React.ReactNode) | undefined;
153
183
  select?: ((props: FieldGenerationProps<Select>) => React.ReactNode) | undefined;
154
184
  datepicker?: ((props: FieldGenerationProps<Datepicker>) => React.ReactNode) | undefined;
185
+ location?: ((props: FieldGenerationProps<Location>) => React.ReactNode) | undefined;
155
186
  checkbox?: ((props: FieldGenerationProps<FieldGroup>) => React.ReactNode) | undefined;
156
187
  radio?: ((props: FieldGenerationProps<FieldGroup>) => React.ReactNode) | undefined;
157
- upload?: ((props: FieldGenerationProps<FieldGroup>) => React.ReactNode) | undefined;
188
+ upload?: ((props: FieldGenerationProps<FileUpload>) => React.ReactNode) | undefined;
158
189
  } | undefined;
159
190
  } & {
160
- theme?: import("../../utils/LibThemeProvider").RecursivePartial<DefaultTheme> | undefined;
191
+ theme?: import("../../../utils/types").RecursivePartial<DefaultTheme> | undefined;
161
192
  }>;
162
193
  export default _default;
163
194
  //# sourceMappingURL=DynamicForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/form/DynamicForm.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Area, FieldGenerationProps } from '../DynamicForm';
3
+ declare const renderAreaField: ({ field, key, value, error, isTouched, isInverted, handleChange, handleBlur, }: FieldGenerationProps<Area>) => JSX.Element;
4
+ export default renderAreaField;
5
+ //# sourceMappingURL=areaRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"areaRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/areaRenderer.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,QAAA,MAAM,eAAe,mFASlB,qBAAqB,IAAI,CAAC,gBAa5B,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Datepicker, FieldGenerationProps } from '../DynamicForm';
3
+ declare const renderDatepickerField: ({ key, field, value, error, isTouched, isInverted, setField, setTouched, validateField, }: FieldGenerationProps<Datepicker>) => JSX.Element;
4
+ export default renderDatepickerField;
5
+ //# sourceMappingURL=datepickerRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datepickerRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/datepickerRenderer.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAIlE,QAAA,MAAM,qBAAqB,8FAUxB,qBAAqB,UAAU,CAAC,gBA6ClC,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { FieldGenerationProps, FieldGroup } from '../DynamicForm';
3
+ export declare const renderRadioGroupField: ({ key, field, value, error, isTouched, isInverted, info, setField, }: FieldGenerationProps<FieldGroup>) => JSX.Element;
4
+ export declare const renderCheckboxGroupField: ({ field, key, isInverted, value, isTouched, error, info, setTouched, validateField, setField, }: FieldGenerationProps<FieldGroup>) => JSX.Element;
5
+ //# sourceMappingURL=fieldGroupRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldGroupRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/fieldGroupRenderer.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAsBlE,eAAO,MAAM,qBAAqB,yEAS/B,qBAAqB,UAAU,CAAC,gBAwClC,CAAC;AAEF,eAAO,MAAM,wBAAwB,oGAWlC,qBAAqB,UAAU,CAAC,gBAuDlC,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Field, FieldGenerationProps } from '../DynamicForm';
3
+ declare const renderField: ({ field, key, value, error, isTouched, handleChange, handleBlur, isInverted, }: FieldGenerationProps<Field>) => JSX.Element;
4
+ export default renderField;
5
+ //# sourceMappingURL=fieldRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/fieldRenderer.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE7D,QAAA,MAAM,WAAW,mFASd,qBAAqB,KAAK,CAAC,gBAc7B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { FieldGenerationProps } from '../DynamicForm';
3
+ import { Location } from '../DynamicForm';
4
+ declare const renderLocationField: ({ key, field, value, error, isTouched, isInverted, setField, setTouched, }: FieldGenerationProps<Location>) => JSX.Element;
5
+ export default renderLocationField;
6
+ //# sourceMappingURL=locationRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locationRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/locationRenderer.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,QAAA,MAAM,mBAAmB,+EAStB,qBAAqB,QAAQ,CAAC,gBAkChC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Select, FieldGenerationProps } from '../DynamicForm';
3
+ declare const renderSelectField: ({ field, key, value, error, isTouched, isInverted, setField, setTouched, validateField, validateOnChange, validateOnBlur, }: FieldGenerationProps<Select>) => JSX.Element;
4
+ export default renderSelectField;
5
+ //# sourceMappingURL=selectRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selectRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/selectRenderer.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE9D,QAAA,MAAM,iBAAiB,gIAYpB,qBAAqB,MAAM,CAAC,gBAkB9B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { FileUpload, FieldGenerationProps } from '../DynamicForm';
3
+ declare const renderUploadField: ({ field, key, error, isTouched, isInverted, setField, }: FieldGenerationProps<FileUpload>) => JSX.Element;
4
+ export default renderUploadField;
5
+ //# sourceMappingURL=uploadRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uploadRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/renderer/uploadRenderer.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAElE,QAAA,MAAM,iBAAiB,4DAOpB,qBAAqB,UAAU,CAAC,gBAgBlC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Area } from '../DynamicForm';
2
+ declare const areaValidator: (key: string, value: string, config: Area) => Promise<string>;
3
+ export default areaValidator;
4
+ //# sourceMappingURL=areaValidator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"areaValidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/validators/areaValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,QAAA,MAAM,aAAa,QAAe,MAAM,SAAS,MAAM,UAAU,IAAI,oBAQpE,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Datepicker } from '../DynamicForm';
2
+ declare const datepickerValidator: (key: string, value: [Date | null, Date | null], config: Datepicker) => Promise<string>;
3
+ export default datepickerValidator;
4
+ //# sourceMappingURL=datepickerValidator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"datepickerValidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/validators/datepickerValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,QAAA,MAAM,mBAAmB,QAChB,MAAM,SACJ,CAAC,IAAI,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC,UACzB,UAAU,oBAgBrB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FieldGroup } from '../DynamicForm';
2
+ declare const fieldGroupValidator: (key: string, value: Array<string> | string, config: FieldGroup) => Promise<string>;
3
+ export default fieldGroupValidator;
4
+ //# sourceMappingURL=fieldGroupValidator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldGroupValidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/validators/fieldGroupValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,QAAA,MAAM,mBAAmB,QAChB,MAAM,SACJ,MAAM,MAAM,CAAC,GAAG,MAAM,UACrB,UAAU,oBAgBrB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Field } from '../DynamicForm';
2
+ declare const fieldValidator: (key: string, value: string, config: Field) => Promise<string>;
3
+ export default fieldValidator;
4
+ //# sourceMappingURL=fieldValidator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fieldValidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/validators/fieldValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,QAAA,MAAM,cAAc,QAAe,MAAM,SAAS,MAAM,UAAU,KAAK,oBA8BtE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { LocationData } from "../../../fields/LocationField";
2
+ import { Location } from '../DynamicForm';
3
+ declare const locationValidator: (key: string, value: LocationData, config: Location) => Promise<string>;
4
+ export default locationValidator;
5
+ //# sourceMappingURL=locationValidator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locationValidator.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/form/validators/locationValidator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,sCAAwC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,QAAA,MAAM,iBAAiB,QACd,MAAM,SACJ,YAAY,UACX,QAAQ,oBAcnB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Select } from '../DynamicForm';
2
+ declare const selectValidator: (key: string, value: string, config: Select) => Promise<string>;
3
+ export default selectValidator;
4
+ //# sourceMappingURL=selectValidator.d.ts.map