@orbe-agro/client-core 5.3.85 → 5.3.89

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 (502) hide show
  1. package/dist/@ecme/assets/styles/app.css +1 -1
  2. package/dist/@ecme/assets/styles/components/_dialog.css +1 -1
  3. package/dist/@ecme/assets/styles/components/_drawer.css +1 -1
  4. package/dist/@ecme/assets/styles/components/_scrollbar.css +1 -1
  5. package/dist/@ecme/assets/styles/components/_switcher.css +1 -1
  6. package/dist/@ecme/assets/styles/components/_upload.css +1 -1
  7. package/dist/@ecme/assets/styles/components/index.css +1 -1
  8. package/dist/@ecme/assets/styles/tailwind/index.css +1 -1
  9. package/dist/@ecme/auth/AuthProvider.js +58 -62
  10. package/dist/@ecme/auth/AuthProvider.js.map +1 -1
  11. package/dist/@ecme/components/docs/DemoCard/DemoCard.js +18 -19
  12. package/dist/@ecme/components/docs/DemoCard/DemoCard.js.map +1 -1
  13. package/dist/@ecme/components/layouts/PostLoginLayout/PostLoginLayout.js +29 -30
  14. package/dist/@ecme/components/layouts/PostLoginLayout/PostLoginLayout.js.map +1 -1
  15. package/dist/@ecme/components/layouts/PostLoginLayout/components/ContentOverlay.js +56 -56
  16. package/dist/@ecme/components/layouts/PostLoginLayout/components/ContentOverlay.js.map +1 -1
  17. package/dist/@ecme/components/shared/Affix.js +9 -10
  18. package/dist/@ecme/components/shared/Affix.js.map +1 -1
  19. package/dist/@ecme/components/shared/AutoComplete.js +27 -28
  20. package/dist/@ecme/components/shared/AutoComplete.js.map +1 -1
  21. package/dist/@ecme/components/shared/CalendarView.js +19 -20
  22. package/dist/@ecme/components/shared/CalendarView.js.map +1 -1
  23. package/dist/@ecme/components/shared/ConfirmDialog.js +16 -16
  24. package/dist/@ecme/components/shared/ConfirmDialog.js.map +1 -1
  25. package/dist/@ecme/components/shared/DataTable.js +151 -151
  26. package/dist/@ecme/components/shared/DataTable.js.map +1 -1
  27. package/dist/@ecme/components/shared/DebounceInput.js +11 -12
  28. package/dist/@ecme/components/shared/DebounceInput.js.map +1 -1
  29. package/dist/@ecme/components/shared/GanttChart/GanttChart.js +20 -20
  30. package/dist/@ecme/components/shared/GanttChart/GanttChart.js.map +1 -1
  31. package/dist/@ecme/components/shared/GanttChart/TaskListTable.js +22 -22
  32. package/dist/@ecme/components/shared/GanttChart/TaskListTable.js.map +1 -1
  33. package/dist/@ecme/components/shared/ImageGallery.js +18 -18
  34. package/dist/@ecme/components/shared/ImageGallery.js.map +1 -1
  35. package/dist/@ecme/components/shared/Masonry/Masonry.js +25 -25
  36. package/dist/@ecme/components/shared/Masonry/Masonry.js.map +1 -1
  37. package/dist/@ecme/components/shared/OtpInput.js +54 -56
  38. package/dist/@ecme/components/shared/OtpInput.js.map +1 -1
  39. package/dist/@ecme/components/shared/PasswordInput.js +6 -6
  40. package/dist/@ecme/components/shared/PasswordInput.js.map +1 -1
  41. package/dist/@ecme/components/shared/RegionMap.js +9 -9
  42. package/dist/@ecme/components/shared/RegionMap.js.map +1 -1
  43. package/dist/@ecme/components/shared/RichTextEditor/RichTextEditor.js +47 -47
  44. package/dist/@ecme/components/shared/RichTextEditor/RichTextEditor.js.map +1 -1
  45. package/dist/@ecme/components/shared/UsersAvatarGroup.js +24 -24
  46. package/dist/@ecme/components/shared/UsersAvatarGroup.js.map +1 -1
  47. package/dist/@ecme/components/template/HorizontalMenuContent/HorizontalMenuContent.js +63 -69
  48. package/dist/@ecme/components/template/HorizontalMenuContent/HorizontalMenuContent.js.map +1 -1
  49. package/dist/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdown.js +48 -48
  50. package/dist/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdown.js.map +1 -1
  51. package/dist/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdownContent.js +220 -231
  52. package/dist/@ecme/components/template/HorizontalMenuContent/HorizontalMenuDropdownContent.js.map +1 -1
  53. package/dist/@ecme/components/template/LanguageSelector.js +10 -13
  54. package/dist/@ecme/components/template/LanguageSelector.js.map +1 -1
  55. package/dist/@ecme/components/template/Search.js +85 -92
  56. package/dist/@ecme/components/template/Search.js.map +1 -1
  57. package/dist/@ecme/components/template/ThemeConfigurator/DirectionSwitcher.js +18 -18
  58. package/dist/@ecme/components/template/ThemeConfigurator/DirectionSwitcher.js.map +1 -1
  59. package/dist/@ecme/components/template/VerticalMenuContent/VerticalCollapsedMenuItem.js +17 -17
  60. package/dist/@ecme/components/template/VerticalMenuContent/VerticalCollapsedMenuItem.js.map +1 -1
  61. package/dist/@ecme/components/template/VerticalMenuContent/VerticalMenuContent.js +59 -59
  62. package/dist/@ecme/components/template/VerticalMenuContent/VerticalMenuContent.js.map +1 -1
  63. package/dist/@ecme/components/template/VerticalMenuContent/VerticalSingleMenuItem.js +34 -34
  64. package/dist/@ecme/components/template/VerticalMenuContent/VerticalSingleMenuItem.js.map +1 -1
  65. package/dist/@ecme/components/ui/Alert/Alert.js +29 -29
  66. package/dist/@ecme/components/ui/Alert/Alert.js.map +1 -1
  67. package/dist/@ecme/components/ui/Avatar/AvatarGroup.js +30 -30
  68. package/dist/@ecme/components/ui/Avatar/AvatarGroup.js.map +1 -1
  69. package/dist/@ecme/components/ui/Button/Button.js +66 -67
  70. package/dist/@ecme/components/ui/Button/Button.js.map +1 -1
  71. package/dist/@ecme/components/ui/Card/Card.js +39 -40
  72. package/dist/@ecme/components/ui/Card/Card.js.map +1 -1
  73. package/dist/@ecme/components/ui/Checkbox/Checkbox.js +42 -42
  74. package/dist/@ecme/components/ui/Checkbox/Checkbox.js.map +1 -1
  75. package/dist/@ecme/components/ui/Checkbox/Group.js +27 -27
  76. package/dist/@ecme/components/ui/Checkbox/Group.js.map +1 -1
  77. package/dist/@ecme/components/ui/DatePicker/BasePicker.js +67 -67
  78. package/dist/@ecme/components/ui/DatePicker/BasePicker.js.map +1 -1
  79. package/dist/@ecme/components/ui/DatePicker/Calendar.js +18 -18
  80. package/dist/@ecme/components/ui/DatePicker/Calendar.js.map +1 -1
  81. package/dist/@ecme/components/ui/DatePicker/CalendarBase.js +77 -78
  82. package/dist/@ecme/components/ui/DatePicker/CalendarBase.js.map +1 -1
  83. package/dist/@ecme/components/ui/DatePicker/DatePicker.js +67 -71
  84. package/dist/@ecme/components/ui/DatePicker/DatePicker.js.map +1 -1
  85. package/dist/@ecme/components/ui/DatePicker/DatePickerRange.js +94 -98
  86. package/dist/@ecme/components/ui/DatePicker/DatePickerRange.js.map +1 -1
  87. package/dist/@ecme/components/ui/DatePicker/DateTimepicker.js +51 -58
  88. package/dist/@ecme/components/ui/DatePicker/DateTimepicker.js.map +1 -1
  89. package/dist/@ecme/components/ui/DatePicker/tables/DateTable.js +67 -67
  90. package/dist/@ecme/components/ui/DatePicker/tables/DateTable.js.map +1 -1
  91. package/dist/@ecme/components/ui/DatePicker/tables/components/Day.js +12 -12
  92. package/dist/@ecme/components/ui/DatePicker/tables/components/Day.js.map +1 -1
  93. package/dist/@ecme/components/ui/Dialog/Dialog.js +25 -25
  94. package/dist/@ecme/components/ui/Dialog/Dialog.js.map +1 -1
  95. package/dist/@ecme/components/ui/Drawer/Drawer.js +32 -32
  96. package/dist/@ecme/components/ui/Drawer/Drawer.js.map +1 -1
  97. package/dist/@ecme/components/ui/Dropdown/DropdownItem.js +58 -58
  98. package/dist/@ecme/components/ui/Dropdown/DropdownItem.js.map +1 -1
  99. package/dist/@ecme/components/ui/Dropdown/DropdownMenu.js +99 -100
  100. package/dist/@ecme/components/ui/Dropdown/DropdownMenu.js.map +1 -1
  101. package/dist/@ecme/components/ui/Dropdown/DropdownSubItem.js +26 -26
  102. package/dist/@ecme/components/ui/Dropdown/DropdownSubItem.js.map +1 -1
  103. package/dist/@ecme/components/ui/Form/FormContainer.js +17 -17
  104. package/dist/@ecme/components/ui/Form/FormContainer.js.map +1 -1
  105. package/dist/@ecme/components/ui/Form/FormItem.js +38 -38
  106. package/dist/@ecme/components/ui/Form/FormItem.js.map +1 -1
  107. package/dist/@ecme/components/ui/Input/Input.js +50 -52
  108. package/dist/@ecme/components/ui/Input/Input.js.map +1 -1
  109. package/dist/@ecme/components/ui/InputGroup/Addon.js +12 -13
  110. package/dist/@ecme/components/ui/InputGroup/Addon.js.map +1 -1
  111. package/dist/@ecme/components/ui/InputGroup/InputGroup.js +10 -11
  112. package/dist/@ecme/components/ui/InputGroup/InputGroup.js.map +1 -1
  113. package/dist/@ecme/components/ui/Notification/Notification.js +19 -19
  114. package/dist/@ecme/components/ui/Notification/Notification.js.map +1 -1
  115. package/dist/@ecme/components/ui/Pagination/Pagination.js +45 -45
  116. package/dist/@ecme/components/ui/Pagination/Pagination.js.map +1 -1
  117. package/dist/@ecme/components/ui/Radio/Group.js +28 -28
  118. package/dist/@ecme/components/ui/Radio/Group.js.map +1 -1
  119. package/dist/@ecme/components/ui/Radio/Radio.js +42 -42
  120. package/dist/@ecme/components/ui/Radio/Radio.js.map +1 -1
  121. package/dist/@ecme/components/ui/Segment/SegmentItem.js +53 -53
  122. package/dist/@ecme/components/ui/Segment/SegmentItem.js.map +1 -1
  123. package/dist/@ecme/components/ui/Select/Select.js +40 -41
  124. package/dist/@ecme/components/ui/Select/Select.js.map +1 -1
  125. package/dist/@ecme/components/ui/Steps/StepItem.js +33 -33
  126. package/dist/@ecme/components/ui/Steps/StepItem.js.map +1 -1
  127. package/dist/@ecme/components/ui/Switcher/Switcher.js +24 -24
  128. package/dist/@ecme/components/ui/Switcher/Switcher.js.map +1 -1
  129. package/dist/@ecme/components/ui/Tabs/TabNav.js +22 -22
  130. package/dist/@ecme/components/ui/Tabs/TabNav.js.map +1 -1
  131. package/dist/@ecme/components/ui/TimeInput/AmPmInput.js +25 -27
  132. package/dist/@ecme/components/ui/TimeInput/AmPmInput.js.map +1 -1
  133. package/dist/@ecme/components/ui/TimeInput/TimeInput.js +130 -135
  134. package/dist/@ecme/components/ui/TimeInput/TimeInput.js.map +1 -1
  135. package/dist/@ecme/components/ui/TimeInput/TimeInputField.js +22 -24
  136. package/dist/@ecme/components/ui/TimeInput/TimeInputField.js.map +1 -1
  137. package/dist/@ecme/components/ui/TimeInput/TimeInputRange.js +65 -68
  138. package/dist/@ecme/components/ui/TimeInput/TimeInputRange.js.map +1 -1
  139. package/dist/@ecme/components/ui/TimeInput/utils/createAmPmHandler.js +11 -12
  140. package/dist/@ecme/components/ui/TimeInput/utils/createAmPmHandler.js.map +1 -1
  141. package/dist/@ecme/components/ui/TimeInput/utils/createTimeHandler.js +19 -20
  142. package/dist/@ecme/components/ui/TimeInput/utils/createTimeHandler.js.map +1 -1
  143. package/dist/@ecme/components/ui/Upload/Upload.js +67 -68
  144. package/dist/@ecme/components/ui/Upload/Upload.js.map +1 -1
  145. package/dist/@ecme/components/ui/hooks/useCallbackRef.js +7 -10
  146. package/dist/@ecme/components/ui/hooks/useCallbackRef.js.map +1 -1
  147. package/dist/@ecme/components/ui/hooks/useRootClose.js +32 -32
  148. package/dist/@ecme/components/ui/hooks/useRootClose.js.map +1 -1
  149. package/dist/@ecme/components/ui/hooks/useTimeout.js +12 -13
  150. package/dist/@ecme/components/ui/hooks/useTimeout.js.map +1 -1
  151. package/dist/@ecme/components/ui/toast/ToastWrapper.js +58 -61
  152. package/dist/@ecme/components/ui/toast/ToastWrapper.js.map +1 -1
  153. package/dist/@ecme/components/ui/toast/toast.js +16 -19
  154. package/dist/@ecme/components/ui/toast/toast.js.map +1 -1
  155. package/dist/@ecme/components/view/Activity/ActivityEvent.js +63 -67
  156. package/dist/@ecme/components/view/Activity/ActivityEvent.js.map +1 -1
  157. package/dist/@ecme/components/view/ChatBox/components/Attachment.js +8 -9
  158. package/dist/@ecme/components/view/ChatBox/components/Attachment.js.map +1 -1
  159. package/dist/@ecme/components/view/ChatBox/components/ChatInput.js +37 -39
  160. package/dist/@ecme/components/view/ChatBox/components/ChatInput.js.map +1 -1
  161. package/dist/@ecme/components/view/ChatBox/components/Message.js +10 -10
  162. package/dist/@ecme/components/view/ChatBox/components/Message.js.map +1 -1
  163. package/dist/@ecme/components/view/CreditCardDialog/CreditCardDialog.js +36 -37
  164. package/dist/@ecme/components/view/CreditCardDialog/CreditCardDialog.js.map +1 -1
  165. package/dist/@ecme/components/view/TaskItem/TaskItem.js +33 -33
  166. package/dist/@ecme/components/view/TaskItem/TaskItem.js.map +1 -1
  167. package/dist/@ecme/mock/fakeApi/chatFakeApi.js +16 -18
  168. package/dist/@ecme/mock/fakeApi/chatFakeApi.js.map +1 -1
  169. package/dist/@ecme/mock/fakeApi/customersFakeApi.js +10 -11
  170. package/dist/@ecme/mock/fakeApi/customersFakeApi.js.map +1 -1
  171. package/dist/@ecme/mock/fakeApi/helpCenterFakeApi.js +10 -11
  172. package/dist/@ecme/mock/fakeApi/helpCenterFakeApi.js.map +1 -1
  173. package/dist/@ecme/mock/fakeApi/mailFakeApi.js +9 -10
  174. package/dist/@ecme/mock/fakeApi/mailFakeApi.js.map +1 -1
  175. package/dist/@ecme/mock/fakeApi/ordersFakeApi.js +9 -10
  176. package/dist/@ecme/mock/fakeApi/ordersFakeApi.js.map +1 -1
  177. package/dist/@ecme/mock/fakeApi/productsFakeApi.js +7 -8
  178. package/dist/@ecme/mock/fakeApi/productsFakeApi.js.map +1 -1
  179. package/dist/@ecme/mock/fakeApi/projectsFakeApi.js +10 -11
  180. package/dist/@ecme/mock/fakeApi/projectsFakeApi.js.map +1 -1
  181. package/dist/@ecme/utils/hooks/useInfiniteScroll.js +11 -11
  182. package/dist/@ecme/utils/hooks/useInfiniteScroll.js.map +1 -1
  183. package/dist/@ecme/utils/hooks/useMenuActive.js +11 -12
  184. package/dist/@ecme/utils/hooks/useMenuActive.js.map +1 -1
  185. package/dist/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.js +36 -37
  186. package/dist/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.js.map +1 -1
  187. package/dist/@ecme/views/auth/OtpVerification/OtpVerification.js +14 -14
  188. package/dist/@ecme/views/auth/OtpVerification/OtpVerification.js.map +1 -1
  189. package/dist/@ecme/views/auth/OtpVerification/components/OtpVerificationForm.js +41 -42
  190. package/dist/@ecme/views/auth/OtpVerification/components/OtpVerificationForm.js.map +1 -1
  191. package/dist/@ecme/views/auth/ResetPassword/components/ResetPasswordForm.js +59 -60
  192. package/dist/@ecme/views/auth/ResetPassword/components/ResetPasswordForm.js.map +1 -1
  193. package/dist/@ecme/views/auth/SignIn/components/OauthSignIn.js +27 -27
  194. package/dist/@ecme/views/auth/SignIn/components/OauthSignIn.js.map +1 -1
  195. package/dist/@ecme/views/auth/SignIn/components/SignInForm.js +57 -58
  196. package/dist/@ecme/views/auth/SignIn/components/SignInForm.js.map +1 -1
  197. package/dist/@ecme/views/auth/SignUp/components/SignUpForm.js +37 -38
  198. package/dist/@ecme/views/auth/SignUp/components/SignUpForm.js.map +1 -1
  199. package/dist/@ecme/views/concepts/accounts/Pricing/components/PaymentDialog.js +44 -45
  200. package/dist/@ecme/views/concepts/accounts/Pricing/components/PaymentDialog.js.map +1 -1
  201. package/dist/@ecme/views/concepts/accounts/Pricing/components/Plans.js +5 -5
  202. package/dist/@ecme/views/concepts/accounts/Pricing/components/Plans.js.map +1 -1
  203. package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsAccessDialog.js +34 -35
  204. package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsAccessDialog.js.map +1 -1
  205. package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserAction.js +26 -26
  206. package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserAction.js.map +1 -1
  207. package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserTable.js +28 -29
  208. package/dist/@ecme/views/concepts/accounts/RolesPermissions/components/RolesPermissionsUserTable.js.map +1 -1
  209. package/dist/@ecme/views/concepts/accounts/RolesPermissions/hooks/useRolePermissonsUsers.js +8 -8
  210. package/dist/@ecme/views/concepts/accounts/RolesPermissions/hooks/useRolePermissonsUsers.js.map +1 -1
  211. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingMobileMenu.js +10 -11
  212. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingMobileMenu.js.map +1 -1
  213. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsBilling.js +48 -49
  214. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsBilling.js.map +1 -1
  215. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsMenu.js +14 -14
  216. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsMenu.js.map +1 -1
  217. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsProfile.js +102 -103
  218. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsProfile.js.map +1 -1
  219. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsSecurity.js +34 -35
  220. package/dist/@ecme/views/concepts/accounts/Settings/components/SettingsSecurity.js.map +1 -1
  221. package/dist/@ecme/views/concepts/ai/Chat/components/ChatCustomAction.js +16 -16
  222. package/dist/@ecme/views/concepts/ai/Chat/components/ChatCustomAction.js.map +1 -1
  223. package/dist/@ecme/views/concepts/ai/Chat/components/ChatCustomContent.js +76 -78
  224. package/dist/@ecme/views/concepts/ai/Chat/components/ChatCustomContent.js.map +1 -1
  225. package/dist/@ecme/views/concepts/ai/Chat/components/ChatHistory.js +23 -23
  226. package/dist/@ecme/views/concepts/ai/Chat/components/ChatHistory.js.map +1 -1
  227. package/dist/@ecme/views/concepts/ai/Chat/components/ChatHistoryItem.js +48 -49
  228. package/dist/@ecme/views/concepts/ai/Chat/components/ChatHistoryItem.js.map +1 -1
  229. package/dist/@ecme/views/concepts/ai/Chat/components/ChatHistoryRenameDialog.js +34 -35
  230. package/dist/@ecme/views/concepts/ai/Chat/components/ChatHistoryRenameDialog.js.map +1 -1
  231. package/dist/@ecme/views/concepts/ai/Chat/components/ChatMobileNav.js +11 -14
  232. package/dist/@ecme/views/concepts/ai/Chat/components/ChatMobileNav.js.map +1 -1
  233. package/dist/@ecme/views/concepts/ai/Chat/components/ChatSideNav.js +19 -19
  234. package/dist/@ecme/views/concepts/ai/Chat/components/ChatSideNav.js.map +1 -1
  235. package/dist/@ecme/views/concepts/ai/Chat/components/ChatView.js +22 -26
  236. package/dist/@ecme/views/concepts/ai/Chat/components/ChatView.js.map +1 -1
  237. package/dist/@ecme/views/concepts/ai/Chat/store/generativeChatStore.js +18 -24
  238. package/dist/@ecme/views/concepts/ai/Chat/store/generativeChatStore.js.map +1 -1
  239. package/dist/@ecme/views/concepts/ai/Image/components/ConfigDropdown.js +22 -22
  240. package/dist/@ecme/views/concepts/ai/Image/components/ConfigDropdown.js.map +1 -1
  241. package/dist/@ecme/views/concepts/ai/Image/components/GeneratorPrompt.js +31 -32
  242. package/dist/@ecme/views/concepts/ai/Image/components/GeneratorPrompt.js.map +1 -1
  243. package/dist/@ecme/views/concepts/ai/Image/components/ImageDialog.js +31 -32
  244. package/dist/@ecme/views/concepts/ai/Image/components/ImageDialog.js.map +1 -1
  245. package/dist/@ecme/views/concepts/calendar/Calendar/Calendar.js +38 -39
  246. package/dist/@ecme/views/concepts/calendar/Calendar/Calendar.js.map +1 -1
  247. package/dist/@ecme/views/concepts/calendar/Calendar/components/EventDialog.js +68 -69
  248. package/dist/@ecme/views/concepts/calendar/Calendar/components/EventDialog.js.map +1 -1
  249. package/dist/@ecme/views/concepts/chat/Chat/components/ChatBody.js +63 -66
  250. package/dist/@ecme/views/concepts/chat/Chat/components/ChatBody.js.map +1 -1
  251. package/dist/@ecme/views/concepts/chat/Chat/components/ChatList.js +21 -22
  252. package/dist/@ecme/views/concepts/chat/Chat/components/ChatList.js.map +1 -1
  253. package/dist/@ecme/views/concepts/chat/Chat/components/ContactInfoDrawer.js +84 -85
  254. package/dist/@ecme/views/concepts/chat/Chat/components/ContactInfoDrawer.js.map +1 -1
  255. package/dist/@ecme/views/concepts/customers/CustomerDetails/ActivitySection.js +19 -19
  256. package/dist/@ecme/views/concepts/customers/CustomerDetails/ActivitySection.js.map +1 -1
  257. package/dist/@ecme/views/concepts/customers/CustomerDetails/BillingSection.js +51 -58
  258. package/dist/@ecme/views/concepts/customers/CustomerDetails/BillingSection.js.map +1 -1
  259. package/dist/@ecme/views/concepts/customers/CustomerDetails/ProfileSection.js +76 -89
  260. package/dist/@ecme/views/concepts/customers/CustomerDetails/ProfileSection.js.map +1 -1
  261. package/dist/@ecme/views/concepts/customers/CustomerForm/AddressSection.js +104 -107
  262. package/dist/@ecme/views/concepts/customers/CustomerForm/AddressSection.js.map +1 -1
  263. package/dist/@ecme/views/concepts/customers/CustomerForm/CustomerForm.js +22 -22
  264. package/dist/@ecme/views/concepts/customers/CustomerForm/CustomerForm.js.map +1 -1
  265. package/dist/@ecme/views/concepts/customers/CustomerForm/OverviewSection.js +38 -39
  266. package/dist/@ecme/views/concepts/customers/CustomerForm/OverviewSection.js.map +1 -1
  267. package/dist/@ecme/views/concepts/customers/CustomerList/hooks/useCustomerList.js +20 -20
  268. package/dist/@ecme/views/concepts/customers/CustomerList/hooks/useCustomerList.js.map +1 -1
  269. package/dist/@ecme/views/concepts/files/FileManager/components/FileItemDropdown.js +32 -33
  270. package/dist/@ecme/views/concepts/files/FileManager/components/FileItemDropdown.js.map +1 -1
  271. package/dist/@ecme/views/concepts/help-center/EditArticle/components/EditArticleHeader.js +17 -18
  272. package/dist/@ecme/views/concepts/help-center/EditArticle/components/EditArticleHeader.js.map +1 -1
  273. package/dist/@ecme/views/concepts/help-center/ManageArticle/hooks/useManageArticle.js +5 -5
  274. package/dist/@ecme/views/concepts/help-center/ManageArticle/hooks/useManageArticle.js.map +1 -1
  275. package/dist/@ecme/views/concepts/help-center/SupportHub/components/TopSection.js +12 -13
  276. package/dist/@ecme/views/concepts/help-center/SupportHub/components/TopSection.js.map +1 -1
  277. package/dist/@ecme/views/concepts/mail/Mail/components/MailDetailAction.js +28 -29
  278. package/dist/@ecme/views/concepts/mail/Mail/components/MailDetailAction.js.map +1 -1
  279. package/dist/@ecme/views/concepts/mail/Mail/components/MailDetailContent.js +63 -67
  280. package/dist/@ecme/views/concepts/mail/Mail/components/MailDetailContent.js.map +1 -1
  281. package/dist/@ecme/views/concepts/mail/Mail/components/MailDetailTitle.js +8 -8
  282. package/dist/@ecme/views/concepts/mail/Mail/components/MailDetailTitle.js.map +1 -1
  283. package/dist/@ecme/views/concepts/mail/Mail/components/MailEditor.js +36 -37
  284. package/dist/@ecme/views/concepts/mail/Mail/components/MailEditor.js.map +1 -1
  285. package/dist/@ecme/views/concepts/mail/Mail/components/MailList.js +134 -137
  286. package/dist/@ecme/views/concepts/mail/Mail/components/MailList.js.map +1 -1
  287. package/dist/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailProducts.js +17 -17
  288. package/dist/@ecme/views/concepts/orders/OrderDetails/components/OrderDetailProducts.js.map +1 -1
  289. package/dist/@ecme/views/concepts/orders/OrderEdit/OrderEdit.js +35 -35
  290. package/dist/@ecme/views/concepts/orders/OrderEdit/OrderEdit.js.map +1 -1
  291. package/dist/@ecme/views/concepts/orders/OrderForm/OrderForm.js +38 -38
  292. package/dist/@ecme/views/concepts/orders/OrderForm/OrderForm.js.map +1 -1
  293. package/dist/@ecme/views/concepts/orders/OrderForm/components/BillingAddressSection.js +108 -111
  294. package/dist/@ecme/views/concepts/orders/OrderForm/components/BillingAddressSection.js.map +1 -1
  295. package/dist/@ecme/views/concepts/orders/OrderForm/components/CustomerDetailSection.js +44 -45
  296. package/dist/@ecme/views/concepts/orders/OrderForm/components/CustomerDetailSection.js.map +1 -1
  297. package/dist/@ecme/views/concepts/orders/OrderForm/components/PaymentMethodSection.js +211 -214
  298. package/dist/@ecme/views/concepts/orders/OrderForm/components/PaymentMethodSection.js.map +1 -1
  299. package/dist/@ecme/views/concepts/orders/OrderList/components/OrderListTableFilter.js +17 -17
  300. package/dist/@ecme/views/concepts/orders/OrderList/components/OrderListTableFilter.js.map +1 -1
  301. package/dist/@ecme/views/concepts/orders/OrderList/hooks/useOrderlist.js +15 -15
  302. package/dist/@ecme/views/concepts/orders/OrderList/hooks/useOrderlist.js.map +1 -1
  303. package/dist/@ecme/views/concepts/products/ProductForm/ProductForm.js +4 -4
  304. package/dist/@ecme/views/concepts/products/ProductForm/ProductForm.js.map +1 -1
  305. package/dist/@ecme/views/concepts/products/ProductForm/components/AttributeSection.js +97 -100
  306. package/dist/@ecme/views/concepts/products/ProductForm/components/AttributeSection.js.map +1 -1
  307. package/dist/@ecme/views/concepts/products/ProductForm/components/GeneralSection.js +68 -71
  308. package/dist/@ecme/views/concepts/products/ProductForm/components/GeneralSection.js.map +1 -1
  309. package/dist/@ecme/views/concepts/products/ProductForm/components/ImageSection.js +85 -86
  310. package/dist/@ecme/views/concepts/products/ProductForm/components/ImageSection.js.map +1 -1
  311. package/dist/@ecme/views/concepts/products/ProductForm/components/PricingSection.js +121 -124
  312. package/dist/@ecme/views/concepts/products/ProductForm/components/PricingSection.js.map +1 -1
  313. package/dist/@ecme/views/concepts/products/ProductList/components/ProductListSearch.js +11 -11
  314. package/dist/@ecme/views/concepts/products/ProductList/components/ProductListSearch.js.map +1 -1
  315. package/dist/@ecme/views/concepts/products/ProductList/components/ProductTableFilter.js +17 -17
  316. package/dist/@ecme/views/concepts/products/ProductList/components/ProductTableFilter.js.map +1 -1
  317. package/dist/@ecme/views/concepts/products/ProductList/hooks/useProductList.js +17 -17
  318. package/dist/@ecme/views/concepts/products/ProductList/hooks/useProductList.js.map +1 -1
  319. package/dist/@ecme/views/concepts/projects/Issue/components/IssueBody.js +101 -105
  320. package/dist/@ecme/views/concepts/projects/Issue/components/IssueBody.js.map +1 -1
  321. package/dist/@ecme/views/concepts/projects/Issue/components/IssueFooter.js +57 -58
  322. package/dist/@ecme/views/concepts/projects/Issue/components/IssueFooter.js.map +1 -1
  323. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsHeader.js +51 -52
  324. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsHeader.js.map +1 -1
  325. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsOverview.js +22 -23
  326. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsOverview.js.map +1 -1
  327. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsSetting.js +45 -46
  328. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsSetting.js.map +1 -1
  329. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsTask.js +62 -65
  330. package/dist/@ecme/views/concepts/projects/ProjectDetails/components/ProjectDetailsTask.js.map +1 -1
  331. package/dist/@ecme/views/concepts/projects/ProjectList/components/NewProjectForm.js +52 -53
  332. package/dist/@ecme/views/concepts/projects/ProjectList/components/NewProjectForm.js.map +1 -1
  333. package/dist/@ecme/views/concepts/projects/ProjectList/components/NewTaskField.js +23 -25
  334. package/dist/@ecme/views/concepts/projects/ProjectList/components/NewTaskField.js.map +1 -1
  335. package/dist/@ecme/views/concepts/projects/ProjectList/components/ProjectListContent.js +15 -15
  336. package/dist/@ecme/views/concepts/projects/ProjectList/components/ProjectListContent.js.map +1 -1
  337. package/dist/@ecme/views/concepts/projects/ProjectList/components/ProjectListHeader.js +16 -16
  338. package/dist/@ecme/views/concepts/projects/ProjectList/components/ProjectListHeader.js.map +1 -1
  339. package/dist/@ecme/views/concepts/projects/ProjectList/hooks/useProjectList.js +9 -9
  340. package/dist/@ecme/views/concepts/projects/ProjectList/hooks/useProjectList.js.map +1 -1
  341. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/AddNewColumnContent.js +40 -41
  342. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/AddNewColumnContent.js.map +1 -1
  343. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/AddNewTicketContent.js +33 -34
  344. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/AddNewTicketContent.js.map +1 -1
  345. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/BoardCardList.js +33 -33
  346. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/BoardCardList.js.map +1 -1
  347. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/TicketContent.js +203 -210
  348. package/dist/@ecme/views/concepts/projects/ScrumBoard/components/TicketContent.js.map +1 -1
  349. package/dist/@ecme/views/concepts/projects/Tasks/components/AddTask.js +53 -56
  350. package/dist/@ecme/views/concepts/projects/Tasks/components/AddTask.js.map +1 -1
  351. package/dist/@ecme/views/concepts/projects/Tasks/components/TaskList.js +80 -83
  352. package/dist/@ecme/views/concepts/projects/Tasks/components/TaskList.js.map +1 -1
  353. package/dist/@ecme/views/dashboards/AnalyticDashboard/components/AnalyticHeader.js +6 -6
  354. package/dist/@ecme/views/dashboards/AnalyticDashboard/components/AnalyticHeader.js.map +1 -1
  355. package/dist/@ecme/views/dashboards/EcommerceDashboard/components/Overview.js +21 -21
  356. package/dist/@ecme/views/dashboards/EcommerceDashboard/components/Overview.js.map +1 -1
  357. package/dist/@ecme/views/dashboards/EcommerceDashboard/components/RevenueByChannel.js +27 -27
  358. package/dist/@ecme/views/dashboards/EcommerceDashboard/components/RevenueByChannel.js.map +1 -1
  359. package/dist/@ecme/views/dashboards/EcommerceDashboard/components/SalesTarget.js +27 -27
  360. package/dist/@ecme/views/dashboards/EcommerceDashboard/components/SalesTarget.js.map +1 -1
  361. package/dist/@ecme/views/dashboards/MarketingDashboard/components/CreateCampaign.js +59 -60
  362. package/dist/@ecme/views/dashboards/MarketingDashboard/components/CreateCampaign.js.map +1 -1
  363. package/dist/@ecme/views/dashboards/ProjectDashboard/components/CreateEventDialog.js +76 -77
  364. package/dist/@ecme/views/dashboards/ProjectDashboard/components/CreateEventDialog.js.map +1 -1
  365. package/dist/@ecme/views/dashboards/ProjectDashboard/components/UpcomingSchedule.js +30 -30
  366. package/dist/@ecme/views/dashboards/ProjectDashboard/components/UpcomingSchedule.js.map +1 -1
  367. package/dist/@ecme/views/guide/SharedComponentsDoc/components/CustomFormatInputDoc/WithForm.js +21 -22
  368. package/dist/@ecme/views/guide/SharedComponentsDoc/components/CustomFormatInputDoc/WithForm.js.map +1 -1
  369. package/dist/@ecme/views/guide/SharedComponentsDoc/components/ImageGalleryDoc/Example.js +15 -15
  370. package/dist/@ecme/views/guide/SharedComponentsDoc/components/ImageGalleryDoc/Example.js.map +1 -1
  371. package/dist/@ecme/views/guide/SharedComponentsDoc/components/NumericInputDoc/WithForm.js +20 -21
  372. package/dist/@ecme/views/guide/SharedComponentsDoc/components/NumericInputDoc/WithForm.js.map +1 -1
  373. package/dist/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/WithForm.js +20 -21
  374. package/dist/@ecme/views/guide/SharedComponentsDoc/components/PatternInputDoc/WithForm.js.map +1 -1
  375. package/dist/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/WithForm.js +20 -21
  376. package/dist/@ecme/views/guide/SharedComponentsDoc/components/RichTextEditorDoc/WithForm.js.map +1 -1
  377. package/dist/@ecme/views/ui-components/data-display/Table/Editable.js +17 -18
  378. package/dist/@ecme/views/ui-components/data-display/Table/Editable.js.map +1 -1
  379. package/dist/@ecme/views/ui-components/data-display/Table/PaginationTable.js +12 -12
  380. package/dist/@ecme/views/ui-components/data-display/Table/PaginationTable.js.map +1 -1
  381. package/dist/@ecme/views/ui-components/forms/FormControl/AsyncValidation.js +28 -29
  382. package/dist/@ecme/views/ui-components/forms/FormControl/AsyncValidation.js.map +1 -1
  383. package/dist/@ecme/views/ui-components/forms/FormControl/Basic.js +21 -22
  384. package/dist/@ecme/views/ui-components/forms/FormControl/Basic.js.map +1 -1
  385. package/dist/@ecme/views/ui-components/forms/FormControl/DependentValidation.js +24 -25
  386. package/dist/@ecme/views/ui-components/forms/FormControl/DependentValidation.js.map +1 -1
  387. package/dist/@ecme/views/ui-components/forms/FormControl/DynamicForm.js +75 -79
  388. package/dist/@ecme/views/ui-components/forms/FormControl/DynamicForm.js.map +1 -1
  389. package/dist/@ecme/views/ui-components/forms/FormControl/FieldValidation.js +19 -20
  390. package/dist/@ecme/views/ui-components/forms/FormControl/FieldValidation.js.map +1 -1
  391. package/dist/@ecme/views/ui-components/forms/FormControl/MixedFormControl.js +90 -91
  392. package/dist/@ecme/views/ui-components/forms/FormControl/MixedFormControl.js.map +1 -1
  393. package/dist/@ecme/views/ui-components/forms/FormControl/SchemaValidation.js +22 -23
  394. package/dist/@ecme/views/ui-components/forms/FormControl/SchemaValidation.js.map +1 -1
  395. package/dist/@types/base/configs/api.config.d.ts +0 -19
  396. package/dist/@types/base/configs/api.config.d.ts.map +1 -1
  397. package/dist/base/assets/styles/init.css +1 -1
  398. package/dist/base/components/forms/ArraysForms/GenericArrayNumberFormSection.js +24 -25
  399. package/dist/base/components/forms/ArraysForms/GenericArrayNumberFormSection.js.map +1 -1
  400. package/dist/base/components/forms/ArraysForms/GenericArrayStringFormSection.js +23 -24
  401. package/dist/base/components/forms/ArraysForms/GenericArrayStringFormSection.js.map +1 -1
  402. package/dist/base/components/forms/GenericFomrsSetValue/GenericNumberFormSectionPrice.js +30 -31
  403. package/dist/base/components/forms/GenericFomrsSetValue/GenericNumberFormSectionPrice.js.map +1 -1
  404. package/dist/base/components/forms/GenericFomrsSetValue/GenericStringFormSection.js +25 -26
  405. package/dist/base/components/forms/GenericFomrsSetValue/GenericStringFormSection.js.map +1 -1
  406. package/dist/base/components/forms/GenericForms/GenericArrayFormSection.js +49 -50
  407. package/dist/base/components/forms/GenericForms/GenericArrayFormSection.js.map +1 -1
  408. package/dist/base/components/forms/GenericForms/GenericNumberFormSection.js +27 -28
  409. package/dist/base/components/forms/GenericForms/GenericNumberFormSection.js.map +1 -1
  410. package/dist/base/components/forms/GenericForms/GenericStringFormSection.js +23 -24
  411. package/dist/base/components/forms/GenericForms/GenericStringFormSection.js.map +1 -1
  412. package/dist/base/components/forms/GenericForms/GenericUploadFormSection.js +27 -28
  413. package/dist/base/components/forms/GenericForms/GenericUploadFormSection.js.map +1 -1
  414. package/dist/base/components/forms/NumberFormVariant/GenericNumberFormSectionPercentage.js +29 -30
  415. package/dist/base/components/forms/NumberFormVariant/GenericNumberFormSectionPercentage.js.map +1 -1
  416. package/dist/base/components/forms/NumberFormVariant/GenericNumberFormSectionPrice.js +27 -28
  417. package/dist/base/components/forms/NumberFormVariant/GenericNumberFormSectionPrice.js.map +1 -1
  418. package/dist/base/components/forms/NumberFormVariant/GenericNumberFormSectionWeight.js +27 -28
  419. package/dist/base/components/forms/NumberFormVariant/GenericNumberFormSectionWeight.js.map +1 -1
  420. package/dist/base/components/shared/TransferirProcessoDialog.js +10 -10
  421. package/dist/base/components/shared/TransferirProcessoDialog.js.map +1 -1
  422. package/dist/base/components/tools/NavFilter.js +68 -75
  423. package/dist/base/components/tools/NavFilter.js.map +1 -1
  424. package/dist/base/configs/api.config.js +11 -14
  425. package/dist/base/configs/api.config.js.map +1 -1
  426. package/dist/base/hooks/adm/roles/useRolesList.js +11 -11
  427. package/dist/base/hooks/adm/roles/useRolesList.js.map +1 -1
  428. package/dist/base/hooks/adm/users/useUsersList.js +10 -10
  429. package/dist/base/hooks/adm/users/useUsersList.js.map +1 -1
  430. package/dist/base/hooks/dm/businessPartner/useBusinessPartnerClienteList.js +5 -5
  431. package/dist/base/hooks/dm/businessPartner/useBusinessPartnerClienteList.js.map +1 -1
  432. package/dist/base/hooks/dm/businessPartner/useBusinessPartnerFornecedorList.js +7 -7
  433. package/dist/base/hooks/dm/businessPartner/useBusinessPartnerFornecedorList.js.map +1 -1
  434. package/dist/base/hooks/dm/businessPartner/useBusinessPartnerList.js +10 -10
  435. package/dist/base/hooks/dm/businessPartner/useBusinessPartnerList.js.map +1 -1
  436. package/dist/base/hooks/dm/canalDistribuicao/useCanalDistribuicaoByCodigoList.js +8 -8
  437. package/dist/base/hooks/dm/canalDistribuicao/useCanalDistribuicaoByCodigoList.js.map +1 -1
  438. package/dist/base/hooks/dm/canalDistribuicao/useCanalDistribuicaoList.js +8 -8
  439. package/dist/base/hooks/dm/canalDistribuicao/useCanalDistribuicaoList.js.map +1 -1
  440. package/dist/base/hooks/dm/centro/useCentroByCodigoList.js +13 -13
  441. package/dist/base/hooks/dm/centro/useCentroByCodigoList.js.map +1 -1
  442. package/dist/base/hooks/dm/centro/useCentroList.js +6 -6
  443. package/dist/base/hooks/dm/centro/useCentroList.js.map +1 -1
  444. package/dist/base/hooks/dm/condicaoPagamento/useCondicaoPagamentoList.js +4 -4
  445. package/dist/base/hooks/dm/condicaoPagamento/useCondicaoPagamentoList.js.map +1 -1
  446. package/dist/base/hooks/dm/deposito/useDepositoByCodigoList.js +9 -9
  447. package/dist/base/hooks/dm/deposito/useDepositoByCodigoList.js.map +1 -1
  448. package/dist/base/hooks/dm/deposito/useDepositoList.js +5 -5
  449. package/dist/base/hooks/dm/deposito/useDepositoList.js.map +1 -1
  450. package/dist/base/hooks/dm/deposito/useDepositosByCodigoCentroList.js +13 -13
  451. package/dist/base/hooks/dm/deposito/useDepositosByCodigoCentroList.js.map +1 -1
  452. package/dist/base/hooks/dm/equipeVenda/useEquipeVendaByCodigoList.js +8 -8
  453. package/dist/base/hooks/dm/equipeVenda/useEquipeVendaByCodigoList.js.map +1 -1
  454. package/dist/base/hooks/dm/equipeVenda/useEquipeVendaList.js +6 -6
  455. package/dist/base/hooks/dm/equipeVenda/useEquipeVendaList.js.map +1 -1
  456. package/dist/base/hooks/dm/escritorioVenda/useEscritorioVendaByCodigoList.js +10 -10
  457. package/dist/base/hooks/dm/escritorioVenda/useEscritorioVendaByCodigoList.js.map +1 -1
  458. package/dist/base/hooks/dm/escritorioVenda/useEscritorioVendaList.js +7 -7
  459. package/dist/base/hooks/dm/escritorioVenda/useEscritorioVendaList.js.map +1 -1
  460. package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.js +10 -10
  461. package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.js.map +1 -1
  462. package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoList.js +1 -1
  463. package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoList.js.map +1 -1
  464. package/dist/base/hooks/dm/grupoVenda/useGrupoVendaByCodigoList.js +11 -11
  465. package/dist/base/hooks/dm/grupoVenda/useGrupoVendaByCodigoList.js.map +1 -1
  466. package/dist/base/hooks/dm/grupoVenda/useGrupoVendaList.js +9 -9
  467. package/dist/base/hooks/dm/grupoVenda/useGrupoVendaList.js.map +1 -1
  468. package/dist/base/hooks/dm/incoterms/useIncotermsList.js +17 -18
  469. package/dist/base/hooks/dm/incoterms/useIncotermsList.js.map +1 -1
  470. package/dist/base/hooks/dm/produto/useProdutoByCodigoList.js +13 -13
  471. package/dist/base/hooks/dm/produto/useProdutoByCodigoList.js.map +1 -1
  472. package/dist/base/hooks/dm/produto/useProdutoByGrupoProdutoList.js +21 -21
  473. package/dist/base/hooks/dm/produto/useProdutoByGrupoProdutoList.js.map +1 -1
  474. package/dist/base/hooks/dm/produto/useProdutoFindList.js +8 -8
  475. package/dist/base/hooks/dm/produto/useProdutoFindList.js.map +1 -1
  476. package/dist/base/hooks/dm/produto/useProdutoFindMonitorList.js +11 -11
  477. package/dist/base/hooks/dm/produto/useProdutoFindMonitorList.js.map +1 -1
  478. package/dist/base/hooks/dm/produto/useProdutoIsPrecificadoRacaoList.js +9 -9
  479. package/dist/base/hooks/dm/produto/useProdutoIsPrecificadoRacaoList.js.map +1 -1
  480. package/dist/base/hooks/dm/setorAtividade/useSetorAtividadeList.js +5 -5
  481. package/dist/base/hooks/dm/setorAtividade/useSetorAtividadeList.js.map +1 -1
  482. package/dist/base/hooks/dm/tipoDocumentoVenda/useTipoDocumentoVendaByCodigoList.js +9 -9
  483. package/dist/base/hooks/dm/tipoDocumentoVenda/useTipoDocumentoVendaByCodigoList.js.map +1 -1
  484. package/dist/base/hooks/dm/tipoDocumentoVenda/useTipoDocumentoVendaList.js +9 -9
  485. package/dist/base/hooks/dm/tipoDocumentoVenda/useTipoDocumentoVendaList.js.map +1 -1
  486. package/dist/base/hooks/dm/tipoOrdemVenda/useTipoOrdemVendaByCodigoList.js +10 -10
  487. package/dist/base/hooks/dm/tipoOrdemVenda/useTipoOrdemVendaByCodigoList.js.map +1 -1
  488. package/dist/base/hooks/dm/tipoOrdemVenda/useTipoOrdemVendaList.js +9 -9
  489. package/dist/base/hooks/dm/tipoOrdemVenda/useTipoOrdemVendaList.js.map +1 -1
  490. package/dist/base/hooks/useList.js +10 -10
  491. package/dist/base/hooks/useList.js.map +1 -1
  492. package/dist/base/services/modules/transportadora/ControleDescarga/ControleDescargaService.js +15 -15
  493. package/dist/base/services/modules/transportadora/ControleDescarga/ControleDescargaService.js.map +1 -1
  494. package/dist/base/services/modules/transportadora/ControleEmbarque/ControleEmbarqueService.js +7 -7
  495. package/dist/base/services/modules/transportadora/ControleEmbarque/ControleEmbarqueService.js.map +1 -1
  496. package/dist/base/services/modules/transportadora/NaturezaCarga/NaturezaCargaService.js +5 -5
  497. package/dist/base/services/modules/transportadora/NaturezaCarga/NaturezaCargaService.js.map +1 -1
  498. package/dist/base/utils/functions/stringUtils.js +14 -15
  499. package/dist/base/utils/functions/stringUtils.js.map +1 -1
  500. package/lib/base/configs/api.config.ts +6 -7
  501. package/package.json +1 -1
  502. package/tsconfig.json +6 -1
@@ -1,130 +1,129 @@
1
- import { jsx as e, Fragment as v, jsxs as t } from "react/jsx-runtime";
2
- import { useState as M, useRef as se, useEffect as ie } from "react";
3
- import { useScrumBoardStore as ne } from "../store/scrumBoardStore.js";
1
+ import { jsx as e, Fragment as u, jsxs as a } from "react/jsx-runtime";
2
+ import { useState as w, useRef as ee, useEffect as te } from "react";
3
+ import { useScrumBoardStore as ae } from "../store/scrumBoardStore.js";
4
4
  import "../../../../../components/ui/Spinner/index.js";
5
- import { Avatar as N } from "../../../../../components/ui/Avatar/index.js";
5
+ import { Avatar as v } from "../../../../../components/ui/Avatar/index.js";
6
6
  import "../../../../../components/ui/Tooltip/index.js";
7
7
  import "../../../../../components/ui/Card/index.js";
8
8
  import "../../../../../components/ui/Button/index.js";
9
9
  import "../../../../../components/ui/Input/index.js";
10
- import { Dropdown as h } from "../../../../../components/ui/Dropdown/index.js";
10
+ import { Dropdown as o } from "../../../../../components/ui/Dropdown/index.js";
11
11
  import "../../../../../components/ui/CloseButton/index.js";
12
12
  import "../../../../../components/ui/Tag/index.js";
13
- import { Tabs as z } from "../../../../../components/ui/Tabs/index.js";
13
+ import { Tabs as A } from "../../../../../components/ui/Tabs/index.js";
14
14
  import "../../../../../components/ui/Badge/index.js";
15
15
  import "../../../../../components/ui/ScrollBar/index.js";
16
- import le from "../../../../../assets/svg/NoMedia.js";
17
- import ce from "../../../../../components/shared/UsersAvatarGroup.js";
18
- import me from "dayjs";
19
- import p from "lodash/cloneDeep";
20
- import { TbPlus as I, TbDownload as de, TbTrash as oe } from "react-icons/tb";
21
- import he from "lodash/isEmpty";
22
- import { createUID as pe, taskLabelColors as O, labelList as fe } from "../utils.js";
23
- import { useNavigate as xe } from "react-router-dom";
24
- import y from "../../../../../components/ui/Tooltip/Tooltip.js";
25
- import c from "../../../../../components/ui/Button/Button.js";
26
- import ge from "../../../../../components/ui/Spinner/Spinner.js";
27
- import ue from "../../../../../components/ui/CloseButton/CloseButton.js";
28
- import ve from "../../../../../components/ui/ScrollBar/ScrollBar.js";
29
- import b from "../../../../../components/ui/Tag/Tag.js";
30
- import Ne from "../../../../../components/ui/Badge/Badge.js";
31
- import be from "../../../../../components/ui/Input/Input.js";
32
- import ye from "../../../../../components/ui/Card/Card.js";
33
- const { TabNav: L, TabList: we, TabContent: S } = z, ke = (l) => ({
34
- id: pe(10),
16
+ import re from "../../../../../assets/svg/NoMedia.js";
17
+ import se from "../../../../../components/shared/UsersAvatarGroup.js";
18
+ import ie from "dayjs";
19
+ import h from "lodash/cloneDeep";
20
+ import { TbPlus as M, TbDownload as le, TbTrash as ne } from "react-icons/tb";
21
+ import ce from "lodash/isEmpty";
22
+ import { createUID as me, taskLabelColors as D, labelList as de } from "../utils.js";
23
+ import { useNavigate as oe } from "react-router-dom";
24
+ import b from "../../../../../components/ui/Tooltip/Tooltip.js";
25
+ import n from "../../../../../components/ui/Button/Button.js";
26
+ import he from "../../../../../components/ui/Spinner/Spinner.js";
27
+ import pe from "../../../../../components/ui/CloseButton/CloseButton.js";
28
+ import fe from "../../../../../components/ui/ScrollBar/ScrollBar.js";
29
+ import N from "../../../../../components/ui/Tag/Tag.js";
30
+ import xe from "../../../../../components/ui/Badge/Badge.js";
31
+ import ge from "../../../../../components/ui/Input/Input.js";
32
+ import ue from "../../../../../components/ui/Card/Card.js";
33
+ const { TabNav: T, TabList: ve, TabContent: j } = A, Ne = (p) => ({
34
+ id: me(10),
35
35
  name: "Angelina Gotelli",
36
36
  src: "/img/avatars/thumb-1.jpg",
37
- message: l,
37
+ message: p,
38
38
  date: /* @__PURE__ */ new Date()
39
- }), Ce = () => /* @__PURE__ */ e(y, { title: "Add More", wrapperClass: "flex", children: /* @__PURE__ */ e(
40
- c,
39
+ }), be = () => /* @__PURE__ */ e(b, { title: "Add More", wrapperClass: "flex", children: /* @__PURE__ */ e(
40
+ n,
41
41
  {
42
- icon: /* @__PURE__ */ e(I, {}),
42
+ icon: /* @__PURE__ */ e(M, {}),
43
43
  customColorClass: () => "border-2 border-dashed hover:ring-0 h-[30px] w-[30px] text-sm",
44
44
  size: "sm",
45
45
  shape: "circle"
46
46
  }
47
- ) }), nr = ({
48
- onTicketClose: l,
49
- showAssignedTo: P = !0,
50
- showLabels: B = !0,
51
- showDueDate: E = !0,
52
- showDescription: U = !0,
53
- showUserInitiator: Y = !0,
54
- showUserResponder: G = !0,
55
- showStatus: V = !0,
56
- showActionsTicket: K = !0,
57
- showCloseTicket: R = !0,
58
- showChangeButton: $ = !0,
59
- descriptionTitle: F = "Descrição",
60
- dueDateTitle: W = "Data",
61
- userInitiatorTitle: q = "Participante 1",
62
- userResponderTitle: H = "Participante 2",
63
- statusTitle: J = "Status",
64
- onOpenDialog: De,
65
- goView: je,
66
- columns: m,
67
- renderActions: w
47
+ ) }), at = ({
48
+ onTicketClose: p,
49
+ showAssignedTo: O = !0,
50
+ showLabels: L = !0,
51
+ showDueDate: S = !0,
52
+ showDescription: z = !0,
53
+ showUserInitiator: I = !0,
54
+ showUserResponder: P = !0,
55
+ showStatus: B = !0,
56
+ showActionsTicket: E = !0,
57
+ showCloseTicket: U = !0,
58
+ showChangeButton: Y = !0,
59
+ descriptionTitle: G = "Descrição",
60
+ dueDateTitle: V = "Data",
61
+ userInitiatorTitle: K = "Participante 1",
62
+ userResponderTitle: R = "Participante 2",
63
+ statusTitle: $ = "Status",
64
+ onOpenDialog: ye,
65
+ goView: ke,
66
+ columns: c,
67
+ renderActions: y
68
68
  }) => {
69
- var D, j, A, T;
70
- const Q = xe(), { updateColumns: X, ticketId: k, boardMembers: f } = ne(), [a, d] = M({}), [Z, C] = M(!1), o = se(null), _ = async () => {
69
+ const F = oe(), { updateColumns: W, ticketId: k, boardMembers: f } = ae(), [r, m] = w({}), [q, C] = w(!1), d = ee(null), H = async () => {
71
70
  C(!0);
72
- let r = {};
73
- for (const s in m)
74
- if (Object.hasOwnProperty.call(m, s)) {
75
- const n = m[s].find((u) => u.id === k);
76
- n && (r = n);
71
+ let t = {};
72
+ for (const s in c)
73
+ if (Object.hasOwnProperty.call(c, s)) {
74
+ const i = c[s].find((g) => g.id === k);
75
+ i && (t = i);
77
76
  }
78
- d(r), C(!1);
77
+ m(t), C(!1);
79
78
  };
80
- ie(() => {
81
- he(a) ? _() : re();
82
- }, [a, a]);
83
- const ee = () => {
84
- if (o.current) {
85
- const r = o.current.value, s = ke(r), i = p(a.comments);
86
- i == null || i.push(s), d((n) => ({
87
- ...n,
88
- comments: i
89
- })), o.current.value = "";
79
+ te(() => {
80
+ ce(r) ? H() : Q();
81
+ }, [r, r]);
82
+ const J = () => {
83
+ if (d.current) {
84
+ const t = d.current.value, s = Ne(t), l = h(r.comments);
85
+ l?.push(s), m((i) => ({
86
+ ...i,
87
+ comments: l
88
+ })), d.current.value = "";
90
89
  }
91
90
  }, x = () => {
92
- l == null || l();
93
- }, re = () => {
94
- const r = p(m);
95
- for (const s in r)
96
- Object.hasOwnProperty.call(r, s) && r[s].forEach((n, u) => {
97
- n.id === k && (r[s][u] = a);
91
+ p?.();
92
+ }, Q = () => {
93
+ const t = h(c);
94
+ for (const s in t)
95
+ Object.hasOwnProperty.call(t, s) && t[s].forEach((i, g) => {
96
+ i.id === k && (t[s][g] = r);
98
97
  });
99
- X(r);
100
- }, ae = (r) => {
101
- const s = f.find((n) => n.id === r), i = p(a.members);
102
- i == null || i.push(s), d((n) => ({
103
- ...n,
104
- members: i
98
+ W(t);
99
+ }, X = (t) => {
100
+ const s = f.find((i) => i.id === t), l = h(r.members);
101
+ l?.push(s), m((i) => ({
102
+ ...i,
103
+ members: l
105
104
  }));
106
- }, te = (r) => {
107
- const s = p(a.labels);
108
- s == null || s.push(r), d((i) => ({ ...i, labels: s }));
109
- }, g = {
105
+ }, Z = (t) => {
106
+ const s = h(r.labels);
107
+ s?.push(t), m((l) => ({ ...l, labels: s }));
108
+ }, _ = {
110
109
  NOVO: "dark:bg-green-200 dark:text-gray-900",
111
110
  CONCLUIDO: "dark:bg-green-200 dark:text-gray-900",
112
111
  CANCELADO: "bg-rose-200 dark:bg-rose-200 dark:text-gray-900"
113
- }, Ae = (r) => {
114
- Q(r);
112
+ }, Ce = (t) => {
113
+ F(t);
115
114
  };
116
- return /* @__PURE__ */ e(v, { children: Z ? /* @__PURE__ */ e("div", { className: "flex justify-center items-center min-h-[300px]", children: /* @__PURE__ */ e(ge, { size: 40 }) }) : /* @__PURE__ */ t(v, { children: [
117
- /* @__PURE__ */ e("div", { className: "flex gap-2 mb-10", children: /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ t("div", { className: "flex justify-between", children: [
118
- /* @__PURE__ */ e("h4", { children: a.name }),
119
- /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(ue, { onClick: x }) })
115
+ return /* @__PURE__ */ e(u, { children: q ? /* @__PURE__ */ e("div", { className: "flex justify-center items-center min-h-[300px]", children: /* @__PURE__ */ e(he, { size: 40 }) }) : /* @__PURE__ */ a(u, { children: [
116
+ /* @__PURE__ */ e("div", { className: "flex gap-2 mb-10", children: /* @__PURE__ */ e("div", { className: "w-full", children: /* @__PURE__ */ a("div", { className: "flex justify-between", children: [
117
+ /* @__PURE__ */ e("h4", { children: r.name }),
118
+ /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(pe, { onClick: x }) })
120
119
  ] }) }) }),
121
- /* @__PURE__ */ t(ve, { className: "max-h-[700px] overflow-y-auto", children: [
122
- /* @__PURE__ */ t("div", { className: "flex flex-col gap-6", children: [
123
- P && /* @__PURE__ */ t("div", { className: "flex items-center min-h-[30px]", children: [
120
+ /* @__PURE__ */ a(fe, { className: "max-h-[700px] overflow-y-auto", children: [
121
+ /* @__PURE__ */ a("div", { className: "flex flex-col gap-6", children: [
122
+ O && /* @__PURE__ */ a("div", { className: "flex items-center min-h-[30px]", children: [
124
123
  /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: "Assigned to:" }),
125
- /* @__PURE__ */ t("div", { className: "flex items-center gap-1", children: [
124
+ /* @__PURE__ */ a("div", { className: "flex items-center gap-1", children: [
126
125
  /* @__PURE__ */ e(
127
- ce,
126
+ se,
128
127
  {
129
128
  className: "gap-1",
130
129
  avatarProps: {
@@ -132,133 +131,127 @@ const { TabNav: L, TabList: we, TabContent: S } = z, ke = (l) => ({
132
131
  },
133
132
  avatarGroupProps: { maxCount: 4 },
134
133
  chained: !1,
135
- users: a.members
134
+ users: r.members
136
135
  }
137
136
  ),
138
- f.length !== ((D = a.members) == null ? void 0 : D.length) && /* @__PURE__ */ e(h, { renderTitle: /* @__PURE__ */ e(Ce, {}), children: f.map(
139
- (r) => {
140
- var s;
141
- return !((s = a.members) != null && s.some(
142
- (i) => i.id === r.id
143
- )) && /* @__PURE__ */ e(
144
- h.Item,
145
- {
146
- eventKey: r.id,
147
- onSelect: ae,
148
- children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between", children: /* @__PURE__ */ t("div", { className: "flex items-center", children: [
149
- /* @__PURE__ */ e(
150
- N,
151
- {
152
- shape: "circle",
153
- size: 22,
154
- src: r.img
155
- }
156
- ),
157
- /* @__PURE__ */ e("span", { className: "ml-2 rtl:mr-2", children: r.name })
158
- ] }) })
159
- },
160
- r.name
161
- );
162
- }
137
+ f.length !== r.members?.length && /* @__PURE__ */ e(o, { renderTitle: /* @__PURE__ */ e(be, {}), children: f.map(
138
+ (t) => !r.members?.some(
139
+ (s) => s.id === t.id
140
+ ) && /* @__PURE__ */ e(
141
+ o.Item,
142
+ {
143
+ eventKey: t.id,
144
+ onSelect: X,
145
+ children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between", children: /* @__PURE__ */ a("div", { className: "flex items-center", children: [
146
+ /* @__PURE__ */ e(
147
+ v,
148
+ {
149
+ shape: "circle",
150
+ size: 22,
151
+ src: t.img
152
+ }
153
+ ),
154
+ /* @__PURE__ */ e("span", { className: "ml-2 rtl:mr-2", children: t.name })
155
+ ] }) })
156
+ },
157
+ t.name
158
+ )
163
159
  ) })
164
160
  ] })
165
161
  ] }),
166
- B && /* @__PURE__ */ t("div", { className: "flex items-center min-h-[30px]", children: [
162
+ L && /* @__PURE__ */ a("div", { className: "flex items-center min-h-[30px]", children: [
167
163
  /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: "Label:" }),
168
- /* @__PURE__ */ t("div", { className: "flex items-center gap-1", children: [
169
- (j = a.labels) == null ? void 0 : j.map((r) => /* @__PURE__ */ e(b, { className: O[r], children: r }, r)),
164
+ /* @__PURE__ */ a("div", { className: "flex items-center gap-1", children: [
165
+ r.labels?.map((t) => /* @__PURE__ */ e(N, { className: D[t], children: t }, t)),
170
166
  /* @__PURE__ */ e(
171
- h,
167
+ o,
172
168
  {
173
169
  renderTitle: /* @__PURE__ */ e(
174
- b,
170
+ N,
175
171
  {
176
172
  className: "border-dashed cursor-pointer border-2 bg-transparent dark:bg-transparent border-gray-300 dark:border-gray-500 hover:border-primary hover:text-primary",
177
- prefix: /* @__PURE__ */ e(I, {}),
173
+ prefix: /* @__PURE__ */ e(M, {}),
178
174
  children: "Add Label"
179
175
  }
180
176
  ),
181
177
  placement: "bottom-end",
182
- children: fe.map(
183
- (r) => {
184
- var s;
185
- return !((s = a.labels) != null && s.includes(r)) && /* @__PURE__ */ e(
186
- h.Item,
187
- {
188
- eventKey: r,
189
- onSelect: te,
190
- children: /* @__PURE__ */ t("div", { className: "flex items-center", children: [
191
- /* @__PURE__ */ e(
192
- Ne,
193
- {
194
- innerClass: `${O[r]}`
195
- }
196
- ),
197
- /* @__PURE__ */ e("span", { className: "ml-2 rtl:mr-2", children: r })
198
- ] })
199
- },
200
- r
201
- );
202
- }
178
+ children: de.map(
179
+ (t) => !r.labels?.includes(t) && /* @__PURE__ */ e(
180
+ o.Item,
181
+ {
182
+ eventKey: t,
183
+ onSelect: Z,
184
+ children: /* @__PURE__ */ a("div", { className: "flex items-center", children: [
185
+ /* @__PURE__ */ e(
186
+ xe,
187
+ {
188
+ innerClass: `${D[t]}`
189
+ }
190
+ ),
191
+ /* @__PURE__ */ e("span", { className: "ml-2 rtl:mr-2", children: t })
192
+ ] })
193
+ },
194
+ t
195
+ )
203
196
  )
204
197
  }
205
198
  )
206
199
  ] })
207
200
  ] }),
208
- Y && /* @__PURE__ */ t("div", { className: "flex items-center min-h-[30px]", children: [
209
- /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: q }),
210
- /* @__PURE__ */ e("span", { className: "font-semibold", children: a.userInitiator })
201
+ I && /* @__PURE__ */ a("div", { className: "flex items-center min-h-[30px]", children: [
202
+ /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: K }),
203
+ /* @__PURE__ */ e("span", { className: "font-semibold", children: r.userInitiator })
211
204
  ] }),
212
- G && /* @__PURE__ */ t("div", { className: "flex items-center min-h-[30px]", children: [
213
- /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: H }),
214
- /* @__PURE__ */ e("span", { className: "font-semibold", children: a.userResponder })
205
+ P && /* @__PURE__ */ a("div", { className: "flex items-center min-h-[30px]", children: [
206
+ /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: R }),
207
+ /* @__PURE__ */ e("span", { className: "font-semibold", children: r.userResponder })
215
208
  ] }),
216
- E && /* @__PURE__ */ t("div", { className: "flex items-center min-h-[30px]", children: [
217
- /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: W }),
218
- /* @__PURE__ */ e("span", { className: "font-semibold", children: a.dueDate })
209
+ S && /* @__PURE__ */ a("div", { className: "flex items-center min-h-[30px]", children: [
210
+ /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: V }),
211
+ /* @__PURE__ */ e("span", { className: "font-semibold", children: r.dueDate })
219
212
  ] }),
220
- U && /* @__PURE__ */ t("div", { className: "flex", children: [
221
- /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: F }),
222
- /* @__PURE__ */ e("div", { className: "flex", children: /* @__PURE__ */ e("p", { children: a.description }) })
213
+ z && /* @__PURE__ */ a("div", { className: "flex", children: [
214
+ /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: G }),
215
+ /* @__PURE__ */ e("div", { className: "flex", children: /* @__PURE__ */ e("p", { children: r.description }) })
223
216
  ] }),
224
- V && /* @__PURE__ */ t("div", { className: "flex", children: [
225
- /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: J }),
217
+ B && /* @__PURE__ */ a("div", { className: "flex", children: [
218
+ /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100 min-w-[150px]", children: $ }),
226
219
  /* @__PURE__ */ e("div", { className: "flex", children: /* @__PURE__ */ e(
227
- b,
220
+ N,
228
221
  {
229
- className: `${(g == null ? void 0 : g[a.status]) ?? "default-color"}`,
230
- children: a.status
222
+ className: `${_?.[r.status] ?? "default-color"}`,
223
+ children: r.status
231
224
  }
232
225
  ) })
233
226
  ] })
234
227
  ] }),
235
- a.attachments && a.attachments.length > 0 && /* @__PURE__ */ t(z, { className: "mt-6", defaultValue: "comments", children: [
236
- /* @__PURE__ */ t(we, { children: [
237
- /* @__PURE__ */ e(L, { value: "comments", children: "Comments" }),
238
- /* @__PURE__ */ e(L, { value: "attachments", children: "Attachments" })
228
+ r.attachments && r.attachments.length > 0 && /* @__PURE__ */ a(A, { className: "mt-6", defaultValue: "comments", children: [
229
+ /* @__PURE__ */ a(ve, { children: [
230
+ /* @__PURE__ */ e(T, { value: "comments", children: "Comments" }),
231
+ /* @__PURE__ */ e(T, { value: "attachments", children: "Attachments" })
239
232
  ] }),
240
- /* @__PURE__ */ t("div", { className: "p-4", children: [
241
- /* @__PURE__ */ e(S, { value: "comments", children: /* @__PURE__ */ t("div", { className: "w-full", children: [
242
- a.comments && ((A = a == null ? void 0 : a.comments) == null ? void 0 : A.length) > 0 && /* @__PURE__ */ e(v, { children: a.comments.map((r) => /* @__PURE__ */ t("div", { className: "mb-3 flex", children: [
243
- /* @__PURE__ */ e("div", { className: "mt-2", children: /* @__PURE__ */ e(N, { shape: "circle", src: r.src }) }),
244
- /* @__PURE__ */ t("div", { className: "ml-2 rtl:mr-2 p-3 rounded w-100", children: [
245
- /* @__PURE__ */ t("div", { className: "flex items-center mb-2", children: [
246
- /* @__PURE__ */ e("span", { className: "font-semibold text-gray-900 dark:text-gray-100", children: r.name }),
233
+ /* @__PURE__ */ a("div", { className: "p-4", children: [
234
+ /* @__PURE__ */ e(j, { value: "comments", children: /* @__PURE__ */ a("div", { className: "w-full", children: [
235
+ r.comments && r?.comments?.length > 0 && /* @__PURE__ */ e(u, { children: r.comments.map((t) => /* @__PURE__ */ a("div", { className: "mb-3 flex", children: [
236
+ /* @__PURE__ */ e("div", { className: "mt-2", children: /* @__PURE__ */ e(v, { shape: "circle", src: t.src }) }),
237
+ /* @__PURE__ */ a("div", { className: "ml-2 rtl:mr-2 p-3 rounded w-100", children: [
238
+ /* @__PURE__ */ a("div", { className: "flex items-center mb-2", children: [
239
+ /* @__PURE__ */ e("span", { className: "font-semibold text-gray-900 dark:text-gray-100", children: t.name }),
247
240
  /* @__PURE__ */ e("span", { className: "mx-1", children: " | " }),
248
- /* @__PURE__ */ e("span", { children: me(r.date).format(
241
+ /* @__PURE__ */ e("span", { children: ie(t.date).format(
249
242
  "DD MMMM YYYY"
250
243
  ) })
251
244
  ] }),
252
- /* @__PURE__ */ e("p", { className: "mb-0", children: r.message })
245
+ /* @__PURE__ */ e("p", { className: "mb-0", children: t.message })
253
246
  ] })
254
- ] }, r.id)) }),
255
- /* @__PURE__ */ t("div", { className: "mb-3 flex gap-2", children: [
256
- /* @__PURE__ */ e(N, { shape: "circle", src: "/img/avatars/thumb-1.jpg" }),
257
- /* @__PURE__ */ t("div", { className: "w-full relative", children: [
247
+ ] }, t.id)) }),
248
+ /* @__PURE__ */ a("div", { className: "mb-3 flex gap-2", children: [
249
+ /* @__PURE__ */ e(v, { shape: "circle", src: "/img/avatars/thumb-1.jpg" }),
250
+ /* @__PURE__ */ a("div", { className: "w-full relative", children: [
258
251
  /* @__PURE__ */ e(
259
- be,
252
+ ge,
260
253
  {
261
- ref: o,
254
+ ref: d,
262
255
  textArea: !0,
263
256
  placeholder: "Write comment"
264
257
  }
@@ -267,15 +260,15 @@ const { TabNav: L, TabList: we, TabContent: S } = z, ke = (l) => ({
267
260
  "div",
268
261
  {
269
262
  className: "cursor-pointer font-semibold text-primary ",
270
- onClick: () => ee(),
263
+ onClick: () => J(),
271
264
  children: "Send"
272
265
  }
273
266
  ) })
274
267
  ] })
275
268
  ] })
276
269
  ] }) }),
277
- /* @__PURE__ */ e(S, { value: "attachments", children: a.attachments && ((T = a == null ? void 0 : a.attachments) == null ? void 0 : T.length) > 0 ? /* @__PURE__ */ e("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-4 mt-2", children: a.attachments.map((r) => /* @__PURE__ */ t(
278
- ye,
270
+ /* @__PURE__ */ e(j, { value: "attachments", children: r.attachments && r?.attachments?.length > 0 ? /* @__PURE__ */ e("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-4 mt-2", children: r.attachments.map((t) => /* @__PURE__ */ a(
271
+ ue,
279
272
  {
280
273
  bodyClass: "px-3 pt-3 pb-1",
281
274
  className: "bg-gray-100 dark:bg-gray-700 shadow-none",
@@ -285,47 +278,47 @@ const { TabNav: L, TabList: we, TabContent: S } = z, ke = (l) => ({
285
278
  "img",
286
279
  {
287
280
  className: "max-w-full rounded-lg",
288
- alt: r.name,
289
- src: r.src
281
+ alt: t.name,
282
+ src: t.src
290
283
  }
291
284
  ),
292
- /* @__PURE__ */ t("div", { className: "mt-1 flex justify-between items-center", children: [
293
- /* @__PURE__ */ t("div", { children: [
294
- /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100", children: r.name }),
295
- /* @__PURE__ */ e("span", { className: "text-xs", children: r.size })
285
+ /* @__PURE__ */ a("div", { className: "mt-1 flex justify-between items-center", children: [
286
+ /* @__PURE__ */ a("div", { children: [
287
+ /* @__PURE__ */ e("div", { className: "font-semibold text-gray-900 dark:text-gray-100", children: t.name }),
288
+ /* @__PURE__ */ e("span", { className: "text-xs", children: t.size })
296
289
  ] }),
297
- /* @__PURE__ */ t("div", { className: "flex items-center", children: [
298
- /* @__PURE__ */ e(y, { title: "Download", children: /* @__PURE__ */ e(
299
- c,
290
+ /* @__PURE__ */ a("div", { className: "flex items-center", children: [
291
+ /* @__PURE__ */ e(b, { title: "Download", children: /* @__PURE__ */ e(
292
+ n,
300
293
  {
301
294
  variant: "plain",
302
295
  size: "xs",
303
- icon: /* @__PURE__ */ e(de, {})
296
+ icon: /* @__PURE__ */ e(le, {})
304
297
  }
305
298
  ) }),
306
- /* @__PURE__ */ e(y, { title: "Delete", children: /* @__PURE__ */ e(
307
- c,
299
+ /* @__PURE__ */ e(b, { title: "Delete", children: /* @__PURE__ */ e(
300
+ n,
308
301
  {
309
302
  variant: "plain",
310
303
  size: "xs",
311
- icon: /* @__PURE__ */ e(oe, {})
304
+ icon: /* @__PURE__ */ e(ne, {})
312
305
  }
313
306
  ) })
314
307
  ] })
315
308
  ] })
316
309
  ]
317
310
  },
318
- r.id
319
- )) }) : /* @__PURE__ */ t("div", { className: "flex flex-col gap-2 items-center justify-center", children: [
320
- /* @__PURE__ */ e(le, { height: 150, width: 150 }),
311
+ t.id
312
+ )) }) : /* @__PURE__ */ a("div", { className: "flex flex-col gap-2 items-center justify-center", children: [
313
+ /* @__PURE__ */ e(re, { height: 150, width: 150 }),
321
314
  /* @__PURE__ */ e("p", { className: "font-semibold", children: "No attachments" })
322
315
  ] }) })
323
316
  ] })
324
317
  ] })
325
318
  ] }),
326
- K && /* @__PURE__ */ t("div", { className: "text-left mt-4", children: [
327
- R && /* @__PURE__ */ e("div", { className: "inline-flex items-center", children: /* @__PURE__ */ e(
328
- c,
319
+ E && /* @__PURE__ */ a("div", { className: "text-left mt-4", children: [
320
+ U && /* @__PURE__ */ e("div", { className: "inline-flex items-center", children: /* @__PURE__ */ e(
321
+ n,
329
322
  {
330
323
  className: "mr-2 rtl:ml-2",
331
324
  size: "sm",
@@ -334,8 +327,8 @@ const { TabNav: L, TabList: we, TabContent: S } = z, ke = (l) => ({
334
327
  children: "Cancel"
335
328
  }
336
329
  ) }),
337
- $ && /* @__PURE__ */ e(
338
- c,
330
+ Y && /* @__PURE__ */ e(
331
+ n,
339
332
  {
340
333
  variant: "solid",
341
334
  size: "sm",
@@ -343,11 +336,11 @@ const { TabNav: L, TabList: we, TabContent: S } = z, ke = (l) => ({
343
336
  children: "Change"
344
337
  }
345
338
  ),
346
- w ? w(a) : null
339
+ y ? y(r) : null
347
340
  ] })
348
341
  ] }) });
349
342
  };
350
343
  export {
351
- nr as default
344
+ at as default
352
345
  };
353
346
  //# sourceMappingURL=TicketContent.js.map