infinity-forge 5.4.4 → 6.0.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 (2828) hide show
  1. package/dist/index-BHtz3vDS.js +64 -0
  2. package/dist/index-BHtz3vDS.js.map +1 -0
  3. package/dist/index-J8gWi6KQ.js +8 -0
  4. package/dist/index-J8gWi6KQ.js.map +1 -0
  5. package/dist/index.d.ts +2 -6
  6. package/dist/index.js +2 -23
  7. package/dist/index.js.map +1 -1
  8. package/dist/system/components/data/avatar/styles.d.ts +1 -0
  9. package/dist/system/components/data/buttons/index.d.ts +1 -0
  10. package/dist/system/components/data/buttons/sidebar-button/styles.d.ts +1 -0
  11. package/dist/system/components/data/chat/card-message/index.d.ts +4 -0
  12. package/dist/system/components/data/chat/card-message/styles.d.ts +1 -0
  13. package/dist/system/components/data/chat/index.d.ts +2 -0
  14. package/dist/system/components/data/chat/interfaces.d.ts +16 -0
  15. package/dist/system/components/data/chat/styles.d.ts +1 -0
  16. package/dist/system/components/data/detail-card/component.d.ts +2 -0
  17. package/dist/system/components/data/detail-card/index.d.ts +2 -0
  18. package/dist/system/components/data/detail-card/interfaces.d.ts +19 -0
  19. package/dist/system/components/data/detail-card/styles.d.ts +1 -0
  20. package/dist/system/components/data/highlight-icon/index.d.ts +2 -0
  21. package/dist/system/components/data/highlight-icon/interfaces.d.ts +8 -0
  22. package/dist/system/components/data/highlight-icon/styles.d.ts +3 -0
  23. package/dist/system/components/data/highlight-text/index.d.ts +2 -0
  24. package/dist/system/components/data/highlight-text/styles.d.ts +3 -0
  25. package/dist/system/components/data/index.d.ts +15 -0
  26. package/dist/system/components/data/input-search/index.d.ts +2 -0
  27. package/dist/system/components/data/input-search/styles.d.ts +1 -0
  28. package/dist/system/components/data/logo/styles.d.ts +1 -0
  29. package/dist/system/components/data/menu/components/index.d.ts +1 -0
  30. package/dist/system/components/data/menu/index.d.ts +2 -0
  31. package/dist/system/components/data/menu/mock.d.ts +3 -0
  32. package/dist/system/components/data/menu/modes/collapsed-menu/styles.d.ts +1 -0
  33. package/dist/system/components/data/menu/modes/index.d.ts +2 -0
  34. package/dist/system/components/data/menu/modes/opened/index.d.ts +2 -0
  35. package/dist/system/components/data/menu/modes/opened/styles.d.ts +1 -0
  36. package/dist/system/components/data/menu/styles.d.ts +5 -0
  37. package/dist/system/components/data/notifications/card/index.d.ts +2 -0
  38. package/dist/system/components/data/notifications/card/styles.d.ts +1 -0
  39. package/dist/system/components/data/notifications/index.d.ts +10 -0
  40. package/dist/system/components/data/notifications/interfaces.d.ts +3 -0
  41. package/dist/system/components/data/notifications/styles.d.ts +2 -0
  42. package/dist/system/components/data/page-wrapper/index.d.ts +2 -0
  43. package/dist/system/components/data/page-wrapper/interfaces.d.ts +7 -0
  44. package/dist/system/components/data/page-wrapper/styles.d.ts +1 -0
  45. package/dist/system/components/data/popover/index.d.ts +2 -0
  46. package/dist/system/components/data/popover/interfaces.d.ts +7 -0
  47. package/dist/system/components/data/profile-infos/index.d.ts +2 -0
  48. package/dist/system/components/data/profile-infos/interfaces.d.ts +6 -0
  49. package/dist/system/components/data/profile-infos/profile/index.d.ts +2 -0
  50. package/dist/system/components/data/profile-infos/profile/styles.d.ts +1 -0
  51. package/dist/system/components/data/profile-infos/styles.d.ts +1 -0
  52. package/dist/system/components/data/select-workspace/component.d.ts +4 -0
  53. package/dist/system/components/data/select-workspace/index.d.ts +3 -0
  54. package/dist/system/components/data/select-workspace/styles.d.ts +4 -0
  55. package/dist/system/components/data/tab/component.d.ts +2 -0
  56. package/dist/system/components/data/tab/index.d.ts +2 -0
  57. package/dist/system/components/data/tab/interfaces.d.ts +29 -0
  58. package/dist/system/components/data/tab/styles.d.ts +1 -0
  59. package/dist/system/components/data/tab/tab-item/index.d.ts +6 -0
  60. package/dist/system/components/data/tab/tab-item/styles.d.ts +5 -0
  61. package/dist/system/components/index.d.ts +2 -0
  62. package/dist/system/components/layout/component.d.ts +2 -0
  63. package/dist/system/components/layout/header/components/index.d.ts +2 -0
  64. package/dist/system/components/layout/header/components/menu-right/component.d.ts +6 -0
  65. package/dist/system/components/layout/header/components/menu-right/index.d.ts +3 -0
  66. package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.d.ts +2 -0
  67. package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.d.ts +1 -0
  68. package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +6 -0
  69. package/dist/system/components/layout/header/components/menu-right/messages/content/styles.d.ts +1 -0
  70. package/dist/system/components/layout/header/components/menu-right/messages/styles.d.ts +1 -0
  71. package/dist/system/components/layout/header/components/menu-right/profile/content/styles.d.ts +1 -0
  72. package/dist/system/components/layout/header/components/menu-right/profile/styles.d.ts +1 -0
  73. package/dist/system/components/layout/header/components/menu-right/styles.d.ts +2 -0
  74. package/dist/system/components/layout/header/components/search-modal/search-list/styles.d.ts +1 -0
  75. package/dist/system/components/layout/header/components/search-modal/styles.d.ts +1 -0
  76. package/dist/system/components/layout/header/components/search-modal/trigger/styles.d.ts +1 -0
  77. package/dist/system/components/layout/header/index.d.ts +2 -0
  78. package/dist/system/components/layout/header/version-01/index.d.ts +2 -0
  79. package/dist/system/components/layout/header/version-01/styles.d.ts +4 -0
  80. package/dist/system/components/layout/index.d.ts +5 -0
  81. package/dist/system/components/layout/interfaces.d.ts +9 -0
  82. package/dist/system/components/layout/styles.d.ts +3 -0
  83. package/dist/system/context/auth/components/index.d.ts +2 -0
  84. package/dist/system/context/auth/components/login/styles.d.ts +1 -0
  85. package/dist/system/context/auth/components/private-page/index.d.ts +2 -0
  86. package/dist/system/context/auth/components/private-page/interfaces.d.ts +6 -0
  87. package/dist/system/context/auth/context.d.ts +11 -0
  88. package/dist/system/context/auth/index.d.ts +3 -0
  89. package/dist/system/context/auth/interfaces.d.ts +56 -0
  90. package/dist/system/context/container.d.ts +16 -0
  91. package/dist/system/context/index.d.ts +5 -0
  92. package/dist/system/context/infra-injection/context.d.ts +7 -0
  93. package/dist/system/context/infra-injection/index.d.ts +2 -0
  94. package/dist/system/context/infra-injection/interfaces.d.ts +45 -0
  95. package/dist/system/context/menu/context.d.ts +4 -0
  96. package/dist/system/context/menu/index.d.ts +2 -0
  97. package/dist/system/context/menu/interfaces.d.ts +14 -0
  98. package/dist/system/context/theme/context.d.ts +13 -0
  99. package/dist/system/context/theme/index.d.ts +1 -0
  100. package/dist/system/hooks/index.d.ts +4 -0
  101. package/dist/system/hooks/locales/ibge/index.d.ts +1 -0
  102. package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.d.ts +3 -0
  103. package/dist/system/hooks/locales/index.d.ts +2 -0
  104. package/dist/system/hooks/locales/use-load-cities/index.d.ts +4 -0
  105. package/dist/system/hooks/menu/index.d.ts +1 -0
  106. package/dist/system/hooks/menu/use-load-menu.d.ts +11 -0
  107. package/dist/system/hooks/notifications/index.d.ts +2 -0
  108. package/dist/system/hooks/notifications/use-load-all/index.d.ts +2 -0
  109. package/dist/system/hooks/notifications/use-load-no-read/index.d.ts +3 -0
  110. package/dist/system/hooks/ui/index.d.ts +2 -0
  111. package/dist/system/hooks/ui/use-table/component.d.ts +8 -0
  112. package/dist/system/hooks/ui/use-table/components/index.d.ts +1 -0
  113. package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.d.ts +6 -0
  114. package/dist/system/hooks/ui/use-table/components/table/actions/index.d.ts +5 -0
  115. package/dist/system/hooks/ui/use-table/components/table/actions/styles.d.ts +1 -0
  116. package/dist/system/hooks/ui/use-table/components/table/active-filters/index.d.ts +2 -0
  117. package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.d.ts +1 -0
  118. package/dist/system/hooks/ui/use-table/components/table/create/index.d.ts +4 -0
  119. package/dist/system/hooks/ui/use-table/components/table/create/styles.d.ts +1 -0
  120. package/dist/system/hooks/ui/use-table/components/table/export/index.d.ts +4 -0
  121. package/dist/system/hooks/ui/use-table/components/table/export/styles.d.ts +1 -0
  122. package/dist/system/hooks/ui/use-table/components/table/filters/index.d.ts +6 -0
  123. package/dist/system/hooks/ui/use-table/components/table/filters/styles.d.ts +3 -0
  124. package/dist/system/hooks/ui/use-table/components/table/index.d.ts +2 -0
  125. package/dist/system/hooks/ui/use-table/components/table/interfaces.d.ts +31 -0
  126. package/dist/system/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -0
  127. package/dist/system/hooks/ui/use-table/components/table/pagination/styles.d.ts +1 -0
  128. package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.d.ts +1 -0
  129. package/dist/system/hooks/ui/use-table/components/table/styles.d.ts +3 -0
  130. package/dist/system/hooks/ui/use-table/components/table/thead-item/index.d.ts +2 -0
  131. package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +6 -0
  132. package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.d.ts +1 -0
  133. package/dist/system/hooks/ui/use-table/index.d.ts +4 -0
  134. package/dist/system/hooks/ui/use-table/interfaces.d.ts +101 -0
  135. package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.d.ts +2 -0
  136. package/dist/system/hooks/ui/use-table/query/hook.d.ts +5 -0
  137. package/dist/system/hooks/ui/use-table/query/index.d.ts +2 -0
  138. package/dist/system/index.d.ts +3 -5
  139. package/dist/ui/atena/domain/dynamic-section/create.d.ts +8 -0
  140. package/dist/ui/atena/domain/dynamic-section/dynamic-section.d.ts +52 -0
  141. package/dist/ui/atena/domain/dynamic-section/index.d.ts +4 -0
  142. package/dist/ui/atena/domain/dynamic-section/load-all.d.ts +10 -0
  143. package/dist/ui/atena/domain/dynamic-section/update.d.ts +8 -0
  144. package/dist/ui/atena/domain/index.d.ts +1 -0
  145. package/dist/ui/atena/index.d.ts +2 -0
  146. package/dist/ui/atena/presentation/dynamic-elements/atena-page.d.ts +13 -0
  147. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.d.ts +25 -0
  148. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.d.ts +3 -0
  149. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.d.ts +2 -0
  150. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.d.ts +1 -0
  151. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.d.ts +1 -0
  152. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.d.ts +1 -0
  153. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.d.ts +4 -0
  154. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.d.ts +1 -0
  155. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.d.ts +4 -0
  156. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.d.ts +1 -0
  157. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.d.ts +2 -0
  158. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.d.ts +2 -0
  159. package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.d.ts +1 -0
  160. package/dist/ui/atena/presentation/dynamic-elements/elements/index.d.ts +1 -0
  161. package/dist/ui/atena/presentation/dynamic-elements/index.d.ts +3 -0
  162. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.d.ts +1 -0
  163. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.d.ts +2 -0
  164. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.d.ts +57 -0
  165. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.d.ts +1 -0
  166. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.d.ts +1 -0
  167. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.d.ts +4 -0
  168. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.d.ts +57 -0
  169. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.d.ts +1 -0
  170. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.d.ts +5 -0
  171. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.d.ts +1 -0
  172. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.d.ts +1 -0
  173. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.d.ts +1 -0
  174. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.d.ts +3 -0
  175. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.d.ts +1 -0
  176. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.d.ts +1 -0
  177. package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.d.ts +1 -0
  178. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.d.ts +1 -0
  179. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.d.ts +2 -0
  180. package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.d.ts +4 -0
  181. package/dist/ui/atena/presentation/dynamic-elements/pages/index.d.ts +3 -0
  182. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.d.ts +1 -0
  183. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.d.ts +1 -0
  184. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.d.ts +3 -0
  185. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.d.ts +4 -0
  186. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.d.ts +3 -0
  187. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.d.ts +1 -0
  188. package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.d.ts +1 -0
  189. package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.d.ts +1 -0
  190. package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.d.ts +1 -0
  191. package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.d.ts +1 -0
  192. package/dist/ui/atena/presentation/dynamic-sections/context.d.ts +24 -0
  193. package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.d.ts +3 -0
  194. package/dist/ui/atena/presentation/dynamic-sections/index.d.ts +5 -0
  195. package/dist/ui/atena/presentation/dynamic-sections/types.d.ts +54 -0
  196. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.d.ts +1 -0
  197. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.d.ts +1 -0
  198. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.d.ts +5 -0
  199. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.d.ts +1 -0
  200. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.d.ts +9 -0
  201. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.d.ts +2 -0
  202. package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +31 -0
  203. package/dist/ui/atena/presentation/dynamic-sections/use-section/index.d.ts +12 -0
  204. package/dist/ui/atena/presentation/index.d.ts +2 -0
  205. package/dist/ui/components/accordion/index.d.ts +1 -1
  206. package/dist/ui/components/accordion/interfaces.d.ts +1 -2
  207. package/dist/ui/components/accordion/styles.d.ts +0 -1
  208. package/dist/ui/components/breadcrumb/component.d.ts +1 -1
  209. package/dist/ui/components/breadcrumb/index.d.ts +2 -2
  210. package/dist/ui/components/breadcrumb/interfaces.d.ts +1 -2
  211. package/dist/ui/components/breadcrumb/styles.d.ts +1 -4
  212. package/dist/ui/components/button/component.d.ts +1 -1
  213. package/dist/ui/components/button/index.d.ts +2 -2
  214. package/dist/ui/components/button/interfaces.d.ts +1 -2
  215. package/dist/ui/components/button/styles.d.ts +1 -4
  216. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +2 -2
  217. package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +2 -2
  218. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +2 -2
  219. package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +3 -3
  220. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.d.ts +0 -6
  221. package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +7 -7
  222. package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +3 -3
  223. package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +5 -5
  224. package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +9 -9
  225. package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +6 -6
  226. package/dist/ui/components/carousel/carousel-lib/react/context.d.ts +0 -1
  227. package/dist/ui/components/carousel/carousel-lib/shared/utils.d.ts +0 -1
  228. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +3 -3
  229. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.d.ts +0 -1
  230. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.d.ts +1 -1
  231. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.d.ts +5 -5
  232. package/dist/ui/components/carousel/carousel-lib/swiper-react.d.ts +3 -3
  233. package/dist/ui/components/carousel/carousel-lib/swiper.d.ts +1 -1
  234. package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +4 -4
  235. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.d.ts +0 -280
  236. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +2 -86
  237. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.d.ts +0 -942
  238. package/dist/ui/components/carousel/index.d.ts +1 -1
  239. package/dist/ui/components/carousel/interfaces.d.ts +1 -2
  240. package/dist/ui/components/carousel/styles.d.ts +1 -4
  241. package/dist/ui/components/container/index.d.ts +1 -1
  242. package/dist/ui/components/drop-down/index.d.ts +1 -1
  243. package/dist/ui/components/drop-down/interfaces.d.ts +1 -1
  244. package/dist/ui/components/drop-down/styles.d.ts +0 -1
  245. package/dist/ui/components/error-boundary/component.d.ts +1 -1
  246. package/dist/ui/components/error-boundary/error-body.d.ts +1 -1
  247. package/dist/ui/components/error-boundary/index.d.ts +2 -2
  248. package/dist/ui/components/error-boundary/interfaces.d.ts +0 -1
  249. package/dist/ui/components/error-boundary/src/ErrorBoundary.d.ts +2 -2
  250. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.d.ts +0 -1
  251. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.d.ts +1 -1
  252. package/dist/ui/components/error-boundary/src/index.d.ts +5 -5
  253. package/dist/ui/components/error-boundary/src/withErrorBoundary.d.ts +1 -1
  254. package/dist/ui/components/form/checkbox/index.d.ts +2 -2
  255. package/dist/ui/components/form/checkbox/styles.d.ts +1 -4
  256. package/dist/ui/components/form/date-picker/index.d.ts +1 -1
  257. package/dist/ui/components/form/date-picker/styles.d.ts +1 -4
  258. package/dist/ui/components/form/handler/component.d.ts +1 -1
  259. package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
  260. package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +1 -1
  261. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -2
  262. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +3 -3
  263. package/dist/ui/components/form/handler/dynamic_form_handler/styles.d.ts +1 -4
  264. package/dist/ui/components/form/handler/form-handler/index.d.ts +6 -1
  265. package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +4 -0
  266. package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +2 -2
  267. package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +1 -1
  268. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +1 -1
  269. package/dist/ui/components/form/handler/i18n/index.d.ts +1 -1
  270. package/dist/ui/components/form/handler/index.d.ts +6 -5
  271. package/dist/ui/components/form/handler/interfaces.d.ts +11 -7
  272. package/dist/ui/components/form/handler/styles.d.ts +1 -4
  273. package/dist/ui/components/form/index.d.ts +26 -26
  274. package/dist/ui/components/form/input/index.d.ts +1 -1
  275. package/dist/ui/components/form/input-cep/component.d.ts +1 -1
  276. package/dist/ui/components/form/input-cep/index.d.ts +3 -3
  277. package/dist/ui/components/form/input-cep/interfaces.d.ts +2 -3
  278. package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +2 -2
  279. package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -2
  280. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +1 -1
  281. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -3
  282. package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -1
  283. package/dist/ui/components/form/input-color/index.d.ts +1 -1
  284. package/dist/ui/components/form/input-color/interfaces.d.ts +3 -3
  285. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.d.ts +2 -1
  286. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.d.ts +3 -2
  287. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.d.ts +1 -1
  288. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.d.ts +3 -2
  289. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.d.ts +1 -1
  290. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.d.ts +3 -2
  291. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.d.ts +2 -1
  292. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.d.ts +0 -1
  293. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.d.ts +3 -2
  294. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.d.ts +3 -2
  295. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.d.ts +1 -2
  296. package/dist/ui/components/form/input-color/react-input-color-lib/index.d.ts +4 -4
  297. package/dist/ui/components/form/input-color/react-input-color-lib/themes.d.ts +1 -1
  298. package/dist/ui/components/form/input-color/styles.d.ts +0 -1
  299. package/dist/ui/components/form/input-control/error/styles.d.ts +1 -4
  300. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  301. package/dist/ui/components/form/input-control/label/index.d.ts +1 -1
  302. package/dist/ui/components/form/input-control/label/styles.d.ts +1 -4
  303. package/dist/ui/components/form/input-control/loader-input/styles.d.ts +1 -4
  304. package/dist/ui/components/form/input-control/styles.d.ts +1 -4
  305. package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +1 -1
  306. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.d.ts +0 -123
  307. package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
  308. package/dist/ui/components/form/input-currency/components/utils/addSeparators.d.ts +0 -3
  309. package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +1 -4
  310. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.d.ts +0 -5
  311. package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +1 -38
  312. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +1 -4
  313. package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
  314. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.d.ts +0 -8
  315. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.d.ts +0 -3
  316. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.d.ts +0 -3
  317. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.d.ts +0 -4
  318. package/dist/ui/components/form/input-currency/index.d.ts +1 -1
  319. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
  320. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.d.ts +1 -4
  321. package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
  322. package/dist/ui/components/form/input-date-picker/calendar/days/styles.d.ts +1 -4
  323. package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -2
  324. package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +1 -1
  325. package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
  326. package/dist/ui/components/form/input-date-picker/calendar/months/styles.d.ts +1 -4
  327. package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +2 -5
  328. package/dist/ui/components/form/input-date-picker/component.d.ts +2 -2
  329. package/dist/ui/components/form/input-date-picker/index.d.ts +2 -2
  330. package/dist/ui/components/form/input-date-picker/interfaces.d.ts +1 -1
  331. package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
  332. package/dist/ui/components/form/input-file/component.d.ts +1 -1
  333. package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -4
  334. package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +1 -2
  335. package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +1 -1
  336. package/dist/ui/components/form/input-file/hooks/use-file.d.ts +1 -3
  337. package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +1 -1
  338. package/dist/ui/components/form/input-file/index.d.ts +4 -4
  339. package/dist/ui/components/form/input-file/render-files/component.d.ts +1 -1
  340. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +1 -1
  341. package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +2 -2
  342. package/dist/ui/components/form/input-file/render-files/file-item/styles.d.ts +1 -4
  343. package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -3
  344. package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +1 -2
  345. package/dist/ui/components/form/input-file/render-files/styles.d.ts +1 -4
  346. package/dist/ui/components/form/input-file/styles.d.ts +2 -7
  347. package/dist/ui/components/form/input-manager/component.d.ts +1 -1
  348. package/dist/ui/components/form/input-manager/index.d.ts +2 -2
  349. package/dist/ui/components/form/input-manager/interfaces.d.ts +1 -1
  350. package/dist/ui/components/form/input-manager/styles.d.ts +3 -6
  351. package/dist/ui/components/form/input-mask/index.d.ts +1 -1
  352. package/dist/ui/components/form/input-password/index.d.ts +1 -1
  353. package/dist/ui/components/form/input-password/styles.d.ts +1 -4
  354. package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +1 -1
  355. package/dist/ui/components/form/input-seo/input-meta-image/styles.d.ts +1 -4
  356. package/dist/ui/components/form/input-seo/styles.d.ts +1 -4
  357. package/dist/ui/components/form/input-svg/index.d.ts +1 -1
  358. package/dist/ui/components/form/input-svg/styles.d.ts +1 -4
  359. package/dist/ui/components/form/input-switch/index.d.ts +1 -1
  360. package/dist/ui/components/form/input-switch/interfaces.d.ts +1 -1
  361. package/dist/ui/components/form/input-switch/styles.d.ts +1 -4
  362. package/dist/ui/components/form/input-youtube/index.d.ts +1 -1
  363. package/dist/ui/components/form/input-youtube/styles.d.ts +1 -4
  364. package/dist/ui/components/form/interfaces.d.ts +8 -9
  365. package/dist/ui/components/form/radio/index.d.ts +1 -2
  366. package/dist/ui/components/form/radio/styles.d.ts +1 -4
  367. package/dist/ui/components/form/range-date-picker/index.d.ts +1 -1
  368. package/dist/ui/components/form/range-date-picker/styles.d.ts +1 -4
  369. package/dist/ui/components/form/select/index.d.ts +1 -1
  370. package/dist/ui/components/form/select/styles.d.ts +1 -4
  371. package/dist/ui/components/form/select-icon/index.d.ts +1 -1
  372. package/dist/ui/components/form/select-icon/styles.d.ts +1 -4
  373. package/dist/ui/components/form/text-editor/index.d.ts +1 -1
  374. package/dist/ui/components/form/textarea/index.d.ts +1 -1
  375. package/dist/ui/components/google-translate-page/index.d.ts +1 -2
  376. package/dist/ui/components/google-translate-page/styles.d.ts +1 -4
  377. package/dist/ui/components/google-translate-page/translate.d.ts +0 -1
  378. package/dist/ui/components/index.d.ts +23 -21
  379. package/dist/ui/components/loader-circle/index.d.ts +1 -1
  380. package/dist/ui/components/loading-screen/index.d.ts +1 -1
  381. package/dist/ui/components/loading-screen/styles.d.ts +1 -4
  382. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
  383. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
  384. package/dist/ui/components/menu-mobile/components/nav-links/styles.d.ts +0 -1
  385. package/dist/ui/components/menu-mobile/index.d.ts +1 -1
  386. package/dist/ui/components/menu-mobile/styles.d.ts +0 -1
  387. package/dist/ui/components/menu-mobile/top/index.d.ts +1 -1
  388. package/dist/ui/components/menu-mobile/top/interfaces.d.ts +1 -1
  389. package/dist/ui/components/menu-mobile/top/styles.d.ts +0 -1
  390. package/dist/ui/components/modal/component.d.ts +1 -2
  391. package/dist/ui/components/modal/index.d.ts +2 -2
  392. package/dist/ui/components/modal/interfaces.d.ts +0 -1
  393. package/dist/ui/components/modal/styles.d.ts +1 -4
  394. package/dist/ui/components/next-image/index.d.ts +1 -1
  395. package/dist/ui/components/next-image/styles.d.ts +0 -1
  396. package/dist/ui/components/pagination/index.d.ts +1 -1
  397. package/dist/ui/components/pagination/styles.d.ts +0 -1
  398. package/dist/ui/components/pix/pix-sucess/styles.d.ts +1 -4
  399. package/dist/ui/components/pix/styles.d.ts +1 -4
  400. package/dist/ui/components/pix/timer/styles.d.ts +1 -4
  401. package/dist/ui/components/sidebar/index.d.ts +1 -1
  402. package/dist/ui/components/sidebar/styles.d.ts +1 -4
  403. package/dist/ui/components/site/context/index.d.ts +35 -0
  404. package/dist/ui/components/site/context/scripts/acept-cookies/index.d.ts +3 -0
  405. package/dist/ui/components/site/context/scripts/acept-cookies/styles.d.ts +1 -0
  406. package/dist/ui/components/site/context/scripts/acept-ratedr/index.d.ts +3 -0
  407. package/dist/ui/components/site/context/scripts/acept-ratedr/styles.d.ts +1 -0
  408. package/dist/ui/components/site/context/scripts/component.d.ts +2 -0
  409. package/dist/ui/components/site/context/scripts/index.d.ts +5 -0
  410. package/dist/ui/components/site/context/scripts/interfaces.d.ts +6 -0
  411. package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.d.ts +1 -0
  412. package/dist/ui/components/site/default-pages/404/index.d.ts +1 -0
  413. package/dist/ui/components/site/default-pages/404/styles.d.ts +1 -0
  414. package/dist/ui/components/site/default-pages/500/index.d.ts +1 -0
  415. package/dist/ui/components/site/default-pages/500/styles.d.ts +1 -0
  416. package/dist/ui/components/site/default-pages/index.d.ts +2 -0
  417. package/dist/ui/components/site/default-pages/sitemap/index.d.ts +4 -0
  418. package/dist/ui/components/site/effect/component.d.ts +2 -0
  419. package/dist/ui/components/site/effect/index.d.ts +2 -0
  420. package/dist/ui/components/site/effect/interfaces.d.ts +5 -0
  421. package/dist/ui/components/site/effect/styles.d.ts +6 -0
  422. package/dist/ui/components/site/head/component.d.ts +2 -0
  423. package/dist/ui/components/site/head/index.d.ts +2 -0
  424. package/dist/ui/components/site/header-link/component.d.ts +2 -0
  425. package/dist/ui/components/site/header-link/index.d.ts +2 -0
  426. package/dist/ui/components/site/header-link/interfaces.d.ts +14 -0
  427. package/dist/ui/components/site/header-link/versions/index.d.ts +1 -0
  428. package/dist/ui/components/site/header-link/versions/version-01/component.d.ts +2 -0
  429. package/dist/ui/components/site/header-link/versions/version-01/styles.d.ts +1 -0
  430. package/dist/ui/components/site/index.d.ts +7 -0
  431. package/dist/ui/components/site/list-blog/card/index.d.ts +2 -0
  432. package/dist/ui/components/site/list-blog/card/styles.d.ts +1 -0
  433. package/dist/ui/components/site/list-blog/component.d.ts +2 -0
  434. package/dist/ui/components/site/list-blog/index.d.ts +1 -0
  435. package/dist/ui/components/site/list-blog/styles.d.ts +1 -0
  436. package/dist/ui/components/site/mvv/component.d.ts +2 -0
  437. package/dist/ui/components/site/mvv/index.d.ts +1 -0
  438. package/dist/ui/components/site/mvv/interfaces.d.ts +11 -0
  439. package/dist/ui/components/site/mvv/versions/index.d.ts +1 -0
  440. package/dist/ui/components/site/mvv/versions/version-01/component.d.ts +2 -0
  441. package/dist/ui/components/site/mvv/versions/version-01/styles.d.ts +1 -0
  442. package/dist/ui/components/skeleton/styles.d.ts +0 -1
  443. package/dist/ui/components/step-navigator/index.d.ts +9 -0
  444. package/dist/ui/components/step-navigator/styles.d.ts +5 -0
  445. package/dist/ui/components/tooltip/component.d.ts +1 -1
  446. package/dist/ui/components/tooltip/hooks/use-tool-tip.d.ts +3 -4
  447. package/dist/ui/components/tooltip/index.d.ts +2 -2
  448. package/dist/ui/components/tooltip/interfaces.d.ts +1 -1
  449. package/dist/ui/components/tooltip/styles.d.ts +0 -1
  450. package/dist/ui/components/video/component.d.ts +1 -1
  451. package/dist/ui/components/video/index.d.ts +2 -2
  452. package/dist/ui/components/video/interfaces.d.ts +1 -1
  453. package/dist/ui/components/video/panda-video/components/index.d.ts +2 -2
  454. package/dist/ui/components/video/panda-video/index.d.ts +2 -2
  455. package/dist/ui/components/video/panda-video/player.d.ts +1 -1
  456. package/dist/ui/components/warning/index.d.ts +1 -1
  457. package/dist/ui/components/warning/interface.d.ts +1 -1
  458. package/dist/ui/components/warning/styles.d.ts +1 -4
  459. package/dist/ui/contexts/i18n/context.d.ts +1 -1
  460. package/dist/ui/contexts/i18n/get-initial-props.d.ts +1 -2
  461. package/dist/ui/contexts/i18n/index.d.ts +6 -6
  462. package/dist/ui/contexts/i18n/interfaces.d.ts +19 -3
  463. package/dist/ui/contexts/i18n/translate.d.ts +1 -4
  464. package/dist/ui/contexts/index.d.ts +3 -3
  465. package/dist/ui/contexts/route-loading/index.d.ts +1 -2
  466. package/dist/ui/contexts/toast/index.d.ts +1 -1
  467. package/dist/ui/contexts/toast/styles.d.ts +1 -4
  468. package/dist/ui/contexts/toast/toast-item/index.d.ts +1 -2
  469. package/dist/ui/contexts/toast/toast-item/styles.d.ts +1 -4
  470. package/dist/ui/hooks/index.d.ts +8 -6
  471. package/dist/ui/hooks/permitions/camera/index.d.ts +2 -2
  472. package/dist/ui/hooks/permitions/camera/styles.d.ts +1 -4
  473. package/dist/ui/hooks/permitions/camera/webcan-component.d.ts +1 -1
  474. package/dist/ui/hooks/permitions/index.d.ts +1 -1
  475. package/dist/ui/hooks/use-query/context.d.ts +5 -0
  476. package/dist/ui/hooks/use-query/hook.d.ts +6 -0
  477. package/dist/ui/hooks/use-query/index.d.ts +4 -0
  478. package/dist/ui/hooks/use-query/interfaces.d.ts +32 -0
  479. package/dist/ui/hooks/use-query/store.d.ts +2 -0
  480. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.d.ts +3 -0
  481. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.d.ts +2 -0
  482. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.d.ts +2 -0
  483. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.d.ts +2 -0
  484. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.d.ts +5 -0
  485. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.d.ts +11 -0
  486. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.d.ts +2 -0
  487. package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.d.ts +2 -0
  488. package/dist/ui/hooks/use-swagger/_generate_swagger/generator.d.ts +7 -0
  489. package/dist/ui/hooks/use-swagger/_generate_swagger/index.d.ts +5 -0
  490. package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.d.ts +236 -0
  491. package/dist/ui/hooks/use-swagger/client/index.d.ts +26 -0
  492. package/dist/ui/hooks/use-swagger/index.d.ts +2 -0
  493. package/dist/ui/hooks/use-timer/index.d.ts +2 -2
  494. package/dist/ui/hooks/use-timer/use-timer.d.ts +1 -2
  495. package/dist/ui/icons/index.d.ts +120 -120
  496. package/dist/ui/icons/render/component.d.ts +2 -2
  497. package/dist/ui/icons/render/icon-Instagram.d.ts +1 -1
  498. package/dist/ui/icons/render/icon-Linkedin.d.ts +1 -1
  499. package/dist/ui/icons/render/icon-Lupa.d.ts +1 -1
  500. package/dist/ui/icons/render/icon-Map.d.ts +1 -1
  501. package/dist/ui/icons/render/icon-Microphone.d.ts +1 -1
  502. package/dist/ui/icons/render/icon-Minus.d.ts +1 -1
  503. package/dist/ui/icons/render/icon-Phone.d.ts +1 -1
  504. package/dist/ui/icons/render/icon-Pin.d.ts +1 -1
  505. package/dist/ui/icons/render/icon-Play.d.ts +1 -1
  506. package/dist/ui/icons/render/icon-Plus.d.ts +1 -1
  507. package/dist/ui/icons/render/icon-Share.d.ts +1 -1
  508. package/dist/ui/icons/render/icon-TikTok.d.ts +1 -1
  509. package/dist/ui/icons/render/icon-YouTube.d.ts +1 -1
  510. package/dist/ui/icons/render/icon-academic-cap.d.ts +1 -1
  511. package/dist/ui/icons/render/icon-ampulheta.d.ts +1 -1
  512. package/dist/ui/icons/render/icon-block.d.ts +1 -1
  513. package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -1
  514. package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +1 -1
  515. package/dist/ui/icons/render/icon-bottom-navigation.d.ts +1 -1
  516. package/dist/ui/icons/render/icon-box.d.ts +1 -1
  517. package/dist/ui/icons/render/icon-calculator.d.ts +1 -1
  518. package/dist/ui/icons/render/icon-calendar-browse.d.ts +1 -1
  519. package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -1
  520. package/dist/ui/icons/render/icon-calendar.d.ts +1 -1
  521. package/dist/ui/icons/render/icon-cam.d.ts +1 -1
  522. package/dist/ui/icons/render/icon-cell-phone.d.ts +1 -1
  523. package/dist/ui/icons/render/icon-chalet.d.ts +1 -1
  524. package/dist/ui/icons/render/icon-chat.d.ts +1 -1
  525. package/dist/ui/icons/render/icon-check.d.ts +1 -1
  526. package/dist/ui/icons/render/icon-checked.d.ts +1 -1
  527. package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +1 -1
  528. package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +1 -1
  529. package/dist/ui/icons/render/icon-clip.d.ts +1 -1
  530. package/dist/ui/icons/render/icon-clock.d.ts +1 -1
  531. package/dist/ui/icons/render/icon-close.d.ts +1 -1
  532. package/dist/ui/icons/render/icon-codie.d.ts +1 -1
  533. package/dist/ui/icons/render/icon-computer.d.ts +1 -1
  534. package/dist/ui/icons/render/icon-credit-card.d.ts +1 -1
  535. package/dist/ui/icons/render/icon-danger.d.ts +1 -1
  536. package/dist/ui/icons/render/icon-death.d.ts +1 -1
  537. package/dist/ui/icons/render/icon-delete.d.ts +1 -1
  538. package/dist/ui/icons/render/icon-diabets.d.ts +1 -1
  539. package/dist/ui/icons/render/icon-door.d.ts +1 -1
  540. package/dist/ui/icons/render/icon-drop-file.d.ts +1 -1
  541. package/dist/ui/icons/render/icon-edit-image.d.ts +1 -1
  542. package/dist/ui/icons/render/icon-edit.d.ts +1 -1
  543. package/dist/ui/icons/render/icon-email.d.ts +1 -1
  544. package/dist/ui/icons/render/icon-empty-chat.d.ts +1 -1
  545. package/dist/ui/icons/render/icon-equalizer.d.ts +1 -1
  546. package/dist/ui/icons/render/icon-excel.d.ts +1 -1
  547. package/dist/ui/icons/render/icon-exclamation.d.ts +1 -1
  548. package/dist/ui/icons/render/icon-exit.d.ts +1 -1
  549. package/dist/ui/icons/render/icon-eye-slash.d.ts +1 -1
  550. package/dist/ui/icons/render/icon-eye.d.ts +1 -1
  551. package/dist/ui/icons/render/icon-facebook.d.ts +1 -1
  552. package/dist/ui/icons/render/icon-file.d.ts +1 -1
  553. package/dist/ui/icons/render/icon-flag.d.ts +1 -1
  554. package/dist/ui/icons/render/icon-folder.d.ts +1 -1
  555. package/dist/ui/icons/render/icon-fullfield-bell.d.ts +1 -1
  556. package/dist/ui/icons/render/icon-fullfield-chat.d.ts +1 -1
  557. package/dist/ui/icons/render/icon-gear.d.ts +1 -1
  558. package/dist/ui/icons/render/icon-gender.d.ts +1 -1
  559. package/dist/ui/icons/render/icon-globe.d.ts +1 -1
  560. package/dist/ui/icons/render/icon-heart.d.ts +1 -1
  561. package/dist/ui/icons/render/icon-home.d.ts +1 -1
  562. package/dist/ui/icons/render/icon-hospitalization.d.ts +1 -1
  563. package/dist/ui/icons/render/icon-hypertension.d.ts +1 -1
  564. package/dist/ui/icons/render/icon-info.d.ts +1 -1
  565. package/dist/ui/icons/render/icon-interrogation-circle.d.ts +1 -1
  566. package/dist/ui/icons/render/icon-language.d.ts +1 -1
  567. package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -1
  568. package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +1 -1
  569. package/dist/ui/icons/render/icon-left-navigation.d.ts +1 -1
  570. package/dist/ui/icons/render/icon-like.d.ts +1 -1
  571. package/dist/ui/icons/render/icon-loading.d.ts +1 -1
  572. package/dist/ui/icons/render/icon-map-floor.d.ts +1 -1
  573. package/dist/ui/icons/render/icon-message-balloon.d.ts +1 -1
  574. package/dist/ui/icons/render/icon-mobile.d.ts +1 -1
  575. package/dist/ui/icons/render/icon-money-value-symbol.d.ts +1 -1
  576. package/dist/ui/icons/render/icon-next.d.ts +1 -1
  577. package/dist/ui/icons/render/icon-not-found.d.ts +1 -1
  578. package/dist/ui/icons/render/icon-not-like.d.ts +1 -1
  579. package/dist/ui/icons/render/icon-padlock.d.ts +1 -1
  580. package/dist/ui/icons/render/icon-pc.d.ts +1 -1
  581. package/dist/ui/icons/render/icon-pdf.d.ts +1 -1
  582. package/dist/ui/icons/render/icon-performance.d.ts +1 -1
  583. package/dist/ui/icons/render/icon-person.d.ts +1 -1
  584. package/dist/ui/icons/render/icon-pet.d.ts +1 -1
  585. package/dist/ui/icons/render/icon-phone-message.d.ts +1 -1
  586. package/dist/ui/icons/render/icon-play-rounded.d.ts +1 -1
  587. package/dist/ui/icons/render/icon-plus-sharp.d.ts +1 -1
  588. package/dist/ui/icons/render/icon-prev.d.ts +1 -1
  589. package/dist/ui/icons/render/icon-print.d.ts +1 -1
  590. package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -1
  591. package/dist/ui/icons/render/icon-right-circle.d.ts +1 -1
  592. package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +1 -1
  593. package/dist/ui/icons/render/icon-right-navigation-double.d.ts +1 -1
  594. package/dist/ui/icons/render/icon-right-navigation.d.ts +1 -1
  595. package/dist/ui/icons/render/icon-route.d.ts +1 -1
  596. package/dist/ui/icons/render/icon-selo.d.ts +1 -1
  597. package/dist/ui/icons/render/icon-send-message.d.ts +1 -1
  598. package/dist/ui/icons/render/icon-send.d.ts +1 -1
  599. package/dist/ui/icons/render/icon-seo.d.ts +1 -1
  600. package/dist/ui/icons/render/icon-share-v2.d.ts +1 -1
  601. package/dist/ui/icons/render/icon-shopping.d.ts +1 -1
  602. package/dist/ui/icons/render/icon-star.d.ts +1 -1
  603. package/dist/ui/icons/render/icon-starBg.d.ts +1 -1
  604. package/dist/ui/icons/render/icon-three-dots.d.ts +1 -1
  605. package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -1
  606. package/dist/ui/icons/render/icon-top-navigation.d.ts +1 -1
  607. package/dist/ui/icons/render/icon-transparent-mail.d.ts +1 -1
  608. package/dist/ui/icons/render/icon-transparent-phone.d.ts +1 -1
  609. package/dist/ui/icons/render/icon-twitter.d.ts +1 -1
  610. package/dist/ui/icons/render/icon-upload.d.ts +1 -1
  611. package/dist/ui/icons/render/icon-user.d.ts +1 -1
  612. package/dist/ui/icons/render/icon-weight.d.ts +1 -1
  613. package/dist/ui/icons/render/icon-whats.d.ts +1 -1
  614. package/dist/ui/icons/render/icon-word.d.ts +1 -1
  615. package/dist/ui/icons/render/image.d.ts +1 -1
  616. package/dist/ui/icons/render/index.d.ts +1 -1
  617. package/dist/ui/icons/render-icon/index.d.ts +1 -1
  618. package/dist/ui/index.d.ts +8 -7
  619. package/dist/ui/integrations/google/index.d.ts +1 -1
  620. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.d.ts +4 -4
  621. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.d.ts +1 -1
  622. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.d.ts +0 -30
  623. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.d.ts +1 -1
  624. package/dist/ui/integrations/google/recaptcha-v3/index.d.ts +1 -1
  625. package/dist/ui/integrations/index.d.ts +2 -2
  626. package/dist/ui/integrations/message-provider/index.d.ts +1 -1
  627. package/dist/ui/types/index.d.ts +1 -0
  628. package/dist/ui/utils/_app_utils/index.d.ts +2 -2
  629. package/dist/ui/utils/buffer/index.d.ts +2 -2
  630. package/dist/ui/utils/date/index.d.ts +1 -1
  631. package/dist/ui/utils/facebook/index.d.ts +1 -1
  632. package/dist/ui/utils/file/index.d.ts +3 -3
  633. package/dist/ui/utils/file/load-file.d.ts +2 -2
  634. package/dist/ui/utils/file/upload-file.d.ts +10 -1
  635. package/dist/ui/utils/format/index.d.ts +1 -1
  636. package/dist/ui/utils/formatters/index.d.ts +1 -1
  637. package/dist/ui/utils/generate-sitemap.d.ts +11 -0
  638. package/dist/ui/utils/http/api.d.ts +16 -0
  639. package/dist/ui/utils/http/axios-http-client.d.ts +6 -0
  640. package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -0
  641. package/dist/ui/utils/http/errors/index.d.ts +2 -0
  642. package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -0
  643. package/dist/ui/utils/http/index.d.ts +4 -0
  644. package/dist/ui/utils/http/interfaces.d.ts +34 -0
  645. package/dist/ui/utils/index.d.ts +23 -18
  646. package/dist/ui/utils/infinity-forge/index.d.ts +2 -0
  647. package/dist/ui/utils/json/index.d.ts +2 -0
  648. package/dist/ui/utils/libs/index.d.ts +2 -2
  649. package/dist/ui/utils/libs/moment/index.d.ts +1 -1
  650. package/dist/ui/utils/libs/next/index.d.ts +2 -2
  651. package/dist/ui/utils/mocks/index.d.ts +1 -0
  652. package/dist/ui/utils/storage/cookies.d.ts +15 -0
  653. package/dist/ui/utils/storage/index.d.ts +1 -0
  654. package/dist/ui/utils/validations/index.d.ts +3 -3
  655. package/package.json +82 -77
  656. package/dist/fonts.css +0 -1
  657. package/dist/infinity-forge.css +0 -7
  658. package/dist/infra/index.d.ts +0 -1
  659. package/dist/infra/index.js +0 -18
  660. package/dist/infra/index.js.map +0 -1
  661. package/dist/infra/infinity-forge-next-config.js +0 -99
  662. package/dist/infra/infinity-forge-next-config.js.map +0 -1
  663. package/dist/mocks/index.d.ts +0 -1
  664. package/dist/mocks/index.js +0 -18
  665. package/dist/mocks/index.js.map +0 -1
  666. package/dist/mocks/states-brazil.js +0 -114
  667. package/dist/mocks/states-brazil.js.map +0 -1
  668. package/dist/react-quill.css +0 -1
  669. package/dist/reset.css +0 -1
  670. package/dist/sites/components/default-pages/404/component.js +0 -41
  671. package/dist/sites/components/default-pages/404/component.js.map +0 -1
  672. package/dist/sites/components/default-pages/404/index.d.ts +0 -1
  673. package/dist/sites/components/default-pages/404/index.js +0 -18
  674. package/dist/sites/components/default-pages/404/index.js.map +0 -1
  675. package/dist/sites/components/default-pages/404/styles.d.ts +0 -2
  676. package/dist/sites/components/default-pages/404/styles.js +0 -14
  677. package/dist/sites/components/default-pages/404/styles.js.map +0 -1
  678. package/dist/sites/components/default-pages/500/component.js +0 -42
  679. package/dist/sites/components/default-pages/500/component.js.map +0 -1
  680. package/dist/sites/components/default-pages/500/index.d.ts +0 -1
  681. package/dist/sites/components/default-pages/500/index.js +0 -18
  682. package/dist/sites/components/default-pages/500/index.js.map +0 -1
  683. package/dist/sites/components/default-pages/500/styles.d.ts +0 -2
  684. package/dist/sites/components/default-pages/500/styles.js +0 -14
  685. package/dist/sites/components/default-pages/500/styles.js.map +0 -1
  686. package/dist/sites/components/default-pages/index.d.ts +0 -2
  687. package/dist/sites/components/default-pages/index.js +0 -19
  688. package/dist/sites/components/default-pages/index.js.map +0 -1
  689. package/dist/sites/components/default-pages/sitemap/index.d.ts +0 -5
  690. package/dist/sites/components/default-pages/sitemap/index.js +0 -64
  691. package/dist/sites/components/default-pages/sitemap/index.js.map +0 -1
  692. package/dist/sites/components/index.d.ts +0 -1
  693. package/dist/sites/components/index.js +0 -18
  694. package/dist/sites/components/index.js.map +0 -1
  695. package/dist/sites/context/index.d.ts +0 -36
  696. package/dist/sites/context/index.js +0 -21
  697. package/dist/sites/context/index.js.map +0 -1
  698. package/dist/sites/context/scripts/acept-cookies/index.d.ts +0 -4
  699. package/dist/sites/context/scripts/acept-cookies/index.js +0 -116
  700. package/dist/sites/context/scripts/acept-cookies/index.js.map +0 -1
  701. package/dist/sites/context/scripts/acept-cookies/styles.d.ts +0 -2
  702. package/dist/sites/context/scripts/acept-cookies/styles.js +0 -14
  703. package/dist/sites/context/scripts/acept-cookies/styles.js.map +0 -1
  704. package/dist/sites/context/scripts/acept-ratedr/index.d.ts +0 -4
  705. package/dist/sites/context/scripts/acept-ratedr/index.js +0 -116
  706. package/dist/sites/context/scripts/acept-ratedr/index.js.map +0 -1
  707. package/dist/sites/context/scripts/acept-ratedr/styles.d.ts +0 -2
  708. package/dist/sites/context/scripts/acept-ratedr/styles.js +0 -14
  709. package/dist/sites/context/scripts/acept-ratedr/styles.js.map +0 -1
  710. package/dist/sites/context/scripts/component.d.ts +0 -2
  711. package/dist/sites/context/scripts/component.js +0 -43
  712. package/dist/sites/context/scripts/component.js.map +0 -1
  713. package/dist/sites/context/scripts/index.d.ts +0 -5
  714. package/dist/sites/context/scripts/index.js +0 -22
  715. package/dist/sites/context/scripts/index.js.map +0 -1
  716. package/dist/sites/context/scripts/interfaces.d.ts +0 -6
  717. package/dist/sites/context/scripts/interfaces.js +0 -3
  718. package/dist/sites/context/scripts/interfaces.js.map +0 -1
  719. package/dist/sites/context/scripts/whatsapp-fixed/index.js +0 -38
  720. package/dist/sites/context/scripts/whatsapp-fixed/index.js.map +0 -1
  721. package/dist/sites/context/scripts/whatsapp-fixed/styles.d.ts +0 -2
  722. package/dist/sites/context/scripts/whatsapp-fixed/styles.js +0 -14
  723. package/dist/sites/context/scripts/whatsapp-fixed/styles.js.map +0 -1
  724. package/dist/sites/fixed-components/effect/component.d.ts +0 -2
  725. package/dist/sites/fixed-components/effect/component.js +0 -35
  726. package/dist/sites/fixed-components/effect/component.js.map +0 -1
  727. package/dist/sites/fixed-components/effect/index.d.ts +0 -2
  728. package/dist/sites/fixed-components/effect/index.js +0 -19
  729. package/dist/sites/fixed-components/effect/index.js.map +0 -1
  730. package/dist/sites/fixed-components/effect/interfaces.d.ts +0 -6
  731. package/dist/sites/fixed-components/effect/interfaces.js +0 -3
  732. package/dist/sites/fixed-components/effect/interfaces.js.map +0 -1
  733. package/dist/sites/fixed-components/effect/styles.d.ts +0 -19
  734. package/dist/sites/fixed-components/effect/styles.js +0 -40
  735. package/dist/sites/fixed-components/effect/styles.js.map +0 -1
  736. package/dist/sites/fixed-components/head/component.d.ts +0 -2
  737. package/dist/sites/fixed-components/head/component.js +0 -21
  738. package/dist/sites/fixed-components/head/component.js.map +0 -1
  739. package/dist/sites/fixed-components/head/index.d.ts +0 -2
  740. package/dist/sites/fixed-components/head/index.js +0 -19
  741. package/dist/sites/fixed-components/head/index.js.map +0 -1
  742. package/dist/sites/fixed-components/head/interfaces.js +0 -3
  743. package/dist/sites/fixed-components/head/interfaces.js.map +0 -1
  744. package/dist/sites/fixed-components/header-link/component.d.ts +0 -2
  745. package/dist/sites/fixed-components/header-link/component.js +0 -26
  746. package/dist/sites/fixed-components/header-link/component.js.map +0 -1
  747. package/dist/sites/fixed-components/header-link/index.d.ts +0 -2
  748. package/dist/sites/fixed-components/header-link/index.js +0 -19
  749. package/dist/sites/fixed-components/header-link/index.js.map +0 -1
  750. package/dist/sites/fixed-components/header-link/interfaces.d.ts +0 -14
  751. package/dist/sites/fixed-components/header-link/interfaces.js +0 -3
  752. package/dist/sites/fixed-components/header-link/interfaces.js.map +0 -1
  753. package/dist/sites/fixed-components/header-link/versions/index.d.ts +0 -1
  754. package/dist/sites/fixed-components/header-link/versions/index.js +0 -18
  755. package/dist/sites/fixed-components/header-link/versions/index.js.map +0 -1
  756. package/dist/sites/fixed-components/header-link/versions/version-01/component.d.ts +0 -2
  757. package/dist/sites/fixed-components/header-link/versions/version-01/component.js +0 -41
  758. package/dist/sites/fixed-components/header-link/versions/version-01/component.js.map +0 -1
  759. package/dist/sites/fixed-components/header-link/versions/version-01/styles.d.ts +0 -4
  760. package/dist/sites/fixed-components/header-link/versions/version-01/styles.js +0 -14
  761. package/dist/sites/fixed-components/header-link/versions/version-01/styles.js.map +0 -1
  762. package/dist/sites/fixed-components/index.d.ts +0 -5
  763. package/dist/sites/fixed-components/index.js +0 -22
  764. package/dist/sites/fixed-components/index.js.map +0 -1
  765. package/dist/sites/fixed-components/list-blog/card/index.d.ts +0 -2
  766. package/dist/sites/fixed-components/list-blog/card/index.js +0 -39
  767. package/dist/sites/fixed-components/list-blog/card/index.js.map +0 -1
  768. package/dist/sites/fixed-components/list-blog/card/styles.d.ts +0 -4
  769. package/dist/sites/fixed-components/list-blog/card/styles.js +0 -14
  770. package/dist/sites/fixed-components/list-blog/card/styles.js.map +0 -1
  771. package/dist/sites/fixed-components/list-blog/carousel-configs.js +0 -25
  772. package/dist/sites/fixed-components/list-blog/carousel-configs.js.map +0 -1
  773. package/dist/sites/fixed-components/list-blog/component.d.ts +0 -2
  774. package/dist/sites/fixed-components/list-blog/component.js +0 -42
  775. package/dist/sites/fixed-components/list-blog/component.js.map +0 -1
  776. package/dist/sites/fixed-components/list-blog/index.d.ts +0 -1
  777. package/dist/sites/fixed-components/list-blog/index.js +0 -18
  778. package/dist/sites/fixed-components/list-blog/index.js.map +0 -1
  779. package/dist/sites/fixed-components/list-blog/interfaces.js +0 -3
  780. package/dist/sites/fixed-components/list-blog/interfaces.js.map +0 -1
  781. package/dist/sites/fixed-components/list-blog/styles.d.ts +0 -4
  782. package/dist/sites/fixed-components/list-blog/styles.js +0 -14
  783. package/dist/sites/fixed-components/list-blog/styles.js.map +0 -1
  784. package/dist/sites/fixed-components/mvv/component.d.ts +0 -2
  785. package/dist/sites/fixed-components/mvv/component.js +0 -26
  786. package/dist/sites/fixed-components/mvv/component.js.map +0 -1
  787. package/dist/sites/fixed-components/mvv/index.d.ts +0 -1
  788. package/dist/sites/fixed-components/mvv/index.js +0 -18
  789. package/dist/sites/fixed-components/mvv/index.js.map +0 -1
  790. package/dist/sites/fixed-components/mvv/interfaces.d.ts +0 -11
  791. package/dist/sites/fixed-components/mvv/interfaces.js +0 -3
  792. package/dist/sites/fixed-components/mvv/interfaces.js.map +0 -1
  793. package/dist/sites/fixed-components/mvv/versions/index.d.ts +0 -1
  794. package/dist/sites/fixed-components/mvv/versions/index.js +0 -18
  795. package/dist/sites/fixed-components/mvv/versions/index.js.map +0 -1
  796. package/dist/sites/fixed-components/mvv/versions/version-01/component.d.ts +0 -2
  797. package/dist/sites/fixed-components/mvv/versions/version-01/component.js +0 -35
  798. package/dist/sites/fixed-components/mvv/versions/version-01/component.js.map +0 -1
  799. package/dist/sites/fixed-components/mvv/versions/version-01/styles.d.ts +0 -4
  800. package/dist/sites/fixed-components/mvv/versions/version-01/styles.js +0 -14
  801. package/dist/sites/fixed-components/mvv/versions/version-01/styles.js.map +0 -1
  802. package/dist/sites/hooks/index.d.ts +0 -1
  803. package/dist/sites/hooks/index.js +0 -18
  804. package/dist/sites/hooks/index.js.map +0 -1
  805. package/dist/sites/hooks/use-social-links.d.ts +0 -14
  806. package/dist/sites/hooks/use-social-links.js +0 -90
  807. package/dist/sites/hooks/use-social-links.js.map +0 -1
  808. package/dist/sites/index.d.ts +0 -5
  809. package/dist/sites/index.js +0 -22
  810. package/dist/sites/index.js.map +0 -1
  811. package/dist/sites/public/fonts/fonts.css +0 -763
  812. package/dist/sites/services/api.d.ts +0 -2
  813. package/dist/sites/services/api.js +0 -77
  814. package/dist/sites/services/api.js.map +0 -1
  815. package/dist/sites/services/generate-sitemap.d.ts +0 -12
  816. package/dist/sites/services/generate-sitemap.js +0 -68
  817. package/dist/sites/services/generate-sitemap.js.map +0 -1
  818. package/dist/sites/services/index.d.ts +0 -3
  819. package/dist/sites/services/index.js +0 -20
  820. package/dist/sites/services/index.js.map +0 -1
  821. package/dist/sites/services/pages-site/home.d.ts +0 -5
  822. package/dist/sites/services/pages-site/home.js +0 -59
  823. package/dist/sites/services/pages-site/home.js.map +0 -1
  824. package/dist/sites/services/pages-site/index.d.ts +0 -1
  825. package/dist/sites/services/pages-site/index.js +0 -18
  826. package/dist/sites/services/pages-site/index.js.map +0 -1
  827. package/dist/sites/utils/format-date.d.ts +0 -1
  828. package/dist/sites/utils/format-date.js +0 -8
  829. package/dist/sites/utils/format-date.js.map +0 -1
  830. package/dist/system/container/admin/auth/container.d.ts +0 -3
  831. package/dist/system/container/admin/auth/container.js +0 -11
  832. package/dist/system/container/admin/auth/container.js.map +0 -1
  833. package/dist/system/container/admin/auth/index.d.ts +0 -2
  834. package/dist/system/container/admin/auth/index.js +0 -19
  835. package/dist/system/container/admin/auth/index.js.map +0 -1
  836. package/dist/system/container/admin/auth/types.d.ts +0 -3
  837. package/dist/system/container/admin/auth/types.js +0 -7
  838. package/dist/system/container/admin/auth/types.js.map +0 -1
  839. package/dist/system/container/admin/index.d.ts +0 -3
  840. package/dist/system/container/admin/index.js +0 -20
  841. package/dist/system/container/admin/index.js.map +0 -1
  842. package/dist/system/container/admin/menu/container.d.ts +0 -3
  843. package/dist/system/container/admin/menu/container.js +0 -11
  844. package/dist/system/container/admin/menu/container.js.map +0 -1
  845. package/dist/system/container/admin/menu/index.d.ts +0 -2
  846. package/dist/system/container/admin/menu/index.js +0 -19
  847. package/dist/system/container/admin/menu/index.js.map +0 -1
  848. package/dist/system/container/admin/menu/types.d.ts +0 -3
  849. package/dist/system/container/admin/menu/types.js +0 -7
  850. package/dist/system/container/admin/menu/types.js.map +0 -1
  851. package/dist/system/container/admin/users/container.d.ts +0 -3
  852. package/dist/system/container/admin/users/container.js +0 -12
  853. package/dist/system/container/admin/users/container.js.map +0 -1
  854. package/dist/system/container/admin/users/index.d.ts +0 -2
  855. package/dist/system/container/admin/users/index.js +0 -19
  856. package/dist/system/container/admin/users/index.js.map +0 -1
  857. package/dist/system/container/admin/users/types.d.ts +0 -4
  858. package/dist/system/container/admin/users/types.js +0 -8
  859. package/dist/system/container/admin/users/types.js.map +0 -1
  860. package/dist/system/container/decorators/authorize-http-client-decorator.d.ts +0 -8
  861. package/dist/system/container/decorators/authorize-http-client-decorator.js +0 -125
  862. package/dist/system/container/decorators/authorize-http-client-decorator.js.map +0 -1
  863. package/dist/system/container/decorators/index.d.ts +0 -1
  864. package/dist/system/container/decorators/index.js +0 -18
  865. package/dist/system/container/decorators/index.js.map +0 -1
  866. package/dist/system/container/dynamic-section/container.d.ts +0 -3
  867. package/dist/system/container/dynamic-section/container.js +0 -14
  868. package/dist/system/container/dynamic-section/container.js.map +0 -1
  869. package/dist/system/container/dynamic-section/index.d.ts +0 -2
  870. package/dist/system/container/dynamic-section/index.js +0 -19
  871. package/dist/system/container/dynamic-section/index.js.map +0 -1
  872. package/dist/system/container/dynamic-section/types.d.ts +0 -3
  873. package/dist/system/container/dynamic-section/types.js +0 -7
  874. package/dist/system/container/dynamic-section/types.js.map +0 -1
  875. package/dist/system/container/files/container.d.ts +0 -3
  876. package/dist/system/container/files/container.js +0 -11
  877. package/dist/system/container/files/container.js.map +0 -1
  878. package/dist/system/container/files/index.d.ts +0 -2
  879. package/dist/system/container/files/index.js +0 -19
  880. package/dist/system/container/files/index.js.map +0 -1
  881. package/dist/system/container/files/types.d.ts +0 -3
  882. package/dist/system/container/files/types.js +0 -7
  883. package/dist/system/container/files/types.js.map +0 -1
  884. package/dist/system/container/index.d.ts +0 -4
  885. package/dist/system/container/index.js +0 -21
  886. package/dist/system/container/index.js.map +0 -1
  887. package/dist/system/container/infra/container.d.ts +0 -3
  888. package/dist/system/container/infra/container.js +0 -15
  889. package/dist/system/container/infra/container.js.map +0 -1
  890. package/dist/system/container/infra/index.d.ts +0 -3
  891. package/dist/system/container/infra/index.js +0 -20
  892. package/dist/system/container/infra/index.js.map +0 -1
  893. package/dist/system/container/infra/make-api-url.d.ts +0 -3
  894. package/dist/system/container/infra/make-api-url.js +0 -23
  895. package/dist/system/container/infra/make-api-url.js.map +0 -1
  896. package/dist/system/container/infra/types.d.ts +0 -7
  897. package/dist/system/container/infra/types.js +0 -11
  898. package/dist/system/container/infra/types.js.map +0 -1
  899. package/dist/system/container/main.d.ts +0 -4
  900. package/dist/system/container/main.js +0 -15
  901. package/dist/system/container/main.js.map +0 -1
  902. package/dist/system/container/notifications/container.d.ts +0 -3
  903. package/dist/system/container/notifications/container.js +0 -12
  904. package/dist/system/container/notifications/container.js.map +0 -1
  905. package/dist/system/container/notifications/index.d.ts +0 -2
  906. package/dist/system/container/notifications/index.js +0 -19
  907. package/dist/system/container/notifications/index.js.map +0 -1
  908. package/dist/system/container/notifications/types.d.ts +0 -3
  909. package/dist/system/container/notifications/types.js +0 -7
  910. package/dist/system/container/notifications/types.js.map +0 -1
  911. package/dist/system/container/types.d.ts +0 -9
  912. package/dist/system/container/types.js +0 -20
  913. package/dist/system/container/types.js.map +0 -1
  914. package/dist/system/data/index.d.ts +0 -1
  915. package/dist/system/data/index.js +0 -18
  916. package/dist/system/data/index.js.map +0 -1
  917. package/dist/system/data/use-cases/auth/index.d.ts +0 -1
  918. package/dist/system/data/use-cases/auth/index.js +0 -18
  919. package/dist/system/data/use-cases/auth/index.js.map +0 -1
  920. package/dist/system/data/use-cases/auth/remote-auth-admin.d.ts +0 -10
  921. package/dist/system/data/use-cases/auth/remote-auth-admin.js +0 -116
  922. package/dist/system/data/use-cases/auth/remote-auth-admin.js.map +0 -1
  923. package/dist/system/data/use-cases/dynamic-section/index.d.ts +0 -1
  924. package/dist/system/data/use-cases/dynamic-section/index.js +0 -18
  925. package/dist/system/data/use-cases/dynamic-section/index.js.map +0 -1
  926. package/dist/system/data/use-cases/dynamic-section/remote-dynamic-section.d.ts +0 -12
  927. package/dist/system/data/use-cases/dynamic-section/remote-dynamic-section.js +0 -156
  928. package/dist/system/data/use-cases/dynamic-section/remote-dynamic-section.js.map +0 -1
  929. package/dist/system/data/use-cases/files/index.d.ts +0 -1
  930. package/dist/system/data/use-cases/files/index.js +0 -18
  931. package/dist/system/data/use-cases/files/index.js.map +0 -1
  932. package/dist/system/data/use-cases/files/remote-files.d.ts +0 -9
  933. package/dist/system/data/use-cases/files/remote-files.js +0 -130
  934. package/dist/system/data/use-cases/files/remote-files.js.map +0 -1
  935. package/dist/system/data/use-cases/index.d.ts +0 -6
  936. package/dist/system/data/use-cases/index.js +0 -23
  937. package/dist/system/data/use-cases/index.js.map +0 -1
  938. package/dist/system/data/use-cases/menu/index.d.ts +0 -1
  939. package/dist/system/data/use-cases/menu/index.js +0 -18
  940. package/dist/system/data/use-cases/menu/index.js.map +0 -1
  941. package/dist/system/data/use-cases/menu/remote-get-menu.d.ts +0 -12
  942. package/dist/system/data/use-cases/menu/remote-get-menu.js +0 -176
  943. package/dist/system/data/use-cases/menu/remote-get-menu.js.map +0 -1
  944. package/dist/system/data/use-cases/notifications/index.d.ts +0 -1
  945. package/dist/system/data/use-cases/notifications/index.js +0 -18
  946. package/dist/system/data/use-cases/notifications/index.js.map +0 -1
  947. package/dist/system/data/use-cases/notifications/remote-notifications.d.ts +0 -11
  948. package/dist/system/data/use-cases/notifications/remote-notifications.js +0 -160
  949. package/dist/system/data/use-cases/notifications/remote-notifications.js.map +0 -1
  950. package/dist/system/data/use-cases/users/index.d.ts +0 -2
  951. package/dist/system/data/use-cases/users/index.js +0 -19
  952. package/dist/system/data/use-cases/users/index.js.map +0 -1
  953. package/dist/system/data/use-cases/users/remote-load-user-admin.d.ts +0 -8
  954. package/dist/system/data/use-cases/users/remote-load-user-admin.js +0 -109
  955. package/dist/system/data/use-cases/users/remote-load-user-admin.js.map +0 -1
  956. package/dist/system/data/use-cases/users/remote-users.d.ts +0 -12
  957. package/dist/system/data/use-cases/users/remote-users.js +0 -176
  958. package/dist/system/data/use-cases/users/remote-users.js.map +0 -1
  959. package/dist/system/domain/entities/chat/index.d.ts +0 -1
  960. package/dist/system/domain/entities/chat/index.js +0 -18
  961. package/dist/system/domain/entities/chat/index.js.map +0 -1
  962. package/dist/system/domain/entities/chat/message.d.ts +0 -9
  963. package/dist/system/domain/entities/chat/message.js +0 -3
  964. package/dist/system/domain/entities/chat/message.js.map +0 -1
  965. package/dist/system/domain/entities/index.d.ts +0 -1
  966. package/dist/system/domain/entities/index.js +0 -18
  967. package/dist/system/domain/entities/index.js.map +0 -1
  968. package/dist/system/domain/generics/i18n.d.ts +0 -3
  969. package/dist/system/domain/generics/i18n.js +0 -3
  970. package/dist/system/domain/generics/i18n.js.map +0 -1
  971. package/dist/system/domain/generics/index.d.ts +0 -5
  972. package/dist/system/domain/generics/index.js +0 -22
  973. package/dist/system/domain/generics/index.js.map +0 -1
  974. package/dist/system/domain/generics/list.js +0 -3
  975. package/dist/system/domain/generics/list.js.map +0 -1
  976. package/dist/system/domain/generics/pagination.d.ts +0 -14
  977. package/dist/system/domain/generics/pagination.js +0 -3
  978. package/dist/system/domain/generics/pagination.js.map +0 -1
  979. package/dist/system/domain/generics/seo.d.ts +0 -6
  980. package/dist/system/domain/generics/seo.js +0 -3
  981. package/dist/system/domain/generics/seo.js.map +0 -1
  982. package/dist/system/domain/generics/table-configuration.d.ts +0 -18
  983. package/dist/system/domain/generics/table-configuration.js +0 -3
  984. package/dist/system/domain/generics/table-configuration.js.map +0 -1
  985. package/dist/system/domain/i18n/index.d.ts +0 -3
  986. package/dist/system/domain/i18n/index.js +0 -20
  987. package/dist/system/domain/i18n/index.js.map +0 -1
  988. package/dist/system/domain/i18n/language.d.ts +0 -9
  989. package/dist/system/domain/i18n/language.js +0 -3
  990. package/dist/system/domain/i18n/language.js.map +0 -1
  991. package/dist/system/domain/i18n/load-all.d.ts +0 -8
  992. package/dist/system/domain/i18n/load-all.js +0 -3
  993. package/dist/system/domain/i18n/load-all.js.map +0 -1
  994. package/dist/system/domain/i18n/word.d.ts +0 -7
  995. package/dist/system/domain/i18n/word.js +0 -3
  996. package/dist/system/domain/i18n/word.js.map +0 -1
  997. package/dist/system/domain/index.d.ts +0 -5
  998. package/dist/system/domain/index.js +0 -22
  999. package/dist/system/domain/index.js.map +0 -1
  1000. package/dist/system/domain/protocols/cache/cache-keys.d.ts +0 -11
  1001. package/dist/system/domain/protocols/cache/cache-keys.js +0 -3
  1002. package/dist/system/domain/protocols/cache/cache-keys.js.map +0 -1
  1003. package/dist/system/domain/protocols/cache/get-storage.d.ts +0 -4
  1004. package/dist/system/domain/protocols/cache/get-storage.js +0 -3
  1005. package/dist/system/domain/protocols/cache/get-storage.js.map +0 -1
  1006. package/dist/system/domain/protocols/cache/index.d.ts +0 -3
  1007. package/dist/system/domain/protocols/cache/index.js +0 -20
  1008. package/dist/system/domain/protocols/cache/index.js.map +0 -1
  1009. package/dist/system/domain/protocols/cache/set-storage.d.ts +0 -4
  1010. package/dist/system/domain/protocols/cache/set-storage.js +0 -4
  1011. package/dist/system/domain/protocols/cache/set-storage.js.map +0 -1
  1012. package/dist/system/domain/protocols/http/errors/http-errors/application-unauthorized-error.js +0 -11
  1013. package/dist/system/domain/protocols/http/errors/http-errors/application-unauthorized-error.js.map +0 -1
  1014. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js +0 -29
  1015. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js.map +0 -1
  1016. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js +0 -11
  1017. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js.map +0 -1
  1018. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js +0 -11
  1019. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js.map +0 -1
  1020. package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +0 -7
  1021. package/dist/system/domain/protocols/http/errors/http-errors/index.js +0 -24
  1022. package/dist/system/domain/protocols/http/errors/http-errors/index.js.map +0 -1
  1023. package/dist/system/domain/protocols/http/errors/http-errors/no-content.js +0 -29
  1024. package/dist/system/domain/protocols/http/errors/http-errors/no-content.js.map +0 -1
  1025. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js +0 -29
  1026. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js.map +0 -1
  1027. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js +0 -29
  1028. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js.map +0 -1
  1029. package/dist/system/domain/protocols/http/errors/index.d.ts +0 -2
  1030. package/dist/system/domain/protocols/http/errors/index.js +0 -19
  1031. package/dist/system/domain/protocols/http/errors/index.js.map +0 -1
  1032. package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +0 -1
  1033. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +0 -18
  1034. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js.map +0 -1
  1035. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js +0 -11
  1036. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js.map +0 -1
  1037. package/dist/system/domain/protocols/http/http-client.d.ts +0 -34
  1038. package/dist/system/domain/protocols/http/http-client.js +0 -19
  1039. package/dist/system/domain/protocols/http/http-client.js.map +0 -1
  1040. package/dist/system/domain/protocols/http/index.d.ts +0 -2
  1041. package/dist/system/domain/protocols/http/index.js +0 -19
  1042. package/dist/system/domain/protocols/http/index.js.map +0 -1
  1043. package/dist/system/domain/protocols/index.d.ts +0 -2
  1044. package/dist/system/domain/protocols/index.js +0 -19
  1045. package/dist/system/domain/protocols/index.js.map +0 -1
  1046. package/dist/system/domain/use-cases/auth/admin/auth-admin.d.ts +0 -13
  1047. package/dist/system/domain/use-cases/auth/admin/auth-admin.js +0 -3
  1048. package/dist/system/domain/use-cases/auth/admin/auth-admin.js.map +0 -1
  1049. package/dist/system/domain/use-cases/auth/admin/index.d.ts +0 -1
  1050. package/dist/system/domain/use-cases/auth/admin/index.js +0 -18
  1051. package/dist/system/domain/use-cases/auth/admin/index.js.map +0 -1
  1052. package/dist/system/domain/use-cases/auth/index.d.ts +0 -1
  1053. package/dist/system/domain/use-cases/auth/index.js +0 -18
  1054. package/dist/system/domain/use-cases/auth/index.js.map +0 -1
  1055. package/dist/system/domain/use-cases/dynamic-section/create.d.ts +0 -8
  1056. package/dist/system/domain/use-cases/dynamic-section/create.js +0 -3
  1057. package/dist/system/domain/use-cases/dynamic-section/create.js.map +0 -1
  1058. package/dist/system/domain/use-cases/dynamic-section/dynamic-section.d.ts +0 -53
  1059. package/dist/system/domain/use-cases/dynamic-section/dynamic-section.js +0 -3
  1060. package/dist/system/domain/use-cases/dynamic-section/dynamic-section.js.map +0 -1
  1061. package/dist/system/domain/use-cases/dynamic-section/index.d.ts +0 -4
  1062. package/dist/system/domain/use-cases/dynamic-section/index.js +0 -21
  1063. package/dist/system/domain/use-cases/dynamic-section/index.js.map +0 -1
  1064. package/dist/system/domain/use-cases/dynamic-section/load-all.d.ts +0 -10
  1065. package/dist/system/domain/use-cases/dynamic-section/load-all.js +0 -3
  1066. package/dist/system/domain/use-cases/dynamic-section/load-all.js.map +0 -1
  1067. package/dist/system/domain/use-cases/dynamic-section/update.d.ts +0 -8
  1068. package/dist/system/domain/use-cases/dynamic-section/update.js +0 -3
  1069. package/dist/system/domain/use-cases/dynamic-section/update.js.map +0 -1
  1070. package/dist/system/domain/use-cases/files/file-system.d.ts +0 -10
  1071. package/dist/system/domain/use-cases/files/file-system.js +0 -3
  1072. package/dist/system/domain/use-cases/files/file-system.js.map +0 -1
  1073. package/dist/system/domain/use-cases/files/index.d.ts +0 -3
  1074. package/dist/system/domain/use-cases/files/index.js +0 -20
  1075. package/dist/system/domain/use-cases/files/index.js.map +0 -1
  1076. package/dist/system/domain/use-cases/files/load.d.ts +0 -9
  1077. package/dist/system/domain/use-cases/files/load.js +0 -3
  1078. package/dist/system/domain/use-cases/files/load.js.map +0 -1
  1079. package/dist/system/domain/use-cases/files/upload.d.ts +0 -9
  1080. package/dist/system/domain/use-cases/files/upload.js +0 -3
  1081. package/dist/system/domain/use-cases/files/upload.js.map +0 -1
  1082. package/dist/system/domain/use-cases/index.d.ts +0 -6
  1083. package/dist/system/domain/use-cases/index.js +0 -23
  1084. package/dist/system/domain/use-cases/index.js.map +0 -1
  1085. package/dist/system/domain/use-cases/menu/create.d.ts +0 -8
  1086. package/dist/system/domain/use-cases/menu/create.js +0 -3
  1087. package/dist/system/domain/use-cases/menu/create.js.map +0 -1
  1088. package/dist/system/domain/use-cases/menu/delete.d.ts +0 -9
  1089. package/dist/system/domain/use-cases/menu/delete.js +0 -3
  1090. package/dist/system/domain/use-cases/menu/delete.js.map +0 -1
  1091. package/dist/system/domain/use-cases/menu/detail.d.ts +0 -8
  1092. package/dist/system/domain/use-cases/menu/detail.js +0 -3
  1093. package/dist/system/domain/use-cases/menu/detail.js.map +0 -1
  1094. package/dist/system/domain/use-cases/menu/index.d.ts +0 -6
  1095. package/dist/system/domain/use-cases/menu/index.js +0 -23
  1096. package/dist/system/domain/use-cases/menu/index.js.map +0 -1
  1097. package/dist/system/domain/use-cases/menu/load-all.d.ts +0 -12
  1098. package/dist/system/domain/use-cases/menu/load-all.js +0 -3
  1099. package/dist/system/domain/use-cases/menu/load-all.js.map +0 -1
  1100. package/dist/system/domain/use-cases/menu/menu.d.ts +0 -9
  1101. package/dist/system/domain/use-cases/menu/menu.js +0 -3
  1102. package/dist/system/domain/use-cases/menu/menu.js.map +0 -1
  1103. package/dist/system/domain/use-cases/menu/update.d.ts +0 -8
  1104. package/dist/system/domain/use-cases/menu/update.js +0 -3
  1105. package/dist/system/domain/use-cases/menu/update.js.map +0 -1
  1106. package/dist/system/domain/use-cases/notifications/create.d.ts +0 -11
  1107. package/dist/system/domain/use-cases/notifications/create.js +0 -3
  1108. package/dist/system/domain/use-cases/notifications/create.js.map +0 -1
  1109. package/dist/system/domain/use-cases/notifications/index.d.ts +0 -4
  1110. package/dist/system/domain/use-cases/notifications/index.js +0 -21
  1111. package/dist/system/domain/use-cases/notifications/index.js.map +0 -1
  1112. package/dist/system/domain/use-cases/notifications/load-all.d.ts +0 -18
  1113. package/dist/system/domain/use-cases/notifications/load-all.js +0 -3
  1114. package/dist/system/domain/use-cases/notifications/load-all.js.map +0 -1
  1115. package/dist/system/domain/use-cases/notifications/load-no-read.d.ts +0 -8
  1116. package/dist/system/domain/use-cases/notifications/load-no-read.js +0 -3
  1117. package/dist/system/domain/use-cases/notifications/load-no-read.js.map +0 -1
  1118. package/dist/system/domain/use-cases/notifications/read.d.ts +0 -9
  1119. package/dist/system/domain/use-cases/notifications/read.js +0 -3
  1120. package/dist/system/domain/use-cases/notifications/read.js.map +0 -1
  1121. package/dist/system/domain/use-cases/users/create-user.d.ts +0 -15
  1122. package/dist/system/domain/use-cases/users/create-user.js +0 -3
  1123. package/dist/system/domain/use-cases/users/create-user.js.map +0 -1
  1124. package/dist/system/domain/use-cases/users/delete-user.d.ts +0 -10
  1125. package/dist/system/domain/use-cases/users/delete-user.js +0 -3
  1126. package/dist/system/domain/use-cases/users/delete-user.js.map +0 -1
  1127. package/dist/system/domain/use-cases/users/edit-user.d.ts +0 -8
  1128. package/dist/system/domain/use-cases/users/edit-user.js +0 -3
  1129. package/dist/system/domain/use-cases/users/edit-user.js.map +0 -1
  1130. package/dist/system/domain/use-cases/users/get-detail-user.d.ts +0 -10
  1131. package/dist/system/domain/use-cases/users/get-detail-user.js +0 -3
  1132. package/dist/system/domain/use-cases/users/get-detail-user.js.map +0 -1
  1133. package/dist/system/domain/use-cases/users/index.d.ts +0 -6
  1134. package/dist/system/domain/use-cases/users/index.js +0 -23
  1135. package/dist/system/domain/use-cases/users/index.js.map +0 -1
  1136. package/dist/system/domain/use-cases/users/load-all-users.d.ts +0 -29
  1137. package/dist/system/domain/use-cases/users/load-all-users.js +0 -3
  1138. package/dist/system/domain/use-cases/users/load-all-users.js.map +0 -1
  1139. package/dist/system/domain/use-cases/users/load-user-admin.d.ts +0 -25
  1140. package/dist/system/domain/use-cases/users/load-user-admin.js +0 -3
  1141. package/dist/system/domain/use-cases/users/load-user-admin.js.map +0 -1
  1142. package/dist/system/index.js +0 -22
  1143. package/dist/system/index.js.map +0 -1
  1144. package/dist/system/infra/cache/cookie-storage-adapter.d.ts +0 -6
  1145. package/dist/system/infra/cache/cookie-storage-adapter.js +0 -45
  1146. package/dist/system/infra/cache/cookie-storage-adapter.js.map +0 -1
  1147. package/dist/system/infra/cache/index.d.ts +0 -2
  1148. package/dist/system/infra/cache/index.js +0 -19
  1149. package/dist/system/infra/cache/index.js.map +0 -1
  1150. package/dist/system/infra/cache/storage-type.d.ts +0 -2
  1151. package/dist/system/infra/cache/storage-type.js +0 -3
  1152. package/dist/system/infra/cache/storage-type.js.map +0 -1
  1153. package/dist/system/infra/http/axios-http-client.d.ts +0 -4
  1154. package/dist/system/infra/http/axios-http-client.js +0 -158
  1155. package/dist/system/infra/http/axios-http-client.js.map +0 -1
  1156. package/dist/system/infra/http/index.d.ts +0 -1
  1157. package/dist/system/infra/http/index.js +0 -18
  1158. package/dist/system/infra/http/index.js.map +0 -1
  1159. package/dist/system/infra/index.d.ts +0 -3
  1160. package/dist/system/infra/index.js +0 -20
  1161. package/dist/system/infra/index.js.map +0 -1
  1162. package/dist/system/infra/type-models/birthday.d.ts +0 -1
  1163. package/dist/system/infra/type-models/birthday.js +0 -3
  1164. package/dist/system/infra/type-models/birthday.js.map +0 -1
  1165. package/dist/system/infra/type-models/index.d.ts +0 -2
  1166. package/dist/system/infra/type-models/index.js +0 -19
  1167. package/dist/system/infra/type-models/index.js.map +0 -1
  1168. package/dist/system/infra/type-models/zipcode.d.ts +0 -1
  1169. package/dist/system/infra/type-models/zipcode.js +0 -3
  1170. package/dist/system/infra/type-models/zipcode.js.map +0 -1
  1171. package/dist/system/presentation/components/data/avatar/index.js +0 -59
  1172. package/dist/system/presentation/components/data/avatar/index.js.map +0 -1
  1173. package/dist/system/presentation/components/data/avatar/styles.d.ts +0 -2
  1174. package/dist/system/presentation/components/data/avatar/styles.js +0 -14
  1175. package/dist/system/presentation/components/data/avatar/styles.js.map +0 -1
  1176. package/dist/system/presentation/components/data/buttons/index.d.ts +0 -1
  1177. package/dist/system/presentation/components/data/buttons/index.js +0 -18
  1178. package/dist/system/presentation/components/data/buttons/index.js.map +0 -1
  1179. package/dist/system/presentation/components/data/buttons/sidebar-button/index.js +0 -35
  1180. package/dist/system/presentation/components/data/buttons/sidebar-button/index.js.map +0 -1
  1181. package/dist/system/presentation/components/data/buttons/sidebar-button/styles.d.ts +0 -4
  1182. package/dist/system/presentation/components/data/buttons/sidebar-button/styles.js +0 -14
  1183. package/dist/system/presentation/components/data/buttons/sidebar-button/styles.js.map +0 -1
  1184. package/dist/system/presentation/components/data/chat/card-message/index.d.ts +0 -4
  1185. package/dist/system/presentation/components/data/chat/card-message/index.js +0 -36
  1186. package/dist/system/presentation/components/data/chat/card-message/index.js.map +0 -1
  1187. package/dist/system/presentation/components/data/chat/card-message/styles.d.ts +0 -4
  1188. package/dist/system/presentation/components/data/chat/card-message/styles.js +0 -14
  1189. package/dist/system/presentation/components/data/chat/card-message/styles.js.map +0 -1
  1190. package/dist/system/presentation/components/data/chat/index.d.ts +0 -2
  1191. package/dist/system/presentation/components/data/chat/index.js +0 -38
  1192. package/dist/system/presentation/components/data/chat/index.js.map +0 -1
  1193. package/dist/system/presentation/components/data/chat/interfaces.d.ts +0 -8
  1194. package/dist/system/presentation/components/data/chat/interfaces.js +0 -3
  1195. package/dist/system/presentation/components/data/chat/interfaces.js.map +0 -1
  1196. package/dist/system/presentation/components/data/chat/loader/index.js +0 -10
  1197. package/dist/system/presentation/components/data/chat/loader/index.js.map +0 -1
  1198. package/dist/system/presentation/components/data/chat/schema.js +0 -29
  1199. package/dist/system/presentation/components/data/chat/schema.js.map +0 -1
  1200. package/dist/system/presentation/components/data/chat/styles.d.ts +0 -4
  1201. package/dist/system/presentation/components/data/chat/styles.js +0 -14
  1202. package/dist/system/presentation/components/data/chat/styles.js.map +0 -1
  1203. package/dist/system/presentation/components/data/detail-card/component.d.ts +0 -2
  1204. package/dist/system/presentation/components/data/detail-card/component.js +0 -42
  1205. package/dist/system/presentation/components/data/detail-card/component.js.map +0 -1
  1206. package/dist/system/presentation/components/data/detail-card/index.d.ts +0 -2
  1207. package/dist/system/presentation/components/data/detail-card/index.js +0 -19
  1208. package/dist/system/presentation/components/data/detail-card/index.js.map +0 -1
  1209. package/dist/system/presentation/components/data/detail-card/interfaces.d.ts +0 -19
  1210. package/dist/system/presentation/components/data/detail-card/interfaces.js +0 -3
  1211. package/dist/system/presentation/components/data/detail-card/interfaces.js.map +0 -1
  1212. package/dist/system/presentation/components/data/detail-card/styles.d.ts +0 -4
  1213. package/dist/system/presentation/components/data/detail-card/styles.js +0 -14
  1214. package/dist/system/presentation/components/data/detail-card/styles.js.map +0 -1
  1215. package/dist/system/presentation/components/data/highlight-icon/index.d.ts +0 -2
  1216. package/dist/system/presentation/components/data/highlight-icon/index.js +0 -40
  1217. package/dist/system/presentation/components/data/highlight-icon/index.js.map +0 -1
  1218. package/dist/system/presentation/components/data/highlight-icon/interfaces.d.ts +0 -8
  1219. package/dist/system/presentation/components/data/highlight-icon/interfaces.js +0 -3
  1220. package/dist/system/presentation/components/data/highlight-icon/interfaces.js.map +0 -1
  1221. package/dist/system/presentation/components/data/highlight-icon/styles.d.ts +0 -6
  1222. package/dist/system/presentation/components/data/highlight-icon/styles.js +0 -14
  1223. package/dist/system/presentation/components/data/highlight-icon/styles.js.map +0 -1
  1224. package/dist/system/presentation/components/data/highlight-text/index.d.ts +0 -2
  1225. package/dist/system/presentation/components/data/highlight-text/index.js +0 -43
  1226. package/dist/system/presentation/components/data/highlight-text/index.js.map +0 -1
  1227. package/dist/system/presentation/components/data/highlight-text/interfaces.js +0 -3
  1228. package/dist/system/presentation/components/data/highlight-text/interfaces.js.map +0 -1
  1229. package/dist/system/presentation/components/data/highlight-text/styles.d.ts +0 -6
  1230. package/dist/system/presentation/components/data/highlight-text/styles.js +0 -15
  1231. package/dist/system/presentation/components/data/highlight-text/styles.js.map +0 -1
  1232. package/dist/system/presentation/components/data/index.d.ts +0 -15
  1233. package/dist/system/presentation/components/data/index.js +0 -32
  1234. package/dist/system/presentation/components/data/index.js.map +0 -1
  1235. package/dist/system/presentation/components/data/input-search/index.d.ts +0 -2
  1236. package/dist/system/presentation/components/data/input-search/index.js +0 -39
  1237. package/dist/system/presentation/components/data/input-search/index.js.map +0 -1
  1238. package/dist/system/presentation/components/data/input-search/interfaces.js +0 -3
  1239. package/dist/system/presentation/components/data/input-search/interfaces.js.map +0 -1
  1240. package/dist/system/presentation/components/data/input-search/styles.d.ts +0 -4
  1241. package/dist/system/presentation/components/data/input-search/styles.js +0 -14
  1242. package/dist/system/presentation/components/data/input-search/styles.js.map +0 -1
  1243. package/dist/system/presentation/components/data/logo/index.js +0 -34
  1244. package/dist/system/presentation/components/data/logo/index.js.map +0 -1
  1245. package/dist/system/presentation/components/data/logo/styles.d.ts +0 -2
  1246. package/dist/system/presentation/components/data/logo/styles.js +0 -14
  1247. package/dist/system/presentation/components/data/logo/styles.js.map +0 -1
  1248. package/dist/system/presentation/components/data/menu/component.js +0 -16
  1249. package/dist/system/presentation/components/data/menu/component.js.map +0 -1
  1250. package/dist/system/presentation/components/data/menu/components/index.d.ts +0 -1
  1251. package/dist/system/presentation/components/data/menu/components/index.js +0 -18
  1252. package/dist/system/presentation/components/data/menu/components/index.js.map +0 -1
  1253. package/dist/system/presentation/components/data/menu/components/menu-item/index.js +0 -80
  1254. package/dist/system/presentation/components/data/menu/components/menu-item/index.js.map +0 -1
  1255. package/dist/system/presentation/components/data/menu/index.d.ts +0 -2
  1256. package/dist/system/presentation/components/data/menu/index.js +0 -19
  1257. package/dist/system/presentation/components/data/menu/index.js.map +0 -1
  1258. package/dist/system/presentation/components/data/menu/mock.d.ts +0 -2
  1259. package/dist/system/presentation/components/data/menu/mock.js +0 -196
  1260. package/dist/system/presentation/components/data/menu/mock.js.map +0 -1
  1261. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js +0 -43
  1262. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/index.js.map +0 -1
  1263. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.d.ts +0 -4
  1264. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.js +0 -15
  1265. package/dist/system/presentation/components/data/menu/modes/collapsed-menu/styles.js.map +0 -1
  1266. package/dist/system/presentation/components/data/menu/modes/index.d.ts +0 -2
  1267. package/dist/system/presentation/components/data/menu/modes/index.js +0 -19
  1268. package/dist/system/presentation/components/data/menu/modes/index.js.map +0 -1
  1269. package/dist/system/presentation/components/data/menu/modes/opened/index.d.ts +0 -5
  1270. package/dist/system/presentation/components/data/menu/modes/opened/index.js +0 -51
  1271. package/dist/system/presentation/components/data/menu/modes/opened/index.js.map +0 -1
  1272. package/dist/system/presentation/components/data/menu/modes/opened/styles.d.ts +0 -4
  1273. package/dist/system/presentation/components/data/menu/modes/opened/styles.js +0 -15
  1274. package/dist/system/presentation/components/data/menu/modes/opened/styles.js.map +0 -1
  1275. package/dist/system/presentation/components/data/menu/styles.d.ts +0 -10
  1276. package/dist/system/presentation/components/data/menu/styles.js +0 -16
  1277. package/dist/system/presentation/components/data/menu/styles.js.map +0 -1
  1278. package/dist/system/presentation/components/data/notifications/card/index.d.ts +0 -2
  1279. package/dist/system/presentation/components/data/notifications/card/index.js +0 -35
  1280. package/dist/system/presentation/components/data/notifications/card/index.js.map +0 -1
  1281. package/dist/system/presentation/components/data/notifications/card/styles.d.ts +0 -4
  1282. package/dist/system/presentation/components/data/notifications/card/styles.js +0 -14
  1283. package/dist/system/presentation/components/data/notifications/card/styles.js.map +0 -1
  1284. package/dist/system/presentation/components/data/notifications/index.d.ts +0 -1
  1285. package/dist/system/presentation/components/data/notifications/index.js +0 -155
  1286. package/dist/system/presentation/components/data/notifications/index.js.map +0 -1
  1287. package/dist/system/presentation/components/data/notifications/interfaces.d.ts +0 -4
  1288. package/dist/system/presentation/components/data/notifications/interfaces.js +0 -3
  1289. package/dist/system/presentation/components/data/notifications/interfaces.js.map +0 -1
  1290. package/dist/system/presentation/components/data/notifications/styles.d.ts +0 -7
  1291. package/dist/system/presentation/components/data/notifications/styles.js +0 -15
  1292. package/dist/system/presentation/components/data/notifications/styles.js.map +0 -1
  1293. package/dist/system/presentation/components/data/page-wrapper/index.d.ts +0 -2
  1294. package/dist/system/presentation/components/data/page-wrapper/index.js +0 -35
  1295. package/dist/system/presentation/components/data/page-wrapper/index.js.map +0 -1
  1296. package/dist/system/presentation/components/data/page-wrapper/interfaces.d.ts +0 -7
  1297. package/dist/system/presentation/components/data/page-wrapper/interfaces.js +0 -3
  1298. package/dist/system/presentation/components/data/page-wrapper/interfaces.js.map +0 -1
  1299. package/dist/system/presentation/components/data/page-wrapper/styles.d.ts +0 -4
  1300. package/dist/system/presentation/components/data/page-wrapper/styles.js +0 -14
  1301. package/dist/system/presentation/components/data/page-wrapper/styles.js.map +0 -1
  1302. package/dist/system/presentation/components/data/popover/index.d.ts +0 -2
  1303. package/dist/system/presentation/components/data/popover/index.js +0 -10
  1304. package/dist/system/presentation/components/data/popover/index.js.map +0 -1
  1305. package/dist/system/presentation/components/data/popover/interfaces.d.ts +0 -8
  1306. package/dist/system/presentation/components/data/popover/interfaces.js +0 -3
  1307. package/dist/system/presentation/components/data/popover/interfaces.js.map +0 -1
  1308. package/dist/system/presentation/components/data/profile-infos/index.d.ts +0 -2
  1309. package/dist/system/presentation/components/data/profile-infos/index.js +0 -48
  1310. package/dist/system/presentation/components/data/profile-infos/index.js.map +0 -1
  1311. package/dist/system/presentation/components/data/profile-infos/interfaces.d.ts +0 -6
  1312. package/dist/system/presentation/components/data/profile-infos/interfaces.js +0 -3
  1313. package/dist/system/presentation/components/data/profile-infos/interfaces.js.map +0 -1
  1314. package/dist/system/presentation/components/data/profile-infos/profile/index.d.ts +0 -2
  1315. package/dist/system/presentation/components/data/profile-infos/profile/index.js +0 -36
  1316. package/dist/system/presentation/components/data/profile-infos/profile/index.js.map +0 -1
  1317. package/dist/system/presentation/components/data/profile-infos/profile/interfaces.js +0 -3
  1318. package/dist/system/presentation/components/data/profile-infos/profile/interfaces.js.map +0 -1
  1319. package/dist/system/presentation/components/data/profile-infos/profile/styles.d.ts +0 -4
  1320. package/dist/system/presentation/components/data/profile-infos/profile/styles.js +0 -14
  1321. package/dist/system/presentation/components/data/profile-infos/profile/styles.js.map +0 -1
  1322. package/dist/system/presentation/components/data/profile-infos/styles.d.ts +0 -4
  1323. package/dist/system/presentation/components/data/profile-infos/styles.js +0 -14
  1324. package/dist/system/presentation/components/data/profile-infos/styles.js.map +0 -1
  1325. package/dist/system/presentation/components/data/select-workspace/component.d.ts +0 -4
  1326. package/dist/system/presentation/components/data/select-workspace/component.js +0 -69
  1327. package/dist/system/presentation/components/data/select-workspace/component.js.map +0 -1
  1328. package/dist/system/presentation/components/data/select-workspace/custom-styles.js +0 -27
  1329. package/dist/system/presentation/components/data/select-workspace/custom-styles.js.map +0 -1
  1330. package/dist/system/presentation/components/data/select-workspace/index.d.ts +0 -3
  1331. package/dist/system/presentation/components/data/select-workspace/index.js +0 -20
  1332. package/dist/system/presentation/components/data/select-workspace/index.js.map +0 -1
  1333. package/dist/system/presentation/components/data/select-workspace/interfaces.js +0 -3
  1334. package/dist/system/presentation/components/data/select-workspace/interfaces.js.map +0 -1
  1335. package/dist/system/presentation/components/data/select-workspace/styles.d.ts +0 -9
  1336. package/dist/system/presentation/components/data/select-workspace/styles.js +0 -15
  1337. package/dist/system/presentation/components/data/select-workspace/styles.js.map +0 -1
  1338. package/dist/system/presentation/components/data/tab/component.d.ts +0 -2
  1339. package/dist/system/presentation/components/data/tab/component.js +0 -67
  1340. package/dist/system/presentation/components/data/tab/component.js.map +0 -1
  1341. package/dist/system/presentation/components/data/tab/index.d.ts +0 -2
  1342. package/dist/system/presentation/components/data/tab/index.js +0 -19
  1343. package/dist/system/presentation/components/data/tab/index.js.map +0 -1
  1344. package/dist/system/presentation/components/data/tab/interfaces.d.ts +0 -30
  1345. package/dist/system/presentation/components/data/tab/interfaces.js +0 -3
  1346. package/dist/system/presentation/components/data/tab/interfaces.js.map +0 -1
  1347. package/dist/system/presentation/components/data/tab/styles.d.ts +0 -4
  1348. package/dist/system/presentation/components/data/tab/styles.js +0 -14
  1349. package/dist/system/presentation/components/data/tab/styles.js.map +0 -1
  1350. package/dist/system/presentation/components/data/tab/tab-item/index.d.ts +0 -6
  1351. package/dist/system/presentation/components/data/tab/tab-item/index.js +0 -46
  1352. package/dist/system/presentation/components/data/tab/tab-item/index.js.map +0 -1
  1353. package/dist/system/presentation/components/data/tab/tab-item/styles.d.ts +0 -8
  1354. package/dist/system/presentation/components/data/tab/tab-item/styles.js +0 -26
  1355. package/dist/system/presentation/components/data/tab/tab-item/styles.js.map +0 -1
  1356. package/dist/system/presentation/components/index.d.ts +0 -3
  1357. package/dist/system/presentation/components/index.js +0 -20
  1358. package/dist/system/presentation/components/index.js.map +0 -1
  1359. package/dist/system/presentation/components/layout/component.d.ts +0 -2
  1360. package/dist/system/presentation/components/layout/component.js +0 -46
  1361. package/dist/system/presentation/components/layout/component.js.map +0 -1
  1362. package/dist/system/presentation/components/layout/header/components/index.d.ts +0 -2
  1363. package/dist/system/presentation/components/layout/header/components/index.js +0 -19
  1364. package/dist/system/presentation/components/layout/header/components/index.js.map +0 -1
  1365. package/dist/system/presentation/components/layout/header/components/menu-right/component.d.ts +0 -6
  1366. package/dist/system/presentation/components/layout/header/components/menu-right/component.js +0 -35
  1367. package/dist/system/presentation/components/layout/header/components/menu-right/component.js.map +0 -1
  1368. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +0 -3
  1369. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +0 -20
  1370. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +0 -1
  1371. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.d.ts +0 -2
  1372. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js +0 -47
  1373. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/index.js.map +0 -1
  1374. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/interfaces.js +0 -3
  1375. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/interfaces.js.map +0 -1
  1376. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/styles.d.ts +0 -4
  1377. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/styles.js +0 -14
  1378. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/card/styles.js.map +0 -1
  1379. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +0 -92
  1380. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js.map +0 -1
  1381. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +0 -6
  1382. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js +0 -3
  1383. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js.map +0 -1
  1384. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.d.ts +0 -2
  1385. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js +0 -14
  1386. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js.map +0 -1
  1387. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +0 -36
  1388. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js.map +0 -1
  1389. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.d.ts +0 -2
  1390. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js +0 -14
  1391. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js.map +0 -1
  1392. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +0 -36
  1393. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +0 -1
  1394. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.d.ts +0 -2
  1395. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js +0 -14
  1396. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js.map +0 -1
  1397. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +0 -39
  1398. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +0 -1
  1399. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.d.ts +0 -2
  1400. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js +0 -14
  1401. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js.map +0 -1
  1402. package/dist/system/presentation/components/layout/header/components/menu-right/styles.d.ts +0 -3
  1403. package/dist/system/presentation/components/layout/header/components/menu-right/styles.js +0 -15
  1404. package/dist/system/presentation/components/layout/header/components/menu-right/styles.js.map +0 -1
  1405. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +0 -40
  1406. package/dist/system/presentation/components/layout/header/components/search-modal/index.js.map +0 -1
  1407. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +0 -52
  1408. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js.map +0 -1
  1409. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.d.ts +0 -2
  1410. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js +0 -14
  1411. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js.map +0 -1
  1412. package/dist/system/presentation/components/layout/header/components/search-modal/styles.d.ts +0 -2
  1413. package/dist/system/presentation/components/layout/header/components/search-modal/styles.js +0 -14
  1414. package/dist/system/presentation/components/layout/header/components/search-modal/styles.js.map +0 -1
  1415. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +0 -45
  1416. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js.map +0 -1
  1417. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.d.ts +0 -4
  1418. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js +0 -14
  1419. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js.map +0 -1
  1420. package/dist/system/presentation/components/layout/header/index.d.ts +0 -2
  1421. package/dist/system/presentation/components/layout/header/index.js +0 -25
  1422. package/dist/system/presentation/components/layout/header/index.js.map +0 -1
  1423. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +0 -2
  1424. package/dist/system/presentation/components/layout/header/version-01/index.js +0 -44
  1425. package/dist/system/presentation/components/layout/header/version-01/index.js.map +0 -1
  1426. package/dist/system/presentation/components/layout/header/version-01/styles.d.ts +0 -5
  1427. package/dist/system/presentation/components/layout/header/version-01/styles.js +0 -17
  1428. package/dist/system/presentation/components/layout/header/version-01/styles.js.map +0 -1
  1429. package/dist/system/presentation/components/layout/index.d.ts +0 -5
  1430. package/dist/system/presentation/components/layout/index.js +0 -22
  1431. package/dist/system/presentation/components/layout/index.js.map +0 -1
  1432. package/dist/system/presentation/components/layout/interfaces.d.ts +0 -10
  1433. package/dist/system/presentation/components/layout/interfaces.js +0 -3
  1434. package/dist/system/presentation/components/layout/interfaces.js.map +0 -1
  1435. package/dist/system/presentation/components/layout/styles.d.ts +0 -6
  1436. package/dist/system/presentation/components/layout/styles.js +0 -14
  1437. package/dist/system/presentation/components/layout/styles.js.map +0 -1
  1438. package/dist/system/presentation/components/pages/index.d.ts +0 -2
  1439. package/dist/system/presentation/components/pages/index.js +0 -19
  1440. package/dist/system/presentation/components/pages/index.js.map +0 -1
  1441. package/dist/system/presentation/components/pages/menus/index.d.ts +0 -1
  1442. package/dist/system/presentation/components/pages/menus/index.js +0 -18
  1443. package/dist/system/presentation/components/pages/menus/index.js.map +0 -1
  1444. package/dist/system/presentation/components/pages/menus/page.d.ts +0 -1
  1445. package/dist/system/presentation/components/pages/menus/page.js +0 -40
  1446. package/dist/system/presentation/components/pages/menus/page.js.map +0 -1
  1447. package/dist/system/presentation/components/pages/menus/table/columns.d.ts +0 -3
  1448. package/dist/system/presentation/components/pages/menus/table/columns.js +0 -21
  1449. package/dist/system/presentation/components/pages/menus/table/columns.js.map +0 -1
  1450. package/dist/system/presentation/components/pages/menus/table/create.d.ts +0 -3
  1451. package/dist/system/presentation/components/pages/menus/table/create.js +0 -73
  1452. package/dist/system/presentation/components/pages/menus/table/create.js.map +0 -1
  1453. package/dist/system/presentation/components/pages/menus/table/delete.d.ts +0 -3
  1454. package/dist/system/presentation/components/pages/menus/table/delete.js +0 -71
  1455. package/dist/system/presentation/components/pages/menus/table/delete.js.map +0 -1
  1456. package/dist/system/presentation/components/pages/menus/table/edit.d.ts +0 -3
  1457. package/dist/system/presentation/components/pages/menus/table/edit.js +0 -78
  1458. package/dist/system/presentation/components/pages/menus/table/edit.js.map +0 -1
  1459. package/dist/system/presentation/components/pages/menus/table/icon/index.d.ts +0 -3
  1460. package/dist/system/presentation/components/pages/menus/table/icon/index.js +0 -34
  1461. package/dist/system/presentation/components/pages/menus/table/icon/index.js.map +0 -1
  1462. package/dist/system/presentation/components/pages/menus/table/icon/style.d.ts +0 -4
  1463. package/dist/system/presentation/components/pages/menus/table/icon/style.js +0 -14
  1464. package/dist/system/presentation/components/pages/menus/table/icon/style.js.map +0 -1
  1465. package/dist/system/presentation/components/pages/menus/table/index.d.ts +0 -4
  1466. package/dist/system/presentation/components/pages/menus/table/index.js +0 -21
  1467. package/dist/system/presentation/components/pages/menus/table/index.js.map +0 -1
  1468. package/dist/system/presentation/components/pages/users/index.d.ts +0 -1
  1469. package/dist/system/presentation/components/pages/users/index.js +0 -18
  1470. package/dist/system/presentation/components/pages/users/index.js.map +0 -1
  1471. package/dist/system/presentation/components/pages/users/page.d.ts +0 -1
  1472. package/dist/system/presentation/components/pages/users/page.js +0 -40
  1473. package/dist/system/presentation/components/pages/users/page.js.map +0 -1
  1474. package/dist/system/presentation/components/pages/users/table/columns.d.ts +0 -3
  1475. package/dist/system/presentation/components/pages/users/table/columns.js +0 -9
  1476. package/dist/system/presentation/components/pages/users/table/columns.js.map +0 -1
  1477. package/dist/system/presentation/components/pages/users/table/create.d.ts +0 -3
  1478. package/dist/system/presentation/components/pages/users/table/create.js +0 -76
  1479. package/dist/system/presentation/components/pages/users/table/create.js.map +0 -1
  1480. package/dist/system/presentation/components/pages/users/table/delete.d.ts +0 -3
  1481. package/dist/system/presentation/components/pages/users/table/delete.js +0 -75
  1482. package/dist/system/presentation/components/pages/users/table/delete.js.map +0 -1
  1483. package/dist/system/presentation/components/pages/users/table/edit.d.ts +0 -3
  1484. package/dist/system/presentation/components/pages/users/table/edit.js +0 -83
  1485. package/dist/system/presentation/components/pages/users/table/edit.js.map +0 -1
  1486. package/dist/system/presentation/components/pages/users/table/index.d.ts +0 -4
  1487. package/dist/system/presentation/components/pages/users/table/index.js +0 -21
  1488. package/dist/system/presentation/components/pages/users/table/index.js.map +0 -1
  1489. package/dist/system/presentation/configs/index.d.ts +0 -2
  1490. package/dist/system/presentation/configs/index.js +0 -19
  1491. package/dist/system/presentation/configs/index.js.map +0 -1
  1492. package/dist/system/presentation/configs/page-links.d.ts +0 -7
  1493. package/dist/system/presentation/configs/page-links.js +0 -319
  1494. package/dist/system/presentation/configs/page-links.js.map +0 -1
  1495. package/dist/system/presentation/configs/routes.d.ts +0 -10
  1496. package/dist/system/presentation/configs/routes.js +0 -14
  1497. package/dist/system/presentation/configs/routes.js.map +0 -1
  1498. package/dist/system/presentation/context/auth/components/index.d.ts +0 -2
  1499. package/dist/system/presentation/context/auth/components/index.js +0 -19
  1500. package/dist/system/presentation/context/auth/components/index.js.map +0 -1
  1501. package/dist/system/presentation/context/auth/components/login/form-login/index.js +0 -12
  1502. package/dist/system/presentation/context/auth/components/login/form-login/index.js.map +0 -1
  1503. package/dist/system/presentation/context/auth/components/login/index.js +0 -38
  1504. package/dist/system/presentation/context/auth/components/login/index.js.map +0 -1
  1505. package/dist/system/presentation/context/auth/components/login/styles.d.ts +0 -4
  1506. package/dist/system/presentation/context/auth/components/login/styles.js +0 -14
  1507. package/dist/system/presentation/context/auth/components/login/styles.js.map +0 -1
  1508. package/dist/system/presentation/context/auth/components/private-page/index.d.ts +0 -2
  1509. package/dist/system/presentation/context/auth/components/private-page/index.js +0 -144
  1510. package/dist/system/presentation/context/auth/components/private-page/index.js.map +0 -1
  1511. package/dist/system/presentation/context/auth/components/private-page/interfaces.d.ts +0 -7
  1512. package/dist/system/presentation/context/auth/components/private-page/interfaces.js +0 -3
  1513. package/dist/system/presentation/context/auth/components/private-page/interfaces.js.map +0 -1
  1514. package/dist/system/presentation/context/auth/context.d.ts +0 -12
  1515. package/dist/system/presentation/context/auth/context.js +0 -205
  1516. package/dist/system/presentation/context/auth/context.js.map +0 -1
  1517. package/dist/system/presentation/context/auth/index.d.ts +0 -3
  1518. package/dist/system/presentation/context/auth/index.js +0 -20
  1519. package/dist/system/presentation/context/auth/index.js.map +0 -1
  1520. package/dist/system/presentation/context/auth/interfaces.d.ts +0 -35
  1521. package/dist/system/presentation/context/auth/interfaces.js +0 -3
  1522. package/dist/system/presentation/context/auth/interfaces.js.map +0 -1
  1523. package/dist/system/presentation/context/container.d.ts +0 -18
  1524. package/dist/system/presentation/context/container.js +0 -39
  1525. package/dist/system/presentation/context/container.js.map +0 -1
  1526. package/dist/system/presentation/context/index.d.ts +0 -5
  1527. package/dist/system/presentation/context/index.js +0 -22
  1528. package/dist/system/presentation/context/index.js.map +0 -1
  1529. package/dist/system/presentation/context/infra-injection/context.d.ts +0 -7
  1530. package/dist/system/presentation/context/infra-injection/context.js +0 -14
  1531. package/dist/system/presentation/context/infra-injection/context.js.map +0 -1
  1532. package/dist/system/presentation/context/infra-injection/index.d.ts +0 -2
  1533. package/dist/system/presentation/context/infra-injection/index.js +0 -19
  1534. package/dist/system/presentation/context/infra-injection/index.js.map +0 -1
  1535. package/dist/system/presentation/context/infra-injection/interfaces.d.ts +0 -47
  1536. package/dist/system/presentation/context/infra-injection/interfaces.js +0 -3
  1537. package/dist/system/presentation/context/infra-injection/interfaces.js.map +0 -1
  1538. package/dist/system/presentation/context/menu/context.d.ts +0 -4
  1539. package/dist/system/presentation/context/menu/context.js +0 -26
  1540. package/dist/system/presentation/context/menu/context.js.map +0 -1
  1541. package/dist/system/presentation/context/menu/index.d.ts +0 -2
  1542. package/dist/system/presentation/context/menu/index.js +0 -19
  1543. package/dist/system/presentation/context/menu/index.js.map +0 -1
  1544. package/dist/system/presentation/context/menu/interfaces.d.ts +0 -14
  1545. package/dist/system/presentation/context/menu/interfaces.js +0 -3
  1546. package/dist/system/presentation/context/menu/interfaces.js.map +0 -1
  1547. package/dist/system/presentation/context/theme/context.d.ts +0 -14
  1548. package/dist/system/presentation/context/theme/context.js +0 -18
  1549. package/dist/system/presentation/context/theme/context.js.map +0 -1
  1550. package/dist/system/presentation/context/theme/index.d.ts +0 -1
  1551. package/dist/system/presentation/context/theme/index.js +0 -18
  1552. package/dist/system/presentation/context/theme/index.js.map +0 -1
  1553. package/dist/system/presentation/hooks/index.d.ts +0 -4
  1554. package/dist/system/presentation/hooks/index.js +0 -21
  1555. package/dist/system/presentation/hooks/index.js.map +0 -1
  1556. package/dist/system/presentation/hooks/locales/ibge/index.d.ts +0 -1
  1557. package/dist/system/presentation/hooks/locales/ibge/index.js +0 -18
  1558. package/dist/system/presentation/hooks/locales/ibge/index.js.map +0 -1
  1559. package/dist/system/presentation/hooks/locales/ibge/use-load-cities-by-uf/index.d.ts +0 -3
  1560. package/dist/system/presentation/hooks/locales/ibge/use-load-cities-by-uf/index.js +0 -60
  1561. package/dist/system/presentation/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +0 -1
  1562. package/dist/system/presentation/hooks/locales/index.d.ts +0 -2
  1563. package/dist/system/presentation/hooks/locales/index.js +0 -19
  1564. package/dist/system/presentation/hooks/locales/index.js.map +0 -1
  1565. package/dist/system/presentation/hooks/locales/use-load-cities/index.d.ts +0 -4
  1566. package/dist/system/presentation/hooks/locales/use-load-cities/index.js +0 -164
  1567. package/dist/system/presentation/hooks/locales/use-load-cities/index.js.map +0 -1
  1568. package/dist/system/presentation/hooks/menu/index.d.ts +0 -1
  1569. package/dist/system/presentation/hooks/menu/index.js +0 -18
  1570. package/dist/system/presentation/hooks/menu/index.js.map +0 -1
  1571. package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +0 -1
  1572. package/dist/system/presentation/hooks/menu/use-load-menu.js +0 -71
  1573. package/dist/system/presentation/hooks/menu/use-load-menu.js.map +0 -1
  1574. package/dist/system/presentation/hooks/notifications/index.d.ts +0 -2
  1575. package/dist/system/presentation/hooks/notifications/index.js +0 -19
  1576. package/dist/system/presentation/hooks/notifications/index.js.map +0 -1
  1577. package/dist/system/presentation/hooks/notifications/use-load-all/index.d.ts +0 -1
  1578. package/dist/system/presentation/hooks/notifications/use-load-all/index.js +0 -76
  1579. package/dist/system/presentation/hooks/notifications/use-load-all/index.js.map +0 -1
  1580. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.d.ts +0 -2
  1581. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js +0 -60
  1582. package/dist/system/presentation/hooks/notifications/use-load-no-read/index.js.map +0 -1
  1583. package/dist/system/presentation/hooks/ui/index.d.ts +0 -2
  1584. package/dist/system/presentation/hooks/ui/index.js +0 -19
  1585. package/dist/system/presentation/hooks/ui/index.js.map +0 -1
  1586. package/dist/system/presentation/hooks/ui/use-debounce/index.js +0 -16
  1587. package/dist/system/presentation/hooks/ui/use-debounce/index.js.map +0 -1
  1588. package/dist/system/presentation/hooks/ui/use-table/component.d.ts +0 -8
  1589. package/dist/system/presentation/hooks/ui/use-table/component.js +0 -26
  1590. package/dist/system/presentation/hooks/ui/use-table/component.js.map +0 -1
  1591. package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +0 -1
  1592. package/dist/system/presentation/hooks/ui/use-table/components/index.js +0 -18
  1593. package/dist/system/presentation/hooks/ui/use-table/components/index.js.map +0 -1
  1594. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/delete/index.d.ts +0 -6
  1595. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/delete/index.js +0 -82
  1596. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/delete/index.js.map +0 -1
  1597. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +0 -5
  1598. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +0 -114
  1599. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +0 -1
  1600. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/styles.d.ts +0 -4
  1601. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/styles.js +0 -14
  1602. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/styles.js.map +0 -1
  1603. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.d.ts +0 -2
  1604. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js +0 -81
  1605. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/index.js.map +0 -1
  1606. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/styles.d.ts +0 -4
  1607. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/styles.js +0 -14
  1608. package/dist/system/presentation/hooks/ui/use-table/components/table/active-filters/styles.js.map +0 -1
  1609. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +0 -4
  1610. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +0 -62
  1611. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js.map +0 -1
  1612. package/dist/system/presentation/hooks/ui/use-table/components/table/create/interfaces.js +0 -3
  1613. package/dist/system/presentation/hooks/ui/use-table/components/table/create/interfaces.js.map +0 -1
  1614. package/dist/system/presentation/hooks/ui/use-table/components/table/create/styles.d.ts +0 -4
  1615. package/dist/system/presentation/hooks/ui/use-table/components/table/create/styles.js +0 -14
  1616. package/dist/system/presentation/hooks/ui/use-table/components/table/create/styles.js.map +0 -1
  1617. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.d.ts +0 -4
  1618. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js +0 -35
  1619. package/dist/system/presentation/hooks/ui/use-table/components/table/export/index.js.map +0 -1
  1620. package/dist/system/presentation/hooks/ui/use-table/components/table/export/styles.d.ts +0 -4
  1621. package/dist/system/presentation/hooks/ui/use-table/components/table/export/styles.js +0 -14
  1622. package/dist/system/presentation/hooks/ui/use-table/components/table/export/styles.js.map +0 -1
  1623. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.d.ts +0 -2
  1624. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js +0 -191
  1625. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/index.js.map +0 -1
  1626. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/styles.d.ts +0 -6
  1627. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/styles.js +0 -17
  1628. package/dist/system/presentation/hooks/ui/use-table/components/table/filters/styles.js.map +0 -1
  1629. package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +0 -2
  1630. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +0 -132
  1631. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js.map +0 -1
  1632. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +0 -14
  1633. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js +0 -3
  1634. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js.map +0 -1
  1635. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +0 -2
  1636. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +0 -60
  1637. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +0 -1
  1638. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js +0 -51
  1639. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js.map +0 -1
  1640. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.d.ts +0 -2
  1641. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js +0 -14
  1642. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js.map +0 -1
  1643. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js +0 -34
  1644. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/index.js.map +0 -1
  1645. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.d.ts +0 -4
  1646. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.js +0 -14
  1647. package/dist/system/presentation/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +0 -1
  1648. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.d.ts +0 -10
  1649. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js +0 -16
  1650. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js.map +0 -1
  1651. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +0 -2
  1652. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +0 -50
  1653. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js.map +0 -1
  1654. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +0 -6
  1655. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js +0 -3
  1656. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +0 -1
  1657. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.d.ts +0 -4
  1658. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js +0 -14
  1659. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js.map +0 -1
  1660. package/dist/system/presentation/hooks/ui/use-table/index.d.ts +0 -4
  1661. package/dist/system/presentation/hooks/ui/use-table/index.js +0 -21
  1662. package/dist/system/presentation/hooks/ui/use-table/index.js.map +0 -1
  1663. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +0 -101
  1664. package/dist/system/presentation/hooks/ui/use-table/interfaces.js +0 -3
  1665. package/dist/system/presentation/hooks/ui/use-table/interfaces.js.map +0 -1
  1666. package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.d.ts +0 -2
  1667. package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.js +0 -30
  1668. package/dist/system/presentation/hooks/ui/use-table/query/get-query-arguments-table.js.map +0 -1
  1669. package/dist/system/presentation/hooks/ui/use-table/query/hook.d.ts +0 -5
  1670. package/dist/system/presentation/hooks/ui/use-table/query/hook.js +0 -52
  1671. package/dist/system/presentation/hooks/ui/use-table/query/hook.js.map +0 -1
  1672. package/dist/system/presentation/hooks/ui/use-table/query/index.d.ts +0 -2
  1673. package/dist/system/presentation/hooks/ui/use-table/query/index.js +0 -19
  1674. package/dist/system/presentation/hooks/ui/use-table/query/index.js.map +0 -1
  1675. package/dist/system/presentation/index.d.ts +0 -6
  1676. package/dist/system/presentation/index.js +0 -23
  1677. package/dist/system/presentation/index.js.map +0 -1
  1678. package/dist/system/presentation/service/index.d.ts +0 -1
  1679. package/dist/system/presentation/service/index.js +0 -18
  1680. package/dist/system/presentation/service/index.js.map +0 -1
  1681. package/dist/system/presentation/service/remote.d.ts +0 -3
  1682. package/dist/system/presentation/service/remote.js +0 -9
  1683. package/dist/system/presentation/service/remote.js.map +0 -1
  1684. package/dist/system/presentation/utils/index.d.ts +0 -2
  1685. package/dist/system/presentation/utils/index.js +0 -19
  1686. package/dist/system/presentation/utils/index.js.map +0 -1
  1687. package/dist/system/presentation/utils/sidebar/index.js +0 -32
  1688. package/dist/system/presentation/utils/sidebar/index.js.map +0 -1
  1689. package/dist/system/presentation/utils/use-query/call-api-one-time.d.ts +0 -5
  1690. package/dist/system/presentation/utils/use-query/call-api-one-time.js +0 -9
  1691. package/dist/system/presentation/utils/use-query/call-api-one-time.js.map +0 -1
  1692. package/dist/system/presentation/utils/use-query/index.d.ts +0 -1
  1693. package/dist/system/presentation/utils/use-query/index.js +0 -18
  1694. package/dist/system/presentation/utils/use-query/index.js.map +0 -1
  1695. package/dist/test/index.d.ts +0 -1
  1696. package/dist/test/index.js +0 -12
  1697. package/dist/test/index.js.map +0 -1
  1698. package/dist/test/sign-up.d.ts +0 -1
  1699. package/dist/test/sign-up.js +0 -21
  1700. package/dist/test/sign-up.js.map +0 -1
  1701. package/dist/test/sobre.d.ts +0 -1
  1702. package/dist/test/sobre.js +0 -14
  1703. package/dist/test/sobre.js.map +0 -1
  1704. package/dist/ui/components/accordion/index.js +0 -37
  1705. package/dist/ui/components/accordion/index.js.map +0 -1
  1706. package/dist/ui/components/accordion/interfaces.js +0 -3
  1707. package/dist/ui/components/accordion/interfaces.js.map +0 -1
  1708. package/dist/ui/components/accordion/styles.js +0 -11
  1709. package/dist/ui/components/accordion/styles.js.map +0 -1
  1710. package/dist/ui/components/breadcrumb/component.js +0 -69
  1711. package/dist/ui/components/breadcrumb/component.js.map +0 -1
  1712. package/dist/ui/components/breadcrumb/index.js +0 -19
  1713. package/dist/ui/components/breadcrumb/index.js.map +0 -1
  1714. package/dist/ui/components/breadcrumb/interfaces.js +0 -3
  1715. package/dist/ui/components/breadcrumb/interfaces.js.map +0 -1
  1716. package/dist/ui/components/breadcrumb/styles.js +0 -14
  1717. package/dist/ui/components/breadcrumb/styles.js.map +0 -1
  1718. package/dist/ui/components/button/component.js +0 -66
  1719. package/dist/ui/components/button/component.js.map +0 -1
  1720. package/dist/ui/components/button/index.js +0 -19
  1721. package/dist/ui/components/button/index.js.map +0 -1
  1722. package/dist/ui/components/button/interfaces.js +0 -3
  1723. package/dist/ui/components/button/interfaces.js.map +0 -1
  1724. package/dist/ui/components/button/styles.js +0 -14
  1725. package/dist/ui/components/button/styles.js.map +0 -1
  1726. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +0 -51
  1727. package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +0 -1
  1728. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +0 -148
  1729. package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +0 -1
  1730. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +0 -61
  1731. package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +0 -1
  1732. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +0 -24
  1733. package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +0 -1
  1734. package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +0 -125
  1735. package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +0 -1
  1736. package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +0 -18
  1737. package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +0 -1
  1738. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +0 -208
  1739. package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +0 -1
  1740. package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +0 -77
  1741. package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +0 -1
  1742. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +0 -35
  1743. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +0 -1
  1744. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +0 -9
  1745. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +0 -1
  1746. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +0 -94
  1747. package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +0 -1
  1748. package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +0 -31
  1749. package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +0 -1
  1750. package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +0 -43
  1751. package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +0 -1
  1752. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +0 -9
  1753. package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +0 -1
  1754. package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +0 -13
  1755. package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +0 -1
  1756. package/dist/ui/components/carousel/carousel-lib/core/core.js +0 -654
  1757. package/dist/ui/components/carousel/carousel-lib/core/core.js.map +0 -1
  1758. package/dist/ui/components/carousel/carousel-lib/core/defaults.js +0 -119
  1759. package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +0 -1
  1760. package/dist/ui/components/carousel/carousel-lib/core/events/index.js +0 -77
  1761. package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +0 -1
  1762. package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +0 -17
  1763. package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +0 -1
  1764. package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +0 -13
  1765. package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +0 -1
  1766. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +0 -14
  1767. package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +0 -1
  1768. package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +0 -53
  1769. package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +0 -1
  1770. package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +0 -34
  1771. package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +0 -1
  1772. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +0 -194
  1773. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +0 -1
  1774. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +0 -314
  1775. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +0 -1
  1776. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +0 -154
  1777. package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +0 -1
  1778. package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +0 -133
  1779. package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +0 -1
  1780. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +0 -12
  1781. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +0 -1
  1782. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +0 -22
  1783. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +0 -1
  1784. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +0 -19
  1785. package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +0 -1
  1786. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +0 -14
  1787. package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +0 -1
  1788. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +0 -57
  1789. package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +0 -1
  1790. package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +0 -26
  1791. package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +0 -1
  1792. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +0 -230
  1793. package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +0 -1
  1794. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +0 -42
  1795. package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +0 -1
  1796. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +0 -71
  1797. package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +0 -1
  1798. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +0 -71
  1799. package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +0 -1
  1800. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +0 -22
  1801. package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +0 -1
  1802. package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +0 -38
  1803. package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +0 -1
  1804. package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +0 -69
  1805. package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +0 -1
  1806. package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +0 -15
  1807. package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +0 -1
  1808. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +0 -160
  1809. package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +0 -1
  1810. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +0 -46
  1811. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +0 -1
  1812. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +0 -40
  1813. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +0 -1
  1814. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +0 -84
  1815. package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +0 -1
  1816. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +0 -14
  1817. package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +0 -1
  1818. package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +0 -12
  1819. package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +0 -1
  1820. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +0 -31
  1821. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +0 -1
  1822. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +0 -18
  1823. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +0 -1
  1824. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +0 -19
  1825. package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +0 -1
  1826. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +0 -21
  1827. package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +0 -1
  1828. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +0 -18
  1829. package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +0 -1
  1830. package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +0 -7
  1831. package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +0 -1
  1832. package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +0 -7
  1833. package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +0 -1
  1834. package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +0 -48
  1835. package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +0 -1
  1836. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +0 -81
  1837. package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +0 -1
  1838. package/dist/ui/components/carousel/carousel-lib/core/update/index.js +0 -26
  1839. package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +0 -1
  1840. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +0 -125
  1841. package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +0 -1
  1842. package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +0 -52
  1843. package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +0 -1
  1844. package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +0 -55
  1845. package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +0 -1
  1846. package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +0 -67
  1847. package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +0 -1
  1848. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +0 -45
  1849. package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +0 -1
  1850. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +0 -306
  1851. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +0 -1
  1852. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +0 -69
  1853. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +0 -1
  1854. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +0 -20
  1855. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +0 -1
  1856. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +0 -62
  1857. package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +0 -1
  1858. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +0 -336
  1859. package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +0 -1
  1860. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +0 -63
  1861. package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +0 -1
  1862. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +0 -247
  1863. package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +0 -1
  1864. package/dist/ui/components/carousel/carousel-lib/modules/index.js +0 -23
  1865. package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +0 -1
  1866. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +0 -223
  1867. package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +0 -1
  1868. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +0 -514
  1869. package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +0 -1
  1870. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +0 -379
  1871. package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +0 -1
  1872. package/dist/ui/components/carousel/carousel-lib/react/context.js +0 -15
  1873. package/dist/ui/components/carousel/carousel-lib/react/context.js.map +0 -1
  1874. package/dist/ui/components/carousel/carousel-lib/react/get-children.js +0 -54
  1875. package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +0 -1
  1876. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +0 -88
  1877. package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +0 -1
  1878. package/dist/ui/components/carousel/carousel-lib/react/swiper.js +0 -210
  1879. package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +0 -1
  1880. package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +0 -12
  1881. package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +0 -1
  1882. package/dist/ui/components/carousel/carousel-lib/react/virtual.js +0 -48
  1883. package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +0 -1
  1884. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +0 -11
  1885. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +0 -1
  1886. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +0 -11
  1887. package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +0 -1
  1888. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +0 -22
  1889. package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +0 -1
  1890. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +0 -15
  1891. package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +0 -1
  1892. package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +0 -58
  1893. package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +0 -1
  1894. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +0 -13
  1895. package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +0 -1
  1896. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +0 -47
  1897. package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +0 -1
  1898. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +0 -43
  1899. package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +0 -1
  1900. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +0 -69
  1901. package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +0 -1
  1902. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +0 -25
  1903. package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +0 -1
  1904. package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +0 -79
  1905. package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +0 -1
  1906. package/dist/ui/components/carousel/carousel-lib/shared/utils.js +0 -372
  1907. package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +0 -1
  1908. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +0 -65
  1909. package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +0 -1
  1910. package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +0 -24
  1911. package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +0 -1
  1912. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +0 -15
  1913. package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +0 -1
  1914. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +0 -71
  1915. package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +0 -1
  1916. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +0 -18
  1917. package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +0 -1
  1918. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +0 -17
  1919. package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +0 -1
  1920. package/dist/ui/components/carousel/carousel-lib/swiper-react.js +0 -11
  1921. package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +0 -1
  1922. package/dist/ui/components/carousel/carousel-lib/swiper.js +0 -10
  1923. package/dist/ui/components/carousel/carousel-lib/swiper.js.map +0 -1
  1924. package/dist/ui/components/carousel/carousel-lib/types/index.js +0 -27
  1925. package/dist/ui/components/carousel/carousel-lib/types/index.js.map +0 -1
  1926. package/dist/ui/components/carousel/carousel-lib/types/shared.js +0 -3
  1927. package/dist/ui/components/carousel/carousel-lib/types/shared.js.map +0 -1
  1928. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +0 -4
  1929. package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +0 -1
  1930. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +0 -3
  1931. package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js.map +0 -1
  1932. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +0 -3
  1933. package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js.map +0 -1
  1934. package/dist/ui/components/carousel/index.js +0 -81
  1935. package/dist/ui/components/carousel/index.js.map +0 -1
  1936. package/dist/ui/components/carousel/interfaces.js +0 -3
  1937. package/dist/ui/components/carousel/interfaces.js.map +0 -1
  1938. package/dist/ui/components/carousel/styles.js +0 -14
  1939. package/dist/ui/components/carousel/styles.js.map +0 -1
  1940. package/dist/ui/components/container/index.js +0 -10
  1941. package/dist/ui/components/container/index.js.map +0 -1
  1942. package/dist/ui/components/container/interfaces.js +0 -3
  1943. package/dist/ui/components/container/interfaces.js.map +0 -1
  1944. package/dist/ui/components/drop-down/index.js +0 -36
  1945. package/dist/ui/components/drop-down/index.js.map +0 -1
  1946. package/dist/ui/components/drop-down/interfaces.js +0 -3
  1947. package/dist/ui/components/drop-down/interfaces.js.map +0 -1
  1948. package/dist/ui/components/drop-down/styles.js +0 -16
  1949. package/dist/ui/components/drop-down/styles.js.map +0 -1
  1950. package/dist/ui/components/error-boundary/component.js +0 -12
  1951. package/dist/ui/components/error-boundary/component.js.map +0 -1
  1952. package/dist/ui/components/error-boundary/error-body.js +0 -10
  1953. package/dist/ui/components/error-boundary/error-body.js.map +0 -1
  1954. package/dist/ui/components/error-boundary/index.js +0 -19
  1955. package/dist/ui/components/error-boundary/index.js.map +0 -1
  1956. package/dist/ui/components/error-boundary/interfaces.js +0 -3
  1957. package/dist/ui/components/error-boundary/interfaces.js.map +0 -1
  1958. package/dist/ui/components/error-boundary/src/ErrorBoundary.js +0 -112
  1959. package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +0 -1
  1960. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +0 -6
  1961. package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +0 -1
  1962. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +0 -12
  1963. package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +0 -1
  1964. package/dist/ui/components/error-boundary/src/env-conditions/development.js +0 -5
  1965. package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +0 -1
  1966. package/dist/ui/components/error-boundary/src/env-conditions/production.js +0 -5
  1967. package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +0 -1
  1968. package/dist/ui/components/error-boundary/src/index.js +0 -22
  1969. package/dist/ui/components/error-boundary/src/index.js.map +0 -1
  1970. package/dist/ui/components/error-boundary/src/types.js +0 -3
  1971. package/dist/ui/components/error-boundary/src/types.js.map +0 -1
  1972. package/dist/ui/components/error-boundary/src/useErrorBoundary.js +0 -32
  1973. package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +0 -1
  1974. package/dist/ui/components/error-boundary/src/withErrorBoundary.js +0 -27
  1975. package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +0 -1
  1976. package/dist/ui/components/form/checkbox/index.js +0 -57
  1977. package/dist/ui/components/form/checkbox/index.js.map +0 -1
  1978. package/dist/ui/components/form/checkbox/styles.js +0 -14
  1979. package/dist/ui/components/form/checkbox/styles.js.map +0 -1
  1980. package/dist/ui/components/form/date-picker/index.js +0 -58
  1981. package/dist/ui/components/form/date-picker/index.js.map +0 -1
  1982. package/dist/ui/components/form/date-picker/styles.js +0 -14
  1983. package/dist/ui/components/form/date-picker/styles.js.map +0 -1
  1984. package/dist/ui/components/form/handler/component.js +0 -30
  1985. package/dist/ui/components/form/handler/component.js.map +0 -1
  1986. package/dist/ui/components/form/handler/custom-submit/index.js +0 -28
  1987. package/dist/ui/components/form/handler/custom-submit/index.js.map +0 -1
  1988. package/dist/ui/components/form/handler/dynamic_form_handler/component.js +0 -128
  1989. package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +0 -1
  1990. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +0 -19
  1991. package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +0 -1
  1992. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +0 -3
  1993. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +0 -1
  1994. package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +0 -14
  1995. package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +0 -1
  1996. package/dist/ui/components/form/handler/form-handler/generate-schemas.js +0 -111
  1997. package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +0 -1
  1998. package/dist/ui/components/form/handler/form-handler/index.js +0 -284
  1999. package/dist/ui/components/form/handler/form-handler/index.js.map +0 -1
  2000. package/dist/ui/components/form/handler/form-handler/use-schemas.js +0 -115
  2001. package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +0 -1
  2002. package/dist/ui/components/form/handler/form-handler/use-send-file.js +0 -209
  2003. package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +0 -1
  2004. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +0 -30
  2005. package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +0 -1
  2006. package/dist/ui/components/form/handler/i18n/index.js +0 -57
  2007. package/dist/ui/components/form/handler/i18n/index.js.map +0 -1
  2008. package/dist/ui/components/form/handler/index.js +0 -22
  2009. package/dist/ui/components/form/handler/index.js.map +0 -1
  2010. package/dist/ui/components/form/handler/interfaces.js +0 -3
  2011. package/dist/ui/components/form/handler/interfaces.js.map +0 -1
  2012. package/dist/ui/components/form/handler/styles.js +0 -14
  2013. package/dist/ui/components/form/handler/styles.js.map +0 -1
  2014. package/dist/ui/components/form/index.js +0 -43
  2015. package/dist/ui/components/form/index.js.map +0 -1
  2016. package/dist/ui/components/form/input/index.js +0 -64
  2017. package/dist/ui/components/form/input/index.js.map +0 -1
  2018. package/dist/ui/components/form/input-cep/component.js +0 -126
  2019. package/dist/ui/components/form/input-cep/component.js.map +0 -1
  2020. package/dist/ui/components/form/input-cep/index.js +0 -20
  2021. package/dist/ui/components/form/input-cep/index.js.map +0 -1
  2022. package/dist/ui/components/form/input-cep/interfaces.js +0 -3
  2023. package/dist/ui/components/form/input-cep/interfaces.js.map +0 -1
  2024. package/dist/ui/components/form/input-cep/use-cep/hook.js +0 -14
  2025. package/dist/ui/components/form/input-cep/use-cep/hook.js.map +0 -1
  2026. package/dist/ui/components/form/input-cep/use-cep/index.js +0 -19
  2027. package/dist/ui/components/form/input-cep/use-cep/index.js.map +0 -1
  2028. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +0 -67
  2029. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +0 -1
  2030. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +0 -20
  2031. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +0 -1
  2032. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +0 -3
  2033. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js.map +0 -1
  2034. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +0 -14
  2035. package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +0 -1
  2036. package/dist/ui/components/form/input-cep/use-cep/providers/index.js +0 -18
  2037. package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +0 -1
  2038. package/dist/ui/components/form/input-color/index.js +0 -60
  2039. package/dist/ui/components/form/input-color/index.js.map +0 -1
  2040. package/dist/ui/components/form/input-color/interfaces.js +0 -3
  2041. package/dist/ui/components/form/input-color/interfaces.js.map +0 -1
  2042. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js +0 -45
  2043. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.js.map +0 -1
  2044. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js +0 -52
  2045. package/dist/ui/components/form/input-color/react-input-color-lib/components/Alpha/Alpha.style.js.map +0 -1
  2046. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js +0 -45
  2047. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.js.map +0 -1
  2048. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js +0 -64
  2049. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorList/ColorList.style.js.map +0 -1
  2050. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js +0 -109
  2051. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.js.map +0 -1
  2052. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js +0 -58
  2053. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/ColorPicker.style.js.map +0 -1
  2054. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js +0 -55
  2055. package/dist/ui/components/form/input-color/react-input-color-lib/components/ColorPicker/helper.js.map +0 -1
  2056. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js +0 -45
  2057. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.js.map +0 -1
  2058. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js +0 -30
  2059. package/dist/ui/components/form/input-color/react-input-color-lib/components/Hue/Hue.style.js.map +0 -1
  2060. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js +0 -53
  2061. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.js.map +0 -1
  2062. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js +0 -38
  2063. package/dist/ui/components/form/input-color/react-input-color-lib/components/Input/Input.style.js.map +0 -1
  2064. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js +0 -57
  2065. package/dist/ui/components/form/input-color/react-input-color-lib/components/PresetList/PresetList.js.map +0 -1
  2066. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js +0 -57
  2067. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.js.map +0 -1
  2068. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js +0 -35
  2069. package/dist/ui/components/form/input-color/react-input-color-lib/components/Saturation/Saturation.style.js.map +0 -1
  2070. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js +0 -47
  2071. package/dist/ui/components/form/input-color/react-input-color-lib/hooks/usePosition.js.map +0 -1
  2072. package/dist/ui/components/form/input-color/react-input-color-lib/index.js +0 -14
  2073. package/dist/ui/components/form/input-color/react-input-color-lib/index.js.map +0 -1
  2074. package/dist/ui/components/form/input-color/react-input-color-lib/themes.js +0 -24
  2075. package/dist/ui/components/form/input-color/react-input-color-lib/themes.js.map +0 -1
  2076. package/dist/ui/components/form/input-color/react-input-color-lib/types.js +0 -3
  2077. package/dist/ui/components/form/input-color/react-input-color-lib/types.js.map +0 -1
  2078. package/dist/ui/components/form/input-color/styles.js +0 -14
  2079. package/dist/ui/components/form/input-color/styles.js.map +0 -1
  2080. package/dist/ui/components/form/input-control/error/index.js +0 -34
  2081. package/dist/ui/components/form/input-control/error/index.js.map +0 -1
  2082. package/dist/ui/components/form/input-control/error/styles.js +0 -14
  2083. package/dist/ui/components/form/input-control/error/styles.js.map +0 -1
  2084. package/dist/ui/components/form/input-control/index.js +0 -44
  2085. package/dist/ui/components/form/input-control/index.js.map +0 -1
  2086. package/dist/ui/components/form/input-control/label/index.js +0 -38
  2087. package/dist/ui/components/form/input-control/label/index.js.map +0 -1
  2088. package/dist/ui/components/form/input-control/label/interfaces.js +0 -1
  2089. package/dist/ui/components/form/input-control/label/interfaces.js.map +0 -1
  2090. package/dist/ui/components/form/input-control/label/styles.js +0 -14
  2091. package/dist/ui/components/form/input-control/label/styles.js.map +0 -1
  2092. package/dist/ui/components/form/input-control/loader-input/index.js +0 -34
  2093. package/dist/ui/components/form/input-control/loader-input/index.js.map +0 -1
  2094. package/dist/ui/components/form/input-control/loader-input/styles.js +0 -14
  2095. package/dist/ui/components/form/input-control/loader-input/styles.js.map +0 -1
  2096. package/dist/ui/components/form/input-control/styles.js +0 -14
  2097. package/dist/ui/components/form/input-control/styles.js.map +0 -1
  2098. package/dist/ui/components/form/input-cpf-cnpj/index.js +0 -33
  2099. package/dist/ui/components/form/input-cpf-cnpj/index.js.map +0 -1
  2100. package/dist/ui/components/form/input-currency/components/CurrencyInput.js +0 -247
  2101. package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +0 -1
  2102. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +0 -3
  2103. package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js.map +0 -1
  2104. package/dist/ui/components/form/input-currency/components/index.js +0 -18
  2105. package/dist/ui/components/form/input-currency/components/index.js.map +0 -1
  2106. package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +0 -12
  2107. package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +0 -1
  2108. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +0 -62
  2109. package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +0 -1
  2110. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +0 -13
  2111. package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +0 -1
  2112. package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +0 -30
  2113. package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +0 -1
  2114. package/dist/ui/components/form/input-currency/components/utils/formatValue.js +0 -132
  2115. package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +0 -1
  2116. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +0 -49
  2117. package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +0 -1
  2118. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +0 -12
  2119. package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +0 -1
  2120. package/dist/ui/components/form/input-currency/components/utils/index.js +0 -25
  2121. package/dist/ui/components/form/input-currency/components/utils/index.js.map +0 -1
  2122. package/dist/ui/components/form/input-currency/components/utils/isNumber.js +0 -6
  2123. package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +0 -1
  2124. package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +0 -28
  2125. package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +0 -1
  2126. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +0 -40
  2127. package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +0 -1
  2128. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +0 -14
  2129. package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +0 -1
  2130. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +0 -14
  2131. package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +0 -1
  2132. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +0 -30
  2133. package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +0 -1
  2134. package/dist/ui/components/form/input-currency/index.js +0 -63
  2135. package/dist/ui/components/form/input-currency/index.js.map +0 -1
  2136. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +0 -65
  2137. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +0 -1
  2138. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +0 -23
  2139. package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +0 -1
  2140. package/dist/ui/components/form/input-date-picker/calendar/days/index.js +0 -87
  2141. package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +0 -1
  2142. package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +0 -17
  2143. package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +0 -1
  2144. package/dist/ui/components/form/input-date-picker/calendar/index.js +0 -58
  2145. package/dist/ui/components/form/input-date-picker/calendar/index.js.map +0 -1
  2146. package/dist/ui/components/form/input-date-picker/calendar/interface.js +0 -3
  2147. package/dist/ui/components/form/input-date-picker/calendar/interface.js.map +0 -1
  2148. package/dist/ui/components/form/input-date-picker/calendar/months/index.js +0 -68
  2149. package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +0 -1
  2150. package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +0 -17
  2151. package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +0 -1
  2152. package/dist/ui/components/form/input-date-picker/calendar/styles.js +0 -17
  2153. package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +0 -1
  2154. package/dist/ui/components/form/input-date-picker/component.js +0 -91
  2155. package/dist/ui/components/form/input-date-picker/component.js.map +0 -1
  2156. package/dist/ui/components/form/input-date-picker/index.js +0 -19
  2157. package/dist/ui/components/form/input-date-picker/index.js.map +0 -1
  2158. package/dist/ui/components/form/input-date-picker/interfaces.js +0 -3
  2159. package/dist/ui/components/form/input-date-picker/interfaces.js.map +0 -1
  2160. package/dist/ui/components/form/input-date-picker/mock/index.js +0 -18
  2161. package/dist/ui/components/form/input-date-picker/mock/index.js.map +0 -1
  2162. package/dist/ui/components/form/input-date-picker/mock/translations.js +0 -50
  2163. package/dist/ui/components/form/input-date-picker/mock/translations.js.map +0 -1
  2164. package/dist/ui/components/form/input-date-picker/styles.d.ts +0 -0
  2165. package/dist/ui/components/form/input-date-picker/styles.js +0 -1
  2166. package/dist/ui/components/form/input-date-picker/styles.js.map +0 -1
  2167. package/dist/ui/components/form/input-file/component.js +0 -49
  2168. package/dist/ui/components/form/input-file/component.js.map +0 -1
  2169. package/dist/ui/components/form/input-file/hooks/index.js +0 -21
  2170. package/dist/ui/components/form/input-file/hooks/index.js.map +0 -1
  2171. package/dist/ui/components/form/input-file/hooks/use-components-file.js +0 -65
  2172. package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +0 -1
  2173. package/dist/ui/components/form/input-file/hooks/use-file-elements.js +0 -76
  2174. package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +0 -1
  2175. package/dist/ui/components/form/input-file/hooks/use-file.js +0 -130
  2176. package/dist/ui/components/form/input-file/hooks/use-file.js.map +0 -1
  2177. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +0 -71
  2178. package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +0 -1
  2179. package/dist/ui/components/form/input-file/index.js +0 -21
  2180. package/dist/ui/components/form/input-file/index.js.map +0 -1
  2181. package/dist/ui/components/form/input-file/render-files/component.js +0 -54
  2182. package/dist/ui/components/form/input-file/render-files/component.js.map +0 -1
  2183. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +0 -18
  2184. package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +0 -1
  2185. package/dist/ui/components/form/input-file/render-files/file-item/index.js +0 -49
  2186. package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +0 -1
  2187. package/dist/ui/components/form/input-file/render-files/file-item/styles.js +0 -14
  2188. package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +0 -1
  2189. package/dist/ui/components/form/input-file/render-files/index.js +0 -20
  2190. package/dist/ui/components/form/input-file/render-files/index.js.map +0 -1
  2191. package/dist/ui/components/form/input-file/render-files/interfaces.js +0 -3
  2192. package/dist/ui/components/form/input-file/render-files/interfaces.js.map +0 -1
  2193. package/dist/ui/components/form/input-file/render-files/styles.js +0 -14
  2194. package/dist/ui/components/form/input-file/render-files/styles.js.map +0 -1
  2195. package/dist/ui/components/form/input-file/styles.js +0 -15
  2196. package/dist/ui/components/form/input-file/styles.js.map +0 -1
  2197. package/dist/ui/components/form/input-manager/component.js +0 -77
  2198. package/dist/ui/components/form/input-manager/component.js.map +0 -1
  2199. package/dist/ui/components/form/input-manager/index.js +0 -19
  2200. package/dist/ui/components/form/input-manager/index.js.map +0 -1
  2201. package/dist/ui/components/form/input-manager/interfaces.js +0 -3
  2202. package/dist/ui/components/form/input-manager/interfaces.js.map +0 -1
  2203. package/dist/ui/components/form/input-manager/styles.js +0 -17
  2204. package/dist/ui/components/form/input-manager/styles.js.map +0 -1
  2205. package/dist/ui/components/form/input-mask/index.js +0 -118
  2206. package/dist/ui/components/form/input-mask/index.js.map +0 -1
  2207. package/dist/ui/components/form/input-password/index.js +0 -62
  2208. package/dist/ui/components/form/input-password/index.js.map +0 -1
  2209. package/dist/ui/components/form/input-password/styles.js +0 -14
  2210. package/dist/ui/components/form/input-password/styles.js.map +0 -1
  2211. package/dist/ui/components/form/input-seo/index.js +0 -36
  2212. package/dist/ui/components/form/input-seo/index.js.map +0 -1
  2213. package/dist/ui/components/form/input-seo/input-meta-image/index.js +0 -51
  2214. package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +0 -1
  2215. package/dist/ui/components/form/input-seo/input-meta-image/styles.js +0 -14
  2216. package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +0 -1
  2217. package/dist/ui/components/form/input-seo/styles.js +0 -11
  2218. package/dist/ui/components/form/input-seo/styles.js.map +0 -1
  2219. package/dist/ui/components/form/input-svg/index.js +0 -80
  2220. package/dist/ui/components/form/input-svg/index.js.map +0 -1
  2221. package/dist/ui/components/form/input-svg/styles.js +0 -14
  2222. package/dist/ui/components/form/input-svg/styles.js.map +0 -1
  2223. package/dist/ui/components/form/input-switch/index.js +0 -53
  2224. package/dist/ui/components/form/input-switch/index.js.map +0 -1
  2225. package/dist/ui/components/form/input-switch/interfaces.js +0 -3
  2226. package/dist/ui/components/form/input-switch/interfaces.js.map +0 -1
  2227. package/dist/ui/components/form/input-switch/styles.js +0 -14
  2228. package/dist/ui/components/form/input-switch/styles.js.map +0 -1
  2229. package/dist/ui/components/form/input-youtube/index.js +0 -63
  2230. package/dist/ui/components/form/input-youtube/index.js.map +0 -1
  2231. package/dist/ui/components/form/input-youtube/styles.js +0 -14
  2232. package/dist/ui/components/form/input-youtube/styles.js.map +0 -1
  2233. package/dist/ui/components/form/interfaces.js +0 -3
  2234. package/dist/ui/components/form/interfaces.js.map +0 -1
  2235. package/dist/ui/components/form/radio/index.js +0 -64
  2236. package/dist/ui/components/form/radio/index.js.map +0 -1
  2237. package/dist/ui/components/form/radio/styles.js +0 -14
  2238. package/dist/ui/components/form/radio/styles.js.map +0 -1
  2239. package/dist/ui/components/form/range-date-picker/index.js +0 -61
  2240. package/dist/ui/components/form/range-date-picker/index.js.map +0 -1
  2241. package/dist/ui/components/form/range-date-picker/styles.js +0 -14
  2242. package/dist/ui/components/form/range-date-picker/styles.js.map +0 -1
  2243. package/dist/ui/components/form/select/custom-styles.js +0 -29
  2244. package/dist/ui/components/form/select/custom-styles.js.map +0 -1
  2245. package/dist/ui/components/form/select/index.js +0 -137
  2246. package/dist/ui/components/form/select/index.js.map +0 -1
  2247. package/dist/ui/components/form/select/interfaces.d.ts +0 -0
  2248. package/dist/ui/components/form/select/interfaces.js +0 -1
  2249. package/dist/ui/components/form/select/interfaces.js.map +0 -1
  2250. package/dist/ui/components/form/select/styles.js +0 -14
  2251. package/dist/ui/components/form/select/styles.js.map +0 -1
  2252. package/dist/ui/components/form/select-icon/index.js +0 -49
  2253. package/dist/ui/components/form/select-icon/index.js.map +0 -1
  2254. package/dist/ui/components/form/select-icon/styles.js +0 -14
  2255. package/dist/ui/components/form/select-icon/styles.js.map +0 -1
  2256. package/dist/ui/components/form/text-editor/index.js +0 -27
  2257. package/dist/ui/components/form/text-editor/index.js.map +0 -1
  2258. package/dist/ui/components/form/text-editor/quill.js +0 -39
  2259. package/dist/ui/components/form/text-editor/quill.js.map +0 -1
  2260. package/dist/ui/components/form/text-editor/react-quill.css +0 -922
  2261. package/dist/ui/components/form/textarea/index.js +0 -29
  2262. package/dist/ui/components/form/textarea/index.js.map +0 -1
  2263. package/dist/ui/components/google-translate-page/index.js +0 -40
  2264. package/dist/ui/components/google-translate-page/index.js.map +0 -1
  2265. package/dist/ui/components/google-translate-page/styles.js +0 -11
  2266. package/dist/ui/components/google-translate-page/styles.js.map +0 -1
  2267. package/dist/ui/components/google-translate-page/translate.js +0 -43
  2268. package/dist/ui/components/google-translate-page/translate.js.map +0 -1
  2269. package/dist/ui/components/index.js +0 -38
  2270. package/dist/ui/components/index.js.map +0 -1
  2271. package/dist/ui/components/loader-circle/index.js +0 -15
  2272. package/dist/ui/components/loader-circle/index.js.map +0 -1
  2273. package/dist/ui/components/loader-circle/interfaces.js +0 -3
  2274. package/dist/ui/components/loader-circle/interfaces.js.map +0 -1
  2275. package/dist/ui/components/loading-screen/index.js +0 -50
  2276. package/dist/ui/components/loading-screen/index.js.map +0 -1
  2277. package/dist/ui/components/loading-screen/interfaces.js +0 -3
  2278. package/dist/ui/components/loading-screen/interfaces.js.map +0 -1
  2279. package/dist/ui/components/loading-screen/styles.js +0 -35
  2280. package/dist/ui/components/loading-screen/styles.js.map +0 -1
  2281. package/dist/ui/components/menu-mobile/components/nav-links/index.js +0 -70
  2282. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +0 -1
  2283. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +0 -3
  2284. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +0 -1
  2285. package/dist/ui/components/menu-mobile/components/nav-links/styles.js +0 -14
  2286. package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +0 -1
  2287. package/dist/ui/components/menu-mobile/index.js +0 -78
  2288. package/dist/ui/components/menu-mobile/index.js.map +0 -1
  2289. package/dist/ui/components/menu-mobile/interfaces.js +0 -3
  2290. package/dist/ui/components/menu-mobile/interfaces.js.map +0 -1
  2291. package/dist/ui/components/menu-mobile/styles.js +0 -14
  2292. package/dist/ui/components/menu-mobile/styles.js.map +0 -1
  2293. package/dist/ui/components/menu-mobile/top/index.js +0 -50
  2294. package/dist/ui/components/menu-mobile/top/index.js.map +0 -1
  2295. package/dist/ui/components/menu-mobile/top/interfaces.js +0 -3
  2296. package/dist/ui/components/menu-mobile/top/interfaces.js.map +0 -1
  2297. package/dist/ui/components/menu-mobile/top/styles.js +0 -14
  2298. package/dist/ui/components/menu-mobile/top/styles.js.map +0 -1
  2299. package/dist/ui/components/modal/component.js +0 -76
  2300. package/dist/ui/components/modal/component.js.map +0 -1
  2301. package/dist/ui/components/modal/index.js +0 -19
  2302. package/dist/ui/components/modal/index.js.map +0 -1
  2303. package/dist/ui/components/modal/interfaces.js +0 -3
  2304. package/dist/ui/components/modal/interfaces.js.map +0 -1
  2305. package/dist/ui/components/modal/styles.js +0 -14
  2306. package/dist/ui/components/modal/styles.js.map +0 -1
  2307. package/dist/ui/components/next-image/index.js +0 -42
  2308. package/dist/ui/components/next-image/index.js.map +0 -1
  2309. package/dist/ui/components/next-image/interfaces.js +0 -3
  2310. package/dist/ui/components/next-image/interfaces.js.map +0 -1
  2311. package/dist/ui/components/next-image/styles.js +0 -14
  2312. package/dist/ui/components/next-image/styles.js.map +0 -1
  2313. package/dist/ui/components/pagination/index.js +0 -60
  2314. package/dist/ui/components/pagination/index.js.map +0 -1
  2315. package/dist/ui/components/pagination/service.js +0 -51
  2316. package/dist/ui/components/pagination/service.js.map +0 -1
  2317. package/dist/ui/components/pagination/styles.js +0 -14
  2318. package/dist/ui/components/pagination/styles.js.map +0 -1
  2319. package/dist/ui/components/pix/index.js +0 -63
  2320. package/dist/ui/components/pix/index.js.map +0 -1
  2321. package/dist/ui/components/pix/pix-sucess/index.js +0 -39
  2322. package/dist/ui/components/pix/pix-sucess/index.js.map +0 -1
  2323. package/dist/ui/components/pix/pix-sucess/styles.js +0 -14
  2324. package/dist/ui/components/pix/pix-sucess/styles.js.map +0 -1
  2325. package/dist/ui/components/pix/styles.js +0 -20
  2326. package/dist/ui/components/pix/styles.js.map +0 -1
  2327. package/dist/ui/components/pix/timer/index.js +0 -60
  2328. package/dist/ui/components/pix/timer/index.js.map +0 -1
  2329. package/dist/ui/components/pix/timer/styles.js +0 -14
  2330. package/dist/ui/components/pix/timer/styles.js.map +0 -1
  2331. package/dist/ui/components/sidebar/index.js +0 -62
  2332. package/dist/ui/components/sidebar/index.js.map +0 -1
  2333. package/dist/ui/components/sidebar/interfaces.js +0 -3
  2334. package/dist/ui/components/sidebar/interfaces.js.map +0 -1
  2335. package/dist/ui/components/sidebar/styles.js +0 -16
  2336. package/dist/ui/components/sidebar/styles.js.map +0 -1
  2337. package/dist/ui/components/skeleton/index.js +0 -34
  2338. package/dist/ui/components/skeleton/index.js.map +0 -1
  2339. package/dist/ui/components/skeleton/styles.js +0 -14
  2340. package/dist/ui/components/skeleton/styles.js.map +0 -1
  2341. package/dist/ui/components/tooltip/component.js +0 -108
  2342. package/dist/ui/components/tooltip/component.js.map +0 -1
  2343. package/dist/ui/components/tooltip/hooks/use-tool-tip.js +0 -109
  2344. package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +0 -1
  2345. package/dist/ui/components/tooltip/index.js +0 -19
  2346. package/dist/ui/components/tooltip/index.js.map +0 -1
  2347. package/dist/ui/components/tooltip/interfaces.js +0 -3
  2348. package/dist/ui/components/tooltip/interfaces.js.map +0 -1
  2349. package/dist/ui/components/tooltip/styles.js +0 -61
  2350. package/dist/ui/components/tooltip/styles.js.map +0 -1
  2351. package/dist/ui/components/video/component.js +0 -26
  2352. package/dist/ui/components/video/component.js.map +0 -1
  2353. package/dist/ui/components/video/index.js +0 -19
  2354. package/dist/ui/components/video/index.js.map +0 -1
  2355. package/dist/ui/components/video/interfaces.js +0 -3
  2356. package/dist/ui/components/video/interfaces.js.map +0 -1
  2357. package/dist/ui/components/video/panda-video/components/index.js +0 -19
  2358. package/dist/ui/components/video/panda-video/components/index.js.map +0 -1
  2359. package/dist/ui/components/video/panda-video/components/player-component.js +0 -90
  2360. package/dist/ui/components/video/panda-video/components/player-component.js.map +0 -1
  2361. package/dist/ui/components/video/panda-video/components/player-wrapper.js +0 -13
  2362. package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +0 -1
  2363. package/dist/ui/components/video/panda-video/index.js +0 -19
  2364. package/dist/ui/components/video/panda-video/index.js.map +0 -1
  2365. package/dist/ui/components/video/panda-video/interfaces.js +0 -3
  2366. package/dist/ui/components/video/panda-video/interfaces.js.map +0 -1
  2367. package/dist/ui/components/video/panda-video/player.js +0 -48
  2368. package/dist/ui/components/video/panda-video/player.js.map +0 -1
  2369. package/dist/ui/components/warning/index.js +0 -159
  2370. package/dist/ui/components/warning/index.js.map +0 -1
  2371. package/dist/ui/components/warning/interface.js +0 -3
  2372. package/dist/ui/components/warning/interface.js.map +0 -1
  2373. package/dist/ui/components/warning/styles.js +0 -14
  2374. package/dist/ui/components/warning/styles.js.map +0 -1
  2375. package/dist/ui/contexts/i18n/context.js +0 -112
  2376. package/dist/ui/contexts/i18n/context.js.map +0 -1
  2377. package/dist/ui/contexts/i18n/edit-mode/index.js +0 -91
  2378. package/dist/ui/contexts/i18n/edit-mode/index.js.map +0 -1
  2379. package/dist/ui/contexts/i18n/get-initial-props.js +0 -100
  2380. package/dist/ui/contexts/i18n/get-initial-props.js.map +0 -1
  2381. package/dist/ui/contexts/i18n/index.js +0 -23
  2382. package/dist/ui/contexts/i18n/index.js.map +0 -1
  2383. package/dist/ui/contexts/i18n/interfaces.js +0 -3
  2384. package/dist/ui/contexts/i18n/interfaces.js.map +0 -1
  2385. package/dist/ui/contexts/i18n/translate.js +0 -147
  2386. package/dist/ui/contexts/i18n/translate.js.map +0 -1
  2387. package/dist/ui/contexts/i18n/use-i18n-data/index.js +0 -27
  2388. package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +0 -1
  2389. package/dist/ui/contexts/index.js +0 -20
  2390. package/dist/ui/contexts/index.js.map +0 -1
  2391. package/dist/ui/contexts/route-loading/index.js +0 -43
  2392. package/dist/ui/contexts/route-loading/index.js.map +0 -1
  2393. package/dist/ui/contexts/toast/index.js +0 -76
  2394. package/dist/ui/contexts/toast/index.js.map +0 -1
  2395. package/dist/ui/contexts/toast/interfaces.js +0 -3
  2396. package/dist/ui/contexts/toast/interfaces.js.map +0 -1
  2397. package/dist/ui/contexts/toast/styles.js +0 -15
  2398. package/dist/ui/contexts/toast/styles.js.map +0 -1
  2399. package/dist/ui/contexts/toast/toast-item/index.js +0 -61
  2400. package/dist/ui/contexts/toast/toast-item/index.js.map +0 -1
  2401. package/dist/ui/contexts/toast/toast-item/styles.js +0 -35
  2402. package/dist/ui/contexts/toast/toast-item/styles.js.map +0 -1
  2403. package/dist/ui/hooks/index.js +0 -23
  2404. package/dist/ui/hooks/index.js.map +0 -1
  2405. package/dist/ui/hooks/permitions/camera/index.js +0 -19
  2406. package/dist/ui/hooks/permitions/camera/index.js.map +0 -1
  2407. package/dist/ui/hooks/permitions/camera/styles.js +0 -14
  2408. package/dist/ui/hooks/permitions/camera/styles.js.map +0 -1
  2409. package/dist/ui/hooks/permitions/camera/use-camera.js +0 -108
  2410. package/dist/ui/hooks/permitions/camera/use-camera.js.map +0 -1
  2411. package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +0 -32
  2412. package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +0 -1
  2413. package/dist/ui/hooks/permitions/camera/webcan-component.js +0 -340
  2414. package/dist/ui/hooks/permitions/camera/webcan-component.js.map +0 -1
  2415. package/dist/ui/hooks/permitions/index.js +0 -18
  2416. package/dist/ui/hooks/permitions/index.js.map +0 -1
  2417. package/dist/ui/hooks/use-component-is-mounted.js +0 -13
  2418. package/dist/ui/hooks/use-component-is-mounted.js.map +0 -1
  2419. package/dist/ui/hooks/use-element-id.js +0 -28
  2420. package/dist/ui/hooks/use-element-id.js.map +0 -1
  2421. package/dist/ui/hooks/use-scroll.js +0 -29
  2422. package/dist/ui/hooks/use-scroll.js.map +0 -1
  2423. package/dist/ui/hooks/use-timer/index.js +0 -19
  2424. package/dist/ui/hooks/use-timer/index.js.map +0 -1
  2425. package/dist/ui/hooks/use-timer/interfaces.js +0 -3
  2426. package/dist/ui/hooks/use-timer/interfaces.js.map +0 -1
  2427. package/dist/ui/hooks/use-timer/use-timer.js +0 -56
  2428. package/dist/ui/hooks/use-timer/use-timer.js.map +0 -1
  2429. package/dist/ui/hooks/use-window.js +0 -29
  2430. package/dist/ui/hooks/use-window.js.map +0 -1
  2431. package/dist/ui/icons/index.js +0 -137
  2432. package/dist/ui/icons/index.js.map +0 -1
  2433. package/dist/ui/icons/interfaces.js +0 -3
  2434. package/dist/ui/icons/interfaces.js.map +0 -1
  2435. package/dist/ui/icons/render/component.js +0 -10
  2436. package/dist/ui/icons/render/component.js.map +0 -1
  2437. package/dist/ui/icons/render/icon-Instagram.js +0 -15
  2438. package/dist/ui/icons/render/icon-Instagram.js.map +0 -1
  2439. package/dist/ui/icons/render/icon-Linkedin.js +0 -15
  2440. package/dist/ui/icons/render/icon-Linkedin.js.map +0 -1
  2441. package/dist/ui/icons/render/icon-Lupa.js +0 -10
  2442. package/dist/ui/icons/render/icon-Lupa.js.map +0 -1
  2443. package/dist/ui/icons/render/icon-Map.js +0 -10
  2444. package/dist/ui/icons/render/icon-Map.js.map +0 -1
  2445. package/dist/ui/icons/render/icon-Microphone.js +0 -10
  2446. package/dist/ui/icons/render/icon-Microphone.js.map +0 -1
  2447. package/dist/ui/icons/render/icon-Minus.js +0 -10
  2448. package/dist/ui/icons/render/icon-Minus.js.map +0 -1
  2449. package/dist/ui/icons/render/icon-Phone.js +0 -15
  2450. package/dist/ui/icons/render/icon-Phone.js.map +0 -1
  2451. package/dist/ui/icons/render/icon-Pin.js +0 -20
  2452. package/dist/ui/icons/render/icon-Pin.js.map +0 -1
  2453. package/dist/ui/icons/render/icon-Play.js +0 -10
  2454. package/dist/ui/icons/render/icon-Play.js.map +0 -1
  2455. package/dist/ui/icons/render/icon-Plus.js +0 -10
  2456. package/dist/ui/icons/render/icon-Plus.js.map +0 -1
  2457. package/dist/ui/icons/render/icon-Share.js +0 -10
  2458. package/dist/ui/icons/render/icon-Share.js.map +0 -1
  2459. package/dist/ui/icons/render/icon-TikTok.js +0 -10
  2460. package/dist/ui/icons/render/icon-TikTok.js.map +0 -1
  2461. package/dist/ui/icons/render/icon-YouTube.js +0 -10
  2462. package/dist/ui/icons/render/icon-YouTube.js.map +0 -1
  2463. package/dist/ui/icons/render/icon-academic-cap.js +0 -10
  2464. package/dist/ui/icons/render/icon-academic-cap.js.map +0 -1
  2465. package/dist/ui/icons/render/icon-ampulheta.js +0 -10
  2466. package/dist/ui/icons/render/icon-ampulheta.js.map +0 -1
  2467. package/dist/ui/icons/render/icon-block.js +0 -10
  2468. package/dist/ui/icons/render/icon-block.js.map +0 -1
  2469. package/dist/ui/icons/render/icon-bottom-chevron.js +0 -10
  2470. package/dist/ui/icons/render/icon-bottom-chevron.js.map +0 -1
  2471. package/dist/ui/icons/render/icon-bottom-navigation-double.js +0 -10
  2472. package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +0 -1
  2473. package/dist/ui/icons/render/icon-bottom-navigation.js +0 -10
  2474. package/dist/ui/icons/render/icon-bottom-navigation.js.map +0 -1
  2475. package/dist/ui/icons/render/icon-box.js +0 -10
  2476. package/dist/ui/icons/render/icon-box.js.map +0 -1
  2477. package/dist/ui/icons/render/icon-calculator.js +0 -10
  2478. package/dist/ui/icons/render/icon-calculator.js.map +0 -1
  2479. package/dist/ui/icons/render/icon-calendar-browse.js +0 -10
  2480. package/dist/ui/icons/render/icon-calendar-browse.js.map +0 -1
  2481. package/dist/ui/icons/render/icon-calendar-time.js +0 -10
  2482. package/dist/ui/icons/render/icon-calendar-time.js.map +0 -1
  2483. package/dist/ui/icons/render/icon-calendar.js +0 -10
  2484. package/dist/ui/icons/render/icon-calendar.js.map +0 -1
  2485. package/dist/ui/icons/render/icon-cam.js +0 -10
  2486. package/dist/ui/icons/render/icon-cam.js.map +0 -1
  2487. package/dist/ui/icons/render/icon-cell-phone.js +0 -10
  2488. package/dist/ui/icons/render/icon-cell-phone.js.map +0 -1
  2489. package/dist/ui/icons/render/icon-chalet.js +0 -10
  2490. package/dist/ui/icons/render/icon-chalet.js.map +0 -1
  2491. package/dist/ui/icons/render/icon-chat.js +0 -10
  2492. package/dist/ui/icons/render/icon-chat.js.map +0 -1
  2493. package/dist/ui/icons/render/icon-check.js +0 -10
  2494. package/dist/ui/icons/render/icon-check.js.map +0 -1
  2495. package/dist/ui/icons/render/icon-checked.js +0 -10
  2496. package/dist/ui/icons/render/icon-checked.js.map +0 -1
  2497. package/dist/ui/icons/render/icon-circular-left-arrow.js +0 -10
  2498. package/dist/ui/icons/render/icon-circular-left-arrow.js.map +0 -1
  2499. package/dist/ui/icons/render/icon-circular-right-arrow.js +0 -10
  2500. package/dist/ui/icons/render/icon-circular-right-arrow.js.map +0 -1
  2501. package/dist/ui/icons/render/icon-clip.js +0 -10
  2502. package/dist/ui/icons/render/icon-clip.js.map +0 -1
  2503. package/dist/ui/icons/render/icon-clock.js +0 -20
  2504. package/dist/ui/icons/render/icon-clock.js.map +0 -1
  2505. package/dist/ui/icons/render/icon-close.js +0 -10
  2506. package/dist/ui/icons/render/icon-close.js.map +0 -1
  2507. package/dist/ui/icons/render/icon-codie.js +0 -10
  2508. package/dist/ui/icons/render/icon-codie.js.map +0 -1
  2509. package/dist/ui/icons/render/icon-computer.js +0 -10
  2510. package/dist/ui/icons/render/icon-computer.js.map +0 -1
  2511. package/dist/ui/icons/render/icon-credit-card.js +0 -15
  2512. package/dist/ui/icons/render/icon-credit-card.js.map +0 -1
  2513. package/dist/ui/icons/render/icon-danger.js +0 -10
  2514. package/dist/ui/icons/render/icon-danger.js.map +0 -1
  2515. package/dist/ui/icons/render/icon-death.js +0 -10
  2516. package/dist/ui/icons/render/icon-death.js.map +0 -1
  2517. package/dist/ui/icons/render/icon-delete.js +0 -10
  2518. package/dist/ui/icons/render/icon-delete.js.map +0 -1
  2519. package/dist/ui/icons/render/icon-diabets.js +0 -10
  2520. package/dist/ui/icons/render/icon-diabets.js.map +0 -1
  2521. package/dist/ui/icons/render/icon-door.js +0 -10
  2522. package/dist/ui/icons/render/icon-door.js.map +0 -1
  2523. package/dist/ui/icons/render/icon-drop-file.js +0 -10
  2524. package/dist/ui/icons/render/icon-drop-file.js.map +0 -1
  2525. package/dist/ui/icons/render/icon-edit-image.js +0 -10
  2526. package/dist/ui/icons/render/icon-edit-image.js.map +0 -1
  2527. package/dist/ui/icons/render/icon-edit.js +0 -10
  2528. package/dist/ui/icons/render/icon-edit.js.map +0 -1
  2529. package/dist/ui/icons/render/icon-email.js +0 -15
  2530. package/dist/ui/icons/render/icon-email.js.map +0 -1
  2531. package/dist/ui/icons/render/icon-empty-chat.js +0 -10
  2532. package/dist/ui/icons/render/icon-empty-chat.js.map +0 -1
  2533. package/dist/ui/icons/render/icon-equalizer.js +0 -15
  2534. package/dist/ui/icons/render/icon-equalizer.js.map +0 -1
  2535. package/dist/ui/icons/render/icon-excel.js +0 -10
  2536. package/dist/ui/icons/render/icon-excel.js.map +0 -1
  2537. package/dist/ui/icons/render/icon-exclamation.js +0 -10
  2538. package/dist/ui/icons/render/icon-exclamation.js.map +0 -1
  2539. package/dist/ui/icons/render/icon-exit.js +0 -10
  2540. package/dist/ui/icons/render/icon-exit.js.map +0 -1
  2541. package/dist/ui/icons/render/icon-eye-slash.js +0 -10
  2542. package/dist/ui/icons/render/icon-eye-slash.js.map +0 -1
  2543. package/dist/ui/icons/render/icon-eye.js +0 -10
  2544. package/dist/ui/icons/render/icon-eye.js.map +0 -1
  2545. package/dist/ui/icons/render/icon-facebook.js +0 -15
  2546. package/dist/ui/icons/render/icon-facebook.js.map +0 -1
  2547. package/dist/ui/icons/render/icon-file.js +0 -10
  2548. package/dist/ui/icons/render/icon-file.js.map +0 -1
  2549. package/dist/ui/icons/render/icon-flag.js +0 -10
  2550. package/dist/ui/icons/render/icon-flag.js.map +0 -1
  2551. package/dist/ui/icons/render/icon-folder.js +0 -10
  2552. package/dist/ui/icons/render/icon-folder.js.map +0 -1
  2553. package/dist/ui/icons/render/icon-fullfield-bell.js +0 -10
  2554. package/dist/ui/icons/render/icon-fullfield-bell.js.map +0 -1
  2555. package/dist/ui/icons/render/icon-fullfield-chat.js +0 -10
  2556. package/dist/ui/icons/render/icon-fullfield-chat.js.map +0 -1
  2557. package/dist/ui/icons/render/icon-gear.js +0 -10
  2558. package/dist/ui/icons/render/icon-gear.js.map +0 -1
  2559. package/dist/ui/icons/render/icon-gender.js +0 -10
  2560. package/dist/ui/icons/render/icon-gender.js.map +0 -1
  2561. package/dist/ui/icons/render/icon-globe.js +0 -10
  2562. package/dist/ui/icons/render/icon-globe.js.map +0 -1
  2563. package/dist/ui/icons/render/icon-heart.js +0 -10
  2564. package/dist/ui/icons/render/icon-heart.js.map +0 -1
  2565. package/dist/ui/icons/render/icon-home.js +0 -15
  2566. package/dist/ui/icons/render/icon-home.js.map +0 -1
  2567. package/dist/ui/icons/render/icon-hospitalization.js +0 -10
  2568. package/dist/ui/icons/render/icon-hospitalization.js.map +0 -1
  2569. package/dist/ui/icons/render/icon-hypertension.js +0 -10
  2570. package/dist/ui/icons/render/icon-hypertension.js.map +0 -1
  2571. package/dist/ui/icons/render/icon-info.js +0 -10
  2572. package/dist/ui/icons/render/icon-info.js.map +0 -1
  2573. package/dist/ui/icons/render/icon-interrogation-circle.js +0 -10
  2574. package/dist/ui/icons/render/icon-interrogation-circle.js.map +0 -1
  2575. package/dist/ui/icons/render/icon-language.js +0 -10
  2576. package/dist/ui/icons/render/icon-language.js.map +0 -1
  2577. package/dist/ui/icons/render/icon-left-chevron.js +0 -10
  2578. package/dist/ui/icons/render/icon-left-chevron.js.map +0 -1
  2579. package/dist/ui/icons/render/icon-left-navigation-circle.js +0 -10
  2580. package/dist/ui/icons/render/icon-left-navigation-circle.js.map +0 -1
  2581. package/dist/ui/icons/render/icon-left-navigation.js +0 -10
  2582. package/dist/ui/icons/render/icon-left-navigation.js.map +0 -1
  2583. package/dist/ui/icons/render/icon-like.js +0 -10
  2584. package/dist/ui/icons/render/icon-like.js.map +0 -1
  2585. package/dist/ui/icons/render/icon-loading.js +0 -10
  2586. package/dist/ui/icons/render/icon-loading.js.map +0 -1
  2587. package/dist/ui/icons/render/icon-map-floor.js +0 -10
  2588. package/dist/ui/icons/render/icon-map-floor.js.map +0 -1
  2589. package/dist/ui/icons/render/icon-message-balloon.js +0 -10
  2590. package/dist/ui/icons/render/icon-message-balloon.js.map +0 -1
  2591. package/dist/ui/icons/render/icon-mobile.js +0 -10
  2592. package/dist/ui/icons/render/icon-mobile.js.map +0 -1
  2593. package/dist/ui/icons/render/icon-money-value-symbol.js +0 -10
  2594. package/dist/ui/icons/render/icon-money-value-symbol.js.map +0 -1
  2595. package/dist/ui/icons/render/icon-next.js +0 -10
  2596. package/dist/ui/icons/render/icon-next.js.map +0 -1
  2597. package/dist/ui/icons/render/icon-not-found.js +0 -10
  2598. package/dist/ui/icons/render/icon-not-found.js.map +0 -1
  2599. package/dist/ui/icons/render/icon-not-like.js +0 -10
  2600. package/dist/ui/icons/render/icon-not-like.js.map +0 -1
  2601. package/dist/ui/icons/render/icon-padlock.js +0 -15
  2602. package/dist/ui/icons/render/icon-padlock.js.map +0 -1
  2603. package/dist/ui/icons/render/icon-pc.js +0 -10
  2604. package/dist/ui/icons/render/icon-pc.js.map +0 -1
  2605. package/dist/ui/icons/render/icon-pdf.js +0 -10
  2606. package/dist/ui/icons/render/icon-pdf.js.map +0 -1
  2607. package/dist/ui/icons/render/icon-performance.js +0 -10
  2608. package/dist/ui/icons/render/icon-performance.js.map +0 -1
  2609. package/dist/ui/icons/render/icon-person.js +0 -15
  2610. package/dist/ui/icons/render/icon-person.js.map +0 -1
  2611. package/dist/ui/icons/render/icon-pet.js +0 -10
  2612. package/dist/ui/icons/render/icon-pet.js.map +0 -1
  2613. package/dist/ui/icons/render/icon-phone-message.js +0 -10
  2614. package/dist/ui/icons/render/icon-phone-message.js.map +0 -1
  2615. package/dist/ui/icons/render/icon-play-rounded.js +0 -10
  2616. package/dist/ui/icons/render/icon-play-rounded.js.map +0 -1
  2617. package/dist/ui/icons/render/icon-plus-sharp.js +0 -10
  2618. package/dist/ui/icons/render/icon-plus-sharp.js.map +0 -1
  2619. package/dist/ui/icons/render/icon-prev.js +0 -10
  2620. package/dist/ui/icons/render/icon-prev.js.map +0 -1
  2621. package/dist/ui/icons/render/icon-print.js +0 -10
  2622. package/dist/ui/icons/render/icon-print.js.map +0 -1
  2623. package/dist/ui/icons/render/icon-right-chevron.js +0 -10
  2624. package/dist/ui/icons/render/icon-right-chevron.js.map +0 -1
  2625. package/dist/ui/icons/render/icon-right-circle.js +0 -10
  2626. package/dist/ui/icons/render/icon-right-circle.js.map +0 -1
  2627. package/dist/ui/icons/render/icon-right-navigation-circle.js +0 -10
  2628. package/dist/ui/icons/render/icon-right-navigation-circle.js.map +0 -1
  2629. package/dist/ui/icons/render/icon-right-navigation-double.js +0 -10
  2630. package/dist/ui/icons/render/icon-right-navigation-double.js.map +0 -1
  2631. package/dist/ui/icons/render/icon-right-navigation.js +0 -10
  2632. package/dist/ui/icons/render/icon-right-navigation.js.map +0 -1
  2633. package/dist/ui/icons/render/icon-route.js +0 -10
  2634. package/dist/ui/icons/render/icon-route.js.map +0 -1
  2635. package/dist/ui/icons/render/icon-selo.js +0 -10
  2636. package/dist/ui/icons/render/icon-selo.js.map +0 -1
  2637. package/dist/ui/icons/render/icon-send-message.js +0 -10
  2638. package/dist/ui/icons/render/icon-send-message.js.map +0 -1
  2639. package/dist/ui/icons/render/icon-send.js +0 -10
  2640. package/dist/ui/icons/render/icon-send.js.map +0 -1
  2641. package/dist/ui/icons/render/icon-seo.js +0 -10
  2642. package/dist/ui/icons/render/icon-seo.js.map +0 -1
  2643. package/dist/ui/icons/render/icon-share-v2.js +0 -10
  2644. package/dist/ui/icons/render/icon-share-v2.js.map +0 -1
  2645. package/dist/ui/icons/render/icon-shopping.js +0 -15
  2646. package/dist/ui/icons/render/icon-shopping.js.map +0 -1
  2647. package/dist/ui/icons/render/icon-star.js +0 -10
  2648. package/dist/ui/icons/render/icon-star.js.map +0 -1
  2649. package/dist/ui/icons/render/icon-starBg.js +0 -10
  2650. package/dist/ui/icons/render/icon-starBg.js.map +0 -1
  2651. package/dist/ui/icons/render/icon-three-dots.js +0 -10
  2652. package/dist/ui/icons/render/icon-three-dots.js.map +0 -1
  2653. package/dist/ui/icons/render/icon-top-chevron.js +0 -10
  2654. package/dist/ui/icons/render/icon-top-chevron.js.map +0 -1
  2655. package/dist/ui/icons/render/icon-top-navigation.js +0 -10
  2656. package/dist/ui/icons/render/icon-top-navigation.js.map +0 -1
  2657. package/dist/ui/icons/render/icon-transparent-mail.js +0 -10
  2658. package/dist/ui/icons/render/icon-transparent-mail.js.map +0 -1
  2659. package/dist/ui/icons/render/icon-transparent-phone.js +0 -10
  2660. package/dist/ui/icons/render/icon-transparent-phone.js.map +0 -1
  2661. package/dist/ui/icons/render/icon-twitter.js +0 -15
  2662. package/dist/ui/icons/render/icon-twitter.js.map +0 -1
  2663. package/dist/ui/icons/render/icon-upload.js +0 -10
  2664. package/dist/ui/icons/render/icon-upload.js.map +0 -1
  2665. package/dist/ui/icons/render/icon-user.js +0 -15
  2666. package/dist/ui/icons/render/icon-user.js.map +0 -1
  2667. package/dist/ui/icons/render/icon-weight.js +0 -10
  2668. package/dist/ui/icons/render/icon-weight.js.map +0 -1
  2669. package/dist/ui/icons/render/icon-whats.js +0 -15
  2670. package/dist/ui/icons/render/icon-whats.js.map +0 -1
  2671. package/dist/ui/icons/render/icon-word.js +0 -10
  2672. package/dist/ui/icons/render/icon-word.js.map +0 -1
  2673. package/dist/ui/icons/render/image.js +0 -10
  2674. package/dist/ui/icons/render/image.js.map +0 -1
  2675. package/dist/ui/icons/render/index.js +0 -18
  2676. package/dist/ui/icons/render/index.js.map +0 -1
  2677. package/dist/ui/icons/render-icon/index.js +0 -37
  2678. package/dist/ui/icons/render-icon/index.js.map +0 -1
  2679. package/dist/ui/index.js +0 -24
  2680. package/dist/ui/index.js.map +0 -1
  2681. package/dist/ui/integrations/google/index.js +0 -18
  2682. package/dist/ui/integrations/google/index.js.map +0 -1
  2683. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js +0 -102
  2684. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha-provider.js.map +0 -1
  2685. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js +0 -78
  2686. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/google-recaptcha.js.map +0 -1
  2687. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js +0 -92
  2688. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/hoist-non-react-statics.js.map +0 -1
  2689. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js +0 -21
  2690. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/index.js.map +0 -1
  2691. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js +0 -8
  2692. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/use-google-recaptcha.js.map +0 -1
  2693. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js +0 -147
  2694. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/utils.js.map +0 -1
  2695. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js +0 -28
  2696. package/dist/ui/integrations/google/recaptcha-v3/google-recaptcha-v3-lib/with-google-recaptcha.js.map +0 -1
  2697. package/dist/ui/integrations/google/recaptcha-v3/index.js +0 -18
  2698. package/dist/ui/integrations/google/recaptcha-v3/index.js.map +0 -1
  2699. package/dist/ui/integrations/index.js +0 -19
  2700. package/dist/ui/integrations/index.js.map +0 -1
  2701. package/dist/ui/integrations/message-provider/index.js +0 -18
  2702. package/dist/ui/integrations/message-provider/index.js.map +0 -1
  2703. package/dist/ui/integrations/message-provider/send-message.js +0 -91
  2704. package/dist/ui/integrations/message-provider/send-message.js.map +0 -1
  2705. package/dist/ui/styles/reset.css +0 -351
  2706. package/dist/ui/utils/_app_utils/generate_ref.js +0 -27
  2707. package/dist/ui/utils/_app_utils/generate_ref.js.map +0 -1
  2708. package/dist/ui/utils/_app_utils/get-pathname-ref.js +0 -24
  2709. package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +0 -1
  2710. package/dist/ui/utils/_app_utils/index.js +0 -19
  2711. package/dist/ui/utils/_app_utils/index.js.map +0 -1
  2712. package/dist/ui/utils/buffer/base64.js +0 -32
  2713. package/dist/ui/utils/buffer/base64.js.map +0 -1
  2714. package/dist/ui/utils/buffer/buffer.js +0 -32
  2715. package/dist/ui/utils/buffer/buffer.js.map +0 -1
  2716. package/dist/ui/utils/buffer/index.js +0 -19
  2717. package/dist/ui/utils/buffer/index.js.map +0 -1
  2718. package/dist/ui/utils/cookies.d.ts +0 -3
  2719. package/dist/ui/utils/cookies.js +0 -30
  2720. package/dist/ui/utils/cookies.js.map +0 -1
  2721. package/dist/ui/utils/copy-to-clipboard.js +0 -123
  2722. package/dist/ui/utils/copy-to-clipboard.js.map +0 -1
  2723. package/dist/ui/utils/date/index.js +0 -18
  2724. package/dist/ui/utils/date/index.js.map +0 -1
  2725. package/dist/ui/utils/date/is-invaid-date.js +0 -9
  2726. package/dist/ui/utils/date/is-invaid-date.js.map +0 -1
  2727. package/dist/ui/utils/disable-scroll.js +0 -21
  2728. package/dist/ui/utils/disable-scroll.js.map +0 -1
  2729. package/dist/ui/utils/facebook/facebook-pixel.js +0 -15
  2730. package/dist/ui/utils/facebook/facebook-pixel.js.map +0 -1
  2731. package/dist/ui/utils/facebook/index.js +0 -18
  2732. package/dist/ui/utils/facebook/index.js.map +0 -1
  2733. package/dist/ui/utils/file/index.js +0 -20
  2734. package/dist/ui/utils/file/index.js.map +0 -1
  2735. package/dist/ui/utils/file/load-file.js +0 -77
  2736. package/dist/ui/utils/file/load-file.js.map +0 -1
  2737. package/dist/ui/utils/file/upload-file.js +0 -125
  2738. package/dist/ui/utils/file/upload-file.js.map +0 -1
  2739. package/dist/ui/utils/file/verify-size-files.js +0 -21
  2740. package/dist/ui/utils/file/verify-size-files.js.map +0 -1
  2741. package/dist/ui/utils/format/index.js +0 -18
  2742. package/dist/ui/utils/format/index.js.map +0 -1
  2743. package/dist/ui/utils/format/remove-digits.js +0 -9
  2744. package/dist/ui/utils/format/remove-digits.js.map +0 -1
  2745. package/dist/ui/utils/formatters/format-number-to-currency.js +0 -14
  2746. package/dist/ui/utils/formatters/format-number-to-currency.js.map +0 -1
  2747. package/dist/ui/utils/formatters/index.js +0 -18
  2748. package/dist/ui/utils/formatters/index.js.map +0 -1
  2749. package/dist/ui/utils/generate-guid.js +0 -14
  2750. package/dist/ui/utils/generate-guid.js.map +0 -1
  2751. package/dist/ui/utils/index.js +0 -35
  2752. package/dist/ui/utils/index.js.map +0 -1
  2753. package/dist/ui/utils/jwt/index.js +0 -83
  2754. package/dist/ui/utils/jwt/index.js.map +0 -1
  2755. package/dist/ui/utils/libs/index.js +0 -19
  2756. package/dist/ui/utils/libs/index.js.map +0 -1
  2757. package/dist/ui/utils/libs/moment/index.js +0 -18
  2758. package/dist/ui/utils/libs/moment/index.js.map +0 -1
  2759. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +0 -30
  2760. package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +0 -1
  2761. package/dist/ui/utils/libs/next/index.js +0 -19
  2762. package/dist/ui/utils/libs/next/index.js.map +0 -1
  2763. package/dist/ui/utils/libs/next/router-build.js +0 -113
  2764. package/dist/ui/utils/libs/next/router-build.js.map +0 -1
  2765. package/dist/ui/utils/libs/next/update-route.js +0 -31
  2766. package/dist/ui/utils/libs/next/update-route.js.map +0 -1
  2767. package/dist/ui/utils/phone/index.js +0 -31
  2768. package/dist/ui/utils/phone/index.js.map +0 -1
  2769. package/dist/ui/utils/scroll-to-top-page.js +0 -13
  2770. package/dist/ui/utils/scroll-to-top-page.js.map +0 -1
  2771. package/dist/ui/utils/uid/index.js +0 -26
  2772. package/dist/ui/utils/uid/index.js.map +0 -1
  2773. package/dist/ui/utils/validations/index.js +0 -20
  2774. package/dist/ui/utils/validations/index.js.map +0 -1
  2775. package/dist/ui/utils/validations/validate-cpf.js +0 -34
  2776. package/dist/ui/utils/validations/validate-cpf.js.map +0 -1
  2777. package/dist/ui/utils/validations/validate-email.js +0 -12
  2778. package/dist/ui/utils/validations/validate-email.js.map +0 -1
  2779. package/dist/ui/utils/validations/validate-phone.js +0 -86
  2780. package/dist/ui/utils/validations/validate-phone.js.map +0 -1
  2781. package/dist/ui/utils/z-index-infinity-forge/index.js +0 -11
  2782. package/dist/ui/utils/z-index-infinity-forge/index.js.map +0 -1
  2783. /package/dist/system/{presentation/components → components}/data/avatar/index.d.ts +0 -0
  2784. /package/dist/system/{presentation/components → components}/data/buttons/sidebar-button/index.d.ts +0 -0
  2785. /package/dist/system/{presentation/components → components}/data/chat/loader/index.d.ts +0 -0
  2786. /package/dist/system/{presentation/components → components}/data/chat/schema.d.ts +0 -0
  2787. /package/dist/system/{presentation/components → components}/data/highlight-text/interfaces.d.ts +0 -0
  2788. /package/dist/system/{presentation/components → components}/data/input-search/interfaces.d.ts +0 -0
  2789. /package/dist/system/{presentation/components → components}/data/logo/index.d.ts +0 -0
  2790. /package/dist/system/{presentation/components → components}/data/menu/component.d.ts +0 -0
  2791. /package/dist/system/{presentation/components → components}/data/menu/components/menu-item/index.d.ts +0 -0
  2792. /package/dist/system/{presentation/components → components}/data/menu/modes/collapsed-menu/index.d.ts +0 -0
  2793. /package/dist/system/{presentation/components → components}/data/profile-infos/profile/interfaces.d.ts +0 -0
  2794. /package/dist/system/{presentation/components → components}/data/select-workspace/custom-styles.d.ts +0 -0
  2795. /package/dist/system/{presentation/components → components}/data/select-workspace/interfaces.d.ts +0 -0
  2796. /package/dist/system/{presentation/components → components}/layout/header/components/menu-right/messages/content/card/interfaces.d.ts +0 -0
  2797. /package/dist/system/{presentation/components → components}/layout/header/components/menu-right/messages/content/index.d.ts +0 -0
  2798. /package/dist/system/{presentation/components → components}/layout/header/components/menu-right/messages/index.d.ts +0 -0
  2799. /package/dist/system/{presentation/components → components}/layout/header/components/menu-right/profile/content/index.d.ts +0 -0
  2800. /package/dist/system/{presentation/components → components}/layout/header/components/menu-right/profile/index.d.ts +0 -0
  2801. /package/dist/system/{presentation/components → components}/layout/header/components/search-modal/index.d.ts +0 -0
  2802. /package/dist/system/{presentation/components → components}/layout/header/components/search-modal/search-list/index.d.ts +0 -0
  2803. /package/dist/system/{presentation/components → components}/layout/header/components/search-modal/trigger/index.d.ts +0 -0
  2804. /package/dist/system/{presentation/context → context}/auth/components/login/form-login/index.d.ts +0 -0
  2805. /package/dist/system/{presentation/context → context}/auth/components/login/index.d.ts +0 -0
  2806. /package/dist/system/{presentation/hooks → hooks}/ui/use-debounce/index.d.ts +0 -0
  2807. /package/dist/system/{presentation/hooks → hooks}/ui/use-table/components/table/create/interfaces.d.ts +0 -0
  2808. /package/dist/system/{presentation/hooks → hooks}/ui/use-table/components/table/pagination/service.d.ts +0 -0
  2809. /package/dist/system/{presentation/hooks → hooks}/ui/use-table/components/table/skeleton-table/index.d.ts +0 -0
  2810. /package/dist/{sites → ui/components/site}/context/scripts/whatsapp-fixed/index.d.ts +0 -0
  2811. /package/dist/{sites/components → ui/components/site}/default-pages/404/component.d.ts +0 -0
  2812. /package/dist/{sites/components → ui/components/site}/default-pages/500/component.d.ts +0 -0
  2813. /package/dist/{sites/fixed-components → ui/components/site}/head/interfaces.d.ts +0 -0
  2814. /package/dist/{sites/fixed-components → ui/components/site}/list-blog/carousel-configs.d.ts +0 -0
  2815. /package/dist/{sites/fixed-components → ui/components/site}/list-blog/interfaces.d.ts +0 -0
  2816. /package/dist/{system/domain/generics → ui/types}/list.d.ts +0 -0
  2817. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/application-unauthorized-error.d.ts +0 -0
  2818. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/application-unexpected-error.d.ts +0 -0
  2819. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/bad-request-error.d.ts +0 -0
  2820. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/conflict-error.d.ts +0 -0
  2821. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/no-content.d.ts +0 -0
  2822. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/not-found-error.d.ts +0 -0
  2823. /package/dist/{system/domain/protocols → ui/utils}/http/errors/http-errors/unexpected-error.d.ts +0 -0
  2824. /package/dist/{system/domain/protocols → ui/utils}/http/errors/system-errors-model/validation-errors-model.d.ts +0 -0
  2825. /package/dist/{infra → ui/utils/infinity-forge}/infinity-forge-next-config.d.ts +0 -0
  2826. /package/dist/ui/utils/{z-index-infinity-forge/index.d.ts → infinity-forge/z-index-infinity-forge.d.ts} +0 -0
  2827. /package/dist/{mocks → ui/utils/mocks}/states-brazil.d.ts +0 -0
  2828. /package/dist/{system/presentation → ui}/utils/sidebar/index.d.ts +0 -0
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var utils_1 = require("../../shared/utils.js");
4
- function getSwiperTranslate(axis) {
5
- if (axis === void 0) { axis = this.isHorizontal() ? 'x' : 'y'; }
6
- var swiper = this;
7
- var params = swiper.params, rtl = swiper.rtlTranslate, translate = swiper.translate, wrapperEl = swiper.wrapperEl;
8
- if (params.virtualTranslate) {
9
- return rtl ? -translate : translate;
10
- }
11
- if (params.cssMode) {
12
- return translate;
13
- }
14
- var currentTranslate = (0, utils_1.getTranslate)(wrapperEl, axis);
15
- currentTranslate += swiper.cssOverflowAdjustment();
16
- if (rtl)
17
- currentTranslate = -currentTranslate;
18
- return currentTranslate || 0;
19
- }
20
- exports.default = getSwiperTranslate;
21
- //# sourceMappingURL=getTranslate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getTranslate.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/translate/getTranslate.tsx"],"names":[],"mappings":";;AAAA,4CAAkD;AAElD,SAAwB,kBAAkB,CAAC,IAAsC;IAAtC,qBAAA,EAAA,OAAO,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG;IAC/E,IAAM,MAAM,GAAG,IAAI,CAAC;IAEZ,IAAA,MAAM,GAA8C,MAAM,OAApD,EAAgB,GAAG,GAA2B,MAAM,aAAjC,EAAE,SAAS,GAAgB,MAAM,UAAtB,EAAE,SAAS,GAAK,MAAM,UAAX,CAAY;IAEnE,IAAI,MAAM,CAAC,gBAAgB,EAAE,CAAC;QAC5B,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;IACtC,CAAC;IACD,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;QACnB,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,IAAI,gBAAgB,GAAG,IAAA,oBAAY,EAAC,SAAS,EAAE,IAAI,CAAC,CAAC;IACrD,gBAAgB,IAAI,MAAM,CAAC,qBAAqB,EAAE,CAAC;IACnD,IAAI,GAAG;QAAE,gBAAgB,GAAG,CAAC,gBAAgB,CAAC;IAE9C,OAAO,gBAAgB,IAAI,CAAC,CAAC;AAC/B,CAAC;AAjBD,qCAiBC"}
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- var getTranslate_1 = __importDefault(require("./getTranslate.js"));
7
- var setTranslate_1 = __importDefault(require("./setTranslate.js"));
8
- var minTranslate_1 = __importDefault(require("./minTranslate.js"));
9
- var maxTranslate_1 = __importDefault(require("./maxTranslate.js"));
10
- var translateTo_1 = __importDefault(require("./translateTo.js"));
11
- exports.default = {
12
- getTranslate: getTranslate_1.default,
13
- setTranslate: setTranslate_1.default,
14
- minTranslate: minTranslate_1.default,
15
- maxTranslate: maxTranslate_1.default,
16
- translateTo: translateTo_1.default,
17
- };
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/translate/index.tsx"],"names":[],"mappings":";;;;;AAAA,gEAA0C;AAC1C,gEAA0C;AAC1C,gEAA0C;AAC1C,gEAA0C;AAC1C,8DAAwC;AAExC,kBAAe;IACb,YAAY,wBAAA;IACZ,YAAY,wBAAA;IACZ,YAAY,wBAAA;IACZ,YAAY,wBAAA;IACZ,WAAW,uBAAA;CACZ,CAAC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function maxTranslate() {
4
- return -this.snapGrid[this.snapGrid.length - 1];
5
- }
6
- exports.default = maxTranslate;
7
- //# sourceMappingURL=maxTranslate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"maxTranslate.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/translate/maxTranslate.tsx"],"names":[],"mappings":";;AAAA,SAAwB,YAAY;IAClC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAClD,CAAC;AAFD,+BAEC"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function minTranslate() {
4
- return -this.snapGrid[0];
5
- }
6
- exports.default = minTranslate;
7
- //# sourceMappingURL=minTranslate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"minTranslate.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/translate/minTranslate.tsx"],"names":[],"mappings":";;AAAA,SAAwB,YAAY;IAClC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;AAC3B,CAAC;AAFD,+BAEC"}
@@ -1,48 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function setTranslate(translate, byController) {
4
- var swiper = this;
5
- var rtl = swiper.rtlTranslate, params = swiper.params, wrapperEl = swiper.wrapperEl, progress = swiper.progress;
6
- var x = 0;
7
- var y = 0;
8
- var z = 0;
9
- if (swiper.isHorizontal()) {
10
- x = rtl ? -translate : translate;
11
- }
12
- else {
13
- y = translate;
14
- }
15
- if (params.roundLengths) {
16
- x = Math.floor(x);
17
- y = Math.floor(y);
18
- }
19
- swiper.previousTranslate = swiper.translate;
20
- swiper.translate = swiper.isHorizontal() ? x : y;
21
- if (params.cssMode) {
22
- wrapperEl[swiper.isHorizontal() ? 'scrollLeft' : 'scrollTop'] = swiper.isHorizontal() ? -x : -y;
23
- }
24
- else if (!params.virtualTranslate) {
25
- if (swiper.isHorizontal()) {
26
- x -= swiper.cssOverflowAdjustment();
27
- }
28
- else {
29
- y -= swiper.cssOverflowAdjustment();
30
- }
31
- wrapperEl.style.transform = "translate3d(".concat(x, "px, ").concat(y, "px, ").concat(z, "px)");
32
- }
33
- // Check if we need to update progress
34
- var newProgress;
35
- var translatesDiff = swiper.maxTranslate() - swiper.minTranslate();
36
- if (translatesDiff === 0) {
37
- newProgress = 0;
38
- }
39
- else {
40
- newProgress = (translate - swiper.minTranslate()) / translatesDiff;
41
- }
42
- if (newProgress !== progress) {
43
- swiper.updateProgress(translate);
44
- }
45
- swiper.emit('setTranslate', swiper.translate, byController);
46
- }
47
- exports.default = setTranslate;
48
- //# sourceMappingURL=setTranslate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setTranslate.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/translate/setTranslate.tsx"],"names":[],"mappings":";;AAAA,SAAwB,YAAY,CAAC,SAAS,EAAE,YAAY;IAC1D,IAAM,MAAM,GAAG,IAAI,CAAC;IACZ,IAAc,GAAG,GAAkC,MAAM,aAAxC,EAAE,MAAM,GAA0B,MAAM,OAAhC,EAAE,SAAS,GAAe,MAAM,UAArB,EAAE,QAAQ,GAAK,MAAM,SAAX,CAAY;IAClE,IAAI,CAAC,GAAG,CAAC,CAAC;IACV,IAAI,CAAC,GAAG,CAAC,CAAC;IACV,IAAM,CAAC,GAAG,CAAC,CAAC;IAEZ,IAAI,MAAM,CAAC,YAAY,EAAE,EAAE,CAAC;QAC1B,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;IACnC,CAAC;SAAM,CAAC;QACN,CAAC,GAAG,SAAS,CAAC;IAChB,CAAC;IAED,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC;QACxB,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACpB,CAAC;IAED,MAAM,CAAC,iBAAiB,GAAG,MAAM,CAAC,SAAS,CAAC;IAC5C,MAAM,CAAC,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAEjD,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;QACnB,SAAS,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAClG,CAAC;SAAM,IAAI,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC;QACpC,IAAI,MAAM,CAAC,YAAY,EAAE,EAAE,CAAC;YAC1B,CAAC,IAAI,MAAM,CAAC,qBAAqB,EAAE,CAAC;QACtC,CAAC;aAAM,CAAC;YACN,CAAC,IAAI,MAAM,CAAC,qBAAqB,EAAE,CAAC;QACtC,CAAC;QACD,SAAS,CAAC,KAAK,CAAC,SAAS,GAAG,sBAAe,CAAC,iBAAO,CAAC,iBAAO,CAAC,QAAK,CAAC;IACpE,CAAC;IAED,sCAAsC;IACtC,IAAI,WAAW,CAAC;IAChB,IAAM,cAAc,GAAG,MAAM,CAAC,YAAY,EAAE,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC;IACrE,IAAI,cAAc,KAAK,CAAC,EAAE,CAAC;QACzB,WAAW,GAAG,CAAC,CAAC;IAClB,CAAC;SAAM,CAAC;QACN,WAAW,GAAG,CAAC,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC,GAAG,cAAc,CAAC;IACrE,CAAC;IACD,IAAI,WAAW,KAAK,QAAQ,EAAE,CAAC;QAC7B,MAAM,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IAED,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;AAC9D,CAAC;AA7CD,+BA6CC"}
@@ -1,81 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var utils_1 = require("../../shared/utils.js");
4
- function translateTo(translate, speed, runCallbacks, translateBounds, internal) {
5
- var _a;
6
- if (translate === void 0) { translate = 0; }
7
- if (speed === void 0) { speed = this.params.speed; }
8
- if (runCallbacks === void 0) { runCallbacks = true; }
9
- if (translateBounds === void 0) { translateBounds = true; }
10
- var swiper = this;
11
- var params = swiper.params, wrapperEl = swiper.wrapperEl;
12
- if (swiper.animating && params.preventInteractionOnTransition) {
13
- return false;
14
- }
15
- var minTranslate = swiper.minTranslate();
16
- var maxTranslate = swiper.maxTranslate();
17
- var newTranslate;
18
- if (translateBounds && translate > minTranslate)
19
- newTranslate = minTranslate;
20
- else if (translateBounds && translate < maxTranslate)
21
- newTranslate = maxTranslate;
22
- else
23
- newTranslate = translate;
24
- // Update progress
25
- swiper.updateProgress(newTranslate);
26
- if (params.cssMode) {
27
- var isH = swiper.isHorizontal();
28
- if (speed === 0) {
29
- wrapperEl[isH ? 'scrollLeft' : 'scrollTop'] = -newTranslate;
30
- }
31
- else {
32
- if (!swiper.support.smoothScroll) {
33
- (0, utils_1.animateCSSModeScroll)({ swiper: swiper, targetPosition: -newTranslate, side: isH ? 'left' : 'top' });
34
- return true;
35
- }
36
- wrapperEl.scrollTo((_a = {},
37
- _a[isH ? 'left' : 'top'] = -newTranslate,
38
- _a.behavior = 'smooth',
39
- _a));
40
- }
41
- return true;
42
- }
43
- if (speed === 0) {
44
- swiper.setTransition(0);
45
- swiper.setTranslate(newTranslate);
46
- if (runCallbacks) {
47
- swiper.emit('beforeTransitionStart', speed, internal);
48
- swiper.emit('transitionEnd');
49
- }
50
- }
51
- else {
52
- swiper.setTransition(speed);
53
- swiper.setTranslate(newTranslate);
54
- if (runCallbacks) {
55
- swiper.emit('beforeTransitionStart', speed, internal);
56
- swiper.emit('transitionStart');
57
- }
58
- if (!swiper.animating) {
59
- swiper.animating = true;
60
- if (!swiper.onTranslateToWrapperTransitionEnd) {
61
- swiper.onTranslateToWrapperTransitionEnd = function transitionEnd(e) {
62
- if (!swiper || swiper.destroyed)
63
- return;
64
- if (e.target !== this)
65
- return;
66
- swiper.wrapperEl.removeEventListener('transitionend', swiper.onTranslateToWrapperTransitionEnd);
67
- swiper.onTranslateToWrapperTransitionEnd = null;
68
- delete swiper.onTranslateToWrapperTransitionEnd;
69
- swiper.animating = false;
70
- if (runCallbacks) {
71
- swiper.emit('transitionEnd');
72
- }
73
- };
74
- }
75
- swiper.wrapperEl.addEventListener('transitionend', swiper.onTranslateToWrapperTransitionEnd);
76
- }
77
- }
78
- return true;
79
- }
80
- exports.default = translateTo;
81
- //# sourceMappingURL=translateTo.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"translateTo.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/translate/translateTo.tsx"],"names":[],"mappings":";;AAAA,4CAA0D;AAE1D,SAAwB,WAAW,CACjC,SAAa,EACb,KAAyB,EACzB,YAAmB,EACnB,eAAsB,EACtB,QAAQ;;IAJR,0BAAA,EAAA,aAAa;IACb,sBAAA,EAAA,QAAQ,IAAI,CAAC,MAAM,CAAC,KAAK;IACzB,6BAAA,EAAA,mBAAmB;IACnB,gCAAA,EAAA,sBAAsB;IAGtB,IAAM,MAAM,GAAG,IAAI,CAAC;IAEZ,IAAA,MAAM,GAAgB,MAAM,OAAtB,EAAE,SAAS,GAAK,MAAM,UAAX,CAAY;IAErC,IAAI,MAAM,CAAC,SAAS,IAAI,MAAM,CAAC,8BAA8B,EAAE,CAAC;QAC9D,OAAO,KAAK,CAAC;IACf,CAAC;IAED,IAAM,YAAY,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC;IAC3C,IAAM,YAAY,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC;IAC3C,IAAI,YAAY,CAAC;IACjB,IAAI,eAAe,IAAI,SAAS,GAAG,YAAY;QAAE,YAAY,GAAG,YAAY,CAAC;SACxE,IAAI,eAAe,IAAI,SAAS,GAAG,YAAY;QAAE,YAAY,GAAG,YAAY,CAAC;;QAC7E,YAAY,GAAG,SAAS,CAAC;IAE9B,kBAAkB;IAClB,MAAM,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;IAEpC,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;QACnB,IAAM,GAAG,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC;QAClC,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;YAChB,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WAAW,CAAC,GAAG,CAAC,YAAY,CAAC;QAC9D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC;gBACjC,IAAA,4BAAoB,EAAC,EAAE,MAAM,QAAA,EAAE,cAAc,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC;gBAC5F,OAAO,IAAI,CAAC;YACd,CAAC;YACD,SAAS,CAAC,QAAQ;gBAChB,GAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,IAAG,CAAC,YAAY;gBACrC,WAAQ,GAAE,QAAQ;oBAClB,CAAC;QACL,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;QAChB,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QACxB,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC;QAClC,IAAI,YAAY,EAAE,CAAC;YACjB,MAAM,CAAC,IAAI,CAAC,uBAAuB,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;YACtD,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC/B,CAAC;IACH,CAAC;SAAM,CAAC;QACN,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QAC5B,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC;QAClC,IAAI,YAAY,EAAE,CAAC;YACjB,MAAM,CAAC,IAAI,CAAC,uBAAuB,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;YACtD,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;QACD,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC;YACtB,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;YACxB,IAAI,CAAC,MAAM,CAAC,iCAAiC,EAAE,CAAC;gBAC9C,MAAM,CAAC,iCAAiC,GAAG,SAAS,aAAa,CAAC,CAAC;oBACjE,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,SAAS;wBAAE,OAAO;oBACxC,IAAI,CAAC,CAAC,MAAM,KAAK,IAAI;wBAAE,OAAO;oBAC9B,MAAM,CAAC,SAAS,CAAC,mBAAmB,CAClC,eAAe,EACf,MAAM,CAAC,iCAAiC,CACzC,CAAC;oBACF,MAAM,CAAC,iCAAiC,GAAG,IAAI,CAAC;oBAChD,OAAO,MAAM,CAAC,iCAAiC,CAAC;oBAChD,MAAM,CAAC,SAAS,GAAG,KAAK,CAAC;oBACzB,IAAI,YAAY,EAAE,CAAC;wBACjB,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;oBAC/B,CAAC;gBACH,CAAC,CAAC;YACJ,CAAC;YACD,MAAM,CAAC,SAAS,CAAC,gBAAgB,CAAC,eAAe,EAAE,MAAM,CAAC,iCAAiC,CAAC,CAAC;QAC/F,CAAC;IACH,CAAC;IAED,OAAO,IAAI,CAAC;AACd,CAAC;AA/ED,8BA+EC"}
@@ -1,26 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- var updateSize_1 = __importDefault(require("./updateSize.js"));
7
- var updateSlides_1 = __importDefault(require("./updateSlides.js"));
8
- var updateAutoHeight_1 = __importDefault(require("./updateAutoHeight.js"));
9
- var updateSlidesOffset_1 = __importDefault(require("./updateSlidesOffset.js"));
10
- var updateSlidesProgress_1 = __importDefault(require("./updateSlidesProgress.js"));
11
- var updateProgress_1 = __importDefault(require("./updateProgress.js"));
12
- var updateSlidesClasses_1 = __importDefault(require("./updateSlidesClasses.js"));
13
- var updateActiveIndex_1 = __importDefault(require("./updateActiveIndex.js"));
14
- var updateClickedSlide_1 = __importDefault(require("./updateClickedSlide.js"));
15
- exports.default = {
16
- updateSize: updateSize_1.default,
17
- updateSlides: updateSlides_1.default,
18
- updateAutoHeight: updateAutoHeight_1.default,
19
- updateSlidesOffset: updateSlidesOffset_1.default,
20
- updateSlidesProgress: updateSlidesProgress_1.default,
21
- updateProgress: updateProgress_1.default,
22
- updateSlidesClasses: updateSlidesClasses_1.default,
23
- updateActiveIndex: updateActiveIndex_1.default,
24
- updateClickedSlide: updateClickedSlide_1.default,
25
- };
26
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/index.tsx"],"names":[],"mappings":";;;;;AAAA,4DAAsC;AACtC,gEAA0C;AAC1C,wEAAkD;AAClD,4EAAsD;AACtD,gFAA0D;AAC1D,oEAA8C;AAC9C,8EAAwD;AACxD,0EAAoD;AACpD,4EAAsD;AAEtD,kBAAe;IACb,UAAU,sBAAA;IACV,YAAY,wBAAA;IACZ,gBAAgB,4BAAA;IAChB,kBAAkB,8BAAA;IAClB,oBAAoB,gCAAA;IACpB,cAAc,0BAAA;IACd,mBAAmB,+BAAA;IACnB,iBAAiB,6BAAA;IACjB,kBAAkB,8BAAA;CACnB,CAAC"}
@@ -1,125 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getActiveIndexByTranslate = void 0;
4
- var process_lazy_preloader_1 = require("../../shared/process-lazy-preloader.js");
5
- function getActiveIndexByTranslate(swiper) {
6
- var slidesGrid = swiper.slidesGrid, params = swiper.params;
7
- var translate = swiper.rtlTranslate ? swiper.translate : -swiper.translate;
8
- var activeIndex;
9
- for (var i = 0; i < slidesGrid.length; i += 1) {
10
- if (typeof slidesGrid[i + 1] !== 'undefined') {
11
- if (translate >= slidesGrid[i] &&
12
- translate < slidesGrid[i + 1] - (slidesGrid[i + 1] - slidesGrid[i]) / 2) {
13
- activeIndex = i;
14
- }
15
- else if (translate >= slidesGrid[i] && translate < slidesGrid[i + 1]) {
16
- activeIndex = i + 1;
17
- }
18
- }
19
- else if (translate >= slidesGrid[i]) {
20
- activeIndex = i;
21
- }
22
- }
23
- // Normalize slideIndex
24
- if (params.normalizeSlideIndex) {
25
- if (activeIndex < 0 || typeof activeIndex === 'undefined')
26
- activeIndex = 0;
27
- }
28
- return activeIndex;
29
- }
30
- exports.getActiveIndexByTranslate = getActiveIndexByTranslate;
31
- function updateActiveIndex(newActiveIndex) {
32
- var swiper = this;
33
- var translate = swiper.rtlTranslate ? swiper.translate : -swiper.translate;
34
- var snapGrid = swiper.snapGrid, params = swiper.params, previousIndex = swiper.activeIndex, previousRealIndex = swiper.realIndex, previousSnapIndex = swiper.snapIndex;
35
- var activeIndex = newActiveIndex;
36
- var snapIndex;
37
- var getVirtualRealIndex = function (aIndex) {
38
- var realIndex = aIndex - swiper.virtual.slidesBefore;
39
- if (realIndex < 0) {
40
- realIndex = swiper.virtual.slides.length + realIndex;
41
- }
42
- if (realIndex >= swiper.virtual.slides.length) {
43
- realIndex -= swiper.virtual.slides.length;
44
- }
45
- return realIndex;
46
- };
47
- if (typeof activeIndex === 'undefined') {
48
- activeIndex = getActiveIndexByTranslate(swiper);
49
- }
50
- if (snapGrid.indexOf(translate) >= 0) {
51
- snapIndex = snapGrid.indexOf(translate);
52
- }
53
- else {
54
- var skip = Math.min(params.slidesPerGroupSkip, activeIndex);
55
- snapIndex = skip + Math.floor((activeIndex - skip) / params.slidesPerGroup);
56
- }
57
- if (snapIndex >= snapGrid.length)
58
- snapIndex = snapGrid.length - 1;
59
- if (activeIndex === previousIndex && !swiper.params.loop) {
60
- if (snapIndex !== previousSnapIndex) {
61
- swiper.snapIndex = snapIndex;
62
- swiper.emit('snapIndexChange');
63
- }
64
- return;
65
- }
66
- if (activeIndex === previousIndex &&
67
- swiper.params.loop &&
68
- swiper.virtual &&
69
- swiper.params.virtual.enabled) {
70
- swiper.realIndex = getVirtualRealIndex(activeIndex);
71
- return;
72
- }
73
- var gridEnabled = swiper.grid && params.grid && params.grid.rows > 1;
74
- var normalizeSlideIndexToColumn = function (index) {
75
- if (!gridEnabled)
76
- return index;
77
- return Math.floor(index / params.grid.rows);
78
- };
79
- // Get real index
80
- var realIndex;
81
- if (swiper.virtual && params.virtual.enabled && params.loop) {
82
- realIndex = getVirtualRealIndex(activeIndex);
83
- }
84
- else if (gridEnabled) {
85
- var firstSlideInColumn = swiper.slides.filter(function (slideEl) { return slideEl.column === activeIndex; })[0];
86
- var activeSlideIndex = parseInt(firstSlideInColumn.getAttribute('data-swiper-slide-index'), 10);
87
- if (Number.isNaN(activeSlideIndex)) {
88
- activeSlideIndex = Math.max(swiper.slides.indexOf(firstSlideInColumn), 0);
89
- }
90
- realIndex = Math.floor(activeSlideIndex / params.grid.rows);
91
- }
92
- else if (swiper.slides[activeIndex]) {
93
- var slideIndex = swiper.slides[activeIndex].getAttribute('data-swiper-slide-index');
94
- if (slideIndex) {
95
- realIndex = parseInt(slideIndex, 10);
96
- }
97
- else {
98
- realIndex = activeIndex;
99
- }
100
- }
101
- else {
102
- realIndex = activeIndex;
103
- }
104
- Object.assign(swiper, {
105
- previousSnapIndex: previousSnapIndex,
106
- snapIndex: snapIndex,
107
- previousRealIndex: previousRealIndex,
108
- realIndex: realIndex,
109
- previousIndex: previousIndex,
110
- activeIndex: activeIndex,
111
- });
112
- if (swiper.initialized) {
113
- (0, process_lazy_preloader_1.preload)(swiper);
114
- }
115
- swiper.emit('activeIndexChange');
116
- swiper.emit('snapIndexChange');
117
- if (swiper.initialized || swiper.params.runCallbacksOnInit) {
118
- if (previousRealIndex !== realIndex) {
119
- swiper.emit('realIndexChange');
120
- }
121
- swiper.emit('slideChange');
122
- }
123
- }
124
- exports.default = updateActiveIndex;
125
- //# sourceMappingURL=updateActiveIndex.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateActiveIndex.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.tsx"],"names":[],"mappings":";;;AAAA,8EAA8D;AAE9D,SAAgB,yBAAyB,CAAC,MAAM;IACtC,IAAA,UAAU,GAAa,MAAM,WAAnB,EAAE,MAAM,GAAK,MAAM,OAAX,CAAY;IACtC,IAAM,SAAS,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC;IAC7E,IAAI,WAAW,CAAC;IAChB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QAC9C,IAAI,OAAO,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,WAAW,EAAE,CAAC;YAC7C,IACE,SAAS,IAAI,UAAU,CAAC,CAAC,CAAC;gBAC1B,SAAS,GAAG,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EACvE,CAAC;gBACD,WAAW,GAAG,CAAC,CAAC;YAClB,CAAC;iBAAM,IAAI,SAAS,IAAI,UAAU,CAAC,CAAC,CAAC,IAAI,SAAS,GAAG,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;gBACvE,WAAW,GAAG,CAAC,GAAG,CAAC,CAAC;YACtB,CAAC;QACH,CAAC;aAAM,IAAI,SAAS,IAAI,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC;YACtC,WAAW,GAAG,CAAC,CAAC;QAClB,CAAC;IACH,CAAC;IACD,uBAAuB;IACvB,IAAI,MAAM,CAAC,mBAAmB,EAAE,CAAC;QAC/B,IAAI,WAAW,GAAG,CAAC,IAAI,OAAO,WAAW,KAAK,WAAW;YAAE,WAAW,GAAG,CAAC,CAAC;IAC7E,CAAC;IACD,OAAO,WAAW,CAAC;AACrB,CAAC;AAvBD,8DAuBC;AACD,SAAwB,iBAAiB,CAAC,cAAc;IACtD,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAM,SAAS,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC;IAE3E,IAAA,QAAQ,GAKN,MAAM,SALA,EACR,MAAM,GAIJ,MAAM,OAJF,EACO,aAAa,GAGxB,MAAM,YAHkB,EACf,iBAAiB,GAE1B,MAAM,UAFoB,EACjB,iBAAiB,GAC1B,MAAM,UADoB,CACnB;IACX,IAAI,WAAW,GAAG,cAAc,CAAC;IACjC,IAAI,SAAS,CAAC;IAEd,IAAM,mBAAmB,GAAG,UAAC,MAAM;QACjC,IAAI,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC;QACrD,IAAI,SAAS,GAAG,CAAC,EAAE,CAAC;YAClB,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC;QACvD,CAAC;QACD,IAAI,SAAS,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YAC9C,SAAS,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC;QAC5C,CAAC;QACD,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC;IACF,IAAI,OAAO,WAAW,KAAK,WAAW,EAAE,CAAC;QACvC,WAAW,GAAG,yBAAyB,CAAC,MAAM,CAAC,CAAC;IAClD,CAAC;IACD,IAAI,QAAQ,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;QACrC,SAAS,GAAG,QAAQ,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;IAC1C,CAAC;SAAM,CAAC;QACN,IAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,kBAAkB,EAAE,WAAW,CAAC,CAAC;QAC9D,SAAS,GAAG,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,MAAM,CAAC,cAAc,CAAC,CAAC;IAC9E,CAAC;IACD,IAAI,SAAS,IAAI,QAAQ,CAAC,MAAM;QAAE,SAAS,GAAG,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC;IAClE,IAAI,WAAW,KAAK,aAAa,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;QACzD,IAAI,SAAS,KAAK,iBAAiB,EAAE,CAAC;YACpC,MAAM,CAAC,SAAS,GAAG,SAAS,CAAC;YAC7B,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;QACD,OAAO;IACT,CAAC;IACD,IACE,WAAW,KAAK,aAAa;QAC7B,MAAM,CAAC,MAAM,CAAC,IAAI;QAClB,MAAM,CAAC,OAAO;QACd,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAC7B,CAAC;QACD,MAAM,CAAC,SAAS,GAAG,mBAAmB,CAAC,WAAW,CAAC,CAAC;QACpD,OAAO;IACT,CAAC;IAED,IAAM,WAAW,GAAG,MAAM,CAAC,IAAI,IAAI,MAAM,CAAC,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC;IAEvE,IAAM,2BAA2B,GAAG,UAAC,KAAK;QACxC,IAAI,CAAC,WAAW;YAAE,OAAO,KAAK,CAAC;QAC/B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEF,iBAAiB;IACjB,IAAI,SAAS,CAAC;IACd,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;QAC5D,SAAS,GAAG,mBAAmB,CAAC,WAAW,CAAC,CAAC;IAC/C,CAAC;SAAM,IAAI,WAAW,EAAE,CAAC;QACvB,IAAM,kBAAkB,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,UAAC,OAAO,IAAK,OAAA,OAAO,CAAC,MAAM,KAAK,WAAW,EAA9B,CAA8B,CAAC,CAAC,CAAC,CAAC,CAAC;QAChG,IAAI,gBAAgB,GAAG,QAAQ,CAAC,kBAAkB,CAAC,YAAY,CAAC,yBAAyB,CAAC,EAAE,EAAE,CAAC,CAAC;QAChG,IAAI,MAAM,CAAC,KAAK,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACnC,gBAAgB,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC,CAAC;QAC5E,CAAC;QACD,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9D,CAAC;SAAM,IAAI,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC;QACtC,IAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,YAAY,CAAC,yBAAyB,CAAC,CAAC;QACtF,IAAI,UAAU,EAAE,CAAC;YACf,SAAS,GAAG,QAAQ,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;QACvC,CAAC;aAAM,CAAC;YACN,SAAS,GAAG,WAAW,CAAC;QAC1B,CAAC;IACH,CAAC;SAAM,CAAC;QACN,SAAS,GAAG,WAAW,CAAC;IAC1B,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE;QACpB,iBAAiB,mBAAA;QACjB,SAAS,WAAA;QACT,iBAAiB,mBAAA;QACjB,SAAS,WAAA;QACT,aAAa,eAAA;QACb,WAAW,aAAA;KACZ,CAAC,CAAC;IAEH,IAAI,MAAM,CAAC,WAAW,EAAE,CAAC;QACvB,IAAA,gCAAO,EAAC,MAAM,CAAC,CAAC;IAClB,CAAC;IACD,MAAM,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACjC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAE/B,IAAI,MAAM,CAAC,WAAW,IAAI,MAAM,CAAC,MAAM,CAAC,kBAAkB,EAAE,CAAC;QAC3D,IAAI,iBAAiB,KAAK,SAAS,EAAE,CAAC;YACpC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACjC,CAAC;QACD,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;IAC7B,CAAC;AACH,CAAC;AApGD,oCAoGC"}
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function updateAutoHeight(speed) {
4
- var swiper = this;
5
- var activeSlides = [];
6
- var isVirtual = swiper.virtual && swiper.params.virtual.enabled;
7
- var newHeight = 0;
8
- var i;
9
- if (typeof speed === 'number') {
10
- swiper.setTransition(speed);
11
- }
12
- else if (speed === true) {
13
- swiper.setTransition(swiper.params.speed);
14
- }
15
- var getSlideByIndex = function (index) {
16
- if (isVirtual) {
17
- return swiper.slides[swiper.getSlideIndexByData(index)];
18
- }
19
- return swiper.slides[index];
20
- };
21
- // Find slides currently in view
22
- if (swiper.params.slidesPerView !== 'auto' && swiper.params.slidesPerView > 1) {
23
- if (swiper.params.centeredSlides) {
24
- (swiper.visibleSlides || []).forEach(function (slide) {
25
- activeSlides.push(slide);
26
- });
27
- }
28
- else {
29
- for (i = 0; i < Math.ceil(swiper.params.slidesPerView); i += 1) {
30
- var index = swiper.activeIndex + i;
31
- if (index > swiper.slides.length && !isVirtual)
32
- break;
33
- activeSlides.push(getSlideByIndex(index));
34
- }
35
- }
36
- }
37
- else {
38
- activeSlides.push(getSlideByIndex(swiper.activeIndex));
39
- }
40
- // Find new height from highest slide in view
41
- for (i = 0; i < activeSlides.length; i += 1) {
42
- if (typeof activeSlides[i] !== 'undefined') {
43
- var height = activeSlides[i].offsetHeight;
44
- newHeight = height > newHeight ? height : newHeight;
45
- }
46
- }
47
- // Update Height
48
- if (newHeight || newHeight === 0)
49
- swiper.wrapperEl.style.height = "".concat(newHeight, "px");
50
- }
51
- exports.default = updateAutoHeight;
52
- //# sourceMappingURL=updateAutoHeight.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAutoHeight.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.tsx"],"names":[],"mappings":";;AAAA,SAAwB,gBAAgB,CAAC,KAAK;IAC5C,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAM,YAAY,GAAG,EAAE,CAAC;IACxB,IAAM,SAAS,GAAG,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC;IAClE,IAAI,SAAS,GAAG,CAAC,CAAC;IAClB,IAAI,CAAC,CAAC;IACN,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;SAAM,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QAC1B,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC5C,CAAC;IAED,IAAM,eAAe,GAAG,UAAC,KAAK;QAC5B,IAAI,SAAS,EAAE,CAAC;YACd,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC,CAAC;QAC1D,CAAC;QACD,OAAO,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC,CAAC;IACF,gCAAgC;IAChC,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,KAAK,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,aAAa,GAAG,CAAC,EAAE,CAAC;QAC9E,IAAI,MAAM,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC;YACjC,CAAC,MAAM,CAAC,aAAa,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,UAAC,KAAK;gBACzC,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC3B,CAAC,CAAC,CAAC;QACL,CAAC;aAAM,CAAC;YACN,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;gBAC/D,IAAM,KAAK,GAAG,MAAM,CAAC,WAAW,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,IAAI,CAAC,SAAS;oBAAE,MAAM;gBACtD,YAAY,CAAC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;YAC5C,CAAC;QACH,CAAC;IACH,CAAC;SAAM,CAAC;QACN,YAAY,CAAC,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC;IACzD,CAAC;IAED,6CAA6C;IAC7C,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,YAAY,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QAC5C,IAAI,OAAO,YAAY,CAAC,CAAC,CAAC,KAAK,WAAW,EAAE,CAAC;YAC3C,IAAM,MAAM,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC;YAC5C,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;QACtD,CAAC;IACH,CAAC;IAED,gBAAgB;IAChB,IAAI,SAAS,IAAI,SAAS,KAAK,CAAC;QAAE,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,GAAG,UAAG,SAAS,OAAI,CAAC;AACrF,CAAC;AA7CD,mCA6CC"}
@@ -1,55 +0,0 @@
1
- "use strict";
2
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
- if (ar || !(i in from)) {
5
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
- ar[i] = from[i];
7
- }
8
- }
9
- return to.concat(ar || Array.prototype.slice.call(from));
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- function updateClickedSlide(el, path) {
13
- var swiper = this;
14
- var params = swiper.params;
15
- var slide = el.closest(".".concat(params.slideClass, ", swiper-slide"));
16
- if (!slide && swiper.isElement && path && path.length > 1 && path.includes(el)) {
17
- __spreadArray([], path.slice(path.indexOf(el) + 1, path.length), true).forEach(function (pathEl) {
18
- if (!slide && pathEl.matches && pathEl.matches(".".concat(params.slideClass, ", swiper-slide"))) {
19
- slide = pathEl;
20
- }
21
- });
22
- }
23
- var slideFound = false;
24
- var slideIndex;
25
- if (slide) {
26
- for (var i = 0; i < swiper.slides.length; i += 1) {
27
- if (swiper.slides[i] === slide) {
28
- slideFound = true;
29
- slideIndex = i;
30
- break;
31
- }
32
- }
33
- }
34
- if (slide && slideFound) {
35
- swiper.clickedSlide = slide;
36
- if (swiper.virtual && swiper.params.virtual.enabled) {
37
- swiper.clickedIndex = parseInt(slide.getAttribute('data-swiper-slide-index'), 10);
38
- }
39
- else {
40
- swiper.clickedIndex = slideIndex;
41
- }
42
- }
43
- else {
44
- swiper.clickedSlide = undefined;
45
- swiper.clickedIndex = undefined;
46
- return;
47
- }
48
- if (params.slideToClickedSlide &&
49
- swiper.clickedIndex !== undefined &&
50
- swiper.clickedIndex !== swiper.activeIndex) {
51
- swiper.slideToClickedSlide();
52
- }
53
- }
54
- exports.default = updateClickedSlide;
55
- //# sourceMappingURL=updateClickedSlide.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateClickedSlide.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,SAAwB,kBAAkB,CAAC,EAAE,EAAE,IAAI;IACjD,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;IAC7B,IAAI,KAAK,GAAG,EAAE,CAAC,OAAO,CAAC,WAAI,MAAM,CAAC,UAAU,mBAAgB,CAAC,CAAC;IAC9D,IAAI,CAAC,KAAK,IAAI,MAAM,CAAC,SAAS,IAAI,IAAI,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,CAAC;QAC/E,kBAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,QAAE,OAAO,CAAC,UAAC,MAAM;YAChE,IAAI,CAAC,KAAK,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,OAAO,CAAC,WAAI,MAAM,CAAC,UAAU,mBAAgB,CAAC,EAAE,CAAC;gBACtF,KAAK,GAAG,MAAM,CAAC;YACjB,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IACD,IAAI,UAAU,GAAG,KAAK,CAAC;IACvB,IAAI,UAAU,CAAC;IAEf,IAAI,KAAK,EAAE,CAAC;QACV,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;YACjD,IAAI,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,KAAK,EAAE,CAAC;gBAC/B,UAAU,GAAG,IAAI,CAAC;gBAClB,UAAU,GAAG,CAAC,CAAC;gBACf,MAAM;YACR,CAAC;QACH,CAAC;IACH,CAAC;IAED,IAAI,KAAK,IAAI,UAAU,EAAE,CAAC;QACxB,MAAM,CAAC,YAAY,GAAG,KAAK,CAAC;QAC5B,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;YACpD,MAAM,CAAC,YAAY,GAAG,QAAQ,CAAC,KAAK,CAAC,YAAY,CAAC,yBAAyB,CAAC,EAAE,EAAE,CAAC,CAAC;QACpF,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,YAAY,GAAG,UAAU,CAAC;QACnC,CAAC;IACH,CAAC;SAAM,CAAC;QACN,MAAM,CAAC,YAAY,GAAG,SAAS,CAAC;QAChC,MAAM,CAAC,YAAY,GAAG,SAAS,CAAC;QAChC,OAAO;IACT,CAAC;IACD,IACE,MAAM,CAAC,mBAAmB;QAC1B,MAAM,CAAC,YAAY,KAAK,SAAS;QACjC,MAAM,CAAC,YAAY,KAAK,MAAM,CAAC,WAAW,EAC1C,CAAC;QACD,MAAM,CAAC,mBAAmB,EAAE,CAAC;IAC/B,CAAC;AACH,CAAC;AA3CD,qCA2CC"}
@@ -1,67 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- function updateProgress(translate) {
4
- var swiper = this;
5
- if (typeof translate === 'undefined') {
6
- var multiplier = swiper.rtlTranslate ? -1 : 1;
7
- // eslint-disable-next-line
8
- translate = (swiper && swiper.translate && swiper.translate * multiplier) || 0;
9
- }
10
- var params = swiper.params;
11
- var translatesDiff = swiper.maxTranslate() - swiper.minTranslate();
12
- var progress = swiper.progress, isBeginning = swiper.isBeginning, isEnd = swiper.isEnd, progressLoop = swiper.progressLoop;
13
- var wasBeginning = isBeginning;
14
- var wasEnd = isEnd;
15
- if (translatesDiff === 0) {
16
- progress = 0;
17
- isBeginning = true;
18
- isEnd = true;
19
- }
20
- else {
21
- progress = (translate - swiper.minTranslate()) / translatesDiff;
22
- var isBeginningRounded = Math.abs(translate - swiper.minTranslate()) < 1;
23
- var isEndRounded = Math.abs(translate - swiper.maxTranslate()) < 1;
24
- isBeginning = isBeginningRounded || progress <= 0;
25
- isEnd = isEndRounded || progress >= 1;
26
- if (isBeginningRounded)
27
- progress = 0;
28
- if (isEndRounded)
29
- progress = 1;
30
- }
31
- if (params.loop) {
32
- var firstSlideIndex = swiper.getSlideIndexByData(0);
33
- var lastSlideIndex = swiper.getSlideIndexByData(swiper.slides.length - 1);
34
- var firstSlideTranslate = swiper.slidesGrid[firstSlideIndex];
35
- var lastSlideTranslate = swiper.slidesGrid[lastSlideIndex];
36
- var translateMax = swiper.slidesGrid[swiper.slidesGrid.length - 1];
37
- var translateAbs = Math.abs(translate);
38
- if (translateAbs >= firstSlideTranslate) {
39
- progressLoop = (translateAbs - firstSlideTranslate) / translateMax;
40
- }
41
- else {
42
- progressLoop = (translateAbs + translateMax - lastSlideTranslate) / translateMax;
43
- }
44
- if (progressLoop > 1)
45
- progressLoop -= 1;
46
- }
47
- Object.assign(swiper, {
48
- progress: progress,
49
- progressLoop: progressLoop,
50
- isBeginning: isBeginning,
51
- isEnd: isEnd,
52
- });
53
- if (params.watchSlidesProgress || (params.centeredSlides && params.autoHeight))
54
- swiper.updateSlidesProgress(translate);
55
- if (isBeginning && !wasBeginning) {
56
- swiper.emit('reachBeginning toEdge');
57
- }
58
- if (isEnd && !wasEnd) {
59
- swiper.emit('reachEnd toEdge');
60
- }
61
- if ((wasBeginning && !isBeginning) || (wasEnd && !isEnd)) {
62
- swiper.emit('fromEdge');
63
- }
64
- swiper.emit('progress', progress);
65
- }
66
- exports.default = updateProgress;
67
- //# sourceMappingURL=updateProgress.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateProgress.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateProgress.tsx"],"names":[],"mappings":";;AAAA,SAAwB,cAAc,CAAC,SAAS;IAC9C,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,OAAO,SAAS,KAAK,WAAW,EAAE,CAAC;QACrC,IAAM,UAAU,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAChD,2BAA2B;QAC3B,SAAS,GAAG,CAAC,MAAM,IAAI,MAAM,CAAC,SAAS,IAAI,MAAM,CAAC,SAAS,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;IACjF,CAAC;IACD,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;IAC7B,IAAM,cAAc,GAAG,MAAM,CAAC,YAAY,EAAE,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC;IAC/D,IAAA,QAAQ,GAAuC,MAAM,SAA7C,EAAE,WAAW,GAA0B,MAAM,YAAhC,EAAE,KAAK,GAAmB,MAAM,MAAzB,EAAE,YAAY,GAAK,MAAM,aAAX,CAAY;IAC5D,IAAM,YAAY,GAAG,WAAW,CAAC;IACjC,IAAM,MAAM,GAAG,KAAK,CAAC;IACrB,IAAI,cAAc,KAAK,CAAC,EAAE,CAAC;QACzB,QAAQ,GAAG,CAAC,CAAC;QACb,WAAW,GAAG,IAAI,CAAC;QACnB,KAAK,GAAG,IAAI,CAAC;IACf,CAAC;SAAM,CAAC;QACN,QAAQ,GAAG,CAAC,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC,GAAG,cAAc,CAAC;QAChE,IAAM,kBAAkB,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC,GAAG,CAAC,CAAC;QAC3E,IAAM,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC,GAAG,CAAC,CAAC;QACrE,WAAW,GAAG,kBAAkB,IAAI,QAAQ,IAAI,CAAC,CAAC;QAClD,KAAK,GAAG,YAAY,IAAI,QAAQ,IAAI,CAAC,CAAC;QACtC,IAAI,kBAAkB;YAAE,QAAQ,GAAG,CAAC,CAAC;QACrC,IAAI,YAAY;YAAE,QAAQ,GAAG,CAAC,CAAC;IACjC,CAAC;IAED,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;QAChB,IAAM,eAAe,GAAG,MAAM,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC;QACtD,IAAM,cAAc,GAAG,MAAM,CAAC,mBAAmB,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAC5E,IAAM,mBAAmB,GAAG,MAAM,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;QAC/D,IAAM,kBAAkB,GAAG,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,CAAC;QAC7D,IAAM,YAAY,GAAG,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QACrE,IAAM,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACzC,IAAI,YAAY,IAAI,mBAAmB,EAAE,CAAC;YACxC,YAAY,GAAG,CAAC,YAAY,GAAG,mBAAmB,CAAC,GAAG,YAAY,CAAC;QACrE,CAAC;aAAM,CAAC;YACN,YAAY,GAAG,CAAC,YAAY,GAAG,YAAY,GAAG,kBAAkB,CAAC,GAAG,YAAY,CAAC;QACnF,CAAC;QACD,IAAI,YAAY,GAAG,CAAC;YAAE,YAAY,IAAI,CAAC,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE;QACpB,QAAQ,UAAA;QACR,YAAY,cAAA;QACZ,WAAW,aAAA;QACX,KAAK,OAAA;KACN,CAAC,CAAC;IAEH,IAAI,MAAM,CAAC,mBAAmB,IAAI,CAAC,MAAM,CAAC,cAAc,IAAI,MAAM,CAAC,UAAU,CAAC;QAC5E,MAAM,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC;IAEzC,IAAI,WAAW,IAAI,CAAC,YAAY,EAAE,CAAC;QACjC,MAAM,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACvC,CAAC;IACD,IAAI,KAAK,IAAI,CAAC,MAAM,EAAE,CAAC;QACrB,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACjC,CAAC;IACD,IAAI,CAAC,YAAY,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QACzD,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC1B,CAAC;IAED,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;AACpC,CAAC;AA9DD,iCA8DC"}
@@ -1,45 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //@ts-nocheck
4
- var utils_1 = require("../../shared/utils.js");
5
- function updateSize() {
6
- var swiper = this;
7
- var width;
8
- var height;
9
- var el = swiper.el;
10
- if (typeof swiper.params.width !== 'undefined' && swiper.params.width !== null) {
11
- width = swiper.params.width;
12
- }
13
- else {
14
- width = el.clientWidth;
15
- }
16
- if (typeof swiper.params.height !== 'undefined' && swiper.params.height !== null) {
17
- height = swiper.params.height;
18
- }
19
- else {
20
- height = el.clientHeight;
21
- }
22
- if ((width === 0 && swiper.isHorizontal()) || (height === 0 && swiper.isVertical())) {
23
- return;
24
- }
25
- // Subtract paddings
26
- width =
27
- width -
28
- parseInt((0, utils_1.elementStyle)(el, 'padding-left') || 0, 10) -
29
- parseInt((0, utils_1.elementStyle)(el, 'padding-right') || 0, 10);
30
- height =
31
- height -
32
- parseInt((0, utils_1.elementStyle)(el, 'padding-top') || 0, 10) -
33
- parseInt((0, utils_1.elementStyle)(el, 'padding-bottom') || 0, 10);
34
- if (Number.isNaN(width))
35
- width = 0;
36
- if (Number.isNaN(height))
37
- height = 0;
38
- Object.assign(swiper, {
39
- width: width,
40
- height: height,
41
- size: swiper.isHorizontal() ? width : height,
42
- });
43
- }
44
- exports.default = updateSize;
45
- //# sourceMappingURL=updateSize.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateSize.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/carousel/carousel-lib/core/update/updateSize.tsx"],"names":[],"mappings":";;AAAA,aAAa;AACb,4CAAkD;AAElD,SAAwB,UAAU;IAChC,IAAM,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,KAAK,CAAC;IACV,IAAI,MAAM,CAAC;IACX,IAAM,EAAE,GAAG,MAAM,CAAC,EAAE,CAAC;IACrB,IAAI,OAAO,MAAM,CAAC,MAAM,CAAC,KAAK,KAAK,WAAW,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,KAAK,IAAI,EAAE,CAAC;QAC/E,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;IAC9B,CAAC;SAAM,CAAC;QACN,KAAK,GAAG,EAAE,CAAC,WAAW,CAAC;IACzB,CAAC;IACD,IAAI,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,MAAM,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;QACjF,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC;IAChC,CAAC;SAAM,CAAC;QACN,MAAM,GAAG,EAAE,CAAC,YAAY,CAAC;IAC3B,CAAC;IACD,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,UAAU,EAAE,CAAC,EAAE,CAAC;QACpF,OAAO;IACT,CAAC;IAED,oBAAoB;IACpB,KAAK;QACH,KAAK;YACL,QAAQ,CAAC,IAAA,oBAAY,EAAC,EAAE,EAAE,cAAc,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACnD,QAAQ,CAAC,IAAA,oBAAY,EAAC,EAAE,EAAE,eAAe,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IACvD,MAAM;QACJ,MAAM;YACN,QAAQ,CAAC,IAAA,oBAAY,EAAC,EAAE,EAAE,aAAa,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YAClD,QAAQ,CAAC,IAAA,oBAAY,EAAC,EAAE,EAAE,gBAAgB,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAExD,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;QAAE,KAAK,GAAG,CAAC,CAAC;IACnC,IAAI,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC;QAAE,MAAM,GAAG,CAAC,CAAC;IAErC,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE;QACpB,KAAK,OAAA;QACL,MAAM,QAAA;QACN,IAAI,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM;KAC7C,CAAC,CAAC;AACL,CAAC;AArCD,6BAqCC"}