@redneckz/wildless-cms-uni-blocks 0.14.600 → 0.14.602

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 (589) hide show
  1. package/bundle/EventBus/EventBus.d.ts +4 -17
  2. package/bundle/EventBus/defaultEventBus.d.ts +13 -2
  3. package/bundle/EventBus/useLatestEvent.d.ts +2 -0
  4. package/bundle/api/RetailApi/RetailApi.d.ts +1 -0
  5. package/bundle/blocks.schema.json +1 -1
  6. package/bundle/bundle.umd.js +243 -258
  7. package/bundle/bundle.umd.min.js +1 -1
  8. package/bundle/components/ApplicationLeadForm/consents.d.ts +7 -1
  9. package/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +11 -9
  10. package/bundle/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -0
  11. package/bundle/hooks/useLocation.d.ts +1 -2
  12. package/bundle/model/LinkProps.d.ts +3 -1
  13. package/bundle/ui-kit/Checkbox/CheckboxWithDoc.d.ts +6 -0
  14. package/bundle/ui-kit/Checkbox/getDocument.d.ts +1 -0
  15. package/bundle/ui-kit/Foldable/Foldable.d.ts +1 -11
  16. package/bundle/ui-kit/FormField/Fields/ConsentField.d.ts +2 -0
  17. package/dist/EventBus/EventBus.d.ts +4 -17
  18. package/dist/EventBus/EventBus.js +10 -29
  19. package/dist/EventBus/EventBus.js.map +1 -1
  20. package/dist/EventBus/defaultEventBus.d.ts +13 -2
  21. package/dist/EventBus/defaultEventBus.js.map +1 -1
  22. package/dist/EventBus/useLatestEvent.d.ts +2 -0
  23. package/dist/EventBus/useLatestEvent.js +11 -0
  24. package/dist/EventBus/useLatestEvent.js.map +1 -0
  25. package/dist/api/RetailApi/RetailApi.d.ts +1 -0
  26. package/dist/api/RetailApi/RetailApi.js +1 -0
  27. package/dist/api/RetailApi/RetailApi.js.map +1 -1
  28. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -2
  29. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  30. package/dist/components/ApplicationLeadForm/GroupedConsents.js +1 -1
  31. package/dist/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
  32. package/dist/components/ApplicationLeadForm/consents.d.ts +7 -1
  33. package/dist/components/ApplicationLeadForm/consents.js +33 -10
  34. package/dist/components/ApplicationLeadForm/consents.js.map +1 -1
  35. package/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +11 -9
  36. package/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  37. package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +8 -7
  38. package/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  39. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +25 -11
  40. package/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  41. package/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -0
  42. package/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.js +2 -0
  43. package/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.js.map +1 -0
  44. package/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  45. package/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  46. package/dist/components/Header/HeaderSecondaryMenu.js +1 -1
  47. package/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  48. package/dist/components/OfficesAtmsMap/AtmsMap.js +1 -1
  49. package/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  50. package/dist/components/OfficesAtmsMap/OfficesMap.js +1 -1
  51. package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  52. package/dist/components/StickyBottomMenu/BurgerMenuDialog.js +1 -1
  53. package/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  54. package/dist/hooks/useLocation.d.ts +1 -2
  55. package/dist/hooks/useLocation.js +33 -27
  56. package/dist/hooks/useLocation.js.map +1 -1
  57. package/dist/hooks/useRegions.js +1 -3
  58. package/dist/hooks/useRegions.js.map +1 -1
  59. package/dist/model/LinkProps.d.ts +3 -1
  60. package/dist/ui-kit/Checkbox/CheckboxWithDoc.d.ts +6 -0
  61. package/dist/ui-kit/Checkbox/CheckboxWithDoc.js +21 -0
  62. package/dist/ui-kit/Checkbox/CheckboxWithDoc.js.map +1 -0
  63. package/dist/ui-kit/Checkbox/getDocument.d.ts +1 -0
  64. package/dist/ui-kit/Checkbox/getDocument.js +9 -0
  65. package/dist/ui-kit/Checkbox/getDocument.js.map +1 -0
  66. package/dist/ui-kit/DialogManager/useDialogManager.js +3 -3
  67. package/dist/ui-kit/DialogManager/useDialogManager.js.map +1 -1
  68. package/dist/ui-kit/DialogManager/useDialogsList.js +1 -1
  69. package/dist/ui-kit/DialogManager/useDialogsList.js.map +1 -1
  70. package/dist/ui-kit/Foldable/Foldable.d.ts +1 -11
  71. package/dist/ui-kit/Foldable/Foldable.js +2 -10
  72. package/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  73. package/dist/ui-kit/FormField/Fields/ConsentField.d.ts +2 -0
  74. package/dist/ui-kit/FormField/Fields/ConsentField.js +10 -0
  75. package/dist/ui-kit/FormField/Fields/ConsentField.js.map +1 -0
  76. package/dist/ui-kit/FormField/constants.js +0 -1
  77. package/dist/ui-kit/FormField/constants.js.map +1 -1
  78. package/dist/ui-kit/FormField/getField.js +10 -17
  79. package/dist/ui-kit/FormField/getField.js.map +1 -1
  80. package/dist/ui-kit/FormField/getValidation.js +0 -1
  81. package/dist/ui-kit/FormField/getValidation.js.map +1 -1
  82. package/dist/ui-kit/LocationDialog/LocationDialog.js +12 -9
  83. package/dist/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
  84. package/dist/ui-kit/PopupManager/PopupManager.js +1 -1
  85. package/dist/ui-kit/PopupManager/PopupManager.js.map +1 -1
  86. package/dist/ui-kit/PopupManager/usePopupManager.js +3 -3
  87. package/dist/ui-kit/PopupManager/usePopupManager.js.map +1 -1
  88. package/lib/EventBus/EventBus.d.ts +4 -17
  89. package/lib/EventBus/EventBus.js +10 -29
  90. package/lib/EventBus/EventBus.js.map +1 -1
  91. package/lib/EventBus/defaultEventBus.d.ts +13 -2
  92. package/lib/EventBus/defaultEventBus.js.map +1 -1
  93. package/lib/EventBus/useLatestEvent.d.ts +2 -0
  94. package/lib/EventBus/useLatestEvent.js +8 -0
  95. package/lib/EventBus/useLatestEvent.js.map +1 -0
  96. package/lib/api/RetailApi/RetailApi.d.ts +1 -0
  97. package/lib/api/RetailApi/RetailApi.js +1 -0
  98. package/lib/api/RetailApi/RetailApi.js.map +1 -1
  99. package/lib/common.css +1 -1
  100. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -2
  101. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  102. package/lib/components/ApplicationLeadForm/GroupedConsents.js +1 -1
  103. package/lib/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
  104. package/lib/components/ApplicationLeadForm/consents.d.ts +7 -1
  105. package/lib/components/ApplicationLeadForm/consents.js +33 -10
  106. package/lib/components/ApplicationLeadForm/consents.js.map +1 -1
  107. package/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +11 -9
  108. package/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  109. package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +8 -7
  110. package/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  111. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +26 -12
  112. package/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  113. package/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -0
  114. package/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.js +2 -0
  115. package/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.js.map +1 -0
  116. package/lib/components/ExchangeRateTile/ExchangeRateTile.js +2 -2
  117. package/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  118. package/lib/components/Header/HeaderSecondaryMenu.js +2 -2
  119. package/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  120. package/lib/components/OfficesAtmsMap/AtmsMap.js +2 -2
  121. package/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  122. package/lib/components/OfficesAtmsMap/OfficesMap.js +2 -2
  123. package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  124. package/lib/components/StickyBottomMenu/BurgerMenuDialog.js +2 -2
  125. package/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  126. package/lib/hooks/useLocation.d.ts +1 -2
  127. package/lib/hooks/useLocation.js +33 -26
  128. package/lib/hooks/useLocation.js.map +1 -1
  129. package/lib/hooks/useRegions.js +1 -3
  130. package/lib/hooks/useRegions.js.map +1 -1
  131. package/lib/model/LinkProps.d.ts +3 -1
  132. package/lib/ui-kit/Checkbox/CheckboxWithDoc.d.ts +6 -0
  133. package/lib/ui-kit/Checkbox/CheckboxWithDoc.js +19 -0
  134. package/lib/ui-kit/Checkbox/CheckboxWithDoc.js.map +1 -0
  135. package/lib/ui-kit/Checkbox/getDocument.d.ts +1 -0
  136. package/lib/ui-kit/Checkbox/getDocument.js +6 -0
  137. package/lib/ui-kit/Checkbox/getDocument.js.map +1 -0
  138. package/lib/ui-kit/DialogManager/useDialogManager.js +3 -3
  139. package/lib/ui-kit/DialogManager/useDialogManager.js.map +1 -1
  140. package/lib/ui-kit/DialogManager/useDialogsList.js +1 -1
  141. package/lib/ui-kit/DialogManager/useDialogsList.js.map +1 -1
  142. package/lib/ui-kit/Foldable/Foldable.d.ts +1 -11
  143. package/lib/ui-kit/Foldable/Foldable.js +2 -10
  144. package/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  145. package/lib/ui-kit/FormField/Fields/ConsentField.d.ts +2 -0
  146. package/lib/ui-kit/FormField/Fields/ConsentField.js +8 -0
  147. package/lib/ui-kit/FormField/Fields/ConsentField.js.map +1 -0
  148. package/lib/ui-kit/FormField/constants.js +0 -1
  149. package/lib/ui-kit/FormField/constants.js.map +1 -1
  150. package/lib/ui-kit/FormField/getField.js +10 -17
  151. package/lib/ui-kit/FormField/getField.js.map +1 -1
  152. package/lib/ui-kit/FormField/getValidation.js +0 -1
  153. package/lib/ui-kit/FormField/getValidation.js.map +1 -1
  154. package/lib/ui-kit/LocationDialog/LocationDialog.js +13 -10
  155. package/lib/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
  156. package/lib/ui-kit/PopupManager/PopupManager.js +1 -1
  157. package/lib/ui-kit/PopupManager/PopupManager.js.map +1 -1
  158. package/lib/ui-kit/PopupManager/usePopupManager.js +3 -3
  159. package/lib/ui-kit/PopupManager/usePopupManager.js.map +1 -1
  160. package/mobile/bundle/EventBus/EventBus.d.ts +4 -17
  161. package/mobile/bundle/EventBus/defaultEventBus.d.ts +13 -2
  162. package/mobile/bundle/EventBus/useLatestEvent.d.ts +2 -0
  163. package/mobile/bundle/api/RetailApi/RetailApi.d.ts +1 -0
  164. package/mobile/bundle/bundle.umd.js +243 -258
  165. package/mobile/bundle/bundle.umd.min.js +1 -1
  166. package/mobile/bundle/components/ApplicationLeadForm/consents.d.ts +7 -1
  167. package/mobile/bundle/components/ApplicationLeadForm/getInitialFormState.d.ts +11 -9
  168. package/mobile/bundle/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -0
  169. package/mobile/bundle/hooks/useLocation.d.ts +1 -2
  170. package/mobile/bundle/model/LinkProps.d.ts +3 -1
  171. package/mobile/bundle/ui-kit/Checkbox/CheckboxWithDoc.d.ts +6 -0
  172. package/mobile/bundle/ui-kit/Checkbox/getDocument.d.ts +1 -0
  173. package/mobile/bundle/ui-kit/Foldable/Foldable.d.ts +1 -11
  174. package/mobile/bundle/ui-kit/FormField/Fields/ConsentField.d.ts +2 -0
  175. package/mobile/dist/EventBus/EventBus.d.ts +4 -17
  176. package/mobile/dist/EventBus/EventBus.js +10 -29
  177. package/mobile/dist/EventBus/EventBus.js.map +1 -1
  178. package/mobile/dist/EventBus/defaultEventBus.d.ts +13 -2
  179. package/mobile/dist/EventBus/defaultEventBus.js.map +1 -1
  180. package/mobile/dist/EventBus/useLatestEvent.d.ts +2 -0
  181. package/mobile/dist/EventBus/useLatestEvent.js +11 -0
  182. package/mobile/dist/EventBus/useLatestEvent.js.map +1 -0
  183. package/mobile/dist/api/RetailApi/RetailApi.d.ts +1 -0
  184. package/mobile/dist/api/RetailApi/RetailApi.js +1 -0
  185. package/mobile/dist/api/RetailApi/RetailApi.js.map +1 -1
  186. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -2
  187. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  188. package/mobile/dist/components/ApplicationLeadForm/GroupedConsents.js +1 -1
  189. package/mobile/dist/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
  190. package/mobile/dist/components/ApplicationLeadForm/consents.d.ts +7 -1
  191. package/mobile/dist/components/ApplicationLeadForm/consents.js +33 -10
  192. package/mobile/dist/components/ApplicationLeadForm/consents.js.map +1 -1
  193. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.d.ts +11 -9
  194. package/mobile/dist/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  195. package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js +8 -7
  196. package/mobile/dist/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  197. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js +25 -11
  198. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  199. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -0
  200. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.js +2 -0
  201. package/mobile/dist/components/CarouselTariffsCard/CarouselTariffsCardAction.js.map +1 -0
  202. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js +1 -1
  203. package/mobile/dist/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  204. package/mobile/dist/components/Header/HeaderSecondaryMenu.js +1 -1
  205. package/mobile/dist/components/Header/HeaderSecondaryMenu.js.map +1 -1
  206. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js +1 -1
  207. package/mobile/dist/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  208. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js +1 -1
  209. package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  210. package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js +1 -1
  211. package/mobile/dist/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  212. package/mobile/dist/hooks/useLocation.d.ts +1 -2
  213. package/mobile/dist/hooks/useLocation.js +33 -27
  214. package/mobile/dist/hooks/useLocation.js.map +1 -1
  215. package/mobile/dist/hooks/useRegions.js +1 -3
  216. package/mobile/dist/hooks/useRegions.js.map +1 -1
  217. package/mobile/dist/model/LinkProps.d.ts +3 -1
  218. package/mobile/dist/ui-kit/Checkbox/CheckboxWithDoc.d.ts +6 -0
  219. package/mobile/dist/ui-kit/Checkbox/CheckboxWithDoc.js +21 -0
  220. package/mobile/dist/ui-kit/Checkbox/CheckboxWithDoc.js.map +1 -0
  221. package/mobile/dist/ui-kit/Checkbox/getDocument.d.ts +1 -0
  222. package/mobile/dist/ui-kit/Checkbox/getDocument.js +9 -0
  223. package/mobile/dist/ui-kit/Checkbox/getDocument.js.map +1 -0
  224. package/mobile/dist/ui-kit/DialogManager/useDialogManager.js +3 -3
  225. package/mobile/dist/ui-kit/DialogManager/useDialogManager.js.map +1 -1
  226. package/mobile/dist/ui-kit/DialogManager/useDialogsList.js +1 -1
  227. package/mobile/dist/ui-kit/DialogManager/useDialogsList.js.map +1 -1
  228. package/mobile/dist/ui-kit/Foldable/Foldable.d.ts +1 -11
  229. package/mobile/dist/ui-kit/Foldable/Foldable.js +2 -10
  230. package/mobile/dist/ui-kit/Foldable/Foldable.js.map +1 -1
  231. package/mobile/dist/ui-kit/FormField/Fields/ConsentField.d.ts +2 -0
  232. package/mobile/dist/ui-kit/FormField/Fields/ConsentField.js +10 -0
  233. package/mobile/dist/ui-kit/FormField/Fields/ConsentField.js.map +1 -0
  234. package/mobile/dist/ui-kit/FormField/constants.js +0 -1
  235. package/mobile/dist/ui-kit/FormField/constants.js.map +1 -1
  236. package/mobile/dist/ui-kit/FormField/getField.js +10 -17
  237. package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
  238. package/mobile/dist/ui-kit/FormField/getValidation.js +0 -1
  239. package/mobile/dist/ui-kit/FormField/getValidation.js.map +1 -1
  240. package/mobile/dist/ui-kit/LocationDialog/LocationDialog.js +12 -9
  241. package/mobile/dist/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
  242. package/mobile/dist/ui-kit/PopupManager/PopupManager.js +1 -1
  243. package/mobile/dist/ui-kit/PopupManager/PopupManager.js.map +1 -1
  244. package/mobile/dist/ui-kit/PopupManager/usePopupManager.js +3 -3
  245. package/mobile/dist/ui-kit/PopupManager/usePopupManager.js.map +1 -1
  246. package/mobile/lib/EventBus/EventBus.d.ts +4 -17
  247. package/mobile/lib/EventBus/EventBus.js +10 -29
  248. package/mobile/lib/EventBus/EventBus.js.map +1 -1
  249. package/mobile/lib/EventBus/defaultEventBus.d.ts +13 -2
  250. package/mobile/lib/EventBus/defaultEventBus.js.map +1 -1
  251. package/mobile/lib/EventBus/useLatestEvent.d.ts +2 -0
  252. package/mobile/lib/EventBus/useLatestEvent.js +8 -0
  253. package/mobile/lib/EventBus/useLatestEvent.js.map +1 -0
  254. package/mobile/lib/api/RetailApi/RetailApi.d.ts +1 -0
  255. package/mobile/lib/api/RetailApi/RetailApi.js +1 -0
  256. package/mobile/lib/api/RetailApi/RetailApi.js.map +1 -1
  257. package/mobile/lib/common.css +1 -1
  258. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +2 -2
  259. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  260. package/mobile/lib/components/ApplicationLeadForm/GroupedConsents.js +1 -1
  261. package/mobile/lib/components/ApplicationLeadForm/GroupedConsents.js.map +1 -1
  262. package/mobile/lib/components/ApplicationLeadForm/consents.d.ts +7 -1
  263. package/mobile/lib/components/ApplicationLeadForm/consents.js +33 -10
  264. package/mobile/lib/components/ApplicationLeadForm/consents.js.map +1 -1
  265. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.d.ts +11 -9
  266. package/mobile/lib/components/ApplicationLeadForm/getInitialFormState.js.map +1 -1
  267. package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js +8 -7
  268. package/mobile/lib/components/ApplicationLeadForm/useApplicationLeadApi.js.map +1 -1
  269. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js +26 -12
  270. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCard.js.map +1 -1
  271. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.d.ts +6 -0
  272. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.js +2 -0
  273. package/mobile/lib/components/CarouselTariffsCard/CarouselTariffsCardAction.js.map +1 -0
  274. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js +2 -2
  275. package/mobile/lib/components/ExchangeRateTile/ExchangeRateTile.js.map +1 -1
  276. package/mobile/lib/components/Header/HeaderSecondaryMenu.js +2 -2
  277. package/mobile/lib/components/Header/HeaderSecondaryMenu.js.map +1 -1
  278. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js +2 -2
  279. package/mobile/lib/components/OfficesAtmsMap/AtmsMap.js.map +1 -1
  280. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js +2 -2
  281. package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
  282. package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js +2 -2
  283. package/mobile/lib/components/StickyBottomMenu/BurgerMenuDialog.js.map +1 -1
  284. package/mobile/lib/hooks/useLocation.d.ts +1 -2
  285. package/mobile/lib/hooks/useLocation.js +33 -26
  286. package/mobile/lib/hooks/useLocation.js.map +1 -1
  287. package/mobile/lib/hooks/useRegions.js +1 -3
  288. package/mobile/lib/hooks/useRegions.js.map +1 -1
  289. package/mobile/lib/model/LinkProps.d.ts +3 -1
  290. package/mobile/lib/ui-kit/Checkbox/CheckboxWithDoc.d.ts +6 -0
  291. package/mobile/lib/ui-kit/Checkbox/CheckboxWithDoc.js +19 -0
  292. package/mobile/lib/ui-kit/Checkbox/CheckboxWithDoc.js.map +1 -0
  293. package/mobile/lib/ui-kit/Checkbox/getDocument.d.ts +1 -0
  294. package/mobile/lib/ui-kit/Checkbox/getDocument.js +6 -0
  295. package/mobile/lib/ui-kit/Checkbox/getDocument.js.map +1 -0
  296. package/mobile/lib/ui-kit/DialogManager/useDialogManager.js +3 -3
  297. package/mobile/lib/ui-kit/DialogManager/useDialogManager.js.map +1 -1
  298. package/mobile/lib/ui-kit/DialogManager/useDialogsList.js +1 -1
  299. package/mobile/lib/ui-kit/DialogManager/useDialogsList.js.map +1 -1
  300. package/mobile/lib/ui-kit/Foldable/Foldable.d.ts +1 -11
  301. package/mobile/lib/ui-kit/Foldable/Foldable.js +2 -10
  302. package/mobile/lib/ui-kit/Foldable/Foldable.js.map +1 -1
  303. package/mobile/lib/ui-kit/FormField/Fields/ConsentField.d.ts +2 -0
  304. package/mobile/lib/ui-kit/FormField/Fields/ConsentField.js +8 -0
  305. package/mobile/lib/ui-kit/FormField/Fields/ConsentField.js.map +1 -0
  306. package/mobile/lib/ui-kit/FormField/constants.js +0 -1
  307. package/mobile/lib/ui-kit/FormField/constants.js.map +1 -1
  308. package/mobile/lib/ui-kit/FormField/getField.js +10 -17
  309. package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
  310. package/mobile/lib/ui-kit/FormField/getValidation.js +0 -1
  311. package/mobile/lib/ui-kit/FormField/getValidation.js.map +1 -1
  312. package/mobile/lib/ui-kit/LocationDialog/LocationDialog.js +13 -10
  313. package/mobile/lib/ui-kit/LocationDialog/LocationDialog.js.map +1 -1
  314. package/mobile/lib/ui-kit/PopupManager/PopupManager.js +1 -1
  315. package/mobile/lib/ui-kit/PopupManager/PopupManager.js.map +1 -1
  316. package/mobile/lib/ui-kit/PopupManager/usePopupManager.js +3 -3
  317. package/mobile/lib/ui-kit/PopupManager/usePopupManager.js.map +1 -1
  318. package/mobile/src/EventBus/EventBus.ts +15 -51
  319. package/mobile/src/EventBus/defaultEventBus.ts +14 -2
  320. package/mobile/src/EventBus/useLatestEvent.ts +16 -0
  321. package/mobile/src/api/RetailApi/RetailApi.ts +1 -0
  322. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +2 -2
  323. package/mobile/src/components/ApplicationLeadForm/GroupedConsents.tsx +1 -0
  324. package/mobile/src/components/ApplicationLeadForm/consents.ts +40 -10
  325. package/mobile/src/components/ApplicationLeadForm/getInitialFormState.tsx +12 -9
  326. package/mobile/src/components/ApplicationLeadForm/useApplicationLeadApi.ts +14 -7
  327. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +66 -23
  328. package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCardAction.ts +6 -0
  329. package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.tsx +2 -2
  330. package/mobile/src/components/Header/HeaderSecondaryMenu.tsx +2 -2
  331. package/mobile/src/components/OfficesAtmsMap/AtmsMap.tsx +3 -2
  332. package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -2
  333. package/mobile/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +2 -2
  334. package/mobile/src/hooks/useLocation.ts +44 -30
  335. package/mobile/src/hooks/useRegions.ts +1 -4
  336. package/mobile/src/model/LinkProps.ts +4 -1
  337. package/mobile/src/ui-kit/Checkbox/CheckboxWithDoc.tsx +48 -0
  338. package/mobile/src/ui-kit/Checkbox/getDocument.ts +7 -0
  339. package/mobile/src/ui-kit/DialogManager/useDialogManager.ts +3 -3
  340. package/mobile/src/ui-kit/DialogManager/useDialogsList.ts +1 -1
  341. package/mobile/src/ui-kit/Foldable/Foldable.tsx +5 -21
  342. package/mobile/src/ui-kit/FormField/Fields/ConsentField.tsx +16 -0
  343. package/mobile/src/ui-kit/FormField/constants.tsx +0 -1
  344. package/mobile/src/ui-kit/FormField/getField.tsx +11 -19
  345. package/mobile/src/ui-kit/FormField/getValidation.tsx +0 -1
  346. package/mobile/src/ui-kit/LocationDialog/LocationDialog.tsx +25 -13
  347. package/mobile/src/ui-kit/PopupManager/PopupManager.tsx +1 -1
  348. package/mobile/src/ui-kit/PopupManager/usePopupManager.tsx +3 -3
  349. package/package.json +1 -1
  350. package/src/EventBus/EventBus.ts +15 -51
  351. package/src/EventBus/defaultEventBus.ts +14 -2
  352. package/src/EventBus/useLatestEvent.ts +16 -0
  353. package/src/api/RetailApi/RetailApi.ts +1 -0
  354. package/src/components/ApplicationLeadForm/ApplicationLeadForm.fixture.tsx +1 -1
  355. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +2 -2
  356. package/src/components/ApplicationLeadForm/GroupedConsents.tsx +1 -0
  357. package/src/components/ApplicationLeadForm/consents.ts +40 -10
  358. package/src/components/ApplicationLeadForm/getInitialFormState.tsx +12 -9
  359. package/src/components/ApplicationLeadForm/useApplicationLeadApi.ts +14 -7
  360. package/src/components/CarouselTariffsCard/CarouselTariffsCard.tsx +66 -23
  361. package/src/components/CarouselTariffsCard/CarouselTariffsCardAction.ts +6 -0
  362. package/src/components/ExchangeRateTile/ExchangeRateTile.tsx +2 -2
  363. package/src/components/Header/HeaderSecondaryMenu.tsx +2 -2
  364. package/src/components/OfficesAtmsMap/AtmsMap.tsx +3 -2
  365. package/src/components/OfficesAtmsMap/OfficesMap.tsx +2 -2
  366. package/src/components/StickyBottomMenu/BurgerMenuDialog.tsx +2 -2
  367. package/src/hooks/useLocation.ts +44 -30
  368. package/src/hooks/useRegions.ts +1 -4
  369. package/src/model/LinkProps.ts +4 -1
  370. package/src/ui-kit/Checkbox/CheckboxWithDoc.tsx +48 -0
  371. package/src/ui-kit/Checkbox/getDocument.ts +7 -0
  372. package/src/ui-kit/DialogManager/useDialogManager.ts +3 -3
  373. package/src/ui-kit/DialogManager/useDialogsList.ts +1 -1
  374. package/src/ui-kit/Foldable/Foldable.tsx +5 -21
  375. package/src/ui-kit/FormField/Fields/ConsentField.tsx +16 -0
  376. package/src/ui-kit/FormField/constants.tsx +0 -1
  377. package/src/ui-kit/FormField/getField.tsx +11 -19
  378. package/src/ui-kit/FormField/getValidation.tsx +0 -1
  379. package/src/ui-kit/LocationDialog/LocationDialog.tsx +25 -13
  380. package/src/ui-kit/PopupManager/PopupManager.tsx +1 -1
  381. package/src/ui-kit/PopupManager/usePopupManager.tsx +3 -3
  382. package/bundle/EventBus/useSubject.d.ts +0 -2
  383. package/bundle/EventBus/useSubjectState.d.ts +0 -2
  384. package/bundle/components/CarouselTariffsCard/CardCellsSection.d.ts +0 -9
  385. package/bundle/components/CarouselTariffsCard/carouselTariffsCardEventBus.d.ts +0 -9
  386. package/bundle/hooks/useReducer.d.ts +0 -4
  387. package/bundle/ui-kit/FormField/Fields/ConsentAssignmentField.d.ts +0 -2
  388. package/bundle/ui-kit/FormField/Fields/ConsentCollectionField.d.ts +0 -2
  389. package/bundle/ui-kit/FormField/Fields/ConsentInformField.d.ts +0 -2
  390. package/bundle/ui-kit/FormField/Fields/ConsentPhotoField.d.ts +0 -2
  391. package/bundle/ui-kit/FormField/Fields/ConsentProviderField.d.ts +0 -2
  392. package/bundle/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.d.ts +0 -2
  393. package/bundle/ui-kit/FormField/Fields/ProcessPersonalDataField.d.ts +0 -2
  394. package/bundle/ui-kit/LocationDialog/SelectedLocation.d.ts +0 -5
  395. package/dist/EventBus/useSubject.d.ts +0 -2
  396. package/dist/EventBus/useSubject.js +0 -17
  397. package/dist/EventBus/useSubject.js.map +0 -1
  398. package/dist/EventBus/useSubjectState.d.ts +0 -2
  399. package/dist/EventBus/useSubjectState.js +0 -10
  400. package/dist/EventBus/useSubjectState.js.map +0 -1
  401. package/dist/components/CarouselTariffsCard/CardCellsSection.d.ts +0 -9
  402. package/dist/components/CarouselTariffsCard/CardCellsSection.js +0 -18
  403. package/dist/components/CarouselTariffsCard/CardCellsSection.js.map +0 -1
  404. package/dist/components/CarouselTariffsCard/carouselTariffsCardEventBus.d.ts +0 -9
  405. package/dist/components/CarouselTariffsCard/carouselTariffsCardEventBus.js +0 -5
  406. package/dist/components/CarouselTariffsCard/carouselTariffsCardEventBus.js.map +0 -1
  407. package/dist/hooks/useReducer.d.ts +0 -4
  408. package/dist/hooks/useReducer.js +0 -12
  409. package/dist/hooks/useReducer.js.map +0 -1
  410. package/dist/ui-kit/FormField/Fields/ConsentAssignmentField.d.ts +0 -2
  411. package/dist/ui-kit/FormField/Fields/ConsentAssignmentField.js +0 -9
  412. package/dist/ui-kit/FormField/Fields/ConsentAssignmentField.js.map +0 -1
  413. package/dist/ui-kit/FormField/Fields/ConsentCollectionField.d.ts +0 -2
  414. package/dist/ui-kit/FormField/Fields/ConsentCollectionField.js +0 -9
  415. package/dist/ui-kit/FormField/Fields/ConsentCollectionField.js.map +0 -1
  416. package/dist/ui-kit/FormField/Fields/ConsentInformField.d.ts +0 -2
  417. package/dist/ui-kit/FormField/Fields/ConsentInformField.js +0 -9
  418. package/dist/ui-kit/FormField/Fields/ConsentInformField.js.map +0 -1
  419. package/dist/ui-kit/FormField/Fields/ConsentPhotoField.d.ts +0 -2
  420. package/dist/ui-kit/FormField/Fields/ConsentPhotoField.js +0 -9
  421. package/dist/ui-kit/FormField/Fields/ConsentPhotoField.js.map +0 -1
  422. package/dist/ui-kit/FormField/Fields/ConsentProviderField.d.ts +0 -2
  423. package/dist/ui-kit/FormField/Fields/ConsentProviderField.js +0 -9
  424. package/dist/ui-kit/FormField/Fields/ConsentProviderField.js.map +0 -1
  425. package/dist/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.d.ts +0 -2
  426. package/dist/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js +0 -9
  427. package/dist/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js.map +0 -1
  428. package/dist/ui-kit/FormField/Fields/ProcessPersonalDataField.d.ts +0 -2
  429. package/dist/ui-kit/FormField/Fields/ProcessPersonalDataField.js +0 -9
  430. package/dist/ui-kit/FormField/Fields/ProcessPersonalDataField.js.map +0 -1
  431. package/dist/ui-kit/LocationDialog/SelectedLocation.d.ts +0 -5
  432. package/dist/ui-kit/LocationDialog/SelectedLocation.js +0 -15
  433. package/dist/ui-kit/LocationDialog/SelectedLocation.js.map +0 -1
  434. package/lib/EventBus/useSubject.d.ts +0 -2
  435. package/lib/EventBus/useSubject.js +0 -14
  436. package/lib/EventBus/useSubject.js.map +0 -1
  437. package/lib/EventBus/useSubjectState.d.ts +0 -2
  438. package/lib/EventBus/useSubjectState.js +0 -7
  439. package/lib/EventBus/useSubjectState.js.map +0 -1
  440. package/lib/components/CarouselTariffsCard/CardCellsSection.d.ts +0 -9
  441. package/lib/components/CarouselTariffsCard/CardCellsSection.js +0 -16
  442. package/lib/components/CarouselTariffsCard/CardCellsSection.js.map +0 -1
  443. package/lib/components/CarouselTariffsCard/carouselTariffsCardEventBus.d.ts +0 -9
  444. package/lib/components/CarouselTariffsCard/carouselTariffsCardEventBus.js +0 -3
  445. package/lib/components/CarouselTariffsCard/carouselTariffsCardEventBus.js.map +0 -1
  446. package/lib/hooks/useReducer.d.ts +0 -4
  447. package/lib/hooks/useReducer.js +0 -9
  448. package/lib/hooks/useReducer.js.map +0 -1
  449. package/lib/ui-kit/FormField/Fields/ConsentAssignmentField.d.ts +0 -2
  450. package/lib/ui-kit/FormField/Fields/ConsentAssignmentField.js +0 -7
  451. package/lib/ui-kit/FormField/Fields/ConsentAssignmentField.js.map +0 -1
  452. package/lib/ui-kit/FormField/Fields/ConsentCollectionField.d.ts +0 -2
  453. package/lib/ui-kit/FormField/Fields/ConsentCollectionField.js +0 -7
  454. package/lib/ui-kit/FormField/Fields/ConsentCollectionField.js.map +0 -1
  455. package/lib/ui-kit/FormField/Fields/ConsentInformField.d.ts +0 -2
  456. package/lib/ui-kit/FormField/Fields/ConsentInformField.js +0 -7
  457. package/lib/ui-kit/FormField/Fields/ConsentInformField.js.map +0 -1
  458. package/lib/ui-kit/FormField/Fields/ConsentPhotoField.d.ts +0 -2
  459. package/lib/ui-kit/FormField/Fields/ConsentPhotoField.js +0 -7
  460. package/lib/ui-kit/FormField/Fields/ConsentPhotoField.js.map +0 -1
  461. package/lib/ui-kit/FormField/Fields/ConsentProviderField.d.ts +0 -2
  462. package/lib/ui-kit/FormField/Fields/ConsentProviderField.js +0 -7
  463. package/lib/ui-kit/FormField/Fields/ConsentProviderField.js.map +0 -1
  464. package/lib/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.d.ts +0 -2
  465. package/lib/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js +0 -7
  466. package/lib/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js.map +0 -1
  467. package/lib/ui-kit/FormField/Fields/ProcessPersonalDataField.d.ts +0 -2
  468. package/lib/ui-kit/FormField/Fields/ProcessPersonalDataField.js +0 -7
  469. package/lib/ui-kit/FormField/Fields/ProcessPersonalDataField.js.map +0 -1
  470. package/lib/ui-kit/LocationDialog/SelectedLocation.d.ts +0 -5
  471. package/lib/ui-kit/LocationDialog/SelectedLocation.js +0 -13
  472. package/lib/ui-kit/LocationDialog/SelectedLocation.js.map +0 -1
  473. package/mobile/bundle/EventBus/useSubject.d.ts +0 -2
  474. package/mobile/bundle/EventBus/useSubjectState.d.ts +0 -2
  475. package/mobile/bundle/components/CarouselTariffsCard/CardCellsSection.d.ts +0 -9
  476. package/mobile/bundle/components/CarouselTariffsCard/carouselTariffsCardEventBus.d.ts +0 -9
  477. package/mobile/bundle/hooks/useReducer.d.ts +0 -4
  478. package/mobile/bundle/ui-kit/FormField/Fields/ConsentAssignmentField.d.ts +0 -2
  479. package/mobile/bundle/ui-kit/FormField/Fields/ConsentCollectionField.d.ts +0 -2
  480. package/mobile/bundle/ui-kit/FormField/Fields/ConsentInformField.d.ts +0 -2
  481. package/mobile/bundle/ui-kit/FormField/Fields/ConsentPhotoField.d.ts +0 -2
  482. package/mobile/bundle/ui-kit/FormField/Fields/ConsentProviderField.d.ts +0 -2
  483. package/mobile/bundle/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.d.ts +0 -2
  484. package/mobile/bundle/ui-kit/FormField/Fields/ProcessPersonalDataField.d.ts +0 -2
  485. package/mobile/bundle/ui-kit/LocationDialog/SelectedLocation.d.ts +0 -5
  486. package/mobile/dist/EventBus/useSubject.d.ts +0 -2
  487. package/mobile/dist/EventBus/useSubject.js +0 -17
  488. package/mobile/dist/EventBus/useSubject.js.map +0 -1
  489. package/mobile/dist/EventBus/useSubjectState.d.ts +0 -2
  490. package/mobile/dist/EventBus/useSubjectState.js +0 -10
  491. package/mobile/dist/EventBus/useSubjectState.js.map +0 -1
  492. package/mobile/dist/components/CarouselTariffsCard/CardCellsSection.d.ts +0 -9
  493. package/mobile/dist/components/CarouselTariffsCard/CardCellsSection.js +0 -18
  494. package/mobile/dist/components/CarouselTariffsCard/CardCellsSection.js.map +0 -1
  495. package/mobile/dist/components/CarouselTariffsCard/carouselTariffsCardEventBus.d.ts +0 -9
  496. package/mobile/dist/components/CarouselTariffsCard/carouselTariffsCardEventBus.js +0 -5
  497. package/mobile/dist/components/CarouselTariffsCard/carouselTariffsCardEventBus.js.map +0 -1
  498. package/mobile/dist/hooks/useReducer.d.ts +0 -4
  499. package/mobile/dist/hooks/useReducer.js +0 -12
  500. package/mobile/dist/hooks/useReducer.js.map +0 -1
  501. package/mobile/dist/ui-kit/FormField/Fields/ConsentAssignmentField.d.ts +0 -2
  502. package/mobile/dist/ui-kit/FormField/Fields/ConsentAssignmentField.js +0 -9
  503. package/mobile/dist/ui-kit/FormField/Fields/ConsentAssignmentField.js.map +0 -1
  504. package/mobile/dist/ui-kit/FormField/Fields/ConsentCollectionField.d.ts +0 -2
  505. package/mobile/dist/ui-kit/FormField/Fields/ConsentCollectionField.js +0 -9
  506. package/mobile/dist/ui-kit/FormField/Fields/ConsentCollectionField.js.map +0 -1
  507. package/mobile/dist/ui-kit/FormField/Fields/ConsentInformField.d.ts +0 -2
  508. package/mobile/dist/ui-kit/FormField/Fields/ConsentInformField.js +0 -9
  509. package/mobile/dist/ui-kit/FormField/Fields/ConsentInformField.js.map +0 -1
  510. package/mobile/dist/ui-kit/FormField/Fields/ConsentPhotoField.d.ts +0 -2
  511. package/mobile/dist/ui-kit/FormField/Fields/ConsentPhotoField.js +0 -9
  512. package/mobile/dist/ui-kit/FormField/Fields/ConsentPhotoField.js.map +0 -1
  513. package/mobile/dist/ui-kit/FormField/Fields/ConsentProviderField.d.ts +0 -2
  514. package/mobile/dist/ui-kit/FormField/Fields/ConsentProviderField.js +0 -9
  515. package/mobile/dist/ui-kit/FormField/Fields/ConsentProviderField.js.map +0 -1
  516. package/mobile/dist/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.d.ts +0 -2
  517. package/mobile/dist/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js +0 -9
  518. package/mobile/dist/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js.map +0 -1
  519. package/mobile/dist/ui-kit/FormField/Fields/ProcessPersonalDataField.d.ts +0 -2
  520. package/mobile/dist/ui-kit/FormField/Fields/ProcessPersonalDataField.js +0 -9
  521. package/mobile/dist/ui-kit/FormField/Fields/ProcessPersonalDataField.js.map +0 -1
  522. package/mobile/dist/ui-kit/LocationDialog/SelectedLocation.d.ts +0 -5
  523. package/mobile/dist/ui-kit/LocationDialog/SelectedLocation.js +0 -15
  524. package/mobile/dist/ui-kit/LocationDialog/SelectedLocation.js.map +0 -1
  525. package/mobile/lib/EventBus/useSubject.d.ts +0 -2
  526. package/mobile/lib/EventBus/useSubject.js +0 -14
  527. package/mobile/lib/EventBus/useSubject.js.map +0 -1
  528. package/mobile/lib/EventBus/useSubjectState.d.ts +0 -2
  529. package/mobile/lib/EventBus/useSubjectState.js +0 -7
  530. package/mobile/lib/EventBus/useSubjectState.js.map +0 -1
  531. package/mobile/lib/components/CarouselTariffsCard/CardCellsSection.d.ts +0 -9
  532. package/mobile/lib/components/CarouselTariffsCard/CardCellsSection.js +0 -16
  533. package/mobile/lib/components/CarouselTariffsCard/CardCellsSection.js.map +0 -1
  534. package/mobile/lib/components/CarouselTariffsCard/carouselTariffsCardEventBus.d.ts +0 -9
  535. package/mobile/lib/components/CarouselTariffsCard/carouselTariffsCardEventBus.js +0 -3
  536. package/mobile/lib/components/CarouselTariffsCard/carouselTariffsCardEventBus.js.map +0 -1
  537. package/mobile/lib/hooks/useReducer.d.ts +0 -4
  538. package/mobile/lib/hooks/useReducer.js +0 -9
  539. package/mobile/lib/hooks/useReducer.js.map +0 -1
  540. package/mobile/lib/ui-kit/FormField/Fields/ConsentAssignmentField.d.ts +0 -2
  541. package/mobile/lib/ui-kit/FormField/Fields/ConsentAssignmentField.js +0 -7
  542. package/mobile/lib/ui-kit/FormField/Fields/ConsentAssignmentField.js.map +0 -1
  543. package/mobile/lib/ui-kit/FormField/Fields/ConsentCollectionField.d.ts +0 -2
  544. package/mobile/lib/ui-kit/FormField/Fields/ConsentCollectionField.js +0 -7
  545. package/mobile/lib/ui-kit/FormField/Fields/ConsentCollectionField.js.map +0 -1
  546. package/mobile/lib/ui-kit/FormField/Fields/ConsentInformField.d.ts +0 -2
  547. package/mobile/lib/ui-kit/FormField/Fields/ConsentInformField.js +0 -7
  548. package/mobile/lib/ui-kit/FormField/Fields/ConsentInformField.js.map +0 -1
  549. package/mobile/lib/ui-kit/FormField/Fields/ConsentPhotoField.d.ts +0 -2
  550. package/mobile/lib/ui-kit/FormField/Fields/ConsentPhotoField.js +0 -7
  551. package/mobile/lib/ui-kit/FormField/Fields/ConsentPhotoField.js.map +0 -1
  552. package/mobile/lib/ui-kit/FormField/Fields/ConsentProviderField.d.ts +0 -2
  553. package/mobile/lib/ui-kit/FormField/Fields/ConsentProviderField.js +0 -7
  554. package/mobile/lib/ui-kit/FormField/Fields/ConsentProviderField.js.map +0 -1
  555. package/mobile/lib/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.d.ts +0 -2
  556. package/mobile/lib/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js +0 -7
  557. package/mobile/lib/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.js.map +0 -1
  558. package/mobile/lib/ui-kit/FormField/Fields/ProcessPersonalDataField.d.ts +0 -2
  559. package/mobile/lib/ui-kit/FormField/Fields/ProcessPersonalDataField.js +0 -7
  560. package/mobile/lib/ui-kit/FormField/Fields/ProcessPersonalDataField.js.map +0 -1
  561. package/mobile/lib/ui-kit/LocationDialog/SelectedLocation.d.ts +0 -5
  562. package/mobile/lib/ui-kit/LocationDialog/SelectedLocation.js +0 -13
  563. package/mobile/lib/ui-kit/LocationDialog/SelectedLocation.js.map +0 -1
  564. package/mobile/src/EventBus/useSubject.ts +0 -19
  565. package/mobile/src/EventBus/useSubjectState.ts +0 -13
  566. package/mobile/src/components/CarouselTariffsCard/CardCellsSection.tsx +0 -54
  567. package/mobile/src/components/CarouselTariffsCard/carouselTariffsCardEventBus.ts +0 -11
  568. package/mobile/src/hooks/useReducer.ts +0 -21
  569. package/mobile/src/ui-kit/FormField/Fields/ConsentAssignmentField.tsx +0 -16
  570. package/mobile/src/ui-kit/FormField/Fields/ConsentCollectionField.tsx +0 -16
  571. package/mobile/src/ui-kit/FormField/Fields/ConsentInformField.tsx +0 -12
  572. package/mobile/src/ui-kit/FormField/Fields/ConsentPhotoField.tsx +0 -12
  573. package/mobile/src/ui-kit/FormField/Fields/ConsentProviderField.tsx +0 -16
  574. package/mobile/src/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.tsx +0 -16
  575. package/mobile/src/ui-kit/FormField/Fields/ProcessPersonalDataField.tsx +0 -16
  576. package/mobile/src/ui-kit/LocationDialog/SelectedLocation.tsx +0 -27
  577. package/src/EventBus/useSubject.ts +0 -19
  578. package/src/EventBus/useSubjectState.ts +0 -13
  579. package/src/components/CarouselTariffsCard/CardCellsSection.tsx +0 -54
  580. package/src/components/CarouselTariffsCard/carouselTariffsCardEventBus.ts +0 -11
  581. package/src/hooks/useReducer.ts +0 -21
  582. package/src/ui-kit/FormField/Fields/ConsentAssignmentField.tsx +0 -16
  583. package/src/ui-kit/FormField/Fields/ConsentCollectionField.tsx +0 -16
  584. package/src/ui-kit/FormField/Fields/ConsentInformField.tsx +0 -12
  585. package/src/ui-kit/FormField/Fields/ConsentPhotoField.tsx +0 -12
  586. package/src/ui-kit/FormField/Fields/ConsentProviderField.tsx +0 -16
  587. package/src/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.tsx +0 -16
  588. package/src/ui-kit/FormField/Fields/ProcessPersonalDataField.tsx +0 -16
  589. package/src/ui-kit/LocationDialog/SelectedLocation.tsx +0 -27
@@ -1,17 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.useSubject = void 0;
3
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
4
- function useSubject(eventBus, type, initialState) {
5
- (0, hooks_1.useEffect)(() => {
6
- const state = initialState instanceof Function ? initialState() : initialState;
7
- if (state instanceof Promise) {
8
- state.then((_) => eventBus.subject(type, _), console.warn);
9
- }
10
- else {
11
- eventBus.subject(type, state);
12
- }
13
- }, [eventBus, type]);
14
- return (0, hooks_1.useCallback)((_) => eventBus.fire(type, _), [eventBus, type]);
15
- }
16
- exports.useSubject = useSubject;
17
- //# sourceMappingURL=useSubject.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSubject.js","sourceRoot":"","sources":["../../src/EventBus/useSubject.ts"],"names":[],"mappings":";;AAAA,uDAAqE;AAGrE,SAAgB,UAAU,CACxB,QAA6B,EAC7B,IAAO,EACP,YAAoD;IAEpD,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,MAAM,KAAK,GAAG,YAAY,YAAY,QAAQ,CAAC,CAAC,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC;QAC/E,IAAI,KAAK,YAAY,OAAO,EAAE;YAC5B,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;SAC5D;aAAM;YACL,QAAQ,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SAC/B;IACH,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;IAErB,OAAO,IAAA,mBAAW,EAAC,CAAC,CAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;AAC7E,CAAC;AAfD,gCAeC"}
@@ -1,2 +0,0 @@
1
- import { type EventBusObservable } from './EventBus';
2
- export declare const useSubjectState: <EM extends Record<string, any>, K extends keyof EM>(eventBus: EventBusObservable<EM>, type: K, initialState: EM[K]) => EM[K];
@@ -1,10 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.useSubjectState = void 0;
3
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
4
- const useSubjectState = (eventBus, type, initialState) => {
5
- const [state, setState] = (0, hooks_1.useState)(initialState);
6
- (0, hooks_1.useEffect)(() => eventBus.subscribe(type, setState), [eventBus, type]);
7
- return state;
8
- };
9
- exports.useSubjectState = useSubjectState;
10
- //# sourceMappingURL=useSubjectState.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSubjectState.js","sourceRoot":"","sources":["../../src/EventBus/useSubjectState.ts"],"names":[],"mappings":";;AAAA,uDAAkE;AAG3D,MAAM,eAAe,GAAG,CAC7B,QAAgC,EAChC,IAAO,EACP,YAAmB,EACZ,EAAE;IACT,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAC,YAAY,CAAC,CAAC;IACjD,IAAA,iBAAS,EAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;IAEtE,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AATW,QAAA,eAAe,mBAS1B"}
@@ -1,9 +0,0 @@
1
- import type { AspectsProps } from '../../model/AspectsProps';
2
- import type { TariffsCardCellProps } from './CarouselTariffsCardContent';
3
- export interface CardCellsSectionProps extends AspectsProps {
4
- cardCells?: TariffsCardCellProps[];
5
- visibleCellsCount?: number;
6
- isUnfolded?: boolean;
7
- onToggle?: () => void;
8
- }
9
- export declare const CardCellsSection: import("@redneckz/uni-jsx").UNIComponent<CardCellsSectionProps, any, any>;
@@ -1,18 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.CardCellsSection = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const Foldable_1 = require("../../ui-kit/Foldable/Foldable");
6
- const FoldableSection_1 = require("../../ui-kit/Foldable/FoldableSection");
7
- const Icon_1 = require("../../ui-kit/Icon/Icon");
8
- const dataAttributes_1 = require("../../utils/dataAttributes");
9
- const renderCardInfo_1 = require("./renderCardInfo");
10
- exports.CardCellsSection = (0, uni_jsx_1.JSX)((props) => {
11
- const { cardCells = [], visibleCellsCount = 1, isUnfolded } = props;
12
- const [visibleCells, hiddenCells] = visibleCellsCount > 0 && cardCells.length >= visibleCellsCount
13
- ? [cardCells.slice(0, visibleCellsCount), cardCells.slice(visibleCellsCount)]
14
- : [cardCells, []];
15
- return hiddenCells.length ? ((0, jsx_runtime_1.jsxs)(Foldable_1.FoldableWrapper, { children: [(0, jsx_runtime_1.jsxs)("div", { children: [visibleCells.map(renderCardInfo_1.renderCardInfo), (0, jsx_runtime_1.jsx)(FoldableSection_1.FoldableSection, { isUnfolded: isUnfolded, children: hiddenCells.map(renderCardInfo_1.renderCardInfo) })] }), (0, jsx_runtime_1.jsx)(FoldButton, { ...props })] })) : ((0, jsx_runtime_1.jsx)("div", { children: visibleCells.map(renderCardInfo_1.renderCardInfo) }));
16
- });
17
- const FoldButton = (0, uni_jsx_1.JSX)(({ isUnfolded, data, onToggle }) => ((0, jsx_runtime_1.jsxs)("button", { type: "button", className: "w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center", ...(isUnfolded ? (0, dataAttributes_1.getAspectsAttributes)(data) : {}), onClick: onToggle, children: [(0, jsx_runtime_1.jsx)("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), (0, jsx_runtime_1.jsx)(Icon_1.Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] })));
18
- //# sourceMappingURL=CardCellsSection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardCellsSection.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CardCellsSection.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,6DAAiE;AACjE,2EAAwE;AACxE,iDAA8C;AAC9C,+DAAkE;AAElE,qDAAkD;AASrC,QAAA,gBAAgB,GAAG,IAAA,aAAG,EAAwB,CAAC,KAAK,EAAE,EAAE;IACnE,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,iBAAiB,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAEpE,MAAM,CAAC,YAAY,EAAE,WAAW,CAAC,GAC/B,iBAAiB,GAAG,CAAC,IAAI,SAAS,CAAC,MAAM,IAAI,iBAAiB;QAC5D,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,iBAAiB,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QAC7E,CAAC,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IAEtB,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAC1B,wBAAC,0BAAe,eACd,4CACG,YAAY,CAAC,GAAG,CAAC,+BAAc,CAAC,EACjC,uBAAC,iCAAe,IAAC,UAAU,EAAE,UAAU,YAAG,WAAW,CAAC,GAAG,CAAC,+BAAc,CAAC,GAAmB,IACxF,EACN,uBAAC,UAAU,OAAK,KAAK,GAAI,IACT,CACnB,CAAC,CAAC,CAAC,CACF,0CAAM,YAAY,CAAC,GAAG,CAAC,+BAAc,CAAC,GAAO,CAC9C,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,IAAA,aAAG,EAAwB,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAChF,oCACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAC,iFAAiF,KAEvF,CAAC,UAAU,CAAC,CAAC,CAAC,IAAA,qCAAoB,EAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAClD,OAAO,EAAE,QAAQ,aAEjB,0CAAM,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,oBAAoB,GAAO,EACzD,uBAAC,WAAI,IACH,SAAS,EAAC,mBAAmB,EAC7B,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,EAClD,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,IACK,CACV,CAAC,CAAC"}
@@ -1,9 +0,0 @@
1
- import { EventBus } from '../../EventBus/EventBus';
2
- import { type Slot } from '../../model/ContentPageDef';
3
- export declare type CarouselTariffsCardFoldAction = {
4
- isUnfolded?: boolean;
5
- parent?: Slot;
6
- };
7
- export declare const carouselTariffsCardEventBus: EventBus<{
8
- fold: CarouselTariffsCardFoldAction;
9
- }>;
@@ -1,5 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.carouselTariffsCardEventBus = void 0;
3
- const EventBus_1 = require("../../EventBus/EventBus");
4
- exports.carouselTariffsCardEventBus = new EventBus_1.EventBus();
5
- //# sourceMappingURL=carouselTariffsCardEventBus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"carouselTariffsCardEventBus.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/carouselTariffsCardEventBus.ts"],"names":[],"mappings":";;AAAA,sDAAmD;AAQtC,QAAA,2BAA2B,GAAG,IAAI,mBAAQ,EAEnD,CAAC"}
@@ -1,4 +0,0 @@
1
- export declare type NotUndefined = object | null;
2
- export declare type Reducer<S, A extends NotUndefined> = (state: S, action: A) => S;
3
- export declare type Dispatch<A extends NotUndefined> = (action: A) => void;
4
- export declare function useReducer<S, A extends NotUndefined>(reducer: Reducer<S, A>, initialArg: S): [state: S, dispatch: Dispatch<A>];
@@ -1,12 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.useReducer = void 0;
3
- const hooks_1 = require("@redneckz/uni-jsx/lib/hooks");
4
- function useReducer(reducer, initialArg) {
5
- const [state, setState] = (0, hooks_1.useState)(initialArg);
6
- const dispatch = (0, hooks_1.useCallback)((action) => {
7
- setState((_) => reducer(_, action));
8
- }, [reducer]);
9
- return [state, dispatch];
10
- }
11
- exports.useReducer = useReducer;
12
- //# sourceMappingURL=useReducer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useReducer.js","sourceRoot":"","sources":["../../src/hooks/useReducer.ts"],"names":[],"mappings":";;AAAA,uDAAoE;AAMpE,SAAgB,UAAU,CACxB,OAAsB,EACtB,UAAa;IAEb,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAC,UAAU,CAAC,CAAC;IAE/C,MAAM,QAAQ,GAAG,IAAA,mBAAW,EAC1B,CAAC,MAAS,EAAE,EAAE;QACZ,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC;IACtC,CAAC,EACD,CAAC,OAAO,CAAC,CACV,CAAC;IAEF,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;AAC3B,CAAC;AAdD,gCAcC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentAssignmentField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ConsentAssignmentField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ConsentAssignmentField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u041F\u0440\u043E\u0447\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F (\u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0443\u0441\u0442\u0443\u043F\u043A\u0443 \u043F\u0440\u0430\u0432 \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u0439)", ...(0, getValidation_1.getValidation)(field('consentAssignmentClaimsFlg'), getObjectValidator_1.validatorObj.consentAssignmentClaimsFlg, input?.required) })));
9
- //# sourceMappingURL=ConsentAssignmentField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentAssignmentField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentAssignmentField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,sBAAsB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAChF,uBAAC,qCAAiB,IAChB,IAAI,EAAC,wRAAuD,KACxD,IAAA,6BAAa,EACf,KAAK,CAAC,4BAA4B,CAAC,EACnC,iCAAY,CAAC,0BAA0B,EACvC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentCollectionField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ConsentCollectionField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ConsentCollectionField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u041F\u0440\u043E\u0447\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F (\u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0432\u0437\u044B\u0441\u043A\u0430\u043D\u0438\u0435 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u043D\u0430\u0434\u043F\u0438\u0441\u0438 \u043D\u043E\u0442\u0430\u0440\u0438\u0443\u0441\u0430)", ...(0, getValidation_1.getValidation)(field('consentCollectionFlg'), getObjectValidator_1.validatorObj.consentCollectionFlg, input?.required) })));
9
- //# sourceMappingURL=ConsentCollectionField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentCollectionField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentCollectionField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,sBAAsB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAChF,uBAAC,qCAAiB,IAChB,IAAI,EAAC,kZAA6E,KAC9E,IAAA,6BAAa,EACf,KAAK,CAAC,sBAAsB,CAAC,EAC7B,iCAAY,CAAC,oBAAoB,EACjC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentInformField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ConsentInformField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ConsentInformField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043E \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0430\u0445 \u0438 \u0443\u0441\u043B\u0443\u0433\u0430\u0445 \u0411\u0430\u043D\u043A\u0430", ...(0, getValidation_1.getValidation)(field('consentInformFlg'), getObjectValidator_1.validatorObj.consentInformFlg, input?.required) })));
9
- //# sourceMappingURL=ConsentInformField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentInformField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentInformField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,kBAAkB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC5E,uBAAC,qCAAiB,IAChB,IAAI,EAAC,mSAAwD,KACzD,IAAA,6BAAa,EAAC,KAAK,CAAC,kBAAkB,CAAC,EAAE,iCAAY,CAAC,gBAAgB,EAAE,KAAK,EAAE,QAAQ,CAAC,GAC5F,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentPhotoFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ConsentPhotoFlg = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ConsentPhotoFlg = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u041F\u0440\u043E\u0447\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F (\u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0444\u043E\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435)", ...(0, getValidation_1.getValidation)(field('consentPhotoFlg'), getObjectValidator_1.validatorObj.consentPhotoFlg, input?.required) })));
9
- //# sourceMappingURL=ConsentPhotoField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentPhotoField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentPhotoField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,eAAe,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACzE,uBAAC,qCAAiB,IAChB,IAAI,EAAC,wPAAgD,KACjD,IAAA,6BAAa,EAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,iCAAY,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,GAC1F,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentProviderField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ConsentProviderField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ConsentProviderField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043E\u0431 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438", ...(0, getValidation_1.getValidation)(field('consentProviderFlg'), getObjectValidator_1.validatorObj.consentProviderFlg, input?.required) })));
9
- //# sourceMappingURL=ConsentProviderField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentProviderField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentProviderField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,oBAAoB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC9E,uBAAC,qCAAiB,IAChB,IAAI,EAAC,uSAAuD,KACxD,IAAA,6BAAa,EACf,KAAK,CAAC,oBAAoB,CAAC,EAC3B,iCAAY,CAAC,kBAAkB,EAC/B,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentToReceiveMaterialsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ConsentToReceiveMaterialsField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ConsentToReceiveMaterialsField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0435\u043D \u043D\u0430 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0445 \u0438 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u043E\u0432 \u043F\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435", ...(0, getValidation_1.getValidation)(field('consentToReceiveMaterials'), getObjectValidator_1.validatorObj.consentToReceiveMaterials, input?.required) })));
9
- //# sourceMappingURL=ConsentToReceiveMaterialsField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentToReceiveMaterialsField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,8BAA8B,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACxF,uBAAC,qCAAiB,IAChB,IAAI,EAAC,6cAAsF,KACvF,IAAA,6BAAa,EACf,KAAK,CAAC,2BAA2B,CAAC,EAClC,iCAAY,CAAC,yBAAyB,EACtC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ProcessPersonalDataField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,9 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.ProcessPersonalDataField = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const CheckboxWithError_1 = require("../../Checkbox/CheckboxWithError");
6
- const getObjectValidator_1 = require("../getObjectValidator");
7
- const getValidation_1 = require("../getValidation");
8
- exports.ProcessPersonalDataField = (0, uni_jsx_1.JSX)(({ field, input }) => ((0, jsx_runtime_1.jsx)(CheckboxWithError_1.CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0443 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445", ...(0, getValidation_1.getValidation)(field('processPersonalDataLeadFlg'), getObjectValidator_1.validatorObj.processPersonalDataLeadFlg, input?.required) })));
9
- //# sourceMappingURL=ProcessPersonalDataField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProcessPersonalDataField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ProcessPersonalDataField.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,wEAAqE;AAErE,8DAAqD;AACrD,oDAAiD;AAEpC,QAAA,wBAAwB,GAAG,IAAA,aAAG,EAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAClF,uBAAC,qCAAiB,IAChB,IAAI,EAAC,oOAA2C,KAC5C,IAAA,6BAAa,EACf,KAAK,CAAC,4BAA4B,CAAC,EACnC,iCAAY,CAAC,0BAA0B,EACvC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,5 +0,0 @@
1
- interface SelectedLocationProps {
2
- defaultLocation?: string;
3
- }
4
- export declare const SelectedLocation: import("@redneckz/uni-jsx").UNIComponent<SelectedLocationProps, any, any>;
5
- export {};
@@ -1,15 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- exports.SelectedLocation = void 0;
3
- const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
- const uni_jsx_1 = require("@redneckz/uni-jsx");
5
- const useLink_1 = require("../../hooks/useLink");
6
- const useLocation_1 = require("../../hooks/useLocation");
7
- const LinkWrapper_1 = require("../LinkWrapper/LinkWrapper");
8
- const Paragraph_1 = require("../Paragraph/Paragraph");
9
- exports.SelectedLocation = (0, uni_jsx_1.JSX)(({ defaultLocation }) => {
10
- const currentLocation = (0, useLocation_1.useLocationState)(defaultLocation);
11
- const link = (0, useLink_1.useLink)();
12
- const { href } = link({ href: `/branches/${currentLocation.slug}` });
13
- return currentLocation ? ((0, jsx_runtime_1.jsx)("div", { className: "mb-s", children: (0, jsx_runtime_1.jsxs)(Paragraph_1.Paragraph, { size: "text-l", color: "text-primary-text", children: ["\u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u044B\u0431\u0440\u0430\u043D:", (0, jsx_runtime_1.jsx)(LinkWrapper_1.LinkWrapper, { href: href, className: "inline mx-2xs text-primary-main", children: currentLocation.name })] }) })) : null;
14
- });
15
- //# sourceMappingURL=SelectedLocation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectedLocation.js","sourceRoot":"","sources":["../../../src/ui-kit/LocationDialog/SelectedLocation.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AACxC,iDAA8C;AAC9C,yDAA2D;AAC3D,4DAAyD;AACzD,sDAAmD;AAMtC,QAAA,gBAAgB,GAAG,IAAA,aAAG,EAAwB,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE;IACjF,MAAM,eAAe,GAAG,IAAA,8BAAgB,EAAC,eAAe,CAAC,CAAC;IAE1D,MAAM,IAAI,GAAG,IAAA,iBAAO,GAAE,CAAC;IACvB,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,aAAa,eAAe,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IAErE,OAAO,eAAe,CAAC,CAAC,CAAC,CACvB,gCAAK,SAAS,EAAC,MAAM,YACnB,wBAAC,qBAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,mBAAmB,2FAEhD,uBAAC,yBAAW,IAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,iCAAiC,YACjE,eAAe,CAAC,IAAI,GACT,IACJ,GACR,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { EventBusEmitter } from './EventBus';
2
- export declare function useSubject<EM extends Record<string, any>, K extends keyof EM>(eventBus: EventBusEmitter<EM>, type: K, initialState: EM[K] | (() => EM[K] | Promise<EM[K]>)): (_: EM[K]) => void;
@@ -1,14 +0,0 @@
1
- import { useCallback, useEffect } from '@redneckz/uni-jsx/lib/hooks';
2
- export function useSubject(eventBus, type, initialState) {
3
- useEffect(() => {
4
- const state = initialState instanceof Function ? initialState() : initialState;
5
- if (state instanceof Promise) {
6
- state.then((_) => eventBus.subject(type, _), console.warn);
7
- }
8
- else {
9
- eventBus.subject(type, state);
10
- }
11
- }, [eventBus, type]);
12
- return useCallback((_) => eventBus.fire(type, _), [eventBus, type]);
13
- }
14
- //# sourceMappingURL=useSubject.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSubject.js","sourceRoot":"","sources":["../../src/EventBus/useSubject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAGrE,MAAM,UAAU,UAAU,CACxB,QAA6B,EAC7B,IAAO,EACP,YAAoD;IAEpD,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,KAAK,GAAG,YAAY,YAAY,QAAQ,CAAC,CAAC,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC;QAC/E,IAAI,KAAK,YAAY,OAAO,EAAE;YAC5B,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;SAC5D;aAAM;YACL,QAAQ,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SAC/B;IACH,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;IAErB,OAAO,WAAW,CAAC,CAAC,CAAQ,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;AAC7E,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type EventBusObservable } from './EventBus';
2
- export declare const useSubjectState: <EM extends Record<string, any>, K extends keyof EM>(eventBus: EventBusObservable<EM>, type: K, initialState: EM[K]) => EM[K];
@@ -1,7 +0,0 @@
1
- import { useEffect, useState } from '@redneckz/uni-jsx/lib/hooks';
2
- export const useSubjectState = (eventBus, type, initialState) => {
3
- const [state, setState] = useState(initialState);
4
- useEffect(() => eventBus.subscribe(type, setState), [eventBus, type]);
5
- return state;
6
- };
7
- //# sourceMappingURL=useSubjectState.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSubjectState.js","sourceRoot":"","sources":["../../src/EventBus/useSubjectState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGlE,MAAM,CAAC,MAAM,eAAe,GAAG,CAC7B,QAAgC,EAChC,IAAO,EACP,YAAmB,EACZ,EAAE;IACT,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;IACjD,SAAS,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,EAAE,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC;IAEtE,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AspectsProps } from '../../model/AspectsProps';
2
- import type { TariffsCardCellProps } from './CarouselTariffsCardContent';
3
- export interface CardCellsSectionProps extends AspectsProps {
4
- cardCells?: TariffsCardCellProps[];
5
- visibleCellsCount?: number;
6
- isUnfolded?: boolean;
7
- onToggle?: () => void;
8
- }
9
- export declare const CardCellsSection: import("@redneckz/uni-jsx").UNIComponent<CardCellsSectionProps, any, any>;
@@ -1,16 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { FoldableWrapper } from '../../ui-kit/Foldable/Foldable.js';
4
- import { FoldableSection } from '../../ui-kit/Foldable/FoldableSection.js';
5
- import { Icon } from '../../ui-kit/Icon/Icon.js';
6
- import { getAspectsAttributes } from '../../utils/dataAttributes.js';
7
- import { renderCardInfo } from './renderCardInfo.js';
8
- export const CardCellsSection = JSX((props) => {
9
- const { cardCells = [], visibleCellsCount = 1, isUnfolded } = props;
10
- const [visibleCells, hiddenCells] = visibleCellsCount > 0 && cardCells.length >= visibleCellsCount
11
- ? [cardCells.slice(0, visibleCellsCount), cardCells.slice(visibleCellsCount)]
12
- : [cardCells, []];
13
- return hiddenCells.length ? (_jsxs(FoldableWrapper, { children: [_jsxs("div", { children: [visibleCells.map(renderCardInfo), _jsx(FoldableSection, { isUnfolded: isUnfolded, children: hiddenCells.map(renderCardInfo) })] }), _jsx(FoldButton, { ...props })] })) : (_jsx("div", { children: visibleCells.map(renderCardInfo) }));
14
- });
15
- const FoldButton = JSX(({ isUnfolded, data, onToggle }) => (_jsxs("button", { type: "button", className: "w-full cursor-pointer text-primary-main pt-lg flex justify-between items-center", ...(isUnfolded ? getAspectsAttributes(data) : {}), onClick: onToggle, children: [_jsx("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), _jsx(Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] })));
16
- //# sourceMappingURL=CardCellsSection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CardCellsSection.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/CardCellsSection.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AASlD,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAwB,CAAC,KAAK,EAAE,EAAE;IACnE,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,iBAAiB,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAEpE,MAAM,CAAC,YAAY,EAAE,WAAW,CAAC,GAC/B,iBAAiB,GAAG,CAAC,IAAI,SAAS,CAAC,MAAM,IAAI,iBAAiB;QAC5D,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,iBAAiB,CAAC,EAAE,SAAS,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QAC7E,CAAC,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IAEtB,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAC1B,MAAC,eAAe,eACd,0BACG,YAAY,CAAC,GAAG,CAAC,cAAc,CAAC,EACjC,KAAC,eAAe,IAAC,UAAU,EAAE,UAAU,YAAG,WAAW,CAAC,GAAG,CAAC,cAAc,CAAC,GAAmB,IACxF,EACN,KAAC,UAAU,OAAK,KAAK,GAAI,IACT,CACnB,CAAC,CAAC,CAAC,CACF,wBAAM,YAAY,CAAC,GAAG,CAAC,cAAc,CAAC,GAAO,CAC9C,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,GAAG,CAAwB,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAChF,kBACE,IAAI,EAAC,QAAQ,EACb,SAAS,EAAC,iFAAiF,KAEvF,CAAC,UAAU,CAAC,CAAC,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAClD,OAAO,EAAE,QAAQ,aAEjB,wBAAM,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,oBAAoB,GAAO,EACzD,KAAC,IAAI,IACH,SAAS,EAAC,mBAAmB,EAC7B,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,eAAe,EAClD,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,IACK,CACV,CAAC,CAAC"}
@@ -1,9 +0,0 @@
1
- import { EventBus } from '../../EventBus/EventBus';
2
- import { type Slot } from '../../model/ContentPageDef';
3
- export declare type CarouselTariffsCardFoldAction = {
4
- isUnfolded?: boolean;
5
- parent?: Slot;
6
- };
7
- export declare const carouselTariffsCardEventBus: EventBus<{
8
- fold: CarouselTariffsCardFoldAction;
9
- }>;
@@ -1,3 +0,0 @@
1
- import { EventBus } from '../../EventBus/EventBus.js';
2
- export const carouselTariffsCardEventBus = new EventBus();
3
- //# sourceMappingURL=carouselTariffsCardEventBus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"carouselTariffsCardEventBus.js","sourceRoot":"","sources":["../../../src/components/CarouselTariffsCard/carouselTariffsCardEventBus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAQnD,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,QAAQ,EAEnD,CAAC"}
@@ -1,4 +0,0 @@
1
- export declare type NotUndefined = object | null;
2
- export declare type Reducer<S, A extends NotUndefined> = (state: S, action: A) => S;
3
- export declare type Dispatch<A extends NotUndefined> = (action: A) => void;
4
- export declare function useReducer<S, A extends NotUndefined>(reducer: Reducer<S, A>, initialArg: S): [state: S, dispatch: Dispatch<A>];
@@ -1,9 +0,0 @@
1
- import { useCallback, useState } from '@redneckz/uni-jsx/lib/hooks';
2
- export function useReducer(reducer, initialArg) {
3
- const [state, setState] = useState(initialArg);
4
- const dispatch = useCallback((action) => {
5
- setState((_) => reducer(_, action));
6
- }, [reducer]);
7
- return [state, dispatch];
8
- }
9
- //# sourceMappingURL=useReducer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useReducer.js","sourceRoot":"","sources":["../../src/hooks/useReducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAMpE,MAAM,UAAU,UAAU,CACxB,OAAsB,EACtB,UAAa;IAEb,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;IAE/C,MAAM,QAAQ,GAAG,WAAW,CAC1B,CAAC,MAAS,EAAE,EAAE;QACZ,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC;IACtC,CAAC,EACD,CAAC,OAAO,CAAC,CACV,CAAC;IAEF,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;AAC3B,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentAssignmentField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ConsentAssignmentField = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u041F\u0440\u043E\u0447\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F (\u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0443\u0441\u0442\u0443\u043F\u043A\u0443 \u043F\u0440\u0430\u0432 \u0442\u0440\u0435\u0431\u043E\u0432\u0430\u043D\u0438\u0439)", ...getValidation(field('consentAssignmentClaimsFlg'), validatorObj.consentAssignmentClaimsFlg, input?.required) })));
7
- //# sourceMappingURL=ConsentAssignmentField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentAssignmentField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentAssignmentField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAChF,KAAC,iBAAiB,IAChB,IAAI,EAAC,wRAAuD,KACxD,aAAa,CACf,KAAK,CAAC,4BAA4B,CAAC,EACnC,YAAY,CAAC,0BAA0B,EACvC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentCollectionField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ConsentCollectionField = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u041F\u0440\u043E\u0447\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F (\u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0432\u0437\u044B\u0441\u043A\u0430\u043D\u0438\u0435 \u043F\u043E \u0438\u0441\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439 \u043D\u0430\u0434\u043F\u0438\u0441\u0438 \u043D\u043E\u0442\u0430\u0440\u0438\u0443\u0441\u0430)", ...getValidation(field('consentCollectionFlg'), validatorObj.consentCollectionFlg, input?.required) })));
7
- //# sourceMappingURL=ConsentCollectionField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentCollectionField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentCollectionField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAChF,KAAC,iBAAiB,IAChB,IAAI,EAAC,kZAA6E,KAC9E,aAAa,CACf,KAAK,CAAC,sBAAsB,CAAC,EAC7B,YAAY,CAAC,oBAAoB,EACjC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentInformField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ConsentInformField = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043E \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0430\u0445 \u0438 \u0443\u0441\u043B\u0443\u0433\u0430\u0445 \u0411\u0430\u043D\u043A\u0430", ...getValidation(field('consentInformFlg'), validatorObj.consentInformFlg, input?.required) })));
7
- //# sourceMappingURL=ConsentInformField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentInformField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentInformField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC5E,KAAC,iBAAiB,IAChB,IAAI,EAAC,mSAAwD,KACzD,aAAa,CAAC,KAAK,CAAC,kBAAkB,CAAC,EAAE,YAAY,CAAC,gBAAgB,EAAE,KAAK,EAAE,QAAQ,CAAC,GAC5F,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentPhotoFlg: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ConsentPhotoFlg = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u041F\u0440\u043E\u0447\u0438\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F (\u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u0444\u043E\u0442\u043E\u0433\u0440\u0430\u0444\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435)", ...getValidation(field('consentPhotoFlg'), validatorObj.consentPhotoFlg, input?.required) })));
7
- //# sourceMappingURL=ConsentPhotoField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentPhotoField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentPhotoField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,eAAe,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACzE,KAAC,iBAAiB,IAChB,IAAI,EAAC,wPAAgD,KACjD,aAAa,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,GAC1F,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentProviderField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ConsentProviderField = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043E\u0431 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0438 \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438", ...getValidation(field('consentProviderFlg'), validatorObj.consentProviderFlg, input?.required) })));
7
- //# sourceMappingURL=ConsentProviderField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentProviderField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentProviderField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,oBAAoB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAC9E,KAAC,iBAAiB,IAChB,IAAI,EAAC,uSAAuD,KACxD,aAAa,CACf,KAAK,CAAC,oBAAoB,CAAC,EAC3B,YAAY,CAAC,kBAAkB,EAC/B,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ConsentToReceiveMaterialsField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ConsentToReceiveMaterialsField = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0435\u043D \u043D\u0430 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0445 \u0438 \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u043E\u0432 \u043F\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u0435", ...getValidation(field('consentToReceiveMaterials'), validatorObj.consentToReceiveMaterials, input?.required) })));
7
- //# sourceMappingURL=ConsentToReceiveMaterialsField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConsentToReceiveMaterialsField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ConsentToReceiveMaterialsField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CACxF,KAAC,iBAAiB,IAChB,IAAI,EAAC,6cAAsF,KACvF,aAAa,CACf,KAAK,CAAC,2BAA2B,CAAC,EAClC,YAAY,CAAC,yBAAyB,EACtC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- import { type CustomFieldProps } from '../CustomFieldProps';
2
- export declare const ProcessPersonalDataField: import("@redneckz/uni-jsx").UNIComponent<CustomFieldProps, any, any>;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { CheckboxWithError } from '../../Checkbox/CheckboxWithError.js';
4
- import { validatorObj } from '../getObjectValidator.js';
5
- import { getValidation } from '../getValidation.js';
6
- export const ProcessPersonalDataField = JSX(({ field, input }) => (_jsx(CheckboxWithError, { text: "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u043D\u0430 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0443 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445", ...getValidation(field('processPersonalDataLeadFlg'), validatorObj.processPersonalDataLeadFlg, input?.required) })));
7
- //# sourceMappingURL=ProcessPersonalDataField.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProcessPersonalDataField.js","sourceRoot":"","sources":["../../../../src/ui-kit/FormField/Fields/ProcessPersonalDataField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAmB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAClF,KAAC,iBAAiB,IAChB,IAAI,EAAC,oOAA2C,KAC5C,aAAa,CACf,KAAK,CAAC,4BAA4B,CAAC,EACnC,YAAY,CAAC,0BAA0B,EACvC,KAAK,EAAE,QAAQ,CAChB,GACD,CACH,CAAC,CAAC"}
@@ -1,5 +0,0 @@
1
- interface SelectedLocationProps {
2
- defaultLocation?: string;
3
- }
4
- export declare const SelectedLocation: import("@redneckz/uni-jsx").UNIComponent<SelectedLocationProps, any, any>;
5
- export {};
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
2
- import { JSX } from '@redneckz/uni-jsx';
3
- import { useLink } from '../../hooks/useLink.js';
4
- import { useLocationState } from '../../hooks/useLocation.js';
5
- import { LinkWrapper } from '../LinkWrapper/LinkWrapper.js';
6
- import { Paragraph } from '../Paragraph/Paragraph.js';
7
- export const SelectedLocation = JSX(({ defaultLocation }) => {
8
- const currentLocation = useLocationState(defaultLocation);
9
- const link = useLink();
10
- const { href } = link({ href: `/branches/${currentLocation.slug}` });
11
- return currentLocation ? (_jsx("div", { className: "mb-s", children: _jsxs(Paragraph, { size: "text-l", color: "text-primary-text", children: ["\u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u044B\u0431\u0440\u0430\u043D:", _jsx(LinkWrapper, { href: href, className: "inline mx-2xs text-primary-main", children: currentLocation.name })] }) })) : null;
12
- });
13
- //# sourceMappingURL=SelectedLocation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectedLocation.js","sourceRoot":"","sources":["../../../src/ui-kit/LocationDialog/SelectedLocation.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMnD,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAwB,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE;IACjF,MAAM,eAAe,GAAG,gBAAgB,CAAC,eAAe,CAAC,CAAC;IAE1D,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC,EAAE,IAAI,EAAE,aAAa,eAAe,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IAErE,OAAO,eAAe,CAAC,CAAC,CAAC,CACvB,cAAK,SAAS,EAAC,MAAM,YACnB,MAAC,SAAS,IAAC,IAAI,EAAC,QAAQ,EAAC,KAAK,EAAC,mBAAmB,2FAEhD,KAAC,WAAW,IAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,iCAAiC,YACjE,eAAe,CAAC,IAAI,GACT,IACJ,GACR,CACP,CAAC,CAAC,CAAC,IAAI,CAAC;AACX,CAAC,CAAC,CAAC"}