infinity-forge 2.4.2 → 2.4.4

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 (354) hide show
  1. package/dist/sites/components/default-pages/blog/components/blog-item/index.d.ts +1 -1
  2. package/dist/sites/components/default-pages/blog/components/blog-item/index.js +3 -3
  3. package/dist/sites/components/default-pages/blog/components/blog-item/intefaces.d.ts +1 -1
  4. package/dist/sites/components/default-pages/blog/components/blog-item/share/index.js +2 -2
  5. package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.d.ts +1 -1
  6. package/dist/sites/components/default-pages/blog/components/featured-blog/featured-blog-item/index.js +2 -2
  7. package/dist/sites/components/default-pages/blog/components/featured-blog/index.d.ts +1 -1
  8. package/dist/sites/components/default-pages/blog/components/featured-blog/index.js +2 -2
  9. package/dist/sites/components/default-pages/blog/components/featured-blog/interfaces.d.ts +2 -2
  10. package/dist/sites/components/default-pages/blog/components/side-box-categories/index.d.ts +2 -2
  11. package/dist/sites/components/default-pages/blog/components/side-box-categories/index.js +2 -2
  12. package/dist/sites/components/default-pages/blog/components/side-box-categories/interfaces.d.ts +1 -1
  13. package/dist/sites/components/default-pages/blog/components/side-box-newsletter/index.d.ts +1 -1
  14. package/dist/sites/components/default-pages/blog/components/side-box-newsletter/index.js +3 -3
  15. package/dist/sites/components/default-pages/blog/components/title-blog/index.js +2 -2
  16. package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +7 -7
  17. package/dist/system/domain/protocols/http/errors/http-errors/index.js +7 -7
  18. package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +1 -1
  19. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +1 -1
  20. package/dist/system/domain/use-cases/auth/admin/index.js +18 -0
  21. package/dist/system/presentation/components/data/avatar/index.js +59 -0
  22. package/dist/system/presentation/components/data/buttons/index.d.ts +1 -0
  23. package/dist/system/presentation/components/data/buttons/index.js +18 -0
  24. package/dist/system/presentation/components/data/buttons/sidebar-button/index.js +3 -3
  25. package/dist/system/presentation/components/data/chat/card-message/index.d.ts +1 -1
  26. package/dist/system/presentation/components/data/chat/card-message/index.js +3 -3
  27. package/dist/system/presentation/components/data/chat/index.d.ts +2 -0
  28. package/dist/system/presentation/components/data/chat/index.js +38 -0
  29. package/dist/system/presentation/components/data/chat/interfaces.d.ts +8 -0
  30. package/dist/system/presentation/components/data/chat/loader/index.js +1 -1
  31. package/dist/system/presentation/components/data/detail-card/component.d.ts +2 -0
  32. package/dist/system/presentation/components/data/detail-card/component.js +42 -0
  33. package/dist/system/presentation/components/data/detail-card/index.d.ts +2 -0
  34. package/dist/system/presentation/components/data/detail-card/index.js +19 -0
  35. package/dist/system/presentation/components/data/detail-card/interfaces.d.ts +19 -0
  36. package/dist/system/presentation/components/data/highlight-icon/index.d.ts +2 -0
  37. package/dist/system/presentation/components/data/highlight-icon/index.js +40 -0
  38. package/dist/system/presentation/components/data/highlight-icon/interfaces.d.ts +8 -0
  39. package/dist/system/presentation/components/data/highlight-text/index.d.ts +2 -0
  40. package/dist/system/presentation/components/data/highlight-text/index.js +43 -0
  41. package/dist/system/presentation/components/data/input-search/index.d.ts +2 -0
  42. package/dist/system/presentation/components/data/input-search/index.js +39 -0
  43. package/dist/system/presentation/components/data/logo/index.js +34 -0
  44. package/dist/system/presentation/components/data/menu/component.js +17 -0
  45. package/dist/system/presentation/components/data/menu/components/index.d.ts +1 -1
  46. package/dist/system/presentation/components/data/menu/components/index.js +1 -1
  47. package/dist/system/presentation/components/data/menu/components/menu-item/index.js +3 -3
  48. package/dist/system/presentation/components/data/menu/index.d.ts +2 -0
  49. package/dist/system/presentation/components/data/menu/index.js +19 -0
  50. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +5 -5
  51. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.js +1 -1
  52. package/dist/system/presentation/components/data/menu/modes/index.d.ts +2 -2
  53. package/dist/system/presentation/components/data/menu/modes/index.js +2 -2
  54. package/dist/system/presentation/components/data/menu/modes/opened/index.js +3 -3
  55. package/dist/system/presentation/components/data/menu/modes/opened/styles.js +1 -1
  56. package/dist/system/presentation/components/data/notifications/card/index.d.ts +1 -1
  57. package/dist/system/presentation/components/data/notifications/card/index.js +2 -2
  58. package/dist/system/presentation/components/data/notifications/index.js +155 -0
  59. package/dist/system/presentation/components/data/page-wrapper/index.d.ts +2 -0
  60. package/dist/system/presentation/components/data/page-wrapper/index.js +35 -0
  61. package/dist/system/presentation/components/data/page-wrapper/interfaces.d.ts +7 -0
  62. package/dist/system/presentation/components/data/popover/index.d.ts +2 -0
  63. package/dist/system/presentation/components/data/profile-infos/index.d.ts +2 -0
  64. package/dist/system/presentation/components/data/profile-infos/index.js +48 -0
  65. package/dist/system/presentation/components/data/profile-infos/interfaces.d.ts +6 -0
  66. package/dist/system/presentation/components/data/profile-infos/profile/index.d.ts +1 -1
  67. package/dist/system/presentation/components/data/profile-infos/profile/index.js +3 -3
  68. package/dist/system/presentation/components/data/select-workspace/component.d.ts +4 -0
  69. package/dist/system/presentation/components/data/select-workspace/component.js +69 -0
  70. package/dist/system/presentation/components/data/select-workspace/component.js.map +1 -0
  71. package/dist/system/presentation/components/data/select-workspace/index.d.ts +3 -0
  72. package/dist/system/presentation/components/data/select-workspace/index.js +20 -0
  73. package/dist/system/presentation/components/data/select-workspace/index.js.map +1 -1
  74. package/dist/system/presentation/components/data/tab/component.d.ts +2 -0
  75. package/dist/system/presentation/components/data/tab/component.js +67 -0
  76. package/dist/system/presentation/components/data/tab/index.d.ts +2 -0
  77. package/dist/system/presentation/components/data/tab/index.js +19 -0
  78. package/dist/system/presentation/components/data/tab/interfaces.d.ts +29 -0
  79. package/dist/system/presentation/components/data/tab/tab-item/index.d.ts +1 -1
  80. package/dist/system/presentation/components/data/tab/tab-item/index.js +2 -2
  81. package/dist/system/presentation/components/data/tab/tab-item/styles.d.ts +1 -1
  82. package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -2
  83. package/dist/system/presentation/components/layout/header/components/index.js +2 -2
  84. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +1 -1
  85. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +5 -5
  86. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -1
  87. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.d.ts +1 -1
  88. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js +3 -3
  89. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +3 -3
  90. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
  91. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +4 -4
  92. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +3 -3
  93. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +4 -4
  94. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -1
  95. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +3 -3
  96. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +4 -4
  97. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +3 -3
  98. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +2 -2
  99. package/dist/system/presentation/components/layout/header/index.d.ts +2 -0
  100. package/dist/system/presentation/components/layout/header/index.js +25 -0
  101. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +1 -1
  102. package/dist/system/presentation/components/layout/header/version-01/index.js +4 -4
  103. package/dist/system/presentation/components/pages/menus/index.d.ts +1 -0
  104. package/dist/system/presentation/components/pages/menus/index.js +18 -0
  105. package/dist/system/presentation/components/pages/menus/page.js +40 -0
  106. package/dist/system/presentation/components/pages/menus/table/columns.d.ts +2 -2
  107. package/dist/system/presentation/components/pages/menus/table/columns.js +1 -1
  108. package/dist/system/presentation/components/pages/menus/table/create.d.ts +2 -2
  109. package/dist/system/presentation/components/pages/menus/table/create.js +2 -2
  110. package/dist/system/presentation/components/pages/menus/table/delete.js +2 -2
  111. package/dist/system/presentation/components/pages/menus/table/edit.d.ts +2 -2
  112. package/dist/system/presentation/components/pages/menus/table/edit.js +2 -2
  113. package/dist/system/presentation/components/pages/menus/table/icon/index.js +1 -1
  114. package/dist/system/presentation/components/pages/menus/table/index.d.ts +4 -4
  115. package/dist/system/presentation/components/pages/menus/table/index.js +4 -4
  116. package/dist/system/presentation/components/pages/users/index.d.ts +1 -0
  117. package/dist/system/presentation/components/pages/users/index.js +18 -0
  118. package/dist/system/presentation/components/pages/users/page.js +40 -0
  119. package/dist/system/presentation/components/pages/users/table/columns.d.ts +2 -2
  120. package/dist/system/presentation/components/pages/users/table/create.d.ts +2 -2
  121. package/dist/system/presentation/components/pages/users/table/create.js +2 -2
  122. package/dist/system/presentation/components/pages/users/table/delete.js +2 -2
  123. package/dist/system/presentation/components/pages/users/table/edit.d.ts +2 -2
  124. package/dist/system/presentation/components/pages/users/table/edit.js +2 -2
  125. package/dist/system/presentation/components/pages/users/table/index.d.ts +4 -4
  126. package/dist/system/presentation/components/pages/users/table/index.js +4 -4
  127. package/dist/system/presentation/context/auth/components/index.d.ts +2 -0
  128. package/dist/system/presentation/context/auth/components/index.js +19 -0
  129. package/dist/system/presentation/context/auth/components/login/form-login/index.js +2 -2
  130. package/dist/system/presentation/context/auth/components/login/index.js +4 -4
  131. package/dist/system/presentation/context/auth/components/private-page/index.d.ts +1 -1
  132. package/dist/system/presentation/context/auth/components/private-page/index.js +3 -3
  133. package/dist/system/presentation/hooks/notifications/use-load-all/index.d.ts +1 -0
  134. package/dist/system/presentation/hooks/notifications/use-load-all/index.js +63 -0
  135. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.d.ts +2 -0
  136. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +60 -0
  137. package/dist/system/presentation/hooks/ui/use-table/component.d.ts +8 -0
  138. package/dist/system/presentation/hooks/ui/use-table/component.js +26 -0
  139. package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +1 -1
  140. package/dist/system/presentation/hooks/ui/use-table/components/index.js +1 -1
  141. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
  142. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +2 -2
  143. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.d.ts +1 -1
  144. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +2 -2
  145. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +1 -1
  146. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +2 -2
  147. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +1 -1
  148. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +2 -2
  149. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.d.ts +1 -1
  150. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +3 -3
  151. package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +1 -1
  152. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +10 -10
  153. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +2 -2
  154. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +1 -1
  155. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +3 -3
  156. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +2 -2
  157. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +1 -1
  158. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +2 -2
  159. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +1 -1
  160. package/dist/system/presentation/hooks/ui/use-table/index.d.ts +4 -0
  161. package/dist/system/presentation/hooks/ui/use-table/index.js +21 -0
  162. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +92 -0
  163. package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.d.ts +1 -1
  164. package/dist/system/presentation/hooks/ui/use-table/query/hook.d.ts +1 -1
  165. package/dist/system/presentation/hooks/ui/use-table/query/hook.js +1 -1
  166. package/dist/system/presentation/hooks/ui/use-table/query/index.d.ts +2 -2
  167. package/dist/system/presentation/hooks/ui/use-table/query/index.js +2 -2
  168. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +51 -0
  169. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +148 -0
  170. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +61 -0
  171. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +24 -0
  172. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +208 -0
  173. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +1 -1
  174. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +2 -2
  175. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +2 -2
  176. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +1 -1
  177. package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +2 -2
  178. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +2 -2
  179. package/dist/ui/components/carousel/carousel-lib/core/core.js +654 -0
  180. package/dist/ui/components/carousel/carousel-lib/core/events/index.js +9 -9
  181. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +1 -1
  182. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +1 -1
  183. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +2 -2
  184. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +3 -3
  185. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +2 -2
  186. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +2 -2
  187. package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +3 -3
  188. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +3 -3
  189. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +1 -1
  190. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +1 -1
  191. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +42 -0
  192. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +2 -2
  193. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +1 -1
  194. package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +7 -7
  195. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +7 -7
  196. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +1 -1
  197. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +1 -1
  198. package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +3 -3
  199. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +3 -3
  200. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +1 -1
  201. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +1 -1
  202. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +1 -1
  203. package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +5 -5
  204. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +5 -5
  205. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +1 -1
  206. package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +9 -9
  207. package/dist/ui/components/carousel/carousel-lib/core/update/index.js +9 -9
  208. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +1 -1
  209. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +1 -1
  210. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +1 -1
  211. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +1 -1
  212. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +336 -0
  213. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +63 -0
  214. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +247 -0
  215. package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +6 -0
  216. package/dist/ui/components/carousel/carousel-lib/modules/index.js +23 -0
  217. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +223 -0
  218. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +514 -0
  219. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +379 -0
  220. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +88 -0
  221. package/dist/ui/components/carousel/carousel-lib/react/swiper.js +210 -0
  222. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +22 -0
  223. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +15 -0
  224. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +13 -0
  225. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +47 -0
  226. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +43 -0
  227. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +69 -0
  228. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +25 -0
  229. package/dist/ui/components/carousel/carousel-lib/shared/utils.js +372 -0
  230. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +65 -0
  231. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +4 -0
  232. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +15 -0
  233. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +71 -0
  234. package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +5 -0
  235. package/dist/ui/components/carousel/carousel-lib/types/index.js +27 -0
  236. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +162 -0
  237. package/dist/ui/components/form/handler/custom-submit/index.d.ts +17 -0
  238. package/dist/ui/components/form/handler/custom-submit/index.js +25 -0
  239. package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +2 -0
  240. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +117 -0
  241. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -0
  242. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +19 -0
  243. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +28 -0
  244. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +111 -0
  245. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -0
  246. package/dist/ui/components/form/handler/form-handler/index.js +241 -0
  247. package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +2 -0
  248. package/dist/ui/components/form/handler/form-handler/use-schemas.js +115 -0
  249. package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +5 -0
  250. package/dist/ui/components/form/handler/form-handler/use-send-file.js +209 -0
  251. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +1 -1
  252. package/dist/ui/components/form/handler/i18n/index.d.ts +2 -0
  253. package/dist/ui/components/form/handler/i18n/index.js +4 -4
  254. package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +2 -2
  255. package/dist/ui/components/form/input-cep/use-cep/hook.js +1 -1
  256. package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -2
  257. package/dist/ui/components/form/input-cep/use-cep/index.js +2 -2
  258. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  259. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +1 -1
  260. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
  261. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +3 -3
  262. package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -1
  263. package/dist/ui/components/form/input-cep/use-cep/providers/index.js +1 -1
  264. package/dist/ui/components/form/input-control/error/index.js +1 -1
  265. package/dist/ui/components/form/input-control/label/index.js +1 -1
  266. package/dist/ui/components/form/input-control/loader-input/index.js +2 -2
  267. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +1 -1
  268. package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
  269. package/dist/ui/components/form/input-currency/components/index.js +1 -1
  270. package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +1 -1
  271. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +4 -4
  272. package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +1 -1
  273. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +2 -2
  274. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +1 -1
  275. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +1 -1
  276. package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
  277. package/dist/ui/components/form/input-currency/components/utils/index.js +8 -8
  278. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +1 -1
  279. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +1 -1
  280. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +1 -1
  281. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  282. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +3 -3
  283. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  284. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +2 -2
  285. package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
  286. package/dist/ui/components/form/input-date-picker/calendar/index.js +4 -4
  287. package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +2 -2
  288. package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
  289. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +2 -2
  290. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
  291. package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
  292. package/dist/ui/components/form/input-date-picker/mock/index.js +1 -1
  293. package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -4
  294. package/dist/ui/components/form/input-file/hooks/index.js +4 -4
  295. package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +2 -2
  296. package/dist/ui/components/form/input-file/hooks/use-components-file.js +2 -2
  297. package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +1 -1
  298. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +2 -2
  299. package/dist/ui/components/form/input-file/hooks/use-file.d.ts +2 -2
  300. package/dist/ui/components/form/input-file/hooks/use-file.js +2 -2
  301. package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +1 -1
  302. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +1 -1
  303. package/dist/ui/components/form/input-file/render-files/component.d.ts +1 -1
  304. package/dist/ui/components/form/input-file/render-files/component.js +2 -2
  305. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
  306. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +1 -1
  307. package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +2 -2
  308. package/dist/ui/components/form/input-file/render-files/file-item/index.js +3 -3
  309. package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -3
  310. package/dist/ui/components/form/input-file/render-files/index.js +3 -3
  311. package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +2 -2
  312. package/dist/ui/components/form/input-mask/lib/core/errors/SyntheticChangeError.d.ts +1 -1
  313. package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.d.ts +1 -1
  314. package/dist/ui/components/form/input-mask/lib/core/hooks/useInput.js +2 -2
  315. package/dist/ui/components/form/input-mask/lib/core/index.d.ts +5 -5
  316. package/dist/ui/components/form/input-mask/lib/core/index.js +4 -4
  317. package/dist/ui/components/form/input-mask/lib/core/utils/setInputAttributes.d.ts +1 -1
  318. package/dist/ui/components/form/input-mask/lib/mask/InputMask.d.ts +2 -2
  319. package/dist/ui/components/form/input-mask/lib/mask/InputMask.js +2 -2
  320. package/dist/ui/components/form/input-mask/lib/mask/index.d.ts +5 -5
  321. package/dist/ui/components/form/input-mask/lib/mask/index.js +3 -3
  322. package/dist/ui/components/form/input-mask/lib/mask/types.d.ts +1 -1
  323. package/dist/ui/components/form/input-mask/lib/mask/useMask.d.ts +1 -1
  324. package/dist/ui/components/form/input-mask/lib/mask/useMask.js +7 -7
  325. package/dist/ui/components/form/input-mask/lib/mask/utils/filter.d.ts +1 -1
  326. package/dist/ui/components/form/input-mask/lib/mask/utils/format.d.ts +1 -1
  327. package/dist/ui/components/form/input-mask/lib/mask/utils/formatToParts.d.ts +1 -1
  328. package/dist/ui/components/form/input-mask/lib/mask/utils/formatToReplacementObject.d.ts +1 -1
  329. package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.d.ts +1 -1
  330. package/dist/ui/components/form/input-mask/lib/mask/utils/resolveDetail.js +3 -3
  331. package/dist/ui/components/form/input-mask/lib/mask/utils/resolveSelection.d.ts +2 -2
  332. package/dist/ui/components/form/input-mask/lib/mask/utils/unformat.d.ts +1 -1
  333. package/dist/ui/components/form/input-mask/lib/mask/utils/validate.d.ts +1 -1
  334. package/dist/ui/components/form/input-mask/lib/mask/utils.d.ts +1 -1
  335. package/dist/ui/components/form/input-mask/lib/mask/utils.js +5 -5
  336. package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.d.ts +2 -2
  337. package/dist/ui/components/form/input-mask/lib/number-format/InputNumberFormat.js +2 -2
  338. package/dist/ui/components/form/input-mask/lib/number-format/index.d.ts +4 -4
  339. package/dist/ui/components/form/input-mask/lib/number-format/index.js +2 -2
  340. package/dist/ui/components/form/input-mask/lib/number-format/types.d.ts +1 -1
  341. package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.d.ts +1 -1
  342. package/dist/ui/components/form/input-mask/lib/number-format/useNumberFormat.js +6 -6
  343. package/dist/ui/components/form/input-mask/lib/number-format/utils/localizeValues.d.ts +1 -1
  344. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.d.ts +2 -2
  345. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveDetail.js +1 -1
  346. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveMinimumFractionDigits.d.ts +1 -1
  347. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveOptions.d.ts +1 -1
  348. package/dist/ui/components/form/input-mask/lib/number-format/utils/resolveSelection.d.ts +2 -2
  349. package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +1 -1
  350. package/dist/ui/components/form/input-seo/input-meta-image/index.js +2 -2
  351. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
  352. package/dist/ui/components/menu-mobile/components/nav-links/index.js +3 -3
  353. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
  354. package/package.json +75 -75
@@ -1,2 +1,2 @@
1
- import type { InputAttributes } from '../types';
1
+ import type { InputAttributes } from '../types.js';
2
2
  export default function setInputAttributes(inputElement: HTMLInputElement, { value, selectionStart, selectionEnd }: Partial<InputAttributes>): void;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { MaskProps } from './types';
3
- import type { InputComponent, InputComponentProps } from '../core';
2
+ import type { MaskProps } from './types.js';
3
+ import type { InputComponent, InputComponentProps } from '../core/index.js';
4
4
  export type InputMaskProps<C extends React.ComponentType | undefined = undefined> = MaskProps & InputComponentProps<C>;
5
5
  declare const InputMask: InputComponent<MaskProps>;
6
6
  export default InputMask;
@@ -27,8 +27,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
29
  var react_1 = require("react");
30
- var core_1 = require("../core");
31
- var useMask_1 = __importDefault(require("./useMask"));
30
+ var core_1 = require("../core/index.js");
31
+ var useMask_1 = __importDefault(require("./useMask.js"));
32
32
  function ForwardedInputMask(_a, forwardedInputRef) {
33
33
  var Component = _a.component, mask = _a.mask, replacement = _a.replacement, showMask = _a.showMask, separate = _a.separate, track = _a.track, modify = _a.modify, onMask = _a.onMask, props = __rest(_a, ["component", "mask", "replacement", "showMask", "separate", "track", "modify", "onMask"]);
34
34
  var inputRef = (0, useMask_1.default)({ mask: mask, replacement: replacement, showMask: showMask, separate: separate, track: track, modify: modify, onMask: onMask });
@@ -1,5 +1,5 @@
1
- export { default as InputMask } from './InputMask';
2
- export { default as useMask } from './useMask';
3
- export * from './utils';
4
- export type { InputMaskProps } from './InputMask';
5
- export type { MaskProps, Replacement, TrackParam, Track, ModifiedData, Modify, MaskEvent, MaskEventDetail, MaskEventHandler, } from './types';
1
+ export { default as InputMask } from './InputMask.js';
2
+ export { default as useMask } from './useMask.js';
3
+ export * from './utils.js';
4
+ export type { InputMaskProps } from './InputMask.js';
5
+ export type { MaskProps, Replacement, TrackParam, Track, ModifiedData, Modify, MaskEvent, MaskEventDetail, MaskEventHandler, } from './types.js';
@@ -18,9 +18,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
20
  exports.useMask = exports.InputMask = void 0;
21
- var InputMask_1 = require("./InputMask");
21
+ var InputMask_1 = require("./InputMask.js");
22
22
  Object.defineProperty(exports, "InputMask", { enumerable: true, get: function () { return __importDefault(InputMask_1).default; } });
23
- var useMask_1 = require("./useMask");
23
+ var useMask_1 = require("./useMask.js");
24
24
  Object.defineProperty(exports, "useMask", { enumerable: true, get: function () { return __importDefault(useMask_1).default; } });
25
- __exportStar(require("./utils"), exports);
25
+ __exportStar(require("./utils.js"), exports);
26
26
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import type { CustomInputEvent, CustomInputEventHandler } from '../core';
1
+ import type { CustomInputEvent, CustomInputEventHandler } from '../core/index.js';
2
2
  export interface MaskPart {
3
3
  type: 'replacement' | 'mask' | 'input';
4
4
  value: string;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import type { MaskProps } from './types';
2
+ import type { MaskProps } from './types.js';
3
3
  export default function useMask({ mask, replacement, showMask, separate, track, modify, onMask, }?: MaskProps): React.MutableRefObject<HTMLInputElement | null>;
@@ -15,13 +15,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  var react_1 = require("react");
18
- var core_1 = require("../core");
19
- var filter_1 = __importDefault(require("./utils/filter"));
20
- var formatToReplacementObject_1 = __importDefault(require("./utils/formatToReplacementObject"));
21
- var resolveDetail_1 = __importDefault(require("./utils/resolveDetail"));
22
- var resolveSelection_1 = __importDefault(require("./utils/resolveSelection"));
23
- var unformat_1 = __importDefault(require("./utils/unformat"));
24
- var validate_1 = __importDefault(require("./utils/validate"));
18
+ var core_1 = require("../core/index.js");
19
+ var filter_1 = __importDefault(require("./utils/filter.js"));
20
+ var formatToReplacementObject_1 = __importDefault(require("./utils/formatToReplacementObject.js"));
21
+ var resolveDetail_1 = __importDefault(require("./utils/resolveDetail.js"));
22
+ var resolveSelection_1 = __importDefault(require("./utils/resolveSelection.js"));
23
+ var unformat_1 = __importDefault(require("./utils/unformat.js"));
24
+ var validate_1 = __importDefault(require("./utils/validate.js"));
25
25
  function useMask(_a) {
26
26
  var _b = _a === void 0 ? {} : _a, _c = _b.mask, mask = _c === void 0 ? '' : _c, _d = _b.replacement, replacement = _d === void 0 ? {} : _d, _e = _b.showMask, showMask = _e === void 0 ? false : _e, _f = _b.separate, separate = _f === void 0 ? false : _f, track = _b.track, modify = _b.modify, onMask = _b.onMask;
27
27
  var replacementObject = typeof replacement === 'string' ? (0, formatToReplacementObject_1.default)(replacement) : replacement;
@@ -1,4 +1,4 @@
1
- import type { Replacement } from '../types';
1
+ import type { Replacement } from '../types.js';
2
2
  interface Options {
3
3
  replacementChars: string;
4
4
  replacement: Replacement;
@@ -1,4 +1,4 @@
1
- import type { Replacement } from '../types';
1
+ import type { Replacement } from '../types.js';
2
2
  interface Options {
3
3
  mask: string;
4
4
  replacement: Replacement;
@@ -1,4 +1,4 @@
1
- import type { MaskPart, Replacement } from '../types';
1
+ import type { MaskPart, Replacement } from '../types.js';
2
2
  interface Options {
3
3
  mask: string;
4
4
  replacement: Replacement;
@@ -1,2 +1,2 @@
1
- import type { Replacement } from '../types';
1
+ import type { Replacement } from '../types.js';
2
2
  export default function formatToReplacementObject(replacement: string): Replacement;
@@ -1,4 +1,4 @@
1
- import type { MaskEventDetail, Replacement } from '../types';
1
+ import type { MaskEventDetail, Replacement } from '../types.js';
2
2
  interface Options {
3
3
  mask: string;
4
4
  replacement: Replacement;
@@ -3,9 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- var utils_1 = require("../utils");
7
- var format_1 = __importDefault(require("./format"));
8
- var formatToParts_1 = __importDefault(require("./formatToParts"));
6
+ var utils_1 = require("../utils.js");
7
+ var format_1 = __importDefault(require("./format.js"));
8
+ var formatToParts_1 = __importDefault(require("./formatToParts.js"));
9
9
  /**
10
10
  * Формирует данные маскированного значения возвращая
11
11
  * @param input пользовательские символы без учета символов маски
@@ -1,5 +1,5 @@
1
- import type { MaskPart, Replacement } from '../types';
2
- import type { InputType } from '../../core';
1
+ import type { MaskPart, Replacement } from '../types.js';
2
+ import type { InputType } from '../../core/index.js';
3
3
  interface ResolveSelectionParam {
4
4
  inputType: InputType;
5
5
  value: string;
@@ -1,4 +1,4 @@
1
- import type { Replacement } from '../types';
1
+ import type { Replacement } from '../types.js';
2
2
  interface Options {
3
3
  start?: number;
4
4
  end?: number;
@@ -1,4 +1,4 @@
1
- import type { Replacement } from '../types';
1
+ import type { Replacement } from '../types.js';
2
2
  interface ValidateParam {
3
3
  initialValue: string;
4
4
  mask: string;
@@ -1,4 +1,4 @@
1
- import type { MaskPart, Replacement } from './types';
1
+ import type { MaskPart, Replacement } from './types.js';
2
2
  interface Options {
3
3
  mask: string;
4
4
  replacement: string | Replacement;
@@ -4,11 +4,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.generatePattern = exports.formatToParts = exports.unformat = exports.format = void 0;
7
- var filter_1 = __importDefault(require("./utils/filter"));
8
- var format_1 = __importDefault(require("./utils/format"));
9
- var formatToParts_1 = __importDefault(require("./utils/formatToParts"));
10
- var formatToReplacementObject_1 = __importDefault(require("./utils/formatToReplacementObject"));
11
- var unformat_1 = __importDefault(require("./utils/unformat"));
7
+ var filter_1 = __importDefault(require("./utils/filter.js"));
8
+ var format_1 = __importDefault(require("./utils/format.js"));
9
+ var formatToParts_1 = __importDefault(require("./utils/formatToParts.js"));
10
+ var formatToReplacementObject_1 = __importDefault(require("./utils/formatToReplacementObject.js"));
11
+ var unformat_1 = __importDefault(require("./utils/unformat.js"));
12
12
  /**
13
13
  * Masks a value using the specified mask (see «[Utils](https://github.com/GoncharukBro/react-input/tree/main/packages/mask#format)»).
14
14
  *
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { NumberFormatProps } from './types';
3
- import type { InputComponent, InputComponentProps } from '../core';
2
+ import type { NumberFormatProps } from './types.js';
3
+ import type { InputComponent, InputComponentProps } from '../core/index.js';
4
4
  export type InputNumberFormatProps<C extends React.ComponentType | undefined = undefined> = NumberFormatProps & InputComponentProps<C>;
5
5
  declare const InputNumberFormat: InputComponent<NumberFormatProps>;
6
6
  export default InputNumberFormat;
@@ -27,8 +27,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
29
  var react_1 = require("react");
30
- var core_1 = require("../core");
31
- var useNumberFormat_1 = __importDefault(require("./useNumberFormat"));
30
+ var core_1 = require("../core/index.js");
31
+ var useNumberFormat_1 = __importDefault(require("./useNumberFormat.js"));
32
32
  function ForwardedInputNumberFormat(_a, forwardedInputRef) {
33
33
  var Component = _a.component, locales = _a.locales, format = _a.format, currency = _a.currency, currencyDisplay = _a.currencyDisplay, unit = _a.unit, unitDisplay = _a.unitDisplay, signDisplay = _a.signDisplay, groupDisplay = _a.groupDisplay, minimumIntegerDigits = _a.minimumIntegerDigits, maximumIntegerDigits = _a.maximumIntegerDigits, minimumFractionDigits = _a.minimumFractionDigits, maximumFractionDigits = _a.maximumFractionDigits, onNumberFormat = _a.onNumberFormat, props = __rest(_a, ["component", "locales", "format", "currency", "currencyDisplay", "unit", "unitDisplay", "signDisplay", "groupDisplay", "minimumIntegerDigits", "maximumIntegerDigits", "minimumFractionDigits", "maximumFractionDigits", "onNumberFormat"]);
34
34
  var inputRef = (0, useNumberFormat_1.default)({
@@ -1,4 +1,4 @@
1
- export { default as InputNumberFormat } from './InputNumberFormat';
2
- export { default as useNumberFormat } from './useNumberFormat';
3
- export type { InputNumberFormatProps } from './InputNumberFormat';
4
- export type { NumberFormatProps, NumberFormatEvent, NumberFormatEventDetail, NumberFormatEventHandler } from './types';
1
+ export { default as InputNumberFormat } from './InputNumberFormat.js';
2
+ export { default as useNumberFormat } from './useNumberFormat.js';
3
+ export type { InputNumberFormatProps } from './InputNumberFormat.js';
4
+ export type { NumberFormatProps, NumberFormatEvent, NumberFormatEventDetail, NumberFormatEventHandler } from './types.js';
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.useNumberFormat = exports.InputNumberFormat = void 0;
7
- var InputNumberFormat_1 = require("./InputNumberFormat");
7
+ var InputNumberFormat_1 = require("./InputNumberFormat.js");
8
8
  Object.defineProperty(exports, "InputNumberFormat", { enumerable: true, get: function () { return __importDefault(InputNumberFormat_1).default; } });
9
- var useNumberFormat_1 = require("./useNumberFormat");
9
+ var useNumberFormat_1 = require("./useNumberFormat.js");
10
10
  Object.defineProperty(exports, "useNumberFormat", { enumerable: true, get: function () { return __importDefault(useNumberFormat_1).default; } });
11
11
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import type { CustomInputEvent, CustomInputEventHandler } from '../core';
1
+ import type { CustomInputEvent, CustomInputEventHandler } from '../core/index.js';
2
2
  export interface NumberFormatEventDetail {
3
3
  value: string;
4
4
  number: number;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import type { NumberFormatProps } from './types';
2
+ import type { NumberFormatProps } from './types.js';
3
3
  export default function useNumberFormat({ locales, format, currency, currencyDisplay, unit, unitDisplay, signDisplay, groupDisplay, minimumIntegerDigits, maximumIntegerDigits, minimumFractionDigits, maximumFractionDigits, onNumberFormat, }?: NumberFormatProps): React.MutableRefObject<HTMLInputElement | null>;
@@ -4,12 +4,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  var react_1 = require("react");
7
- var core_1 = require("../core");
8
- var localizeValues_1 = __importDefault(require("./utils/localizeValues"));
9
- var resolveDetail_1 = __importDefault(require("./utils/resolveDetail"));
10
- var resolveMinimumFractionDigits_1 = __importDefault(require("./utils/resolveMinimumFractionDigits"));
11
- var resolveOptions_1 = __importDefault(require("./utils/resolveOptions"));
12
- var resolveSelection_1 = __importDefault(require("./utils/resolveSelection"));
7
+ var core_1 = require("../core/index.js");
8
+ var localizeValues_1 = __importDefault(require("./utils/localizeValues.js"));
9
+ var resolveDetail_1 = __importDefault(require("./utils/resolveDetail.js"));
10
+ var resolveMinimumFractionDigits_1 = __importDefault(require("./utils/resolveMinimumFractionDigits.js"));
11
+ var resolveOptions_1 = __importDefault(require("./utils/resolveOptions.js"));
12
+ var resolveSelection_1 = __importDefault(require("./utils/resolveSelection.js"));
13
13
  function useNumberFormat(_a) {
14
14
  var _b = _a === void 0 ? {} : _a, locales = _b.locales, format = _b.format, currency = _b.currency, currencyDisplay = _b.currencyDisplay, unit = _b.unit, unitDisplay = _b.unitDisplay, signDisplay = _b.signDisplay, groupDisplay = _b.groupDisplay, minimumIntegerDigits = _b.minimumIntegerDigits, maximumIntegerDigits = _b.maximumIntegerDigits, minimumFractionDigits = _b.minimumFractionDigits, maximumFractionDigits = _b.maximumFractionDigits,
15
15
  // minimumSignificantDigits,
@@ -1,4 +1,4 @@
1
- import type { LocalizedNumberFormatValues } from '../types';
1
+ import type { LocalizedNumberFormatValues } from '../types.js';
2
2
  /**
3
3
  * Возвращает применяемые значения по заданной локали
4
4
  * @param locales
@@ -1,5 +1,5 @@
1
- import type { LocalizedNumberFormatValues, NumberFormatOptions, ResolvedNumberFormatOptions } from '../types';
2
- import type { InputType } from '../../core';
1
+ import type { LocalizedNumberFormatValues, NumberFormatOptions, ResolvedNumberFormatOptions } from '../types.js';
2
+ import type { InputType } from '../../core/index.js';
3
3
  interface Options {
4
4
  inputType: InputType;
5
5
  locales: string | string[] | undefined;
@@ -25,7 +25,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
25
25
  return (mod && mod.__esModule) ? mod : { "default": mod };
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
- var resolveMinimumFractionDigits_1 = __importDefault(require("./resolveMinimumFractionDigits"));
28
+ var resolveMinimumFractionDigits_1 = __importDefault(require("./resolveMinimumFractionDigits.js"));
29
29
  /**
30
30
  *
31
31
  * @param value
@@ -1,4 +1,4 @@
1
- import type { ResolvedNumberFormatOptions } from '../types';
1
+ import type { ResolvedNumberFormatOptions } from '../types.js';
2
2
  interface ResolveMinimumFractionDigitsParam {
3
3
  resolvedOptions: ResolvedNumberFormatOptions;
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { NumberFormatOptions, ResolvedNumberFormatOptions } from '../types';
1
+ import type { NumberFormatOptions, ResolvedNumberFormatOptions } from '../types.js';
2
2
  export default function resolveOptions(locales: string | string[] | undefined, options?: NumberFormatOptions | undefined): {
3
3
  current: NumberFormatOptions;
4
4
  resolved: ResolvedNumberFormatOptions;
@@ -1,5 +1,5 @@
1
- import type { LocalizedNumberFormatValues, ResolvedNumberFormatOptions } from '../types';
2
- import type { InputType } from '../../core';
1
+ import type { LocalizedNumberFormatValues, ResolvedNumberFormatOptions } from '../types.js';
2
+ import type { InputType } from '../../core/index.js';
3
3
  interface ResolveSelectionParam {
4
4
  localizedValues: LocalizedNumberFormatValues;
5
5
  previousLocalizedValues: LocalizedNumberFormatValues;
@@ -1,2 +1,2 @@
1
- import { InputProps } from '../../../../../ui';
1
+ import { InputProps } from '../../../../../ui/index.js';
2
2
  export declare function InputMetaImage(props: InputProps): import("react/jsx-runtime").JSX.Element;
@@ -36,8 +36,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  exports.InputMetaImage = void 0;
38
38
  var jsx_runtime_1 = require("react/jsx-runtime");
39
- var ui_1 = require("../../../../../ui");
40
- var S = __importStar(require("./styles"));
39
+ var ui_1 = require("../../../../../ui/index.js");
40
+ var S = __importStar(require("./styles.js"));
41
41
  function InputMetaImage(props) {
42
42
  var _a = (0, ui_1.useFile)(__assign(__assign({}, props), { accept: 'image/*', isLocalFile: true })), LabelFileArea = _a.LabelFileArea, InputFile = _a.InputFile, field = _a.field;
43
43
  return ((0, jsx_runtime_1.jsx)(S.InputMetaImage, { children: (0, jsx_runtime_1.jsxs)(ui_1.InputControl, __assign({}, props, { children: [(0, jsx_runtime_1.jsx)(InputFile, { visible: false }), (0, jsx_runtime_1.jsx)("div", { className: 'meta-image', children: !field.value || (Array.isArray(field.value) && field.value.length === 0) ? ((0, jsx_runtime_1.jsx)(LabelFileArea, { children: (0, jsx_runtime_1.jsxs)("div", { className: 'meta_image_no_file_selected', children: [(0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconUpload', fill: '#000' }), (0, jsx_runtime_1.jsx)("p", { children: "Selecionar arquivo" })] }) })) : (field.value.map(function (file) { return (0, jsx_runtime_1.jsx)(ResultFile, { file: file, inputProps: props }); })) })] })) }));
@@ -1,3 +1,3 @@
1
- import { INavLinksProps } from './interfaces';
1
+ import { INavLinksProps } from './interfaces.js';
2
2
  declare const NavLinks: ({ links, isActive }: INavLinksProps) => import("react/jsx-runtime").JSX.Element;
3
3
  export default NavLinks;
@@ -34,9 +34,9 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
35
  var jsx_runtime_1 = require("react/jsx-runtime");
36
36
  var react_1 = require("react");
37
- var S = __importStar(require("./styles"));
38
- var error_boundary_1 = require("../../../../../ui/components/error-boundary");
39
- var icons_1 = require("../../../../../ui/icons");
37
+ var S = __importStar(require("./styles.js"));
38
+ var error_boundary_1 = require("../../../../../ui/components/error-boundary/index.js");
39
+ var icons_1 = require("../../../../../ui/icons/index.js");
40
40
  var NavLinks = function (_a) {
41
41
  var links = _a.links, isActive = _a.isActive;
42
42
  var _b = (0, react_1.useState)(null), submenu = _b[0], setSubmenu = _b[1];
@@ -1,4 +1,4 @@
1
- import { ICategoriesHeader } from '../../interfaces';
1
+ import { ICategoriesHeader } from '../../interfaces.js';
2
2
  export interface INavLinksProps {
3
3
  isActive: boolean;
4
4
  links: ICategoriesHeader[];
package/package.json CHANGED
@@ -1,75 +1,75 @@
1
- {
2
- "name": "infinity-forge",
3
- "version": "2.4.2",
4
- "description": "codie Library",
5
- "main": "./dist/index",
6
- "module": "./dist/index",
7
- "types": "./dist/index.d.ts",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/CodieDigital/codiedigital-library"
11
- },
12
- "scripts": {
13
- "dev": "next -p 3051",
14
- "deploy": "npm version patch && npm publish",
15
- "next": "next build",
16
- "start": "next start -p 3015",
17
- "build": "concurrently --kill-others-on-fail \"tsc -w\" \"tsc-alias -w --resolve-full-paths\" \"npm run build:CSS\" \"npm run fonts\"",
18
- "build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
19
- "minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
20
- "fonts": "tsc-alias -p tsconfig.json && mkdir dist\\fonts && for /r src %i in (*.otf, *.ttf) do copy \"%i\" dist\\fonts\\"
21
- },
22
- "peerDependencies": {
23
- "react": ">=16"
24
- },
25
- "files": [
26
- "dist",
27
- "LICENSE",
28
- "README.md"
29
- ],
30
- "keywords": [
31
- "react",
32
- "typescript",
33
- "awesome-project"
34
- ],
35
- "author": "Codie Digital",
36
- "license": "MIT",
37
- "devDependencies": {
38
- "@types/node": "^20.12.12",
39
- "@types/react": "^18.3.3",
40
- "@types/react-dom": "^18.3.0",
41
- "@types/styled-components": "^5.1.34",
42
- "concurrently": "^8.2.2",
43
- "copyfiles": "^2.4.1",
44
- "cpx": "^1.5.0",
45
- "cssnano": "^7.0.1",
46
- "fs-extra": "^11.2.0",
47
- "postcss": "^8.4.38",
48
- "postcss-cli": "^11.0.0",
49
- "tsc-alias": "^1.8.10",
50
- "tslib": "^2.6.2",
51
- "typescript": "^5.4.5"
52
- },
53
- "dependencies": {
54
- "@types/lodash": "^4.17.7",
55
- "axios": "^1.7.2",
56
- "chroma-js": "^2.4.2",
57
- "formik": "^2.4.6",
58
- "inversify": "^6.0.2",
59
- "lodash": "^4.17.21",
60
- "moment": "^2.30.1",
61
- "next": "^14.2.3",
62
- "react": "18.3.1",
63
- "react-dom": "18.3.1",
64
- "react-ga": "^3.3.1",
65
- "react-rte": "^0.16.5",
66
- "react-select": "^5.8.0",
67
- "react-share": "^5.1.0",
68
- "react-webcam": "^7.2.0",
69
- "reflect-metadata": "^0.2.2",
70
- "sharp": "^0.33.4",
71
- "styled-components": "^6.1.11",
72
- "yup": "^1.4.0",
73
- "zustand": "^4.5.2"
74
- }
75
- }
1
+ {
2
+ "name": "infinity-forge",
3
+ "version": "2.4.4",
4
+ "description": "codie Library",
5
+ "main": "./dist/index",
6
+ "module": "./dist/index",
7
+ "types": "./dist/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/CodieDigital/codiedigital-library"
11
+ },
12
+ "scripts": {
13
+ "dev": "next -p 3051",
14
+ "deploy": "npm version patch && npm publish",
15
+ "next": "next build",
16
+ "start": "next start -p 3015",
17
+ "build": "concurrently --kill-others-on-fail \"tsc -w\" \"tsc-alias -w --resolve-full-paths\" \"npm run build:CSS\" \"npm run fonts\"",
18
+ "build:CSS": "npm run minify-css && node combine-css.ts && cpx \"src/**/*.css\" dist --watch",
19
+ "minify-css": "postcss src/**/*.css --use cssnano -d dist --no-map",
20
+ "fonts": "tsc-alias -p tsconfig.json && mkdir dist\\fonts && for /r src %i in (*.otf, *.ttf) do copy \"%i\" dist\\fonts\\"
21
+ },
22
+ "peerDependencies": {
23
+ "react": ">=16"
24
+ },
25
+ "files": [
26
+ "dist",
27
+ "LICENSE",
28
+ "README.md"
29
+ ],
30
+ "keywords": [
31
+ "react",
32
+ "typescript",
33
+ "awesome-project"
34
+ ],
35
+ "author": "Codie Digital",
36
+ "license": "MIT",
37
+ "devDependencies": {
38
+ "@types/node": "^20.12.12",
39
+ "@types/react": "^18.3.3",
40
+ "@types/react-dom": "^18.3.0",
41
+ "@types/styled-components": "^5.1.34",
42
+ "concurrently": "^8.2.2",
43
+ "copyfiles": "^2.4.1",
44
+ "cpx": "^1.5.0",
45
+ "cssnano": "^7.0.1",
46
+ "fs-extra": "^11.2.0",
47
+ "postcss": "^8.4.38",
48
+ "postcss-cli": "^11.0.0",
49
+ "tsc-alias": "^1.8.10",
50
+ "tslib": "^2.6.2",
51
+ "typescript": "^5.4.5"
52
+ },
53
+ "dependencies": {
54
+ "@types/lodash": "^4.17.7",
55
+ "axios": "^1.7.2",
56
+ "chroma-js": "^2.4.2",
57
+ "formik": "^2.4.6",
58
+ "inversify": "^6.0.2",
59
+ "lodash": "^4.17.21",
60
+ "moment": "^2.30.1",
61
+ "next": "^14.2.3",
62
+ "react": "18.3.1",
63
+ "react-dom": "18.3.1",
64
+ "react-ga": "^3.3.1",
65
+ "react-rte": "^0.16.5",
66
+ "react-select": "^5.8.0",
67
+ "react-share": "^5.1.0",
68
+ "react-webcam": "^7.2.0",
69
+ "reflect-metadata": "^0.2.2",
70
+ "sharp": "^0.33.4",
71
+ "styled-components": "^6.1.11",
72
+ "yup": "^1.4.0",
73
+ "zustand": "^4.5.2"
74
+ }
75
+ }