infinity-forge 2.4.2 → 2.4.3

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 (348) hide show
  1. package/dist/sites/components/default-pages/blog/components/blog-item/index.d.ts +1 -1
  2. package/dist/sites/components/default-pages/blog/components/blog-item/index.js +3 -3
  3. package/dist/sites/components/default-pages/blog/components/blog-item/intefaces.d.ts +1 -1
  4. package/dist/sites/components/default-pages/blog/components/blog-item/share/index.js +2 -2
  5. package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.d.ts +1 -1
  6. package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.js +2 -2
  7. package/dist/sites/components/default-pages/blog/components/featured-blog/index.d.ts +1 -1
  8. package/dist/sites/components/default-pages/blog/components/featured-blog/index.js +2 -2
  9. package/dist/sites/components/default-pages/blog/components/featured-blog/interfaces.d.ts +2 -2
  10. package/dist/sites/components/default-pages/blog/components/side-box-categories/index.d.ts +2 -2
  11. package/dist/sites/components/default-pages/blog/components/side-box-categories/index.js +2 -2
  12. package/dist/sites/components/default-pages/blog/components/side-box-categories/interfaces.d.ts +1 -1
  13. package/dist/sites/components/default-pages/blog/components/side-box-newsletter/index.d.ts +1 -1
  14. package/dist/sites/components/default-pages/blog/components/side-box-newsletter/index.js +3 -3
  15. package/dist/sites/components/default-pages/blog/components/title-blog/index.js +2 -2
  16. package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +7 -7
  17. package/dist/system/domain/protocols/http/errors/http-errors/index.js +7 -7
  18. package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +1 -1
  19. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +1 -1
  20. package/dist/system/domain/use-cases/auth/admin/index.js +18 -0
  21. package/dist/system/presentation/components/data/avatar/index.js +59 -0
  22. package/dist/system/presentation/components/data/buttons/index.d.ts +1 -0
  23. package/dist/system/presentation/components/data/buttons/index.js +18 -0
  24. package/dist/system/presentation/components/data/buttons/sidebar-button/index.js +3 -3
  25. package/dist/system/presentation/components/data/chat/card-message/index.d.ts +1 -1
  26. package/dist/system/presentation/components/data/chat/card-message/index.js +3 -3
  27. package/dist/system/presentation/components/data/chat/index.d.ts +2 -0
  28. package/dist/system/presentation/components/data/chat/index.js +38 -0
  29. package/dist/system/presentation/components/data/chat/interfaces.d.ts +8 -0
  30. package/dist/system/presentation/components/data/chat/loader/index.js +1 -1
  31. package/dist/system/presentation/components/data/detail-card/component.d.ts +2 -0
  32. package/dist/system/presentation/components/data/detail-card/component.js +42 -0
  33. package/dist/system/presentation/components/data/detail-card/index.d.ts +2 -0
  34. package/dist/system/presentation/components/data/detail-card/index.js +19 -0
  35. package/dist/system/presentation/components/data/detail-card/interfaces.d.ts +19 -0
  36. package/dist/system/presentation/components/data/highlight-icon/index.d.ts +2 -0
  37. package/dist/system/presentation/components/data/highlight-icon/index.js +40 -0
  38. package/dist/system/presentation/components/data/highlight-icon/interfaces.d.ts +8 -0
  39. package/dist/system/presentation/components/data/highlight-text/index.d.ts +2 -0
  40. package/dist/system/presentation/components/data/highlight-text/index.js +43 -0
  41. package/dist/system/presentation/components/data/input-search/index.d.ts +2 -0
  42. package/dist/system/presentation/components/data/input-search/index.js +39 -0
  43. package/dist/system/presentation/components/data/logo/index.js +34 -0
  44. package/dist/system/presentation/components/data/menu/component.js +17 -0
  45. package/dist/system/presentation/components/data/menu/components/index.d.ts +1 -1
  46. package/dist/system/presentation/components/data/menu/components/index.js +1 -1
  47. package/dist/system/presentation/components/data/menu/components/menu-item/index.js +3 -3
  48. package/dist/system/presentation/components/data/menu/index.d.ts +2 -0
  49. package/dist/system/presentation/components/data/menu/index.js +19 -0
  50. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +5 -5
  51. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.js +1 -1
  52. package/dist/system/presentation/components/data/menu/modes/index.d.ts +2 -2
  53. package/dist/system/presentation/components/data/menu/modes/index.js +2 -2
  54. package/dist/system/presentation/components/data/menu/modes/opened/index.js +3 -3
  55. package/dist/system/presentation/components/data/menu/modes/opened/styles.js +1 -1
  56. package/dist/system/presentation/components/data/notifications/card/index.d.ts +1 -1
  57. package/dist/system/presentation/components/data/notifications/card/index.js +2 -2
  58. package/dist/system/presentation/components/data/notifications/index.js +155 -0
  59. package/dist/system/presentation/components/data/page-wrapper/index.d.ts +2 -0
  60. package/dist/system/presentation/components/data/page-wrapper/index.js +35 -0
  61. package/dist/system/presentation/components/data/page-wrapper/interfaces.d.ts +7 -0
  62. package/dist/system/presentation/components/data/popover/index.d.ts +2 -0
  63. package/dist/system/presentation/components/data/profile-infos/index.d.ts +2 -0
  64. package/dist/system/presentation/components/data/profile-infos/index.js +48 -0
  65. package/dist/system/presentation/components/data/profile-infos/interfaces.d.ts +6 -0
  66. package/dist/system/presentation/components/data/profile-infos/profile/index.d.ts +1 -1
  67. package/dist/system/presentation/components/data/profile-infos/profile/index.js +3 -3
  68. package/dist/system/presentation/components/data/select-workspace/index.d.ts +4 -0
  69. package/dist/system/presentation/components/data/select-workspace/index.js +69 -0
  70. package/dist/system/presentation/components/data/tab/component.d.ts +2 -0
  71. package/dist/system/presentation/components/data/tab/component.js +67 -0
  72. package/dist/system/presentation/components/data/tab/index.d.ts +2 -0
  73. package/dist/system/presentation/components/data/tab/index.js +19 -0
  74. package/dist/system/presentation/components/data/tab/interfaces.d.ts +29 -0
  75. package/dist/system/presentation/components/data/tab/tab-item/index.d.ts +1 -1
  76. package/dist/system/presentation/components/data/tab/tab-item/index.js +2 -2
  77. package/dist/system/presentation/components/data/tab/tab-item/styles.d.ts +1 -1
  78. package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -2
  79. package/dist/system/presentation/components/layout/header/components/index.js +2 -2
  80. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +1 -1
  81. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +4 -4
  82. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
  83. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js +4 -5
  84. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +4 -4
  85. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
  86. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +5 -5
  87. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +4 -5
  88. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +5 -6
  89. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +4 -4
  90. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +4 -4
  91. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +4 -5
  92. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +3 -3
  93. package/dist/system/presentation/components/layout/header/index.d.ts +2 -0
  94. package/dist/system/presentation/components/layout/header/index.js +25 -0
  95. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +1 -1
  96. package/dist/system/presentation/components/layout/header/version-01/index.js +4 -4
  97. package/dist/system/presentation/components/pages/menus/index.d.ts +1 -0
  98. package/dist/system/presentation/components/pages/menus/index.js +18 -0
  99. package/dist/system/presentation/components/pages/menus/page.js +40 -0
  100. package/dist/system/presentation/components/pages/menus/table/columns.d.ts +2 -2
  101. package/dist/system/presentation/components/pages/menus/table/columns.js +1 -1
  102. package/dist/system/presentation/components/pages/menus/table/create.d.ts +2 -2
  103. package/dist/system/presentation/components/pages/menus/table/create.js +2 -2
  104. package/dist/system/presentation/components/pages/menus/table/delete.js +2 -2
  105. package/dist/system/presentation/components/pages/menus/table/edit.d.ts +2 -2
  106. package/dist/system/presentation/components/pages/menus/table/edit.js +2 -2
  107. package/dist/system/presentation/components/pages/menus/table/icon/index.js +1 -1
  108. package/dist/system/presentation/components/pages/menus/table/index.d.ts +4 -4
  109. package/dist/system/presentation/components/pages/menus/table/index.js +4 -4
  110. package/dist/system/presentation/components/pages/users/index.d.ts +1 -0
  111. package/dist/system/presentation/components/pages/users/index.js +18 -0
  112. package/dist/system/presentation/components/pages/users/page.js +40 -0
  113. package/dist/system/presentation/components/pages/users/table/columns.d.ts +2 -2
  114. package/dist/system/presentation/components/pages/users/table/create.d.ts +2 -2
  115. package/dist/system/presentation/components/pages/users/table/create.js +2 -2
  116. package/dist/system/presentation/components/pages/users/table/delete.js +2 -2
  117. package/dist/system/presentation/components/pages/users/table/edit.d.ts +2 -2
  118. package/dist/system/presentation/components/pages/users/table/edit.js +2 -2
  119. package/dist/system/presentation/components/pages/users/table/index.d.ts +4 -4
  120. package/dist/system/presentation/components/pages/users/table/index.js +4 -4
  121. package/dist/system/presentation/context/auth/components/index.d.ts +2 -0
  122. package/dist/system/presentation/context/auth/components/index.js +19 -0
  123. package/dist/system/presentation/context/auth/components/login/form-login/index.js +2 -2
  124. package/dist/system/presentation/context/auth/components/login/index.js +4 -4
  125. package/dist/system/presentation/context/auth/components/private-page/index.d.ts +1 -1
  126. package/dist/system/presentation/context/auth/components/private-page/index.js +3 -3
  127. package/dist/system/presentation/hooks/notifications/use-load-all/index.d.ts +1 -0
  128. package/dist/system/presentation/hooks/notifications/use-load-all/index.js +63 -0
  129. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.d.ts +2 -0
  130. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +60 -0
  131. package/dist/system/presentation/hooks/ui/use-table/component.d.ts +8 -0
  132. package/dist/system/presentation/hooks/ui/use-table/component.js +26 -0
  133. package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +1 -1
  134. package/dist/system/presentation/hooks/ui/use-table/components/index.js +1 -1
  135. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
  136. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +3 -3
  137. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
  138. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +3 -3
  139. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
  140. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +3 -3
  141. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +2 -2
  142. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +3 -3
  143. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.d.ts +1 -1
  144. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +4 -5
  145. package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +1 -1
  146. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +10 -10
  147. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
  148. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -2
  149. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +4 -4
  150. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +3 -3
  151. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
  152. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +3 -3
  153. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
  154. package/dist/system/presentation/hooks/ui/use-table/index.d.ts +4 -0
  155. package/dist/system/presentation/hooks/ui/use-table/index.js +21 -0
  156. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +92 -0
  157. package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.d.ts +1 -1
  158. package/dist/system/presentation/hooks/ui/use-table/query/hook.d.ts +1 -1
  159. package/dist/system/presentation/hooks/ui/use-table/query/hook.js +1 -1
  160. package/dist/system/presentation/hooks/ui/use-table/query/index.d.ts +2 -2
  161. package/dist/system/presentation/hooks/ui/use-table/query/index.js +2 -2
  162. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +51 -0
  163. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +148 -0
  164. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +61 -0
  165. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +24 -0
  166. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +208 -0
  167. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +1 -1
  168. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +2 -2
  169. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +2 -2
  170. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +1 -1
  171. package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +2 -2
  172. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +2 -2
  173. package/dist/ui/components/carousel/carousel-lib/core/core.js +654 -0
  174. package/dist/ui/components/carousel/carousel-lib/core/events/index.js +9 -9
  175. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +1 -1
  176. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +1 -1
  177. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +2 -2
  178. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +3 -3
  179. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +2 -2
  180. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +2 -2
  181. package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +3 -3
  182. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +3 -3
  183. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +1 -1
  184. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +1 -1
  185. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +42 -0
  186. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +2 -2
  187. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +1 -1
  188. package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +7 -7
  189. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +7 -7
  190. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +1 -1
  191. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +1 -1
  192. package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +3 -3
  193. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +3 -3
  194. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +1 -1
  195. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +1 -1
  196. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +1 -1
  197. package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +5 -5
  198. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +5 -5
  199. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +1 -1
  200. package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +9 -9
  201. package/dist/ui/components/carousel/carousel-lib/core/update/index.js +9 -9
  202. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +1 -1
  203. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +1 -1
  204. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +1 -1
  205. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +1 -1
  206. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +336 -0
  207. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +63 -0
  208. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +247 -0
  209. package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +6 -0
  210. package/dist/ui/components/carousel/carousel-lib/modules/index.js +23 -0
  211. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +223 -0
  212. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +514 -0
  213. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +379 -0
  214. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +88 -0
  215. package/dist/ui/components/carousel/carousel-lib/react/swiper.js +210 -0
  216. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +22 -0
  217. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +15 -0
  218. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +13 -0
  219. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +47 -0
  220. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +43 -0
  221. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +69 -0
  222. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +25 -0
  223. package/dist/ui/components/carousel/carousel-lib/shared/utils.js +372 -0
  224. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +65 -0
  225. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +4 -0
  226. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +15 -0
  227. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +71 -0
  228. package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +5 -0
  229. package/dist/ui/components/carousel/carousel-lib/types/index.js +27 -0
  230. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +162 -0
  231. package/dist/ui/components/form/handler/custom-submit/index.d.ts +17 -0
  232. package/dist/ui/components/form/handler/custom-submit/index.js +25 -0
  233. package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +2 -0
  234. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +117 -0
  235. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -0
  236. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +19 -0
  237. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +28 -0
  238. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +111 -0
  239. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -0
  240. package/dist/ui/components/form/handler/form-handler/index.js +241 -0
  241. package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +2 -0
  242. package/dist/ui/components/form/handler/form-handler/use-schemas.js +115 -0
  243. package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +5 -0
  244. package/dist/ui/components/form/handler/form-handler/use-send-file.js +209 -0
  245. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +1 -1
  246. package/dist/ui/components/form/handler/i18n/index.d.ts +2 -0
  247. package/dist/ui/components/form/handler/i18n/index.js +4 -4
  248. package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +2 -2
  249. package/dist/ui/components/form/input-cep/use-cep/hook.js +1 -1
  250. package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -2
  251. package/dist/ui/components/form/input-cep/use-cep/index.js +2 -2
  252. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  253. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
  254. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
  255. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -3
  256. package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -1
  257. package/dist/ui/components/form/input-cep/use-cep/providers/index.js +1 -1
  258. package/dist/ui/components/form/input-control/error/index.js +1 -1
  259. package/dist/ui/components/form/input-control/label/index.js +1 -1
  260. package/dist/ui/components/form/input-control/loader-input/index.js +2 -2
  261. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +1 -1
  262. package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
  263. package/dist/ui/components/form/input-currency/components/index.js +1 -1
  264. package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +1 -1
  265. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +4 -4
  266. package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +1 -1
  267. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +2 -2
  268. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +1 -1
  269. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +1 -1
  270. package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
  271. package/dist/ui/components/form/input-currency/components/utils/index.js +8 -8
  272. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +1 -1
  273. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +1 -1
  274. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +1 -1
  275. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  276. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +3 -3
  277. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  278. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +2 -2
  279. package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
  280. package/dist/ui/components/form/input-date-picker/calendar/index.js +4 -4
  281. package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +2 -2
  282. package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
  283. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +2 -2
  284. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
  285. package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
  286. package/dist/ui/components/form/input-date-picker/mock/index.js +1 -1
  287. package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -4
  288. package/dist/ui/components/form/input-file/hooks/index.js +4 -4
  289. package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +2 -2
  290. package/dist/ui/components/form/input-file/hooks/use-components-file.js +2 -2
  291. package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +1 -1
  292. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +2 -2
  293. package/dist/ui/components/form/input-file/hooks/use-file.d.ts +2 -2
  294. package/dist/ui/components/form/input-file/hooks/use-file.js +2 -2
  295. package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +1 -1
  296. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +1 -1
  297. package/dist/ui/components/form/input-file/render-files/component.d.ts +1 -1
  298. package/dist/ui/components/form/input-file/render-files/component.js +2 -2
  299. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
  300. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +1 -1
  301. package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +2 -2
  302. package/dist/ui/components/form/input-file/render-files/file-item/index.js +3 -3
  303. package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -3
  304. package/dist/ui/components/form/input-file/render-files/index.js +3 -3
  305. package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +2 -2
  306. package/dist/ui/components/form/input-mask/lib/core/errors/SyntheticChangeError.d.ts +1 -1
  307. package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.d.ts +1 -1
  308. package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.js +2 -2
  309. package/dist/ui/components/form/input-mask/lib/core/index.d.ts +5 -5
  310. package/dist/ui/components/form/input-mask/lib/core/index.js +4 -4
  311. package/dist/ui/components/form/input-mask/lib/core/utils/setInputAttributes.d.ts +1 -1
  312. package/dist/ui/components/form/input-mask/lib/mask/InputMask.d.ts +2 -2
  313. package/dist/ui/components/form/input-mask/lib/mask/InputMask.js +2 -2
  314. package/dist/ui/components/form/input-mask/lib/mask/index.d.ts +5 -5
  315. package/dist/ui/components/form/input-mask/lib/mask/index.js +3 -3
  316. package/dist/ui/components/form/input-mask/lib/mask/types.d.ts +1 -1
  317. package/dist/ui/components/form/input-mask/lib/mask/useMask.d.ts +1 -1
  318. package/dist/ui/components/form/input-mask/lib/mask/useMask.js +7 -7
  319. package/dist/ui/components/form/input-mask/lib/mask/utils/filter.d.ts +1 -1
  320. package/dist/ui/components/form/input-mask/lib/mask/utils/format.d.ts +1 -1
  321. package/dist/ui/components/form/input-mask/lib/mask/utils/formatToParts.d.ts +1 -1
  322. package/dist/ui/components/form/input-mask/lib/mask/utils/formatToReplacementObject.d.ts +1 -1
  323. package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.d.ts +1 -1
  324. package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.js +3 -3
  325. package/dist/ui/components/form/input-mask/lib/mask/utils/resolveSelection.d.ts +2 -2
  326. package/dist/ui/components/form/input-mask/lib/mask/utils/unformat.d.ts +1 -1
  327. package/dist/ui/components/form/input-mask/lib/mask/utils/validate.d.ts +1 -1
  328. package/dist/ui/components/form/input-mask/lib/mask/utils.d.ts +1 -1
  329. package/dist/ui/components/form/input-mask/lib/mask/utils.js +5 -5
  330. package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.d.ts +2 -2
  331. package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.js +2 -2
  332. package/dist/ui/components/form/input-mask/lib/number-format/index.d.ts +4 -4
  333. package/dist/ui/components/form/input-mask/lib/number-format/index.js +2 -2
  334. package/dist/ui/components/form/input-mask/lib/number-format/types.d.ts +1 -1
  335. package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.d.ts +1 -1
  336. package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.js +6 -6
  337. package/dist/ui/components/form/input-mask/lib/number-format/utils/localizeValues.d.ts +1 -1
  338. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.d.ts +2 -2
  339. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.js +1 -1
  340. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveMinimumFractionDigits.d.ts +1 -1
  341. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveOptions.d.ts +1 -1
  342. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveSelection.d.ts +2 -2
  343. package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +1 -1
  344. package/dist/ui/components/form/input-seo/input-meta-image/index.js +2 -2
  345. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
  346. package/dist/ui/components/menu-mobile/components/nav-links/index.js +3 -3
  347. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
  348. package/package.json +75 -75
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.extend = exports.ssrWindow = exports.getWindow = exports.ssrDocument = exports.getDocument = void 0;
7
+ var document_1 = require("./document.js");
8
+ Object.defineProperty(exports, "getDocument", { enumerable: true, get: function () { return document_1.getDocument; } });
9
+ Object.defineProperty(exports, "ssrDocument", { enumerable: true, get: function () { return document_1.ssrDocument; } });
10
+ var window_1 = require("./window.js");
11
+ Object.defineProperty(exports, "getWindow", { enumerable: true, get: function () { return window_1.getWindow; } });
12
+ Object.defineProperty(exports, "ssrWindow", { enumerable: true, get: function () { return window_1.ssrWindow; } });
13
+ var extend_1 = __importDefault(require("./extend.js"));
14
+ exports.extend = extend_1.default;
15
+ //# sourceMappingURL=ssr-window.js.map
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ssrWindow = exports.getWindow = void 0;
7
+ var extend_1 = __importDefault(require("./extend.js"));
8
+ var document_1 = require("./document.js");
9
+ var ssrWindow = {
10
+ document: document_1.ssrDocument,
11
+ navigator: {
12
+ userAgent: '',
13
+ },
14
+ location: {
15
+ hash: '',
16
+ host: '',
17
+ hostname: '',
18
+ href: '',
19
+ origin: '',
20
+ pathname: '',
21
+ protocol: '',
22
+ search: '',
23
+ },
24
+ history: {
25
+ replaceState: function () { },
26
+ pushState: function () { },
27
+ go: function () { },
28
+ back: function () { },
29
+ },
30
+ CustomEvent: function CustomEvent() {
31
+ return this;
32
+ },
33
+ addEventListener: function () { },
34
+ removeEventListener: function () { },
35
+ getComputedStyle: function () {
36
+ return {
37
+ getPropertyValue: function () {
38
+ return '';
39
+ },
40
+ };
41
+ },
42
+ Image: function () { },
43
+ Date: function () { },
44
+ screen: {},
45
+ setTimeout: function () { },
46
+ clearTimeout: function () { },
47
+ matchMedia: function () {
48
+ return {};
49
+ },
50
+ requestAnimationFrame: function (callback) {
51
+ if (typeof setTimeout === 'undefined') {
52
+ callback();
53
+ return null;
54
+ }
55
+ return setTimeout(callback, 0);
56
+ },
57
+ cancelAnimationFrame: function (id) {
58
+ if (typeof setTimeout === 'undefined') {
59
+ return;
60
+ }
61
+ clearTimeout(id);
62
+ },
63
+ };
64
+ exports.ssrWindow = ssrWindow;
65
+ function getWindow() {
66
+ var win = typeof window !== 'undefined' ? window : {};
67
+ (0, extend_1.default)(win, ssrWindow);
68
+ return win;
69
+ }
70
+ exports.getWindow = getWindow;
71
+ //# sourceMappingURL=window.js.map
@@ -0,0 +1,5 @@
1
+ export * from './shared.js';
2
+ export { default as Swiper } from './swiper-class.js';
3
+ export * from './swiper-events.js';
4
+ export * from './swiper-options.js';
5
+ export * from './modules/public-api';
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ Object.defineProperty(exports, "__esModule", { value: true });
20
+ exports.Swiper = void 0;
21
+ __exportStar(require("./shared.js"), exports);
22
+ var swiper_class_1 = require("./swiper-class.js");
23
+ Object.defineProperty(exports, "Swiper", { enumerable: true, get: function () { return __importDefault(swiper_class_1).default; } });
24
+ __exportStar(require("./swiper-events.js"), exports);
25
+ __exportStar(require("./swiper-options.js"), exports);
26
+ __exportStar(require("./modules/public-api"), exports);
27
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,162 @@
1
+ import type { SwiperOptions } from './swiper-options.js';
2
+ import type Swiper from './swiper-class.js';
3
+ import type { A11yEvents } from './modules/a11y';
4
+ import type { AutoplayEvents } from './modules/autoplay';
5
+ import type { ControllerEvents } from './modules/controller';
6
+ import type { CoverflowEffectEvents } from './modules/effect-coverflow';
7
+ import type { CubeEffectEvents } from './modules/effect-cube';
8
+ import type { FadeEffectEvents } from './modules/effect-fade';
9
+ import type { FlipEffectEvents } from './modules/effect-flip';
10
+ import type { CreativeEffectEvents } from './modules/effect-creative';
11
+ import type { CardsEffectEvents } from './modules/effect-cards';
12
+ import type { HashNavigationEvents } from './modules/hash-navigation';
13
+ export type SwiperEvents = {
14
+ init: (swiper: Swiper) => any;
15
+ beforeDestroy: (swiper: Swiper) => void;
16
+ slidesUpdated: (swiper: Swiper) => void;
17
+ slideChange: (swiper: Swiper) => void;
18
+ slideChangeTransitionStart: (swiper: Swiper) => void;
19
+ slideChangeTransitionEnd: (swiper: Swiper) => void;
20
+ slideNextTransitionStart: (swiper: Swiper) => void;
21
+ slideNextTransitionEnd: (swiper: Swiper) => void;
22
+ slidePrevTransitionStart: (swiper: Swiper) => void;
23
+ slidePrevTransitionEnd: (swiper: Swiper) => void;
24
+ transitionStart: (swiper: Swiper) => void;
25
+ transitionEnd: (swiper: Swiper) => void;
26
+ touchStart: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
27
+ touchMove: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
28
+ touchMoveOpposite: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
29
+ sliderMove: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
30
+ touchEnd: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
31
+ click: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
32
+ tap: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
33
+ doubleTap: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
34
+ /**
35
+ * Event will be fired when Swiper progress is changed, as an arguments it receives progress that is always from 0 to 1
36
+ */
37
+ progress: (swiper: Swiper, progress: number) => void;
38
+ /**
39
+ * Event will be fired when Swiper reach its beginning (initial position)
40
+ */
41
+ reachBeginning: (swiper: Swiper) => void;
42
+ /**
43
+ * Event will be fired when Swiper reach last slide
44
+ */
45
+ reachEnd: (swiper: Swiper) => void;
46
+ /**
47
+ * Event will be fired when Swiper goes to beginning or end position
48
+ */
49
+ toEdge: (swiper: Swiper) => void;
50
+ /**
51
+ * Event will be fired when Swiper goes from beginning or end position
52
+ */
53
+ fromEdge: (swiper: Swiper) => void;
54
+ /**
55
+ * Event will be fired when swiper's wrapper change its position. Receives current translate value as an arguments
56
+ */
57
+ setTranslate: (swiper: Swiper, translate: number) => void;
58
+ /**
59
+ * Event will be fired everytime when swiper starts animation. Receives current transition duration (in ms) as an arguments
60
+ */
61
+ setTransition: (swiper: Swiper, transition: number) => void;
62
+ /**
63
+ * Event will be fired on window resize right before swiper's onresize manipulation
64
+ */
65
+ resize: (swiper: Swiper) => void;
66
+ /**
67
+ * Event will be fired if observer is enabled and it detects DOM mutations
68
+ */
69
+ observerUpdate: (swiper: Swiper) => void;
70
+ /**
71
+ * Event will be fired right before "loop fix"
72
+ */
73
+ beforeLoopFix: (swiper: Swiper) => void;
74
+ /**
75
+ * Event will be fired after "loop fix"
76
+ */
77
+ loopFix: (swiper: Swiper) => void;
78
+ breakpoint: (swiper: Swiper, breakpointParams: SwiperOptions) => void;
79
+ _beforeBreakpoint?: (swiper: Swiper, breakpointParams: SwiperOptions) => void;
80
+ _containerClasses?: (swiper: Swiper, classNames: string) => void;
81
+ _slideClass?: (swiper: Swiper, slideEl: HTMLElement, classNames: string) => void;
82
+ _slideClasses?: (swiper: Swiper, slides: {
83
+ slideEl: HTMLElement;
84
+ classNames: string;
85
+ index: number;
86
+ }[]) => void;
87
+ _swiper?: (swiper: Swiper) => void;
88
+ _freeModeNoMomentumRelease?: (swiper: Swiper) => void;
89
+ activeIndexChange: (swiper: Swiper) => void;
90
+ snapIndexChange: (swiper: Swiper) => void;
91
+ realIndexChange: (swiper: Swiper) => void;
92
+ afterInit: (swiper: Swiper) => void;
93
+ beforeInit: (swiper: Swiper) => void;
94
+ /**
95
+ * Event will fired before resize handler
96
+ */
97
+ beforeResize: (swiper: Swiper) => void;
98
+ /**
99
+ * Event will fired before slide change transition start
100
+ */
101
+ beforeSlideChangeStart: (swiper: Swiper) => void;
102
+ /**
103
+ * Event will fired before transition start
104
+ */
105
+ beforeTransitionStart: (swiper: Swiper, speed: number, internal: any) => void;
106
+ /**
107
+ * Event will fired on direction change
108
+ */
109
+ changeDirection: (swiper: Swiper) => void;
110
+ /**
111
+ * Event will be fired when user double click/tap on Swiper
112
+ */
113
+ doubleClick: (swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
114
+ /**
115
+ * Event will be fired on swiper destroy
116
+ */
117
+ destroy: (swiper: Swiper) => void;
118
+ /**
119
+ * Event will be fired on momentum bounce
120
+ */
121
+ momentumBounce: (swiper: Swiper) => void;
122
+ /**
123
+ * Event will be fired on orientation change (e.g. landscape -> portrait)
124
+ */
125
+ orientationchange: (swiper: Swiper) => void;
126
+ /**
127
+ * Event will be fired in the beginning of animation of resetting slide to current one
128
+ */
129
+ slideResetTransitionStart: (swiper: Swiper) => void;
130
+ /**
131
+ * Event will be fired in the end of animation of resetting slide to current one
132
+ */
133
+ slideResetTransitionEnd: (swiper: Swiper) => void;
134
+ /**
135
+ * Event will be fired with first touch/drag move
136
+ */
137
+ sliderFirstMove: (swiper: Swiper, event: TouchEvent) => void;
138
+ /**
139
+ * Event will be fired when number of slides has changed
140
+ */
141
+ slidesLengthChange: (swiper: Swiper) => void;
142
+ /**
143
+ * Event will be fired when slides grid has changed
144
+ */
145
+ slidesGridLengthChange: (swiper: Swiper) => void;
146
+ /**
147
+ * Event will be fired when snap grid has changed
148
+ */
149
+ snapGridLengthChange: (swiper: Swiper) => void;
150
+ /**
151
+ * Event will be fired after swiper.update() call
152
+ */
153
+ update: (swiper: Swiper) => void;
154
+ /**
155
+ * Event will be fired when swiper is locked (when `watchOverflow` enabled)
156
+ */
157
+ lock: (swiper: Swiper) => void;
158
+ /**
159
+ * Event will be fired when swiper is unlocked (when `watchOverflow` enabled)
160
+ */
161
+ unlock: (swiper: Swiper) => void;
162
+ } & A11yEvents & AutoplayEvents & ControllerEvents & CoverflowEffectEvents & CubeEffectEvents & FadeEffectEvents & FlipEffectEvents & CreativeEffectEvents & CardsEffectEvents & HashNavigationEvents;
@@ -0,0 +1,17 @@
1
+ import { Dispatch, SetStateAction } from 'react';
2
+ import { ButtonProps } from '../../../../../ui/index.js';
3
+ export type ICustomSubmitProps = {
4
+ props: ButtonProps;
5
+ action: (data: any, setStateForm: Dispatch<SetStateAction<{
6
+ state: string;
7
+ message: string;
8
+ }>>) => void;
9
+ active?: boolean;
10
+ };
11
+ export declare function CustomSubmitButton({ props, action, stateForm, onSubmit, active }: {
12
+ onSubmit: (action: any) => void;
13
+ stateForm: {
14
+ state: string;
15
+ message: string;
16
+ };
17
+ } & ICustomSubmitProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.CustomSubmitButton = void 0;
15
+ var jsx_runtime_1 = require("react/jsx-runtime");
16
+ var ui_1 = require("../../../../../ui/index.js");
17
+ function CustomSubmitButton(_a) {
18
+ var props = _a.props, action = _a.action, stateForm = _a.stateForm, onSubmit = _a.onSubmit, active = _a.active;
19
+ if (active === false) {
20
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
21
+ }
22
+ return (0, jsx_runtime_1.jsx)(ui_1.Button, __assign({}, props, { type: 'button', onClick: function () { return onSubmit(action); }, loading: stateForm.state === 'loading' }));
23
+ }
24
+ exports.CustomSubmitButton = CustomSubmitButton;
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,2 @@
1
+ import { DynamicFormHandlerProps } from './interfaces.js';
2
+ export declare function DynamicFormHandler(props: DynamicFormHandlerProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,117 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
37
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
38
+ return new (P || (P = Promise))(function (resolve, reject) {
39
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
40
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
41
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
42
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
43
+ });
44
+ };
45
+ var __generator = (this && this.__generator) || function (thisArg, body) {
46
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
47
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
48
+ function verb(n) { return function (v) { return step([n, v]); }; }
49
+ function step(op) {
50
+ if (f) throw new TypeError("Generator is already executing.");
51
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
52
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
53
+ if (y = 0, t) op = [op[0] & 2, t.value];
54
+ switch (op[0]) {
55
+ case 0: case 1: t = op; break;
56
+ case 4: _.label++; return { value: op[1], done: false };
57
+ case 5: _.label++; y = op[1]; op = [0]; continue;
58
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
59
+ default:
60
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
61
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
62
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
63
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
64
+ if (t[2]) _.ops.pop();
65
+ _.trys.pop(); continue;
66
+ }
67
+ op = body.call(thisArg, _);
68
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
69
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
70
+ }
71
+ };
72
+ Object.defineProperty(exports, "__esModule", { value: true });
73
+ exports.DynamicFormHandler = void 0;
74
+ var jsx_runtime_1 = require("react/jsx-runtime");
75
+ var ui_1 = require("../../../../../ui/index.js");
76
+ var Inputs = __importStar(require("../../index.js"));
77
+ var S = __importStar(require("./styles.js"));
78
+ function DynamicFormHandler(props) {
79
+ var _this = this;
80
+ var queryKEY = props.getDetails && props.getDetails.key && props.getDetails.key(props.tableItem);
81
+ function fetcher() {
82
+ return __awaiter(this, void 0, void 0, function () {
83
+ var _a;
84
+ return __generator(this, function (_b) {
85
+ return [2 /*return*/, (_a = props === null || props === void 0 ? void 0 : props.getDetails) === null || _a === void 0 ? void 0 : _a.fetcher(props.tableItem)];
86
+ });
87
+ });
88
+ }
89
+ var _a = (0, ui_1.useQuery)({
90
+ queryFn: fetcher,
91
+ queryKey: queryKEY,
92
+ enabled: !!queryKEY,
93
+ }), data = _a.data, isLoading = _a.isLoading, mutate = _a.mutate, isFetching = _a.isFetching;
94
+ if ((isLoading || isFetching) && props.getDetails) {
95
+ return (0, jsx_runtime_1.jsx)(ui_1.LoaderCircle, { size: 30, color: '#000' });
96
+ }
97
+ return ((0, jsx_runtime_1.jsxs)(S.DynamiFormHandler, { children: [(0, jsx_runtime_1.jsxs)("div", { className: 'header', children: [props.title && (0, jsx_runtime_1.jsx)("h3", { className: 'font-20-bold', children: props.title }), props.subtitle && (0, jsx_runtime_1.jsx)("span", { className: 'font-16-regular', children: props.subtitle })] }), (0, jsx_runtime_1.jsx)(ui_1.FormHandler, __assign({}, props, { cleanFieldsOnSubmit: false, onSucess: function (data) { return __awaiter(_this, void 0, void 0, function () {
98
+ var response;
99
+ return __generator(this, function (_a) {
100
+ switch (_a.label) {
101
+ case 0: return [4 /*yield*/, props.onSucess(data, undefined, props.tableItem)];
102
+ case 1:
103
+ response = _a.sent();
104
+ queryKEY && mutate();
105
+ return [2 /*return*/, response];
106
+ }
107
+ });
108
+ }); }, initialData: props.initialDataIsTableItem
109
+ ? __assign(__assign({}, ((props === null || props === void 0 ? void 0 : props.tableItem) || {})), (props.initialData || {})) : __assign(__assign({}, data), (props.initialData || {})), children: props.inputs.map(function (row, index) {
110
+ return ((0, jsx_runtime_1.jsx)("div", { style: { display: 'grid', gap: 15, gridTemplateColumns: "repeat(".concat(row.length, ", 1fr)") }, children: row.map(function (input) {
111
+ var Element = Inputs[input.InputComponent];
112
+ return (0, jsx_runtime_1.jsx)(Element, __assign({}, input), input.name);
113
+ }) }, index));
114
+ }) }))] }));
115
+ }
116
+ exports.DynamicFormHandler = DynamicFormHandler;
117
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1,2 @@
1
+ export * from "./component.js";
2
+ export * from "./interfaces.js";
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./component.js"), exports);
18
+ __exportStar(require("./interfaces.js"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,28 @@
1
+ import { IconsNames } from '../../../../../ui/icons/index.js';
2
+ import { IFormHandler } from '../interfaces.js';
3
+ import { ISelectProps } from '../../select/interfaces.js';
4
+ import * as Inputs from '../../index.js';
5
+ type InputProps<T = any> = {
6
+ name: keyof T;
7
+ InputComponent: keyof typeof Inputs;
8
+ } & Partial<Omit<ISelectProps, 'name'>>;
9
+ export type DynamicFormHandlerProps<T = any> = Partial<IFormHandler> & {
10
+ button?: {
11
+ text?: string;
12
+ icon?: IconsNames;
13
+ };
14
+ initialDataIsTableItem?: boolean;
15
+ tableItem?: any;
16
+ title?: string;
17
+ subtitle?: string;
18
+ inputs?: InputProps<T>[][];
19
+ getDetails?: {
20
+ key: (params: {
21
+ [key in keyof T]: T[key];
22
+ }) => string;
23
+ fetcher: (params: {
24
+ [key in keyof T]: T[key];
25
+ }) => Promise<any>;
26
+ };
27
+ };
28
+ export {};
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
+ return new (P || (P = Promise))(function (resolve, reject) {
28
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
29
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
30
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
31
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
32
+ });
33
+ };
34
+ var __generator = (this && this.__generator) || function (thisArg, body) {
35
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
36
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
37
+ function verb(n) { return function (v) { return step([n, v]); }; }
38
+ function step(op) {
39
+ if (f) throw new TypeError("Generator is already executing.");
40
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
41
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
42
+ if (y = 0, t) op = [op[0] & 2, t.value];
43
+ switch (op[0]) {
44
+ case 0: case 1: t = op; break;
45
+ case 4: _.label++; return { value: op[1], done: false };
46
+ case 5: _.label++; y = op[1]; op = [0]; continue;
47
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
48
+ default:
49
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
50
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
51
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
52
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
53
+ if (t[2]) _.ops.pop();
54
+ _.trys.pop(); continue;
55
+ }
56
+ op = body.call(thisArg, _);
57
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
58
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
59
+ }
60
+ };
61
+ Object.defineProperty(exports, "__esModule", { value: true });
62
+ exports.generateSchemasByDemand = void 0;
63
+ var ui_1 = require("../../../../../ui/index.js");
64
+ function generateSchemasByDemand(defaultSchemas) {
65
+ return __awaiter(this, void 0, void 0, function () {
66
+ var yup, schema, schemas, s;
67
+ return __generator(this, function (_a) {
68
+ switch (_a.label) {
69
+ case 0: return [4 /*yield*/, Promise.resolve().then(function () { return __importStar(require('yup')); })];
70
+ case 1:
71
+ yup = _a.sent();
72
+ schema = {};
73
+ schemas = {
74
+ name: yup
75
+ .string()
76
+ .required('Digite o seu nome.')
77
+ .test('teste nome', 'Digite um nome válido', function (value) { return value && value.length >= 2; }),
78
+ cpf: yup
79
+ .string()
80
+ .required('Digite o número do seu cpf.')
81
+ .min(11, 'Digite um cpf válido.')
82
+ .test('test-invalid-cpf', 'Digite um cpf válido.', function (cpf) { return (0, ui_1.validateCPF)((0, ui_1.removeDigits)(cpf || '')); }),
83
+ subject: yup.string().required('Por favor, digite uma assunto'),
84
+ message: yup.string().required('Por favor, digite uma mensagem'),
85
+ email: yup.string().required('Por favor, digite um email').email('Por favor, digite um email válido'),
86
+ phone: yup
87
+ .string()
88
+ .test('Validar Telefone', 'Por favor, digite um telefone válido', ui_1.validatePhone),
89
+ street: yup.string().required('Digite sua rua/avenida'),
90
+ district: yup.string().required('Digite seu bairro'),
91
+ city: yup.string().required('Digite sua cidade'),
92
+ state: yup.string().required('Digite seu estado'),
93
+ addressNumber: yup.string().required('Digite seu número'),
94
+ zipCode: yup
95
+ .string()
96
+ .required('Digite seu CEP')
97
+ .test('valid CEP', 'Digite um CEP válido.', function (zipcode) { return (zipcode === null || zipcode === void 0 ? void 0 : zipcode.replace(/[^0-9]/g, '').length) === 8; }),
98
+ };
99
+ if (!defaultSchemas) {
100
+ return [2 /*return*/, {}];
101
+ }
102
+ for (s in defaultSchemas) {
103
+ schema[s] = schemas[s];
104
+ }
105
+ return [2 /*return*/, schema];
106
+ }
107
+ });
108
+ });
109
+ }
110
+ exports.generateSchemasByDemand = generateSchemasByDemand;
111
+ //# sourceMappingURL=generate-schemas.js.map
@@ -0,0 +1,2 @@
1
+ import { IFormHandler } from '../interfaces.js';
2
+ export default function FormElement({ i18n, button, schema, children, onFinish, onSucess, debugMode, fileFields, autoComplete, customSubmit, onChangeForm, customAction, decimalFields, defaultSchemas, isStickyButtons, cleanFieldsOnSubmit, disableEnterKeySubmitForm, }: IFormHandler): import("react/jsx-runtime").JSX.Element;