infinity-forge 0.6.99 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1181) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +20 -0
  3. package/dist/index.js.map +1 -0
  4. package/dist/sites/api/index.d.ts +2 -0
  5. package/dist/sites/api/index.js +16 -0
  6. package/dist/sites/api/index.js.map +1 -0
  7. package/dist/sites/components/brands-carousel/glider-configs.d.ts +39 -0
  8. package/dist/sites/components/brands-carousel/glider-configs.js +41 -0
  9. package/dist/sites/components/brands-carousel/glider-configs.js.map +1 -0
  10. package/dist/sites/components/brands-carousel/index.d.ts +2 -0
  11. package/dist/sites/components/brands-carousel/index.js +51 -0
  12. package/dist/sites/components/brands-carousel/index.js.map +1 -0
  13. package/dist/sites/components/brands-carousel/interfaces.d.ts +4 -0
  14. package/dist/sites/components/brands-carousel/interfaces.js +3 -0
  15. package/dist/sites/components/brands-carousel/interfaces.js.map +1 -0
  16. package/dist/sites/components/brands-carousel/styles.d.ts +2 -0
  17. package/dist/sites/components/brands-carousel/styles.js +14 -0
  18. package/dist/sites/components/brands-carousel/styles.js.map +1 -0
  19. package/dist/sites/components/carousel/component.d.ts +2 -0
  20. package/dist/sites/components/carousel/component.js +28 -0
  21. package/dist/sites/components/carousel/component.js.map +1 -0
  22. package/dist/sites/components/carousel/index.d.ts +1 -0
  23. package/dist/sites/components/carousel/index.js +18 -0
  24. package/dist/sites/components/carousel/index.js.map +1 -0
  25. package/dist/sites/components/carousel/interfaces.d.ts +12 -0
  26. package/dist/sites/components/carousel/interfaces.js +3 -0
  27. package/dist/sites/components/carousel/interfaces.js.map +1 -0
  28. package/dist/sites/components/carousel/versions/index.d.ts +1 -0
  29. package/dist/sites/components/carousel/versions/index.js +18 -0
  30. package/dist/sites/components/carousel/versions/index.js.map +1 -0
  31. package/dist/sites/components/carousel/versions/version-01/component-01.d.ts +2 -0
  32. package/dist/sites/components/carousel/versions/version-01/component-01.js +26 -0
  33. package/dist/sites/components/carousel/versions/version-01/component-01.js.map +1 -0
  34. package/dist/sites/components/counter/component.d.ts +2 -0
  35. package/dist/sites/components/counter/component.js +28 -0
  36. package/dist/sites/components/counter/component.js.map +1 -0
  37. package/dist/sites/components/counter/index.d.ts +1 -0
  38. package/dist/sites/components/counter/index.js +18 -0
  39. package/dist/sites/components/counter/index.js.map +1 -0
  40. package/dist/sites/components/counter/interfaces.d.ts +12 -0
  41. package/dist/sites/components/counter/interfaces.js +3 -0
  42. package/dist/sites/components/counter/interfaces.js.map +1 -0
  43. package/dist/sites/components/counter/versions/index.d.ts +1 -0
  44. package/dist/sites/components/counter/versions/index.js +18 -0
  45. package/dist/sites/components/counter/versions/index.js.map +1 -0
  46. package/dist/sites/components/counter/versions/version-01/box/index.d.ts +2 -0
  47. package/dist/sites/components/counter/versions/version-01/box/index.js +38 -0
  48. package/dist/sites/components/counter/versions/version-01/box/index.js.map +1 -0
  49. package/dist/sites/components/counter/versions/version-01/box/styles.d.ts +2 -0
  50. package/dist/sites/components/counter/versions/version-01/box/styles.js +14 -0
  51. package/dist/sites/components/counter/versions/version-01/box/styles.js.map +1 -0
  52. package/dist/sites/components/counter/versions/version-01/component.d.ts +4 -0
  53. package/dist/sites/components/counter/versions/version-01/component.js +47 -0
  54. package/dist/sites/components/counter/versions/version-01/component.js.map +1 -0
  55. package/dist/sites/components/counter/versions/version-01/styles.d.ts +2 -0
  56. package/dist/sites/components/counter/versions/version-01/styles.js +14 -0
  57. package/dist/sites/components/counter/versions/version-01/styles.js.map +1 -0
  58. package/dist/sites/components/head/component.d.ts +2 -0
  59. package/dist/sites/components/head/component.js +20 -0
  60. package/dist/sites/components/head/component.js.map +1 -0
  61. package/dist/sites/components/head/index.d.ts +2 -0
  62. package/dist/sites/components/head/index.js +19 -0
  63. package/dist/sites/components/head/index.js.map +1 -0
  64. package/dist/sites/components/head/interfaces.d.ts +8 -0
  65. package/dist/sites/components/head/interfaces.js +3 -0
  66. package/dist/sites/components/head/interfaces.js.map +1 -0
  67. package/dist/sites/components/header-link/component.d.ts +2 -0
  68. package/dist/sites/components/header-link/component.js +17 -0
  69. package/dist/sites/components/header-link/component.js.map +1 -0
  70. package/dist/sites/components/header-link/data.d.ts +15 -0
  71. package/dist/sites/components/header-link/data.js +32 -0
  72. package/dist/sites/components/header-link/data.js.map +1 -0
  73. package/dist/sites/components/header-link/index.d.ts +1 -0
  74. package/dist/sites/components/header-link/index.js +18 -0
  75. package/dist/sites/components/header-link/index.js.map +1 -0
  76. package/dist/sites/components/header-link/interfaces.d.ts +5 -0
  77. package/dist/sites/components/header-link/interfaces.js +3 -0
  78. package/dist/sites/components/header-link/interfaces.js.map +1 -0
  79. package/dist/sites/components/header-link/versions/index.d.ts +1 -0
  80. package/dist/sites/components/header-link/versions/index.js +18 -0
  81. package/dist/sites/components/header-link/versions/index.js.map +1 -0
  82. package/dist/sites/components/header-link/versions/version-01/component.d.ts +3 -0
  83. package/dist/sites/components/header-link/versions/version-01/component.js +41 -0
  84. package/dist/sites/components/header-link/versions/version-01/component.js.map +1 -0
  85. package/dist/sites/components/header-link/versions/version-01/component.stories.d.ts +13 -0
  86. package/dist/sites/components/header-link/versions/version-01/component.stories.js +27 -0
  87. package/dist/sites/components/header-link/versions/version-01/component.stories.js.map +1 -0
  88. package/dist/sites/components/header-link/versions/version-01/styles.d.ts +2 -0
  89. package/dist/sites/components/header-link/versions/version-01/styles.js +14 -0
  90. package/dist/sites/components/header-link/versions/version-01/styles.js.map +1 -0
  91. package/dist/sites/components/index.d.ts +6 -0
  92. package/dist/sites/components/index.js +23 -0
  93. package/dist/sites/components/index.js.map +1 -0
  94. package/dist/sites/components/mvv/component.d.ts +2 -0
  95. package/dist/sites/components/mvv/component.js +28 -0
  96. package/dist/sites/components/mvv/component.js.map +1 -0
  97. package/dist/sites/components/mvv/data.d.ts +6 -0
  98. package/dist/sites/components/mvv/data.js +24 -0
  99. package/dist/sites/components/mvv/data.js.map +1 -0
  100. package/dist/sites/components/mvv/index.d.ts +1 -0
  101. package/dist/sites/components/mvv/index.js +18 -0
  102. package/dist/sites/components/mvv/index.js.map +1 -0
  103. package/dist/sites/components/mvv/interfaces.d.ts +8 -0
  104. package/dist/sites/components/mvv/interfaces.js +3 -0
  105. package/dist/sites/components/mvv/interfaces.js.map +1 -0
  106. package/dist/sites/components/mvv/versions/index.d.ts +1 -0
  107. package/dist/sites/components/mvv/versions/index.js +18 -0
  108. package/dist/sites/components/mvv/versions/index.js.map +1 -0
  109. package/dist/sites/components/mvv/versions/version-01/component.d.ts +2 -0
  110. package/dist/sites/components/mvv/versions/version-01/component.js +35 -0
  111. package/dist/sites/components/mvv/versions/version-01/component.js.map +1 -0
  112. package/dist/sites/components/mvv/versions/version-01/styles.d.ts +2 -0
  113. package/dist/sites/components/mvv/versions/version-01/styles.js +14 -0
  114. package/dist/sites/components/mvv/versions/version-01/styles.js.map +1 -0
  115. package/dist/sites/context/configs/context.d.ts +6 -0
  116. package/dist/sites/context/configs/context.js +21 -0
  117. package/dist/sites/context/configs/context.js.map +1 -0
  118. package/dist/sites/context/configs/index.d.ts +2 -0
  119. package/dist/sites/context/configs/index.js +19 -0
  120. package/dist/sites/context/configs/index.js.map +1 -0
  121. package/dist/sites/context/configs/interfaces.d.ts +62 -0
  122. package/dist/sites/context/configs/interfaces.js +3 -0
  123. package/dist/sites/context/configs/interfaces.js.map +1 -0
  124. package/dist/sites/context/configs/scripts/acept-cookies/index.d.ts +4 -0
  125. package/dist/sites/context/configs/scripts/acept-cookies/index.js +68 -0
  126. package/dist/sites/context/configs/scripts/acept-cookies/index.js.map +1 -0
  127. package/dist/sites/context/configs/scripts/acept-cookies/styles.d.ts +2 -0
  128. package/dist/sites/context/configs/scripts/acept-cookies/styles.js +14 -0
  129. package/dist/sites/context/configs/scripts/acept-cookies/styles.js.map +1 -0
  130. package/dist/sites/context/configs/scripts/acept-ratedr/index.d.ts +4 -0
  131. package/dist/sites/context/configs/scripts/acept-ratedr/index.js +68 -0
  132. package/dist/sites/context/configs/scripts/acept-ratedr/index.js.map +1 -0
  133. package/dist/sites/context/configs/scripts/acept-ratedr/styles.d.ts +2 -0
  134. package/dist/sites/context/configs/scripts/acept-ratedr/styles.js +14 -0
  135. package/dist/sites/context/configs/scripts/acept-ratedr/styles.js.map +1 -0
  136. package/dist/sites/context/configs/scripts/component.d.ts +2 -0
  137. package/dist/sites/context/configs/scripts/component.js +42 -0
  138. package/dist/sites/context/configs/scripts/component.js.map +1 -0
  139. package/dist/sites/context/configs/scripts/index.d.ts +5 -0
  140. package/dist/sites/context/configs/scripts/index.js +22 -0
  141. package/dist/sites/context/configs/scripts/index.js.map +1 -0
  142. package/dist/sites/context/configs/scripts/interfaces.d.ts +6 -0
  143. package/dist/sites/context/configs/scripts/interfaces.js +3 -0
  144. package/dist/sites/context/configs/scripts/interfaces.js.map +1 -0
  145. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.d.ts +5 -0
  146. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js +38 -0
  147. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js.map +1 -0
  148. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.d.ts +2 -0
  149. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.js +14 -0
  150. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.js.map +1 -0
  151. package/dist/sites/context/index.d.ts +1 -0
  152. package/dist/sites/context/index.js +18 -0
  153. package/dist/sites/context/index.js.map +1 -0
  154. package/dist/sites/hook/index.d.ts +3 -0
  155. package/dist/sites/hook/index.js +20 -0
  156. package/dist/sites/hook/index.js.map +1 -0
  157. package/dist/sites/hook/use-footer.d.ts +3 -0
  158. package/dist/sites/hook/use-footer.js +26 -0
  159. package/dist/sites/hook/use-footer.js.map +1 -0
  160. package/dist/sites/hook/use-header.d.ts +3 -0
  161. package/dist/sites/hook/use-header.js +26 -0
  162. package/dist/sites/hook/use-header.js.map +1 -0
  163. package/dist/sites/hook/useScreen.d.ts +5 -0
  164. package/dist/sites/hook/useScreen.js +36 -0
  165. package/dist/sites/hook/useScreen.js.map +1 -0
  166. package/dist/sites/index.d.ts +3 -0
  167. package/dist/sites/index.js +20 -0
  168. package/dist/sites/index.js.map +1 -0
  169. package/dist/sites/interfaces/api-data/index.d.ts +1 -0
  170. package/dist/sites/interfaces/api-data/index.js +18 -0
  171. package/dist/sites/interfaces/api-data/index.js.map +1 -0
  172. package/dist/sites/interfaces/api-data/messages.d.ts +8 -0
  173. package/dist/sites/interfaces/api-data/messages.js +3 -0
  174. package/dist/sites/interfaces/api-data/messages.js.map +1 -0
  175. package/dist/sites/interfaces/generic/index.d.ts +13 -0
  176. package/dist/sites/interfaces/generic/index.js +3 -0
  177. package/dist/sites/interfaces/generic/index.js.map +1 -0
  178. package/dist/sites/interfaces/index.d.ts +2 -0
  179. package/dist/sites/interfaces/index.js +19 -0
  180. package/dist/sites/interfaces/index.js.map +1 -0
  181. package/dist/system/container/admin/auth/container.d.ts +3 -0
  182. package/dist/system/container/admin/auth/container.js +11 -0
  183. package/dist/system/container/admin/auth/container.js.map +1 -0
  184. package/dist/system/container/admin/auth/index.d.ts +2 -0
  185. package/dist/system/container/admin/auth/index.js +19 -0
  186. package/dist/system/container/admin/auth/index.js.map +1 -0
  187. package/dist/system/container/admin/auth/types.d.ts +3 -0
  188. package/dist/system/container/admin/auth/types.js +7 -0
  189. package/dist/system/container/admin/auth/types.js.map +1 -0
  190. package/dist/system/container/admin/index.d.ts +3 -0
  191. package/dist/system/container/admin/index.js +20 -0
  192. package/dist/system/container/admin/index.js.map +1 -0
  193. package/dist/system/container/admin/menu/container.d.ts +3 -0
  194. package/dist/system/container/admin/menu/container.js +11 -0
  195. package/dist/system/container/admin/menu/container.js.map +1 -0
  196. package/dist/system/container/admin/menu/index.d.ts +2 -0
  197. package/dist/system/container/admin/menu/index.js +19 -0
  198. package/dist/system/container/admin/menu/index.js.map +1 -0
  199. package/dist/system/container/admin/menu/types.d.ts +3 -0
  200. package/dist/system/container/admin/menu/types.js +7 -0
  201. package/dist/system/container/admin/menu/types.js.map +1 -0
  202. package/dist/system/container/admin/users/container.d.ts +3 -0
  203. package/dist/system/container/admin/users/container.js +12 -0
  204. package/dist/system/container/admin/users/container.js.map +1 -0
  205. package/dist/system/container/admin/users/index.d.ts +2 -0
  206. package/dist/system/container/admin/users/index.js +19 -0
  207. package/dist/system/container/admin/users/index.js.map +1 -0
  208. package/dist/system/container/admin/users/types.d.ts +4 -0
  209. package/dist/system/container/admin/users/types.js +8 -0
  210. package/dist/system/container/admin/users/types.js.map +1 -0
  211. package/dist/system/container/decorators/authorize-http-client-decorator.d.ts +8 -0
  212. package/dist/system/container/decorators/authorize-http-client-decorator.js +117 -0
  213. package/dist/system/container/decorators/authorize-http-client-decorator.js.map +1 -0
  214. package/dist/system/container/decorators/index.d.ts +1 -0
  215. package/dist/system/container/decorators/index.js +18 -0
  216. package/dist/system/container/decorators/index.js.map +1 -0
  217. package/dist/system/container/index.d.ts +2 -0
  218. package/dist/system/container/index.js +19 -0
  219. package/dist/system/container/index.js.map +1 -0
  220. package/dist/system/container/infra/container.d.ts +3 -0
  221. package/dist/system/container/infra/container.js +15 -0
  222. package/dist/system/container/infra/container.js.map +1 -0
  223. package/dist/system/container/infra/index.d.ts +3 -0
  224. package/dist/system/container/infra/index.js +20 -0
  225. package/dist/system/container/infra/index.js.map +1 -0
  226. package/dist/system/container/infra/make-api-url.d.ts +3 -0
  227. package/dist/system/container/infra/make-api-url.js +23 -0
  228. package/dist/system/container/infra/make-api-url.js.map +1 -0
  229. package/dist/system/container/infra/types.d.ts +7 -0
  230. package/dist/system/container/infra/types.js +11 -0
  231. package/dist/system/container/infra/types.js.map +1 -0
  232. package/dist/system/container/main.d.ts +4 -0
  233. package/dist/system/container/main.js +12 -0
  234. package/dist/system/container/main.js.map +1 -0
  235. package/dist/system/container/types.d.ts +6 -0
  236. package/dist/system/container/types.js +17 -0
  237. package/dist/system/container/types.js.map +1 -0
  238. package/dist/system/data/index.d.ts +1 -0
  239. package/dist/system/data/index.js +18 -0
  240. package/dist/system/data/index.js.map +1 -0
  241. package/dist/system/data/use-cases/auth/index.d.ts +1 -0
  242. package/dist/system/data/use-cases/auth/index.js +18 -0
  243. package/dist/system/data/use-cases/auth/index.js.map +1 -0
  244. package/dist/system/data/use-cases/auth/remote-auth-admin.d.ts +10 -0
  245. package/dist/system/data/use-cases/auth/remote-auth-admin.js +116 -0
  246. package/dist/system/data/use-cases/auth/remote-auth-admin.js.map +1 -0
  247. package/dist/system/data/use-cases/index.d.ts +3 -0
  248. package/dist/system/data/use-cases/index.js +20 -0
  249. package/dist/system/data/use-cases/index.js.map +1 -0
  250. package/dist/system/data/use-cases/menu/index.d.ts +1 -0
  251. package/dist/system/data/use-cases/menu/index.js +18 -0
  252. package/dist/system/data/use-cases/menu/index.js.map +1 -0
  253. package/dist/system/data/use-cases/menu/remote-get-menu.d.ts +8 -0
  254. package/dist/system/data/use-cases/menu/remote-get-menu.js +109 -0
  255. package/dist/system/data/use-cases/menu/remote-get-menu.js.map +1 -0
  256. package/dist/system/data/use-cases/users/index.d.ts +2 -0
  257. package/dist/system/data/use-cases/users/index.js +19 -0
  258. package/dist/system/data/use-cases/users/index.js.map +1 -0
  259. package/dist/system/data/use-cases/users/remote-load-user-admin.d.ts +8 -0
  260. package/dist/system/data/use-cases/users/remote-load-user-admin.js +109 -0
  261. package/dist/system/data/use-cases/users/remote-load-user-admin.js.map +1 -0
  262. package/dist/system/data/use-cases/users/remote-users.d.ts +12 -0
  263. package/dist/system/data/use-cases/users/remote-users.js +176 -0
  264. package/dist/system/data/use-cases/users/remote-users.js.map +1 -0
  265. package/dist/system/domain/generics/index.d.ts +2 -0
  266. package/dist/system/domain/generics/index.js +19 -0
  267. package/dist/system/domain/generics/index.js.map +1 -0
  268. package/dist/system/domain/generics/list.d.ts +3 -0
  269. package/dist/system/domain/generics/list.js +3 -0
  270. package/dist/system/domain/generics/list.js.map +1 -0
  271. package/dist/system/domain/generics/pagination.d.ts +14 -0
  272. package/dist/system/domain/generics/pagination.js +3 -0
  273. package/dist/system/domain/generics/pagination.js.map +1 -0
  274. package/dist/system/domain/index.d.ts +3 -0
  275. package/dist/system/domain/index.js +20 -0
  276. package/dist/system/domain/index.js.map +1 -0
  277. package/dist/system/domain/protocols/cache/cache-keys.d.ts +5 -0
  278. package/dist/system/domain/protocols/cache/cache-keys.js +3 -0
  279. package/dist/system/domain/protocols/cache/cache-keys.js.map +1 -0
  280. package/dist/system/domain/protocols/cache/get-storage.d.ts +4 -0
  281. package/dist/system/domain/protocols/cache/get-storage.js +3 -0
  282. package/dist/system/domain/protocols/cache/get-storage.js.map +1 -0
  283. package/dist/system/domain/protocols/cache/index.d.ts +3 -0
  284. package/dist/system/domain/protocols/cache/index.js +20 -0
  285. package/dist/system/domain/protocols/cache/index.js.map +1 -0
  286. package/dist/system/domain/protocols/cache/set-storage.d.ts +4 -0
  287. package/dist/system/domain/protocols/cache/set-storage.js +4 -0
  288. package/dist/system/domain/protocols/cache/set-storage.js.map +1 -0
  289. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.d.ts +3 -0
  290. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js +29 -0
  291. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js.map +1 -0
  292. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.d.ts +8 -0
  293. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js +11 -0
  294. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js.map +1 -0
  295. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.d.ts +8 -0
  296. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js +11 -0
  297. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js.map +1 -0
  298. package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +5 -0
  299. package/dist/system/domain/protocols/http/errors/http-errors/index.js +22 -0
  300. package/dist/system/domain/protocols/http/errors/http-errors/index.js.map +1 -0
  301. package/dist/system/domain/protocols/http/errors/http-errors/no-content.d.ts +3 -0
  302. package/dist/system/domain/protocols/http/errors/http-errors/no-content.js +29 -0
  303. package/dist/system/domain/protocols/http/errors/http-errors/no-content.js.map +1 -0
  304. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.d.ts +3 -0
  305. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js +29 -0
  306. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js.map +1 -0
  307. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.d.ts +3 -0
  308. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js +29 -0
  309. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js.map +1 -0
  310. package/dist/system/domain/protocols/http/errors/index.d.ts +2 -0
  311. package/dist/system/domain/protocols/http/errors/index.js +19 -0
  312. package/dist/system/domain/protocols/http/errors/index.js.map +1 -0
  313. package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +1 -0
  314. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +18 -0
  315. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js.map +1 -0
  316. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.d.ts +11 -0
  317. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js +11 -0
  318. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js.map +1 -0
  319. package/dist/system/domain/protocols/http/http-client.d.ts +33 -0
  320. package/dist/system/domain/protocols/http/http-client.js +19 -0
  321. package/dist/system/domain/protocols/http/http-client.js.map +1 -0
  322. package/dist/system/domain/protocols/http/index.d.ts +2 -0
  323. package/dist/system/domain/protocols/http/index.js +19 -0
  324. package/dist/system/domain/protocols/http/index.js.map +1 -0
  325. package/dist/system/domain/protocols/index.d.ts +2 -0
  326. package/dist/system/domain/protocols/index.js +19 -0
  327. package/dist/system/domain/protocols/index.js.map +1 -0
  328. package/dist/system/domain/use-cases/auth/admin/auth-admin.d.ts +12 -0
  329. package/dist/system/domain/use-cases/auth/admin/auth-admin.js +3 -0
  330. package/dist/system/domain/use-cases/auth/admin/auth-admin.js.map +1 -0
  331. package/dist/system/domain/use-cases/auth/admin/index.d.ts +1 -0
  332. package/dist/system/domain/use-cases/auth/admin/index.js +18 -0
  333. package/dist/system/domain/use-cases/auth/admin/index.js.map +1 -0
  334. package/dist/system/domain/use-cases/auth/index.d.ts +1 -0
  335. package/dist/system/domain/use-cases/auth/index.js +18 -0
  336. package/dist/system/domain/use-cases/auth/index.js.map +1 -0
  337. package/dist/system/domain/use-cases/index.d.ts +3 -0
  338. package/dist/system/domain/use-cases/index.js +20 -0
  339. package/dist/system/domain/use-cases/index.js.map +1 -0
  340. package/dist/system/domain/use-cases/menu/index.d.ts +1 -0
  341. package/dist/system/domain/use-cases/menu/index.js +18 -0
  342. package/dist/system/domain/use-cases/menu/index.js.map +1 -0
  343. package/dist/system/domain/use-cases/menu/load-menu.d.ts +15 -0
  344. package/dist/system/domain/use-cases/menu/load-menu.js +3 -0
  345. package/dist/system/domain/use-cases/menu/load-menu.js.map +1 -0
  346. package/dist/system/domain/use-cases/users/create-user.d.ts +15 -0
  347. package/dist/system/domain/use-cases/users/create-user.js +3 -0
  348. package/dist/system/domain/use-cases/users/create-user.js.map +1 -0
  349. package/dist/system/domain/use-cases/users/delete-user.d.ts +10 -0
  350. package/dist/system/domain/use-cases/users/delete-user.js +3 -0
  351. package/dist/system/domain/use-cases/users/delete-user.js.map +1 -0
  352. package/dist/system/domain/use-cases/users/edit-user.d.ts +8 -0
  353. package/dist/system/domain/use-cases/users/edit-user.js +3 -0
  354. package/dist/system/domain/use-cases/users/edit-user.js.map +1 -0
  355. package/dist/system/domain/use-cases/users/get-detail-user.d.ts +10 -0
  356. package/dist/system/domain/use-cases/users/get-detail-user.js +3 -0
  357. package/dist/system/domain/use-cases/users/get-detail-user.js.map +1 -0
  358. package/dist/system/domain/use-cases/users/index.d.ts +6 -0
  359. package/dist/system/domain/use-cases/users/index.js +23 -0
  360. package/dist/system/domain/use-cases/users/index.js.map +1 -0
  361. package/dist/system/domain/use-cases/users/load-all-users.d.ts +23 -0
  362. package/dist/system/domain/use-cases/users/load-all-users.js +3 -0
  363. package/dist/system/domain/use-cases/users/load-all-users.js.map +1 -0
  364. package/dist/system/domain/use-cases/users/load-user-admin.d.ts +15 -0
  365. package/dist/system/domain/use-cases/users/load-user-admin.js +3 -0
  366. package/dist/system/domain/use-cases/users/load-user-admin.js.map +1 -0
  367. package/dist/system/index.d.ts +5 -0
  368. package/dist/system/index.js +22 -0
  369. package/dist/system/index.js.map +1 -0
  370. package/dist/system/infra/cache/cookie-storage-adapter.d.ts +6 -0
  371. package/dist/system/infra/cache/cookie-storage-adapter.js +34 -0
  372. package/dist/system/infra/cache/cookie-storage-adapter.js.map +1 -0
  373. package/dist/system/infra/cache/index.d.ts +2 -0
  374. package/dist/system/infra/cache/index.js +19 -0
  375. package/dist/system/infra/cache/index.js.map +1 -0
  376. package/dist/system/infra/cache/storage-type.d.ts +2 -0
  377. package/dist/system/infra/cache/storage-type.js +3 -0
  378. package/dist/system/infra/cache/storage-type.js.map +1 -0
  379. package/dist/system/infra/http/axios-http-client.d.ts +4 -0
  380. package/dist/system/infra/http/axios-http-client.js +115 -0
  381. package/dist/system/infra/http/axios-http-client.js.map +1 -0
  382. package/dist/system/infra/http/index.d.ts +1 -0
  383. package/dist/system/infra/http/index.js +18 -0
  384. package/dist/system/infra/http/index.js.map +1 -0
  385. package/dist/system/infra/index.d.ts +3 -0
  386. package/dist/system/infra/index.js +20 -0
  387. package/dist/system/infra/index.js.map +1 -0
  388. package/dist/system/infra/type-models/birthday.d.ts +1 -0
  389. package/dist/system/infra/type-models/birthday.js +3 -0
  390. package/dist/system/infra/type-models/birthday.js.map +1 -0
  391. package/dist/system/infra/type-models/index.d.ts +2 -0
  392. package/dist/system/infra/type-models/index.js +19 -0
  393. package/dist/system/infra/type-models/index.js.map +1 -0
  394. package/dist/system/infra/type-models/zipcode.d.ts +1 -0
  395. package/dist/system/infra/type-models/zipcode.js +3 -0
  396. package/dist/system/infra/type-models/zipcode.js.map +1 -0
  397. package/dist/system/presentation/components/data/avatar/index.d.ts +4 -0
  398. package/dist/system/presentation/components/data/avatar/index.js +57 -0
  399. package/dist/system/presentation/components/data/avatar/index.js.map +1 -0
  400. package/dist/system/presentation/components/data/avatar/styles.d.ts +2 -0
  401. package/dist/system/presentation/components/data/avatar/styles.js +14 -0
  402. package/dist/system/presentation/components/data/avatar/styles.js.map +1 -0
  403. package/dist/system/presentation/components/data/cards/index.d.ts +1 -0
  404. package/dist/system/presentation/components/data/cards/index.js +18 -0
  405. package/dist/system/presentation/components/data/cards/index.js.map +1 -0
  406. package/dist/system/presentation/components/data/cards/message-card/index.d.ts +2 -0
  407. package/dist/system/presentation/components/data/cards/message-card/index.js +37 -0
  408. package/dist/system/presentation/components/data/cards/message-card/index.js.map +1 -0
  409. package/dist/system/presentation/components/data/cards/message-card/styles.d.ts +2 -0
  410. package/dist/system/presentation/components/data/cards/message-card/styles.js +14 -0
  411. package/dist/system/presentation/components/data/cards/message-card/styles.js.map +1 -0
  412. package/dist/system/presentation/components/data/index.d.ts +8 -0
  413. package/dist/system/presentation/components/data/index.js +25 -0
  414. package/dist/system/presentation/components/data/index.js.map +1 -0
  415. package/dist/system/presentation/components/data/logo/index.d.ts +1 -0
  416. package/dist/system/presentation/components/data/logo/index.js +34 -0
  417. package/dist/system/presentation/components/data/logo/index.js.map +1 -0
  418. package/dist/system/presentation/components/data/logo/styles.d.ts +2 -0
  419. package/dist/system/presentation/components/data/logo/styles.js +14 -0
  420. package/dist/system/presentation/components/data/logo/styles.js.map +1 -0
  421. package/dist/system/presentation/components/data/overlay/index.d.ts +2 -0
  422. package/dist/system/presentation/components/data/overlay/index.js +35 -0
  423. package/dist/system/presentation/components/data/overlay/index.js.map +1 -0
  424. package/dist/system/presentation/components/data/overlay/interfaces.d.ts +7 -0
  425. package/dist/system/presentation/components/data/overlay/interfaces.js +3 -0
  426. package/dist/system/presentation/components/data/overlay/interfaces.js.map +1 -0
  427. package/dist/system/presentation/components/data/overlay/styles.d.ts +7 -0
  428. package/dist/system/presentation/components/data/overlay/styles.js +15 -0
  429. package/dist/system/presentation/components/data/overlay/styles.js.map +1 -0
  430. package/dist/system/presentation/components/data/page-wrapper/index.d.ts +2 -0
  431. package/dist/system/presentation/components/data/page-wrapper/index.js +35 -0
  432. package/dist/system/presentation/components/data/page-wrapper/index.js.map +1 -0
  433. package/dist/system/presentation/components/data/page-wrapper/interfaces.d.ts +5 -0
  434. package/dist/system/presentation/components/data/page-wrapper/interfaces.js +3 -0
  435. package/dist/system/presentation/components/data/page-wrapper/interfaces.js.map +1 -0
  436. package/dist/system/presentation/components/data/page-wrapper/styles.d.ts +4 -0
  437. package/dist/system/presentation/components/data/page-wrapper/styles.js +14 -0
  438. package/dist/system/presentation/components/data/page-wrapper/styles.js.map +1 -0
  439. package/dist/system/presentation/components/data/popover/index.d.ts +2 -0
  440. package/dist/system/presentation/components/data/popover/index.js +10 -0
  441. package/dist/system/presentation/components/data/popover/index.js.map +1 -0
  442. package/dist/system/presentation/components/data/popover/interfaces.d.ts +8 -0
  443. package/dist/system/presentation/components/data/popover/interfaces.js +3 -0
  444. package/dist/system/presentation/components/data/popover/interfaces.js.map +1 -0
  445. package/dist/system/presentation/components/data/sign-up/index.d.ts +1 -0
  446. package/dist/system/presentation/components/data/sign-up/index.js +36 -0
  447. package/dist/system/presentation/components/data/sign-up/index.js.map +1 -0
  448. package/dist/system/presentation/components/data/sign-up/styles.d.ts +4 -0
  449. package/dist/system/presentation/components/data/sign-up/styles.js +14 -0
  450. package/dist/system/presentation/components/data/sign-up/styles.js.map +1 -0
  451. package/dist/system/presentation/components/data/skeleton/index.d.ts +2 -0
  452. package/dist/system/presentation/components/data/skeleton/index.js +35 -0
  453. package/dist/system/presentation/components/data/skeleton/index.js.map +1 -0
  454. package/dist/system/presentation/components/data/skeleton/interfaces.d.ts +4 -0
  455. package/dist/system/presentation/components/data/skeleton/interfaces.js +3 -0
  456. package/dist/system/presentation/components/data/skeleton/interfaces.js.map +1 -0
  457. package/dist/system/presentation/components/data/skeleton/styles.d.ts +4 -0
  458. package/dist/system/presentation/components/data/skeleton/styles.js +14 -0
  459. package/dist/system/presentation/components/data/skeleton/styles.js.map +1 -0
  460. package/dist/system/presentation/components/index.d.ts +3 -0
  461. package/dist/system/presentation/components/index.js +20 -0
  462. package/dist/system/presentation/components/index.js.map +1 -0
  463. package/dist/system/presentation/components/layout/component.d.ts +6 -0
  464. package/dist/system/presentation/components/layout/component.js +36 -0
  465. package/dist/system/presentation/components/layout/component.js.map +1 -0
  466. package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -0
  467. package/dist/system/presentation/components/layout/header/components/index.js +19 -0
  468. package/dist/system/presentation/components/layout/header/components/index.js.map +1 -0
  469. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +1 -0
  470. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +38 -0
  471. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -0
  472. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.d.ts +2 -0
  473. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +54 -0
  474. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js.map +1 -0
  475. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +6 -0
  476. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js +3 -0
  477. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js.map +1 -0
  478. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.d.ts +2 -0
  479. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js +14 -0
  480. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -0
  481. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.d.ts +1 -0
  482. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +39 -0
  483. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js.map +1 -0
  484. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.d.ts +2 -0
  485. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js +14 -0
  486. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js.map +1 -0
  487. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.d.ts +1 -0
  488. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +36 -0
  489. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js.map +1 -0
  490. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.d.ts +2 -0
  491. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js +14 -0
  492. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js.map +1 -0
  493. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.d.ts +1 -0
  494. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +54 -0
  495. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +1 -0
  496. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.d.ts +2 -0
  497. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js +14 -0
  498. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -0
  499. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.d.ts +1 -0
  500. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +38 -0
  501. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -0
  502. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.d.ts +2 -0
  503. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js +14 -0
  504. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js.map +1 -0
  505. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.d.ts +1 -0
  506. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +43 -0
  507. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js.map +1 -0
  508. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.d.ts +2 -0
  509. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.js +14 -0
  510. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.js.map +1 -0
  511. package/dist/system/presentation/components/layout/header/components/menu-right/styles.d.ts +3 -0
  512. package/dist/system/presentation/components/layout/header/components/menu-right/styles.js +15 -0
  513. package/dist/system/presentation/components/layout/header/components/menu-right/styles.js.map +1 -0
  514. package/dist/system/presentation/components/layout/header/components/search-modal/index.d.ts +1 -0
  515. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +39 -0
  516. package/dist/system/presentation/components/layout/header/components/search-modal/index.js.map +1 -0
  517. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.d.ts +4 -0
  518. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +84 -0
  519. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js.map +1 -0
  520. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.d.ts +2 -0
  521. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js +14 -0
  522. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js.map +1 -0
  523. package/dist/system/presentation/components/layout/header/components/search-modal/styles.d.ts +2 -0
  524. package/dist/system/presentation/components/layout/header/components/search-modal/styles.js +14 -0
  525. package/dist/system/presentation/components/layout/header/components/search-modal/styles.js.map +1 -0
  526. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.d.ts +1 -0
  527. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +45 -0
  528. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js.map +1 -0
  529. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.d.ts +2 -0
  530. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js +14 -0
  531. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js.map +1 -0
  532. package/dist/system/presentation/components/layout/header/index.d.ts +1 -0
  533. package/dist/system/presentation/components/layout/header/index.js +15 -0
  534. package/dist/system/presentation/components/layout/header/index.js.map +1 -0
  535. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +1 -0
  536. package/dist/system/presentation/components/layout/header/version-01/index.js +36 -0
  537. package/dist/system/presentation/components/layout/header/version-01/index.js.map +1 -0
  538. package/dist/system/presentation/components/layout/header/version-01/styles.d.ts +6 -0
  539. package/dist/system/presentation/components/layout/header/version-01/styles.js +37 -0
  540. package/dist/system/presentation/components/layout/header/version-01/styles.js.map +1 -0
  541. package/dist/system/presentation/components/layout/index.d.ts +3 -0
  542. package/dist/system/presentation/components/layout/index.js +20 -0
  543. package/dist/system/presentation/components/layout/index.js.map +1 -0
  544. package/dist/system/presentation/components/layout/menu/components/index.d.ts +2 -0
  545. package/dist/system/presentation/components/layout/menu/components/index.js +19 -0
  546. package/dist/system/presentation/components/layout/menu/components/index.js.map +1 -0
  547. package/dist/system/presentation/components/layout/menu/components/menu/index.d.ts +1 -0
  548. package/dist/system/presentation/components/layout/menu/components/menu/index.js +56 -0
  549. package/dist/system/presentation/components/layout/menu/components/menu/index.js.map +1 -0
  550. package/dist/system/presentation/components/layout/menu/components/menu/styles.d.ts +3 -0
  551. package/dist/system/presentation/components/layout/menu/components/menu/styles.js +15 -0
  552. package/dist/system/presentation/components/layout/menu/components/menu/styles.js.map +1 -0
  553. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.d.ts +16 -0
  554. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +65 -0
  555. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map +1 -0
  556. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.d.ts +2 -0
  557. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js +14 -0
  558. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js.map +1 -0
  559. package/dist/system/presentation/components/layout/menu/index.d.ts +1 -0
  560. package/dist/system/presentation/components/layout/menu/index.js +26 -0
  561. package/dist/system/presentation/components/layout/menu/index.js.map +1 -0
  562. package/dist/system/presentation/components/layout/menu/version-01/index.d.ts +4 -0
  563. package/dist/system/presentation/components/layout/menu/version-01/index.js +36 -0
  564. package/dist/system/presentation/components/layout/menu/version-01/index.js.map +1 -0
  565. package/dist/system/presentation/components/layout/menu/version-01/styles.d.ts +2 -0
  566. package/dist/system/presentation/components/layout/menu/version-01/styles.js +14 -0
  567. package/dist/system/presentation/components/layout/menu/version-01/styles.js.map +1 -0
  568. package/dist/system/presentation/components/layout/styles.d.ts +4 -0
  569. package/dist/system/presentation/components/layout/styles.js +14 -0
  570. package/dist/system/presentation/components/layout/styles.js.map +1 -0
  571. package/dist/system/presentation/components/pages/index.d.ts +1 -0
  572. package/dist/system/presentation/components/pages/index.js +18 -0
  573. package/dist/system/presentation/components/pages/index.js.map +1 -0
  574. package/dist/system/presentation/components/pages/users/index.d.ts +1 -0
  575. package/dist/system/presentation/components/pages/users/index.js +18 -0
  576. package/dist/system/presentation/components/pages/users/index.js.map +1 -0
  577. package/dist/system/presentation/components/pages/users/page.d.ts +1 -0
  578. package/dist/system/presentation/components/pages/users/page.js +37 -0
  579. package/dist/system/presentation/components/pages/users/page.js.map +1 -0
  580. package/dist/system/presentation/components/pages/users/table/columns.d.ts +3 -0
  581. package/dist/system/presentation/components/pages/users/table/columns.js +9 -0
  582. package/dist/system/presentation/components/pages/users/table/columns.js.map +1 -0
  583. package/dist/system/presentation/components/pages/users/table/create.d.ts +3 -0
  584. package/dist/system/presentation/components/pages/users/table/create.js +76 -0
  585. package/dist/system/presentation/components/pages/users/table/create.js.map +1 -0
  586. package/dist/system/presentation/components/pages/users/table/delete.d.ts +3 -0
  587. package/dist/system/presentation/components/pages/users/table/delete.js +73 -0
  588. package/dist/system/presentation/components/pages/users/table/delete.js.map +1 -0
  589. package/dist/system/presentation/components/pages/users/table/edit.d.ts +3 -0
  590. package/dist/system/presentation/components/pages/users/table/edit.js +82 -0
  591. package/dist/system/presentation/components/pages/users/table/edit.js.map +1 -0
  592. package/dist/system/presentation/components/pages/users/table/index.d.ts +4 -0
  593. package/dist/system/presentation/components/pages/users/table/index.js +21 -0
  594. package/dist/system/presentation/components/pages/users/table/index.js.map +1 -0
  595. package/dist/system/presentation/configs/index.d.ts +2 -0
  596. package/dist/system/presentation/configs/index.js +19 -0
  597. package/dist/system/presentation/configs/index.js.map +1 -0
  598. package/dist/system/presentation/configs/page-links.d.ts +7 -0
  599. package/dist/system/presentation/configs/page-links.js +319 -0
  600. package/dist/system/presentation/configs/page-links.js.map +1 -0
  601. package/dist/system/presentation/configs/routes.d.ts +10 -0
  602. package/dist/system/presentation/configs/routes.js +14 -0
  603. package/dist/system/presentation/configs/routes.js.map +1 -0
  604. package/dist/system/presentation/context/auth/authenticated/index.d.ts +3 -0
  605. package/dist/system/presentation/context/auth/authenticated/index.js +15 -0
  606. package/dist/system/presentation/context/auth/authenticated/index.js.map +1 -0
  607. package/dist/system/presentation/context/auth/context.d.ts +7 -0
  608. package/dist/system/presentation/context/auth/context.js +130 -0
  609. package/dist/system/presentation/context/auth/context.js.map +1 -0
  610. package/dist/system/presentation/context/auth/index.d.ts +5 -0
  611. package/dist/system/presentation/context/auth/index.js +22 -0
  612. package/dist/system/presentation/context/auth/index.js.map +1 -0
  613. package/dist/system/presentation/context/auth/interfaces.d.ts +6 -0
  614. package/dist/system/presentation/context/auth/interfaces.js +3 -0
  615. package/dist/system/presentation/context/auth/interfaces.js.map +1 -0
  616. package/dist/system/presentation/context/auth/login/index.d.ts +1 -0
  617. package/dist/system/presentation/context/auth/login/index.js +36 -0
  618. package/dist/system/presentation/context/auth/login/index.js.map +1 -0
  619. package/dist/system/presentation/context/auth/login/styles.d.ts +4 -0
  620. package/dist/system/presentation/context/auth/login/styles.js +14 -0
  621. package/dist/system/presentation/context/auth/login/styles.js.map +1 -0
  622. package/dist/system/presentation/context/auth/private-page/index.d.ts +4 -0
  623. package/dist/system/presentation/context/auth/private-page/index.js +17 -0
  624. package/dist/system/presentation/context/auth/private-page/index.js.map +1 -0
  625. package/dist/system/presentation/context/auth/unauthenticated/index.d.ts +3 -0
  626. package/dist/system/presentation/context/auth/unauthenticated/index.js +15 -0
  627. package/dist/system/presentation/context/auth/unauthenticated/index.js.map +1 -0
  628. package/dist/system/presentation/context/container.d.ts +3 -0
  629. package/dist/system/presentation/context/container.js +12 -0
  630. package/dist/system/presentation/context/container.js.map +1 -0
  631. package/dist/system/presentation/context/index.d.ts +2 -0
  632. package/dist/system/presentation/context/index.js +19 -0
  633. package/dist/system/presentation/context/index.js.map +1 -0
  634. package/dist/system/presentation/hooks/index.d.ts +2 -0
  635. package/dist/system/presentation/hooks/index.js +19 -0
  636. package/dist/system/presentation/hooks/index.js.map +1 -0
  637. package/dist/system/presentation/hooks/menu/index.d.ts +1 -0
  638. package/dist/system/presentation/hooks/menu/index.js +18 -0
  639. package/dist/system/presentation/hooks/menu/index.js.map +1 -0
  640. package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +1 -0
  641. package/dist/system/presentation/hooks/menu/use-load-menu.js +62 -0
  642. package/dist/system/presentation/hooks/menu/use-load-menu.js.map +1 -0
  643. package/dist/system/presentation/hooks/ui/index.d.ts +1 -0
  644. package/dist/system/presentation/hooks/ui/index.js +18 -0
  645. package/dist/system/presentation/hooks/ui/index.js.map +1 -0
  646. package/dist/system/presentation/hooks/ui/use-table/component.d.ts +4 -0
  647. package/dist/system/presentation/hooks/ui/use-table/component.js +25 -0
  648. package/dist/system/presentation/hooks/ui/use-table/component.js.map +1 -0
  649. package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +1 -0
  650. package/dist/system/presentation/hooks/ui/use-table/components/index.js +18 -0
  651. package/dist/system/presentation/hooks/ui/use-table/components/index.js.map +1 -0
  652. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +5 -0
  653. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +78 -0
  654. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -0
  655. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +4 -0
  656. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +74 -0
  657. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js.map +1 -0
  658. package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +2 -0
  659. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +90 -0
  660. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js.map +1 -0
  661. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +14 -0
  662. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js +3 -0
  663. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js.map +1 -0
  664. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.d.ts +1 -0
  665. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js +33 -0
  666. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js.map +1 -0
  667. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.d.ts +4 -0
  668. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js +14 -0
  669. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js.map +1 -0
  670. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -0
  671. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +68 -0
  672. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -0
  673. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.d.ts +25 -0
  674. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js +53 -0
  675. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js.map +1 -0
  676. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.d.ts +2 -0
  677. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js +14 -0
  678. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -0
  679. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.d.ts +4 -0
  680. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js +14 -0
  681. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js.map +1 -0
  682. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +2 -0
  683. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +49 -0
  684. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -0
  685. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +6 -0
  686. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js +3 -0
  687. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +1 -0
  688. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.d.ts +4 -0
  689. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js +14 -0
  690. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -0
  691. package/dist/system/presentation/hooks/ui/use-table/index.d.ts +3 -0
  692. package/dist/system/presentation/hooks/ui/use-table/index.js +20 -0
  693. package/dist/system/presentation/hooks/ui/use-table/index.js.map +1 -0
  694. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +60 -0
  695. package/dist/system/presentation/hooks/ui/use-table/interfaces.js +3 -0
  696. package/dist/system/presentation/hooks/ui/use-table/interfaces.js.map +1 -0
  697. package/dist/system/presentation/hooks/ui/use-table/query.d.ts +3 -0
  698. package/dist/system/presentation/hooks/ui/use-table/query.js +62 -0
  699. package/dist/system/presentation/hooks/ui/use-table/query.js.map +1 -0
  700. package/dist/system/presentation/index.d.ts +5 -0
  701. package/dist/system/presentation/index.js +22 -0
  702. package/dist/system/presentation/index.js.map +1 -0
  703. package/dist/system/presentation/utils/index.d.ts +1 -0
  704. package/dist/system/presentation/utils/index.js +18 -0
  705. package/dist/system/presentation/utils/index.js.map +1 -0
  706. package/dist/system/presentation/utils/use-query/call-api-one-time.d.ts +5 -0
  707. package/dist/system/presentation/utils/use-query/call-api-one-time.js +9 -0
  708. package/dist/system/presentation/utils/use-query/call-api-one-time.js.map +1 -0
  709. package/dist/system/presentation/utils/use-query/index.d.ts +1 -0
  710. package/dist/system/presentation/utils/use-query/index.js +18 -0
  711. package/dist/system/presentation/utils/use-query/index.js.map +1 -0
  712. package/dist/ui/components/accordion/index..d.ts +2 -0
  713. package/dist/ui/components/accordion/index..js +37 -0
  714. package/dist/ui/components/accordion/index..js.map +1 -0
  715. package/dist/ui/components/accordion/interfaces.d.ts +7 -0
  716. package/dist/ui/components/accordion/interfaces.js +3 -0
  717. package/dist/ui/components/accordion/interfaces.js.map +1 -0
  718. package/dist/ui/components/accordion/styles.d.ts +2 -0
  719. package/dist/ui/components/accordion/styles.js +11 -0
  720. package/dist/ui/components/accordion/styles.js.map +1 -0
  721. package/dist/ui/components/breadcrumb/index.d.ts +2 -0
  722. package/dist/ui/components/breadcrumb/index.js +68 -0
  723. package/dist/ui/components/breadcrumb/index.js.map +1 -0
  724. package/dist/ui/components/breadcrumb/interfaces.d.ts +8 -0
  725. package/dist/ui/components/breadcrumb/interfaces.js +3 -0
  726. package/dist/ui/components/breadcrumb/interfaces.js.map +1 -0
  727. package/dist/ui/components/breadcrumb/styles.d.ts +4 -0
  728. package/dist/ui/components/breadcrumb/styles.js +14 -0
  729. package/dist/ui/components/breadcrumb/styles.js.map +1 -0
  730. package/dist/ui/components/button/component.d.ts +2 -0
  731. package/dist/ui/components/button/component.js +62 -0
  732. package/dist/ui/components/button/component.js.map +1 -0
  733. package/dist/ui/components/button/index.d.ts +2 -0
  734. package/dist/ui/components/button/index.js +19 -0
  735. package/dist/ui/components/button/index.js.map +1 -0
  736. package/dist/ui/components/button/interfaces.d.ts +10 -0
  737. package/dist/ui/components/button/interfaces.js +3 -0
  738. package/dist/ui/components/button/interfaces.js.map +1 -0
  739. package/dist/ui/components/button/styles.d.ts +6 -0
  740. package/dist/ui/components/button/styles.js +14 -0
  741. package/dist/ui/components/button/styles.js.map +1 -0
  742. package/dist/ui/components/container/index.d.ts +2 -0
  743. package/dist/ui/components/container/index.js +10 -0
  744. package/dist/ui/components/container/index.js.map +1 -0
  745. package/dist/ui/components/container/interfaces.d.ts +4 -0
  746. package/dist/ui/components/container/interfaces.js +3 -0
  747. package/dist/ui/components/container/interfaces.js.map +1 -0
  748. package/dist/ui/components/error-boundary/component.d.ts +2 -0
  749. package/dist/ui/components/error-boundary/component.js +12 -0
  750. package/dist/ui/components/error-boundary/component.js.map +1 -0
  751. package/dist/ui/components/error-boundary/error-body.d.ts +2 -0
  752. package/dist/ui/components/error-boundary/error-body.js +10 -0
  753. package/dist/ui/components/error-boundary/error-body.js.map +1 -0
  754. package/dist/ui/components/error-boundary/index.d.ts +2 -0
  755. package/dist/ui/components/error-boundary/index.js +19 -0
  756. package/dist/ui/components/error-boundary/index.js.map +1 -0
  757. package/dist/ui/components/error-boundary/interfaces.d.ts +8 -0
  758. package/dist/ui/components/error-boundary/interfaces.js +3 -0
  759. package/dist/ui/components/error-boundary/interfaces.js.map +1 -0
  760. package/dist/ui/components/form/checkbox/index.d.ts +10 -0
  761. package/dist/ui/components/form/checkbox/index.js +48 -0
  762. package/dist/ui/components/form/checkbox/index.js.map +1 -0
  763. package/dist/ui/components/form/checkbox/styles.d.ts +4 -0
  764. package/dist/ui/components/form/checkbox/styles.js +14 -0
  765. package/dist/ui/components/form/checkbox/styles.js.map +1 -0
  766. package/dist/ui/components/form/handler/custom-submit/index.d.ts +16 -0
  767. package/dist/ui/components/form/handler/custom-submit/index.js +22 -0
  768. package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -0
  769. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -0
  770. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +103 -0
  771. package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -0
  772. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +26 -0
  773. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +3 -0
  774. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +1 -0
  775. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -0
  776. package/dist/ui/components/form/handler/form-handler/index.js +148 -0
  777. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -0
  778. package/dist/ui/components/form/handler/index.d.ts +2 -0
  779. package/dist/ui/components/form/handler/index.js +25 -0
  780. package/dist/ui/components/form/handler/index.js.map +1 -0
  781. package/dist/ui/components/form/handler/interfaces.d.ts +18 -0
  782. package/dist/ui/components/form/handler/interfaces.js +3 -0
  783. package/dist/ui/components/form/handler/interfaces.js.map +1 -0
  784. package/dist/ui/components/form/handler/styles.d.ts +4 -0
  785. package/dist/ui/components/form/handler/styles.js +14 -0
  786. package/dist/ui/components/form/handler/styles.js.map +1 -0
  787. package/dist/ui/components/form/index.d.ts +13 -0
  788. package/dist/ui/components/form/index.js +30 -0
  789. package/dist/ui/components/form/index.js.map +1 -0
  790. package/dist/ui/components/form/input/index.d.ts +2 -0
  791. package/dist/ui/components/form/input/index.js +23 -0
  792. package/dist/ui/components/form/input/index.js.map +1 -0
  793. package/dist/ui/components/form/input-control/error/index.d.ts +2 -0
  794. package/dist/ui/components/form/input-control/error/index.js +40 -0
  795. package/dist/ui/components/form/input-control/error/index.js.map +1 -0
  796. package/dist/ui/components/form/input-control/error/styles.d.ts +4 -0
  797. package/dist/ui/components/form/input-control/error/styles.js +14 -0
  798. package/dist/ui/components/form/input-control/error/styles.js.map +1 -0
  799. package/dist/ui/components/form/input-control/index.d.ts +2 -0
  800. package/dist/ui/components/form/input-control/index.js +38 -0
  801. package/dist/ui/components/form/input-control/index.js.map +1 -0
  802. package/dist/ui/components/form/input-control/label/index.d.ts +1 -0
  803. package/dist/ui/components/form/input-control/label/index.js +34 -0
  804. package/dist/ui/components/form/input-control/label/index.js.map +1 -0
  805. package/dist/ui/components/form/input-control/label/interfaces.d.ts +4 -0
  806. package/dist/ui/components/form/input-control/label/interfaces.js +1 -0
  807. package/dist/ui/components/form/input-control/label/interfaces.js.map +1 -0
  808. package/dist/ui/components/form/input-control/label/styles.d.ts +4 -0
  809. package/dist/ui/components/form/input-control/label/styles.js +14 -0
  810. package/dist/ui/components/form/input-control/label/styles.js.map +1 -0
  811. package/dist/ui/components/form/input-control/loader-input/index.d.ts +1 -0
  812. package/dist/ui/components/form/input-control/loader-input/index.js +34 -0
  813. package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -0
  814. package/dist/ui/components/form/input-control/loader-input/styles.d.ts +4 -0
  815. package/dist/ui/components/form/input-control/loader-input/styles.js +14 -0
  816. package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -0
  817. package/dist/ui/components/form/input-control/styles.d.ts +8 -0
  818. package/dist/ui/components/form/input-control/styles.js +17 -0
  819. package/dist/ui/components/form/input-control/styles.js.map +1 -0
  820. package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +2 -0
  821. package/dist/ui/components/form/input-cpf-cnpj/index.js +35 -0
  822. package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -0
  823. package/dist/ui/components/form/input-currency/index.d.ts +2 -0
  824. package/dist/ui/components/form/input-currency/index.js +27 -0
  825. package/dist/ui/components/form/input-currency/index.js.map +1 -0
  826. package/dist/ui/components/form/input-file/index.d.ts +2 -0
  827. package/dist/ui/components/form/input-file/index.js +35 -0
  828. package/dist/ui/components/form/input-file/index.js.map +1 -0
  829. package/dist/ui/components/form/input-file/styles.d.ts +4 -0
  830. package/dist/ui/components/form/input-file/styles.js +14 -0
  831. package/dist/ui/components/form/input-file/styles.js.map +1 -0
  832. package/dist/ui/components/form/input-mask/index.d.ts +5 -0
  833. package/dist/ui/components/form/input-mask/index.js +28 -0
  834. package/dist/ui/components/form/input-mask/index.js.map +1 -0
  835. package/dist/ui/components/form/input-password/index.d.ts +2 -0
  836. package/dist/ui/components/form/input-password/index.js +50 -0
  837. package/dist/ui/components/form/input-password/index.js.map +1 -0
  838. package/dist/ui/components/form/input-password/styles.d.ts +4 -0
  839. package/dist/ui/components/form/input-password/styles.js +14 -0
  840. package/dist/ui/components/form/input-password/styles.js.map +1 -0
  841. package/dist/ui/components/form/input-switch/index.d.ts +2 -0
  842. package/dist/ui/components/form/input-switch/index.js +24 -0
  843. package/dist/ui/components/form/input-switch/index.js.map +1 -0
  844. package/dist/ui/components/form/interfaces.d.ts +13 -0
  845. package/dist/ui/components/form/interfaces.js +3 -0
  846. package/dist/ui/components/form/interfaces.js.map +1 -0
  847. package/dist/ui/components/form/radio/index.d.ts +10 -0
  848. package/dist/ui/components/form/radio/index.js +59 -0
  849. package/dist/ui/components/form/radio/index.js.map +1 -0
  850. package/dist/ui/components/form/radio/styles.d.ts +4 -0
  851. package/dist/ui/components/form/radio/styles.js +14 -0
  852. package/dist/ui/components/form/radio/styles.js.map +1 -0
  853. package/dist/ui/components/form/select/index.d.ts +2 -0
  854. package/dist/ui/components/form/select/index.js +76 -0
  855. package/dist/ui/components/form/select/index.js.map +1 -0
  856. package/dist/ui/components/form/select/interfaces.d.ts +24 -0
  857. package/dist/ui/components/form/select/interfaces.js +3 -0
  858. package/dist/ui/components/form/select/interfaces.js.map +1 -0
  859. package/dist/ui/components/form/select/styles.d.ts +4 -0
  860. package/dist/ui/components/form/select/styles.js +14 -0
  861. package/dist/ui/components/form/select/styles.js.map +1 -0
  862. package/dist/ui/components/form/textarea/index.d.ts +2 -0
  863. package/dist/ui/components/form/textarea/index.js +23 -0
  864. package/dist/ui/components/form/textarea/index.js.map +1 -0
  865. package/dist/ui/components/index.d.ts +10 -0
  866. package/dist/ui/components/index.js +27 -0
  867. package/dist/ui/components/index.js.map +1 -0
  868. package/dist/ui/components/loader-circle/index.d.ts +2 -0
  869. package/dist/ui/components/loader-circle/index.js +15 -0
  870. package/dist/ui/components/loader-circle/index.js.map +1 -0
  871. package/dist/ui/components/loader-circle/interfaces.d.ts +4 -0
  872. package/dist/ui/components/loader-circle/interfaces.js +3 -0
  873. package/dist/ui/components/loader-circle/interfaces.js.map +1 -0
  874. package/dist/ui/components/loading-screen/index.d.ts +3 -0
  875. package/dist/ui/components/loading-screen/index.js +40 -0
  876. package/dist/ui/components/loading-screen/index.js.map +1 -0
  877. package/dist/ui/components/loading-screen/interfaces.d.ts +4 -0
  878. package/dist/ui/components/loading-screen/interfaces.js +3 -0
  879. package/dist/ui/components/loading-screen/interfaces.js.map +1 -0
  880. package/dist/ui/components/loading-screen/styles.d.ts +4 -0
  881. package/dist/ui/components/loading-screen/styles.js +39 -0
  882. package/dist/ui/components/loading-screen/styles.js.map +1 -0
  883. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +3 -0
  884. package/dist/ui/components/menu-mobile/components/nav-links/index.js +66 -0
  885. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -0
  886. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +5 -0
  887. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +3 -0
  888. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +1 -0
  889. package/dist/ui/components/menu-mobile/components/nav-links/styles.d.ts +2 -0
  890. package/dist/ui/components/menu-mobile/components/nav-links/styles.js +14 -0
  891. package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -0
  892. package/dist/ui/components/menu-mobile/index.d.ts +2 -0
  893. package/dist/ui/components/menu-mobile/index.js +78 -0
  894. package/dist/ui/components/menu-mobile/index.js.map +1 -0
  895. package/dist/ui/components/menu-mobile/interfaces.d.ts +24 -0
  896. package/dist/ui/components/menu-mobile/interfaces.js +3 -0
  897. package/dist/ui/components/menu-mobile/interfaces.js.map +1 -0
  898. package/dist/ui/components/menu-mobile/styles.d.ts +2 -0
  899. package/dist/ui/components/menu-mobile/styles.js +14 -0
  900. package/dist/ui/components/menu-mobile/styles.js.map +1 -0
  901. package/dist/ui/components/menu-mobile/top/index.d.ts +2 -0
  902. package/dist/ui/components/menu-mobile/top/index.js +50 -0
  903. package/dist/ui/components/menu-mobile/top/index.js.map +1 -0
  904. package/dist/ui/components/menu-mobile/top/interfaces.d.ts +6 -0
  905. package/dist/ui/components/menu-mobile/top/interfaces.js +3 -0
  906. package/dist/ui/components/menu-mobile/top/interfaces.js.map +1 -0
  907. package/dist/ui/components/menu-mobile/top/styles.d.ts +2 -0
  908. package/dist/ui/components/menu-mobile/top/styles.js +14 -0
  909. package/dist/ui/components/menu-mobile/top/styles.js.map +1 -0
  910. package/dist/ui/components/next-image/index.d.ts +2 -0
  911. package/dist/ui/components/next-image/index.js +41 -0
  912. package/dist/ui/components/next-image/index.js.map +1 -0
  913. package/dist/ui/components/next-image/interfaces.d.ts +7 -0
  914. package/dist/ui/components/next-image/interfaces.js +3 -0
  915. package/dist/ui/components/next-image/interfaces.js.map +1 -0
  916. package/dist/ui/components/next-image/styles.d.ts +2 -0
  917. package/dist/ui/components/next-image/styles.js +14 -0
  918. package/dist/ui/components/next-image/styles.js.map +1 -0
  919. package/dist/ui/components/sidebar/index.d.ts +3 -0
  920. package/dist/ui/components/sidebar/index.js +46 -0
  921. package/dist/ui/components/sidebar/index.js.map +1 -0
  922. package/dist/ui/components/sidebar/interfaces.d.ts +9 -0
  923. package/dist/ui/components/sidebar/interfaces.js +3 -0
  924. package/dist/ui/components/sidebar/interfaces.js.map +1 -0
  925. package/dist/ui/components/sidebar/styles.d.ts +11 -0
  926. package/dist/ui/components/sidebar/styles.js +16 -0
  927. package/dist/ui/components/sidebar/styles.js.map +1 -0
  928. package/dist/ui/contexts/index.d.ts +3 -0
  929. package/dist/ui/contexts/index.js +20 -0
  930. package/dist/ui/contexts/index.js.map +1 -0
  931. package/dist/ui/contexts/route-loading/index.d.ts +3 -0
  932. package/dist/ui/contexts/route-loading/index.js +39 -0
  933. package/dist/ui/contexts/route-loading/index.js.map +1 -0
  934. package/dist/ui/contexts/theme/context.d.ts +5 -0
  935. package/dist/ui/contexts/theme/context.js +19 -0
  936. package/dist/ui/contexts/theme/context.js.map +1 -0
  937. package/dist/ui/contexts/theme/index.d.ts +2 -0
  938. package/dist/ui/contexts/theme/index.js +19 -0
  939. package/dist/ui/contexts/theme/index.js.map +1 -0
  940. package/dist/ui/contexts/theme/interfaces.d.ts +8 -0
  941. package/dist/ui/contexts/theme/interfaces.js +7 -0
  942. package/dist/ui/contexts/theme/interfaces.js.map +1 -0
  943. package/dist/ui/contexts/toast/index.d.ts +8 -0
  944. package/dist/ui/contexts/toast/index.js +70 -0
  945. package/dist/ui/contexts/toast/index.js.map +1 -0
  946. package/dist/ui/contexts/toast/interfaces.d.ts +5 -0
  947. package/dist/ui/contexts/toast/interfaces.js +3 -0
  948. package/dist/ui/contexts/toast/interfaces.js.map +1 -0
  949. package/dist/ui/contexts/toast/styles.d.ts +4 -0
  950. package/dist/ui/contexts/toast/styles.js +14 -0
  951. package/dist/ui/contexts/toast/styles.js.map +1 -0
  952. package/dist/ui/contexts/toast/toast-item/index.d.ts +5 -0
  953. package/dist/ui/contexts/toast/toast-item/index.js +65 -0
  954. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -0
  955. package/dist/ui/contexts/toast/toast-item/styles.d.ts +4 -0
  956. package/dist/ui/contexts/toast/toast-item/styles.js +14 -0
  957. package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -0
  958. package/dist/ui/hooks/index.d.ts +2 -0
  959. package/dist/ui/hooks/index.js +19 -0
  960. package/dist/ui/hooks/index.js.map +1 -0
  961. package/dist/ui/hooks/use-mounted/index.d.ts +1 -0
  962. package/dist/ui/hooks/use-mounted/index.js +13 -0
  963. package/dist/ui/hooks/use-mounted/index.js.map +1 -0
  964. package/dist/ui/hooks/use-screen/index.d.ts +5 -0
  965. package/dist/ui/hooks/use-screen/index.js +36 -0
  966. package/dist/ui/hooks/use-screen/index.js.map +1 -0
  967. package/dist/ui/icons/index.d.ts +53 -0
  968. package/dist/ui/icons/index.js +70 -0
  969. package/dist/ui/icons/index.js.map +1 -0
  970. package/dist/ui/icons/interfaces.d.ts +4 -0
  971. package/dist/ui/icons/interfaces.js +3 -0
  972. package/dist/ui/icons/interfaces.js.map +1 -0
  973. package/dist/ui/icons/render/Carousel-left-icon.d.ts +2 -0
  974. package/dist/ui/icons/render/Carousel-left-icon.js +10 -0
  975. package/dist/ui/icons/render/Carousel-left-icon.js.map +1 -0
  976. package/dist/ui/icons/render/Carousel-right-icon.d.ts +2 -0
  977. package/dist/ui/icons/render/Carousel-right-icon.js +10 -0
  978. package/dist/ui/icons/render/Carousel-right-icon.js.map +1 -0
  979. package/dist/ui/icons/render/Check.d.ts +2 -0
  980. package/dist/ui/icons/render/Check.js +10 -0
  981. package/dist/ui/icons/render/Check.js.map +1 -0
  982. package/dist/ui/icons/render/Clock.d.ts +2 -0
  983. package/dist/ui/icons/render/Clock.js +10 -0
  984. package/dist/ui/icons/render/Clock.js.map +1 -0
  985. package/dist/ui/icons/render/Close.d.ts +2 -0
  986. package/dist/ui/icons/render/Close.js +10 -0
  987. package/dist/ui/icons/render/Close.js.map +1 -0
  988. package/dist/ui/icons/render/Codie.d.ts +2 -0
  989. package/dist/ui/icons/render/Codie.js +10 -0
  990. package/dist/ui/icons/render/Codie.js.map +1 -0
  991. package/dist/ui/icons/render/Edit.d.ts +2 -0
  992. package/dist/ui/icons/render/Edit.js +10 -0
  993. package/dist/ui/icons/render/Edit.js.map +1 -0
  994. package/dist/ui/icons/render/Email.d.ts +3 -0
  995. package/dist/ui/icons/render/Email.js +15 -0
  996. package/dist/ui/icons/render/Email.js.map +1 -0
  997. package/dist/ui/icons/render/Exit.d.ts +1 -0
  998. package/dist/ui/icons/render/Exit.js +9 -0
  999. package/dist/ui/icons/render/Exit.js.map +1 -0
  1000. package/dist/ui/icons/render/Eye.d.ts +2 -0
  1001. package/dist/ui/icons/render/Eye.js +10 -0
  1002. package/dist/ui/icons/render/Eye.js.map +1 -0
  1003. package/dist/ui/icons/render/Facebook.d.ts +3 -0
  1004. package/dist/ui/icons/render/Facebook.js +15 -0
  1005. package/dist/ui/icons/render/Facebook.js.map +1 -0
  1006. package/dist/ui/icons/render/File.d.ts +2 -0
  1007. package/dist/ui/icons/render/File.js +10 -0
  1008. package/dist/ui/icons/render/File.js.map +1 -0
  1009. package/dist/ui/icons/render/Folder.d.ts +2 -0
  1010. package/dist/ui/icons/render/Folder.js +10 -0
  1011. package/dist/ui/icons/render/Folder.js.map +1 -0
  1012. package/dist/ui/icons/render/Gear.d.ts +1 -0
  1013. package/dist/ui/icons/render/Gear.js +9 -0
  1014. package/dist/ui/icons/render/Gear.js.map +1 -0
  1015. package/dist/ui/icons/render/Globe.d.ts +2 -0
  1016. package/dist/ui/icons/render/Globe.js +10 -0
  1017. package/dist/ui/icons/render/Globe.js.map +1 -0
  1018. package/dist/ui/icons/render/Home.d.ts +2 -0
  1019. package/dist/ui/icons/render/Home.js +10 -0
  1020. package/dist/ui/icons/render/Home.js.map +1 -0
  1021. package/dist/ui/icons/render/Insagram.d.ts +3 -0
  1022. package/dist/ui/icons/render/Insagram.js +15 -0
  1023. package/dist/ui/icons/render/Insagram.js.map +1 -0
  1024. package/dist/ui/icons/render/Linkedin.d.ts +3 -0
  1025. package/dist/ui/icons/render/Linkedin.js +15 -0
  1026. package/dist/ui/icons/render/Linkedin.js.map +1 -0
  1027. package/dist/ui/icons/render/LongArrowRight.d.ts +2 -0
  1028. package/dist/ui/icons/render/LongArrowRight.js +11 -0
  1029. package/dist/ui/icons/render/LongArrowRight.js.map +1 -0
  1030. package/dist/ui/icons/render/Lupa.d.ts +2 -0
  1031. package/dist/ui/icons/render/Lupa.js +10 -0
  1032. package/dist/ui/icons/render/Lupa.js.map +1 -0
  1033. package/dist/ui/icons/render/Map.d.ts +2 -0
  1034. package/dist/ui/icons/render/Map.js +10 -0
  1035. package/dist/ui/icons/render/Map.js.map +1 -0
  1036. package/dist/ui/icons/render/Microphone.d.ts +2 -0
  1037. package/dist/ui/icons/render/Microphone.js +10 -0
  1038. package/dist/ui/icons/render/Microphone.js.map +1 -0
  1039. package/dist/ui/icons/render/Minus.d.ts +2 -0
  1040. package/dist/ui/icons/render/Minus.js +10 -0
  1041. package/dist/ui/icons/render/Minus.js.map +1 -0
  1042. package/dist/ui/icons/render/NavDown.d.ts +3 -0
  1043. package/dist/ui/icons/render/NavDown.js +15 -0
  1044. package/dist/ui/icons/render/NavDown.js.map +1 -0
  1045. package/dist/ui/icons/render/NavLeft.d.ts +2 -0
  1046. package/dist/ui/icons/render/NavLeft.js +10 -0
  1047. package/dist/ui/icons/render/NavLeft.js.map +1 -0
  1048. package/dist/ui/icons/render/NavRight.d.ts +2 -0
  1049. package/dist/ui/icons/render/NavRight.js +10 -0
  1050. package/dist/ui/icons/render/NavRight.js.map +1 -0
  1051. package/dist/ui/icons/render/NavUp.d.ts +2 -0
  1052. package/dist/ui/icons/render/NavUp.js +10 -0
  1053. package/dist/ui/icons/render/NavUp.js.map +1 -0
  1054. package/dist/ui/icons/render/Phone.d.ts +3 -0
  1055. package/dist/ui/icons/render/Phone.js +15 -0
  1056. package/dist/ui/icons/render/Phone.js.map +1 -0
  1057. package/dist/ui/icons/render/Pin.d.ts +3 -0
  1058. package/dist/ui/icons/render/Pin.js +15 -0
  1059. package/dist/ui/icons/render/Pin.js.map +1 -0
  1060. package/dist/ui/icons/render/Play.d.ts +2 -0
  1061. package/dist/ui/icons/render/Play.js +10 -0
  1062. package/dist/ui/icons/render/Play.js.map +1 -0
  1063. package/dist/ui/icons/render/Plus.d.ts +2 -0
  1064. package/dist/ui/icons/render/Plus.js +10 -0
  1065. package/dist/ui/icons/render/Plus.js.map +1 -0
  1066. package/dist/ui/icons/render/Share.d.ts +2 -0
  1067. package/dist/ui/icons/render/Share.js +10 -0
  1068. package/dist/ui/icons/render/Share.js.map +1 -0
  1069. package/dist/ui/icons/render/TikTok.d.ts +2 -0
  1070. package/dist/ui/icons/render/TikTok.js +10 -0
  1071. package/dist/ui/icons/render/TikTok.js.map +1 -0
  1072. package/dist/ui/icons/render/Twitter.d.ts +3 -0
  1073. package/dist/ui/icons/render/Twitter.js +15 -0
  1074. package/dist/ui/icons/render/Twitter.js.map +1 -0
  1075. package/dist/ui/icons/render/YouTube.d.ts +2 -0
  1076. package/dist/ui/icons/render/YouTube.js +10 -0
  1077. package/dist/ui/icons/render/YouTube.js.map +1 -0
  1078. package/dist/ui/icons/render/box.d.ts +2 -0
  1079. package/dist/ui/icons/render/box.js +10 -0
  1080. package/dist/ui/icons/render/box.js.map +1 -0
  1081. package/dist/ui/icons/render/calendar.d.ts +2 -0
  1082. package/dist/ui/icons/render/calendar.js +10 -0
  1083. package/dist/ui/icons/render/calendar.js.map +1 -0
  1084. package/dist/ui/icons/render/chat.d.ts +2 -0
  1085. package/dist/ui/icons/render/chat.js +10 -0
  1086. package/dist/ui/icons/render/chat.js.map +1 -0
  1087. package/dist/ui/icons/render/component.d.ts +9 -0
  1088. package/dist/ui/icons/render/component.js +10 -0
  1089. package/dist/ui/icons/render/component.js.map +1 -0
  1090. package/dist/ui/icons/render/exclamation.d.ts +2 -0
  1091. package/dist/ui/icons/render/exclamation.js +10 -0
  1092. package/dist/ui/icons/render/exclamation.js.map +1 -0
  1093. package/dist/ui/icons/render/eye-off.d.ts +2 -0
  1094. package/dist/ui/icons/render/eye-off.js +10 -0
  1095. package/dist/ui/icons/render/eye-off.js.map +1 -0
  1096. package/dist/ui/icons/render/fullfield-bell.d.ts +2 -0
  1097. package/dist/ui/icons/render/fullfield-bell.js +10 -0
  1098. package/dist/ui/icons/render/fullfield-bell.js.map +1 -0
  1099. package/dist/ui/icons/render/fullfield-chat.d.ts +2 -0
  1100. package/dist/ui/icons/render/fullfield-chat.js +10 -0
  1101. package/dist/ui/icons/render/fullfield-chat.js.map +1 -0
  1102. package/dist/ui/icons/render/image.d.ts +2 -0
  1103. package/dist/ui/icons/render/image.js +10 -0
  1104. package/dist/ui/icons/render/image.js.map +1 -0
  1105. package/dist/ui/icons/render/index.d.ts +1 -0
  1106. package/dist/ui/icons/render/index.js +18 -0
  1107. package/dist/ui/icons/render/index.js.map +1 -0
  1108. package/dist/ui/icons/render/keyboard-right-arrow.d.ts +2 -0
  1109. package/dist/ui/icons/render/keyboard-right-arrow.js +10 -0
  1110. package/dist/ui/icons/render/keyboard-right-arrow.js.map +1 -0
  1111. package/dist/ui/icons/render/loading.d.ts +2 -0
  1112. package/dist/ui/icons/render/loading.js +10 -0
  1113. package/dist/ui/icons/render/loading.js.map +1 -0
  1114. package/dist/ui/icons/render/not-found.d.ts +2 -0
  1115. package/dist/ui/icons/render/not-found.js +10 -0
  1116. package/dist/ui/icons/render/not-found.js.map +1 -0
  1117. package/dist/ui/icons/render/phone-message.d.ts +2 -0
  1118. package/dist/ui/icons/render/phone-message.js +10 -0
  1119. package/dist/ui/icons/render/phone-message.js.map +1 -0
  1120. package/dist/ui/icons/render/plus-sharp.d.ts +2 -0
  1121. package/dist/ui/icons/render/plus-sharp.js +10 -0
  1122. package/dist/ui/icons/render/plus-sharp.js.map +1 -0
  1123. package/dist/ui/icons/render/shopping.d.ts +2 -0
  1124. package/dist/ui/icons/render/shopping.js +10 -0
  1125. package/dist/ui/icons/render/shopping.js.map +1 -0
  1126. package/dist/ui/icons/render/transparent-mail.d.ts +2 -0
  1127. package/dist/ui/icons/render/transparent-mail.js +10 -0
  1128. package/dist/ui/icons/render/transparent-mail.js.map +1 -0
  1129. package/dist/ui/icons/render/transparent-phone.d.ts +2 -0
  1130. package/dist/ui/icons/render/transparent-phone.js +10 -0
  1131. package/dist/ui/icons/render/transparent-phone.js.map +1 -0
  1132. package/dist/ui/icons/render/user.d.ts +2 -0
  1133. package/dist/ui/icons/render/user.js +10 -0
  1134. package/dist/ui/icons/render/user.js.map +1 -0
  1135. package/dist/ui/icons/render/whats.d.ts +3 -0
  1136. package/dist/ui/icons/render/whats.js +15 -0
  1137. package/dist/ui/icons/render/whats.js.map +1 -0
  1138. package/dist/ui/icons/render-icon/index.d.ts +7 -0
  1139. package/dist/ui/icons/render-icon/index.js +38 -0
  1140. package/dist/ui/icons/render-icon/index.js.map +1 -0
  1141. package/dist/ui/index.d.ts +5 -0
  1142. package/dist/ui/index.js +22 -0
  1143. package/dist/ui/index.js.map +1 -0
  1144. package/dist/ui/utils/cookies.d.ts +3 -0
  1145. package/dist/ui/utils/cookies.js +30 -0
  1146. package/dist/ui/utils/cookies.js.map +1 -0
  1147. package/dist/ui/utils/facebook/facebook-pixel.d.ts +3 -0
  1148. package/dist/ui/utils/facebook/facebook-pixel.js +15 -0
  1149. package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -0
  1150. package/dist/ui/utils/facebook/index.d.ts +1 -0
  1151. package/dist/ui/utils/facebook/index.js +18 -0
  1152. package/dist/ui/utils/facebook/index.js.map +1 -0
  1153. package/dist/ui/utils/index.d.ts +5 -0
  1154. package/dist/ui/utils/index.js +22 -0
  1155. package/dist/ui/utils/index.js.map +1 -0
  1156. package/dist/ui/utils/libs/index.d.ts +1 -0
  1157. package/dist/ui/utils/libs/index.js +18 -0
  1158. package/dist/ui/utils/libs/index.js.map +1 -0
  1159. package/dist/ui/utils/libs/next/index.d.ts +2 -0
  1160. package/dist/ui/utils/libs/next/index.js +19 -0
  1161. package/dist/ui/utils/libs/next/index.js.map +1 -0
  1162. package/dist/ui/utils/libs/next/router-build.d.ts +10 -0
  1163. package/dist/ui/utils/libs/next/router-build.js +113 -0
  1164. package/dist/ui/utils/libs/next/router-build.js.map +1 -0
  1165. package/dist/ui/utils/libs/next/update-route.d.ts +6 -0
  1166. package/dist/ui/utils/libs/next/update-route.js +31 -0
  1167. package/dist/ui/utils/libs/next/update-route.js.map +1 -0
  1168. package/dist/ui/utils/uid/index.d.ts +1 -0
  1169. package/dist/ui/utils/uid/index.js +17 -0
  1170. package/dist/ui/utils/uid/index.js.map +1 -0
  1171. package/dist/ui/utils/validations/index.d.ts +2 -0
  1172. package/dist/ui/utils/validations/index.js +19 -0
  1173. package/dist/ui/utils/validations/index.js.map +1 -0
  1174. package/dist/ui/utils/validations/validate-cpf.d.ts +1 -0
  1175. package/dist/ui/utils/validations/validate-cpf.js +34 -0
  1176. package/dist/ui/utils/validations/validate-cpf.js.map +1 -0
  1177. package/dist/ui/utils/validations/validate-phone.d.ts +1 -0
  1178. package/dist/ui/utils/validations/validate-phone.js +86 -0
  1179. package/dist/ui/utils/validations/validate-phone.js.map +1 -0
  1180. package/package.json +1 -1
  1181. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,62 @@
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 __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ var __importDefault = (this && this.__importDefault) || function (mod) {
48
+ return (mod && mod.__esModule) ? mod : { "default": mod };
49
+ };
50
+ Object.defineProperty(exports, "__esModule", { value: true });
51
+ exports.Button = void 0;
52
+ var jsx_runtime_1 = require("react/jsx-runtime");
53
+ var link_1 = __importDefault(require("next/link"));
54
+ var ui_1 = require("@/ui");
55
+ var S = __importStar(require("./styles"));
56
+ function Button(_a) {
57
+ var text = _a.text, href = _a.href, type = _a.type, loading = _a.loading, svg = _a.svg, target = _a.target, props = __rest(_a, ["text", "href", "type", "loading", "svg", "target"]);
58
+ var contentButton = ((0, jsx_runtime_1.jsxs)("div", { className: 'button-icon', children: [svg && svg && (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: svg }), loading ? (0, jsx_runtime_1.jsx)(ui_1.LoaderCircle, { size: 30, color: '#000' }) : (0, jsx_runtime_1.jsx)("span", { children: text })] }));
59
+ return ((0, jsx_runtime_1.jsx)(S.Button, { "$loading": loading, children: href && !type ? ((0, jsx_runtime_1.jsx)(link_1.default, __assign({ href: href, target: target }, props, { children: contentButton }))) : ((0, jsx_runtime_1.jsx)("button", __assign({ type: type || 'submit', disabled: loading }, props, { children: contentButton }))) }));
60
+ }
61
+ exports.Button = Button;
62
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/ui/components/button/component.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mDAA4B;AAE5B,2BAAyC;AAIzC,0CAA6B;AAE7B,SAAgB,MAAM,CAAC,EAAiE;IAA/D,IAAA,IAAI,UAAA,EAAE,IAAI,UAAA,EAAE,IAAI,UAAA,EAAE,OAAO,aAAA,EAAE,GAAG,SAAA,EAAE,MAAM,YAAA,EAAK,KAAK,cAAlD,oDAAoD,CAAF;IACvE,IAAM,aAAa,GAAG,CACpB,iCAAK,SAAS,EAAC,aAAa,aACzB,GAAG,IAAI,GAAG,IAAI,uBAAC,SAAI,IAAC,IAAI,EAAE,GAAG,GAAI,EAEjC,OAAO,CAAC,CAAC,CAAC,uBAAC,iBAAY,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,MAAM,GAAG,CAAC,CAAC,CAAC,2CAAO,IAAI,GAAQ,IACpE,CACP,CAAA;IAED,OAAO,CACL,uBAAC,CAAC,CAAC,MAAM,gBAAW,OAAO,YACxB,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CACf,uBAAC,cAAI,aAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,IAAM,KAAK,cACxC,aAAa,IACT,CACR,CAAC,CAAC,CAAC,CACF,4CAAQ,IAAI,EAAE,IAAI,IAAI,QAAQ,EAAE,QAAQ,EAAE,OAAO,IAAM,KAAK,cACzD,aAAa,IACP,CACV,GACQ,CACZ,CAAA;AACH,CAAC;AAtBD,wBAsBC"}
@@ -0,0 +1,2 @@
1
+ export * from "./component";
2
+ export * from "./interfaces";
@@ -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"), exports);
18
+ __exportStar(require("./interfaces"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/button/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,+CAA4B"}
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { IconsNames } from '@/ui';
3
+ export interface ButtonProps extends React.ButtonHTMLAttributes<any> {
4
+ text: string;
5
+ href?: string;
6
+ svg?: IconsNames;
7
+ loading?: boolean;
8
+ type?: 'submit' | 'button';
9
+ target?: '_blank' | '_self' | '_parent' | '_top';
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/ui/components/button/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface ButtonProps {
3
+ $loading?: boolean;
4
+ }
5
+ export declare const Button: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ButtonProps>>;
6
+ export {};
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.Button = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.Button = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n a,\n button {\n cursor: ", ";\n\n i {\n svg {\n width: 100%;\n height: auto;\n }\n }\n }\n\n a:hover,\n button:hover {\n transition: all 0.2s ease-in-out;\n }\n\n button:disabled {\n cursor: not-allowed;\n }\n\n svg {\n width: 30px;\n }\n"], ["\n a,\n button {\n cursor: ", ";\n\n i {\n svg {\n width: 100%;\n height: auto;\n }\n }\n }\n\n a:hover,\n button:hover {\n transition: all 0.2s ease-in-out;\n }\n\n button:disabled {\n cursor: not-allowed;\n }\n\n svg {\n width: 30px;\n }\n"])), function (props) { return (props.$loading ? 'not-allowed' : 'pointer'); });
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../src/ui/components/button/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAMzB,QAAA,MAAM,GAAG,2BAAM,CAAC,GAAG,0WAAa,kCAG/B,EAAuD,mQAsBpE,KAtBa,UAAC,KAAK,IAAK,OAAA,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,EAA5C,CAA4C,EAsBpE"}
@@ -0,0 +1,2 @@
1
+ import { IContainerProps } from './interfaces';
2
+ export declare function Container({ children }: IContainerProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Container = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ function Container(_a) {
6
+ var children = _a.children;
7
+ return (0, jsx_runtime_1.jsx)("div", { className: 'container', children: children });
8
+ }
9
+ exports.Container = Container;
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/container/index.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,SAAS,CAAC,EAA6B;QAA3B,QAAQ,cAAA;IAClC,OAAO,gCAAK,SAAS,EAAC,WAAW,YAAE,QAAQ,GAAO,CAAA;AACpD,CAAC;AAFD,8BAEC"}
@@ -0,0 +1,4 @@
1
+ import { ReactNode } from 'react';
2
+ export interface IContainerProps {
3
+ children: ReactNode;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/ui/components/container/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { IErrorBoundary } from './interfaces';
2
+ export declare function Error({ name, children }: IErrorBoundary): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Error = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ var react_error_boundary_1 = require("react-error-boundary");
6
+ var error_body_1 = require("./error-body");
7
+ function Error(_a) {
8
+ var name = _a.name, children = _a.children;
9
+ return (0, jsx_runtime_1.jsx)(react_error_boundary_1.ErrorBoundary, { FallbackComponent: function () { return (0, error_body_1.ErrorBoundaryComponent)({ name: name }); }, children: children });
10
+ }
11
+ exports.Error = Error;
12
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/ui/components/error-boundary/component.tsx"],"names":[],"mappings":";;;;AAAA,6DAAoD;AACpD,2CAAqD;AAIrD,SAAgB,KAAK,CAAC,EAAkC;QAAhC,IAAI,UAAA,EAAE,QAAQ,cAAA;IACpC,OAAO,uBAAC,oCAAa,IAAC,iBAAiB,EAAE,cAAM,OAAA,IAAA,mCAAsB,EAAC,EAAE,IAAI,MAAA,EAAE,CAAC,EAAhC,CAAgC,YAAG,QAAQ,GAAiB,CAAA;AAC7G,CAAC;AAFD,sBAEC"}
@@ -0,0 +1,2 @@
1
+ import { IErrorBoundaryComponentProps } from './interfaces';
2
+ export declare const ErrorBoundaryComponent: ({ name }: IErrorBoundaryComponentProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ErrorBoundaryComponent = void 0;
4
+ var jsx_runtime_1 = require("react/jsx-runtime");
5
+ var ErrorBoundaryComponent = function (_a) {
6
+ var name = _a.name;
7
+ return ((0, jsx_runtime_1.jsx)("div", { className: 'title-2-bold', children: (0, jsx_runtime_1.jsxs)("span", { style: { color: '#000' }, children: ["Error component: ", name] }) }));
8
+ };
9
+ exports.ErrorBoundaryComponent = ErrorBoundaryComponent;
10
+ //# sourceMappingURL=error-body.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-body.js","sourceRoot":"","sources":["../../../../src/ui/components/error-boundary/error-body.tsx"],"names":[],"mappings":";;;;AAEO,IAAM,sBAAsB,GAAG,UAAC,EAAsC;QAApC,IAAI,UAAA;IAC3C,OAAO,CACL,gCAAK,SAAS,EAAC,cAAc,YAC3B,kCAAM,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,kCAAoB,IAAI,IAAQ,GAC1D,CACP,CAAA;AACH,CAAC,CAAA;AANY,QAAA,sBAAsB,0BAMlC"}
@@ -0,0 +1,2 @@
1
+ export * from './component';
2
+ export * from './interfaces';
@@ -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"), exports);
18
+ __exportStar(require("./interfaces"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/error-boundary/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B;AAC3B,+CAA4B"}
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export interface IErrorBoundaryComponentProps {
3
+ name: string;
4
+ }
5
+ export interface IErrorBoundary {
6
+ name: string;
7
+ children: React.ReactNode;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/ui/components/error-boundary/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ interface InputCheckboxProps {
2
+ name: string;
3
+ label?: string;
4
+ options: {
5
+ label: string;
6
+ value: string;
7
+ }[];
8
+ }
9
+ export declare function InputCheckbox(props: InputCheckboxProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -0,0 +1,48 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.InputCheckbox = void 0;
38
+ var jsx_runtime_1 = require("react/jsx-runtime");
39
+ var formik_1 = require("formik");
40
+ var error_1 = require("../input-control/error");
41
+ var input_control_1 = require("../input-control");
42
+ var S = __importStar(require("./styles"));
43
+ function InputCheckbox(props) {
44
+ var field = (0, formik_1.useField)({ name: props.name })[0];
45
+ return ((0, jsx_runtime_1.jsx)(input_control_1.InputControl, __assign({}, props, { name: props.name, children: (0, jsx_runtime_1.jsxs)(S.InputCheckbox, { children: [(0, jsx_runtime_1.jsx)("div", { className: 'list-radios', children: props.options.map(function (option, index) { return ((0, jsx_runtime_1.jsxs)("label", { htmlFor: props.name + index, children: [(0, jsx_runtime_1.jsx)("input", __assign({ id: props.name + index }, field, { type: 'checkbox', value: option.value })), option.label] }, option.value)); }) }), (0, jsx_runtime_1.jsx)(error_1.ErrorMessage, { name: props.name })] }) })));
46
+ }
47
+ exports.InputCheckbox = InputCheckbox;
48
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/checkbox/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,iCAAiC;AACjC,gDAAqD;AAErD,kDAA+C;AAE/C,0CAA6B;AAQ7B,SAAgB,aAAa,CAAC,KAAyB;IAC9C,IAAA,KAAK,GAAI,IAAA,iBAAQ,EAAC,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,CAAC,GAAlC,CAAkC;IAE9C,OAAO,CACL,uBAAC,4BAAY,eAAK,KAAK,IAAE,IAAI,EAAE,KAAK,CAAC,IAAI,YACvC,wBAAC,CAAC,CAAC,aAAa,eACd,gCAAK,SAAS,EAAC,aAAa,YACzB,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,UAAC,MAAM,EAAE,KAAK,IAAK,OAAA,CACpC,mCAA0B,OAAO,EAAE,KAAK,CAAC,IAAI,GAAG,KAAK,aACnD,2CAAO,EAAE,EAAE,KAAK,CAAC,IAAI,GAAG,KAAK,IAAM,KAAK,IAAE,IAAI,EAAC,UAAU,EAAC,KAAK,EAAE,MAAM,CAAC,KAAK,IAAI,EAChF,MAAM,CAAC,KAAK,KAFH,MAAM,CAAC,KAAK,CAGhB,CACT,EALqC,CAKrC,CAAC,GACE,EAEN,uBAAC,oBAAY,IAAC,IAAI,EAAE,KAAK,CAAC,IAAI,GAAI,IAClB,IACL,CAChB,CAAA;AACH,CAAC;AAnBD,sCAmBC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const InputCheckbox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
+ ref?: import("react").Ref<HTMLDivElement>;
4
+ }, never>>;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.InputCheckbox = void 0;
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ exports.InputCheckbox = (0, styled_components_1.default)("div")(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n\n"], ["\n\n"])));
13
+ var templateObject_1;
14
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/checkbox/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAuC;AAE1B,QAAA,aAAa,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,yEAAA,MAEzC,KAAC"}
@@ -0,0 +1,16 @@
1
+ import { Dispatch, SetStateAction } from 'react';
2
+ import { ButtonProps } from '@/ui';
3
+ export type ICustomSubmitProps = {
4
+ props: ButtonProps;
5
+ action: (data: any, setStateForm: Dispatch<SetStateAction<{
6
+ state: string;
7
+ message: string;
8
+ }>>) => void;
9
+ };
10
+ export declare function CustomSubmitButton({ props, action, stateForm, onSubmit, }: {
11
+ onSubmit: (action: any) => void;
12
+ stateForm: {
13
+ state: string;
14
+ message: string;
15
+ };
16
+ } & ICustomSubmitProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,22 @@
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");
17
+ function CustomSubmitButton(_a) {
18
+ var props = _a.props, action = _a.action, stateForm = _a.stateForm, onSubmit = _a.onSubmit;
19
+ return (0, jsx_runtime_1.jsx)(ui_1.Button, __assign({}, props, { type: 'button', onClick: function () { return onSubmit(action); }, loading: stateForm.state === 'loading' }));
20
+ }
21
+ exports.CustomSubmitButton = CustomSubmitButton;
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/custom-submit/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,2BAA0C;AAe1C,SAAgB,kBAAkB,CAAC,EAWb;QAVpB,KAAK,WAAA,EACL,MAAM,YAAA,EACN,SAAS,eAAA,EACT,QAAQ,cAAA;IAQR,OAAO,uBAAC,WAAM,eAAK,KAAK,IAAE,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,cAAM,OAAA,QAAQ,CAAC,MAAM,CAAC,EAAhB,CAAgB,EAAE,OAAO,EAAE,SAAS,CAAC,KAAK,KAAK,SAAS,IAAI,CAAA;AACrH,CAAC;AAbD,gDAaC"}
@@ -0,0 +1,2 @@
1
+ import { DynamicFormHandlerProps } from './interfaces';
2
+ export declare function DynamicFormHandler(props: DynamicFormHandlerProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,103 @@
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
+ var __importDefault = (this && this.__importDefault) || function (mod) {
73
+ return (mod && mod.__esModule) ? mod : { "default": mod };
74
+ };
75
+ Object.defineProperty(exports, "__esModule", { value: true });
76
+ exports.DynamicFormHandler = void 0;
77
+ var jsx_runtime_1 = require("react/jsx-runtime");
78
+ var __1 = require("..");
79
+ var loader_circle_1 = require("@/ui/components/loader-circle");
80
+ var swr_1 = __importDefault(require("swr"));
81
+ var Inputs = __importStar(require("../../index"));
82
+ function DynamicFormHandler(props) {
83
+ function fetcher() {
84
+ var _a;
85
+ return __awaiter(this, void 0, void 0, function () {
86
+ return __generator(this, function (_b) {
87
+ return [2 /*return*/, (_a = props === null || props === void 0 ? void 0 : props.getDetails) === null || _a === void 0 ? void 0 : _a.fetcher(props.tableItem)];
88
+ });
89
+ });
90
+ }
91
+ var _a = (0, swr_1.default)(props.getDetails && props.getDetails.key(props.tableItem), fetcher), data = _a.data, isLoading = _a.isLoading;
92
+ if (isLoading && props.getDetails) {
93
+ return (0, jsx_runtime_1.jsx)(loader_circle_1.LoaderCircle, { size: 30, color: '#000' });
94
+ }
95
+ return ((0, jsx_runtime_1.jsx)("div", { style: { padding: 20 }, children: (0, jsx_runtime_1.jsx)(__1.FormHandler, __assign({}, props, { initialData: __assign(__assign({}, data), (props.initialData || {})), children: props.inputs.map(function (row, index) {
96
+ return ((0, jsx_runtime_1.jsx)("div", { style: { display: 'grid', gap: 15, gridTemplateColumns: "repeat(".concat(row.length, ", 1fr)") }, children: row.map(function (input) {
97
+ var Element = Inputs[input.inputComponent];
98
+ return (0, jsx_runtime_1.jsx)(Element, __assign({}, input), input.name);
99
+ }) }, index));
100
+ }) })) }));
101
+ }
102
+ exports.DynamicFormHandler = DynamicFormHandler;
103
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/dynamic_form_handler/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAAgC;AAChC,+DAA4D;AAE5D,4CAAwB;AAIxB,kDAAqC;AAErC,SAAgB,kBAAkB,CAAC,KAA8B;IAC/D,SAAe,OAAO;;;;gBACpB,sBAAO,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,0CAAE,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,EAAA;;;KACnD;IAEK,IAAA,KAAsB,IAAA,aAAM,EAAC,KAAK,CAAC,UAAU,IAAI,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,EAA9F,IAAI,UAAA,EAAE,SAAS,eAA+E,CAAA;IAEtG,IAAI,SAAS,IAAI,KAAK,CAAC,UAAU,EAAE,CAAC;QAClC,OAAO,uBAAC,4BAAY,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,MAAM,GAAG,CAAA;IAChD,CAAC;IAED,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,YACzB,uBAAC,eAAW,eAAM,KAAa,IAAE,WAAW,wBAAO,IAAI,GAAK,CAAC,KAAK,CAAC,WAAW,IAAI,EAAE,CAAC,aAClF,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,UAAC,GAAG,EAAE,KAAK;gBAC3B,OAAO,CACL,gCAAiB,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,EAAE,mBAAmB,EAAE,iBAAU,GAAG,CAAC,MAAM,WAAQ,EAAE,YACpG,GAAG,CAAC,GAAG,CAAC,UAAC,KAAK;wBACb,IAAM,OAAO,GAAG,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;wBAE5C,OAAO,uBAAC,OAAO,eAAuB,KAAa,GAA9B,KAAK,CAAC,IAAI,CAAwB,CAAA;oBACzD,CAAC,CAAC,IALM,KAAK,CAMT,CACP,CAAA;YACH,CAAC,CAAC,IACU,GACV,CACP,CAAA;AACH,CAAC;AA5BD,gDA4BC"}
@@ -0,0 +1,26 @@
1
+ import { IconsNames } from '@/ui/icons';
2
+ import * as Inputs from '../../index';
3
+ import { ISelectProps } from '../../select/interfaces';
4
+ import { IFormHandler } from '../interfaces';
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
+ tableItem?: any;
15
+ title: string;
16
+ inputs: InputProps<T>[][];
17
+ getDetails?: {
18
+ key: (params: {
19
+ [key in keyof T]: T[key];
20
+ }) => string;
21
+ fetcher: (params: {
22
+ [key in keyof T]: T[key];
23
+ }) => Promise<any>;
24
+ };
25
+ };
26
+ export {};
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../../src/ui/components/form/handler/dynamic_form_handler/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { IFormHandler } from '../interfaces';
2
+ export default function FormElement({ button, children, onSucess, customSubmit, onChangeForm }: IFormHandler): import("react/jsx-runtime").JSX.Element;