@gisce/react-ooui 2.0.0-rc.8 → 2.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 (528) hide show
  1. package/dist/ConnectionProvider.d.ts +1 -1
  2. package/dist/ConnectionProvider.d.ts.map +1 -1
  3. package/dist/actionbar/ActionButton.d.ts +2 -3
  4. package/dist/actionbar/ActionButton.d.ts.map +1 -1
  5. package/dist/actionbar/AttachmentsButton.d.ts +2 -3
  6. package/dist/actionbar/AttachmentsButton.d.ts.map +1 -1
  7. package/dist/actionbar/AttachmentsButtonWrapper.d.ts +3 -4
  8. package/dist/actionbar/AttachmentsButtonWrapper.d.ts.map +1 -1
  9. package/dist/actionbar/ButtonWithBadge.d.ts +3 -4
  10. package/dist/actionbar/ButtonWithBadge.d.ts.map +1 -1
  11. package/dist/actionbar/ChangeViewButton.d.ts +3 -4
  12. package/dist/actionbar/ChangeViewButton.d.ts.map +1 -1
  13. package/dist/actionbar/DashboardActionBar.d.ts +1 -2
  14. package/dist/actionbar/DashboardActionBar.d.ts.map +1 -1
  15. package/dist/actionbar/DropdownButton.d.ts +4 -3
  16. package/dist/actionbar/DropdownButton.d.ts.map +1 -1
  17. package/dist/actionbar/FormActionBar.d.ts +1 -2
  18. package/dist/actionbar/FormActionBar.d.ts.map +1 -1
  19. package/dist/actionbar/GraphActionBar.d.ts +1 -2
  20. package/dist/actionbar/GraphActionBar.d.ts.map +1 -1
  21. package/dist/actionbar/NewButton.d.ts +2 -3
  22. package/dist/actionbar/NewButton.d.ts.map +1 -1
  23. package/dist/actionbar/SearchBar.d.ts +2 -3
  24. package/dist/actionbar/SearchBar.d.ts.map +1 -1
  25. package/dist/actionbar/TreeActionBar.d.ts +2 -3
  26. package/dist/actionbar/TreeActionBar.d.ts.map +1 -1
  27. package/dist/common/ButtonWithTooltip.d.ts +2 -3
  28. package/dist/common/ButtonWithTooltip.d.ts.map +1 -1
  29. package/dist/common/DatePicker.d.ts +3 -4
  30. package/dist/common/DatePicker.d.ts.map +1 -1
  31. package/dist/common/Field.d.ts +1 -1
  32. package/dist/common/Field.d.ts.map +1 -1
  33. package/dist/common/SelectAllRecordsRow.d.ts +9 -0
  34. package/dist/common/SelectAllRecordsRow.d.ts.map +1 -0
  35. package/dist/common/TimePicker.d.ts +10 -0
  36. package/dist/common/TimePicker.d.ts.map +1 -0
  37. package/dist/context/ActionViewContext.d.ts +4 -4
  38. package/dist/context/ActionViewContext.d.ts.map +1 -1
  39. package/dist/context/ConfigContext.d.ts +9 -1
  40. package/dist/context/ConfigContext.d.ts.map +1 -1
  41. package/dist/context/ContentRootContext.d.ts +2 -2
  42. package/dist/context/ContentRootContext.d.ts.map +1 -1
  43. package/dist/context/DashboardActionContext.d.ts +3 -3
  44. package/dist/context/DashboardActionContext.d.ts.map +1 -1
  45. package/dist/context/FormContext.d.ts +2 -2
  46. package/dist/context/FormContext.d.ts.map +1 -1
  47. package/dist/context/FormModalContext.d.ts +2 -2
  48. package/dist/context/FormModalContext.d.ts.map +1 -1
  49. package/dist/context/LocaleContext.d.ts +2 -2
  50. package/dist/context/LocaleContext.d.ts.map +1 -1
  51. package/dist/context/One2manyContext.d.ts +2 -2
  52. package/dist/context/One2manyContext.d.ts.map +1 -1
  53. package/dist/context/TabManagerContext.d.ts +5 -5
  54. package/dist/context/TabManagerContext.d.ts.map +1 -1
  55. package/dist/helpers/containerHelper.d.ts.map +1 -1
  56. package/dist/helpers/dayjs.d.ts +3 -0
  57. package/dist/helpers/dayjs.d.ts.map +1 -0
  58. package/dist/helpers/dynamicColumnsHelper.d.ts.map +1 -1
  59. package/dist/helpers/errorHelper.d.ts.map +1 -1
  60. package/dist/helpers/filesHelper.d.ts +1 -1
  61. package/dist/helpers/filesHelper.d.ts.map +1 -1
  62. package/dist/helpers/formHelper.d.ts.map +1 -1
  63. package/dist/helpers/iconMapper.d.ts +2 -2
  64. package/dist/helpers/iconMapper.d.ts.map +1 -1
  65. package/dist/helpers/logInfoHelper.d.ts.map +1 -1
  66. package/dist/helpers/one2manyHelper.d.ts +5 -5
  67. package/dist/helpers/one2manyHelper.d.ts.map +1 -1
  68. package/dist/helpers/searchHelper.d.ts.map +1 -1
  69. package/dist/helpers/timeHelper.d.ts.map +1 -1
  70. package/dist/helpers/treeHelper.d.ts +3 -3
  71. package/dist/helpers/treeHelper.d.ts.map +1 -1
  72. package/dist/helpers/viewHelper.d.ts +3 -3
  73. package/dist/helpers/viewHelper.d.ts.map +1 -1
  74. package/dist/hooks/useEffectDebugger.d.ts +3 -0
  75. package/dist/hooks/useEffectDebugger.d.ts.map +1 -0
  76. package/dist/hooks/useExport.d.ts.map +1 -1
  77. package/dist/hooks/useFetchViews.d.ts +1 -0
  78. package/dist/hooks/useFetchViews.d.ts.map +1 -0
  79. package/dist/hooks/useSearch.d.ts +3 -3
  80. package/dist/hooks/useSearch.d.ts.map +1 -1
  81. package/dist/hooks/useWindowDimensions.d.ts.map +1 -1
  82. package/dist/index.d.ts +47 -47
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/locales/ca_ES.d.ts +1 -0
  85. package/dist/locales/ca_ES.d.ts.map +1 -1
  86. package/dist/locales/en_US.d.ts +1 -0
  87. package/dist/locales/en_US.d.ts.map +1 -1
  88. package/dist/locales/es_ES.d.ts +1 -0
  89. package/dist/locales/es_ES.d.ts.map +1 -1
  90. package/dist/react-ooui.es.js +7247 -8856
  91. package/dist/react-ooui.es.js.map +1 -1
  92. package/dist/style.css +1 -1
  93. package/dist/types/index.d.ts +47 -46
  94. package/dist/types/index.d.ts.map +1 -1
  95. package/dist/ui/ActionErrorDialog.d.ts.map +1 -1
  96. package/dist/ui/ConfirmDialog.d.ts +1 -1
  97. package/dist/ui/ConfirmDialog.d.ts.map +1 -1
  98. package/dist/ui/ErrorAlert.d.ts +1 -2
  99. package/dist/ui/ErrorAlert.d.ts.map +1 -1
  100. package/dist/ui/FavouriteButton.d.ts +4 -5
  101. package/dist/ui/FavouriteButton.d.ts.map +1 -1
  102. package/dist/ui/FormErrorsDialog.d.ts.map +1 -1
  103. package/dist/ui/GenericErrorDialog.d.ts.map +1 -1
  104. package/dist/ui/GoToResourceModal.d.ts +3 -4
  105. package/dist/ui/GoToResourceModal.d.ts.map +1 -1
  106. package/dist/ui/InfoDialog.d.ts.map +1 -1
  107. package/dist/ui/RefreshItemDialog.d.ts.map +1 -1
  108. package/dist/ui/RemoveItemDialog.d.ts.map +1 -1
  109. package/dist/ui/TitleHeader.d.ts +2 -3
  110. package/dist/ui/TitleHeader.d.ts.map +1 -1
  111. package/dist/ui/UnlinkItemDialog.d.ts.map +1 -1
  112. package/dist/ui/UnsavedChangesDialog.d.ts.map +1 -1
  113. package/dist/ui/WarningDialog.d.ts +1 -1
  114. package/dist/ui/WarningDialog.d.ts.map +1 -1
  115. package/dist/views/ActionView.d.ts +2 -2
  116. package/dist/views/ActionView.d.ts.map +1 -1
  117. package/dist/views/CurrentTabContent.d.ts +1 -2
  118. package/dist/views/CurrentTabContent.d.ts.map +1 -1
  119. package/dist/views/RootView.d.ts +2 -2
  120. package/dist/views/RootView.d.ts.map +1 -1
  121. package/dist/views/TabContent.d.ts +2 -2
  122. package/dist/views/TabContent.d.ts.map +1 -1
  123. package/dist/views/TabSelector.d.ts +1 -2
  124. package/dist/views/TabSelector.d.ts.map +1 -1
  125. package/dist/views/Welcome.d.ts.map +1 -1
  126. package/dist/views/actionViews/DashboardActionView.d.ts +4 -4
  127. package/dist/views/actionViews/DashboardActionView.d.ts.map +1 -1
  128. package/dist/views/actionViews/FormActionView.d.ts +3 -4
  129. package/dist/views/actionViews/FormActionView.d.ts.map +1 -1
  130. package/dist/views/actionViews/GraphActionView.d.ts +3 -4
  131. package/dist/views/actionViews/GraphActionView.d.ts.map +1 -1
  132. package/dist/views/actionViews/TreeActionView.d.ts +3 -4
  133. package/dist/views/actionViews/TreeActionView.d.ts.map +1 -1
  134. package/dist/views/tabs/Tab.d.ts +2 -3
  135. package/dist/views/tabs/Tab.d.ts.map +1 -1
  136. package/dist/widgets/WidgetFactory.d.ts.map +1 -1
  137. package/dist/widgets/base/Binary.d.ts +3 -4
  138. package/dist/widgets/base/Binary.d.ts.map +1 -1
  139. package/dist/widgets/base/Boolean.d.ts +2 -3
  140. package/dist/widgets/base/Boolean.d.ts.map +1 -1
  141. package/dist/widgets/base/Button.d.ts +2 -3
  142. package/dist/widgets/base/Button.d.ts.map +1 -1
  143. package/dist/widgets/base/Char.d.ts +3 -4
  144. package/dist/widgets/base/Char.d.ts.map +1 -1
  145. package/dist/widgets/base/Date.d.ts +2 -3
  146. package/dist/widgets/base/Date.d.ts.map +1 -1
  147. package/dist/widgets/base/DateTime.d.ts +2 -3
  148. package/dist/widgets/base/DateTime.d.ts.map +1 -1
  149. package/dist/widgets/base/Email.d.ts +2 -3
  150. package/dist/widgets/base/Email.d.ts.map +1 -1
  151. package/dist/widgets/base/Float.d.ts +2 -3
  152. package/dist/widgets/base/Float.d.ts.map +1 -1
  153. package/dist/widgets/base/FloatTime.d.ts +2 -2
  154. package/dist/widgets/base/FloatTime.d.ts.map +1 -1
  155. package/dist/widgets/base/Image.d.ts +3 -4
  156. package/dist/widgets/base/Image.d.ts.map +1 -1
  157. package/dist/widgets/base/Integer.d.ts +3 -4
  158. package/dist/widgets/base/Integer.d.ts.map +1 -1
  159. package/dist/widgets/base/Label.d.ts +3 -4
  160. package/dist/widgets/base/Label.d.ts.map +1 -1
  161. package/dist/widgets/base/LinkInput.d.ts +1 -2
  162. package/dist/widgets/base/LinkInput.d.ts.map +1 -1
  163. package/dist/widgets/base/MultiSelection.d.ts +4 -5
  164. package/dist/widgets/base/MultiSelection.d.ts.map +1 -1
  165. package/dist/widgets/base/ProgressBar.d.ts +3 -4
  166. package/dist/widgets/base/ProgressBar.d.ts.map +1 -1
  167. package/dist/widgets/base/Reference.d.ts +2 -2
  168. package/dist/widgets/base/Reference.d.ts.map +1 -1
  169. package/dist/widgets/base/ReferenceTree.d.ts +1 -1
  170. package/dist/widgets/base/ReferenceTree.d.ts.map +1 -1
  171. package/dist/widgets/base/Selection.d.ts +4 -5
  172. package/dist/widgets/base/Selection.d.ts.map +1 -1
  173. package/dist/widgets/base/Separator.d.ts +2 -3
  174. package/dist/widgets/base/Separator.d.ts.map +1 -1
  175. package/dist/widgets/base/Text.d.ts +2 -3
  176. package/dist/widgets/base/Text.d.ts.map +1 -1
  177. package/dist/widgets/base/Time.d.ts +4 -5
  178. package/dist/widgets/base/Time.d.ts.map +1 -1
  179. package/dist/widgets/base/Url.d.ts +2 -3
  180. package/dist/widgets/base/Url.d.ts.map +1 -1
  181. package/dist/widgets/base/many2one/Many2one.d.ts +2 -2
  182. package/dist/widgets/base/many2one/Many2one.d.ts.map +1 -1
  183. package/dist/widgets/base/many2one/Many2oneSuffix.d.ts +2 -3
  184. package/dist/widgets/base/many2one/Many2oneSuffix.d.ts.map +1 -1
  185. package/dist/widgets/base/many2one/Many2oneSuffixModal.d.ts +2 -3
  186. package/dist/widgets/base/many2one/Many2oneSuffixModal.d.ts.map +1 -1
  187. package/dist/widgets/base/many2one/Many2oneTree.d.ts +1 -1
  188. package/dist/widgets/base/many2one/Many2oneTree.d.ts.map +1 -1
  189. package/dist/widgets/base/one2many/One2many.d.ts +2 -3
  190. package/dist/widgets/base/one2many/One2many.d.ts.map +1 -1
  191. package/dist/widgets/base/one2many/One2manyInput.d.ts +4 -4
  192. package/dist/widgets/base/one2many/One2manyInput.d.ts.map +1 -1
  193. package/dist/widgets/base/one2many/One2manyTopBar.d.ts +3 -4
  194. package/dist/widgets/base/one2many/One2manyTopBar.d.ts.map +1 -1
  195. package/dist/widgets/containers/Container.d.ts +1 -1
  196. package/dist/widgets/containers/Container.d.ts.map +1 -1
  197. package/dist/widgets/containers/Group.d.ts +1 -1
  198. package/dist/widgets/containers/Group.d.ts.map +1 -1
  199. package/dist/widgets/containers/Notebook.d.ts +1 -1
  200. package/dist/widgets/containers/Notebook.d.ts.map +1 -1
  201. package/dist/widgets/custom/Avatar.d.ts +2 -2
  202. package/dist/widgets/custom/Avatar.d.ts.map +1 -1
  203. package/dist/widgets/custom/ButtonGroup.d.ts +2 -3
  204. package/dist/widgets/custom/ButtonGroup.d.ts.map +1 -1
  205. package/dist/widgets/custom/CodeEditor.d.ts +3 -4
  206. package/dist/widgets/custom/CodeEditor.d.ts.map +1 -1
  207. package/dist/widgets/custom/Comments.d.ts +11 -12
  208. package/dist/widgets/custom/Comments.d.ts.map +1 -1
  209. package/dist/widgets/custom/FiberGrid.d.ts +3 -4
  210. package/dist/widgets/custom/FiberGrid.d.ts.map +1 -1
  211. package/dist/widgets/custom/Indicator.d.ts +3 -4
  212. package/dist/widgets/custom/Indicator.d.ts.map +1 -1
  213. package/dist/widgets/custom/Markdown.d.ts +3 -4
  214. package/dist/widgets/custom/Markdown.d.ts.map +1 -1
  215. package/dist/widgets/custom/MultiCheckbox.d.ts +4 -5
  216. package/dist/widgets/custom/MultiCheckbox.d.ts.map +1 -1
  217. package/dist/widgets/custom/Radio.d.ts +4 -5
  218. package/dist/widgets/custom/Radio.d.ts.map +1 -1
  219. package/dist/widgets/custom/Steps.d.ts +4 -5
  220. package/dist/widgets/custom/Steps.d.ts.map +1 -1
  221. package/dist/widgets/custom/Switch.d.ts +2 -3
  222. package/dist/widgets/custom/Switch.d.ts.map +1 -1
  223. package/dist/widgets/custom/Tag.d.ts +5 -6
  224. package/dist/widgets/custom/Tag.d.ts.map +1 -1
  225. package/dist/widgets/custom/Tags.d.ts +5 -6
  226. package/dist/widgets/custom/Tags.d.ts.map +1 -1
  227. package/dist/widgets/custom/Timeline.d.ts +5 -6
  228. package/dist/widgets/custom/Timeline.d.ts.map +1 -1
  229. package/dist/widgets/modals/ExportModal.d.ts +2 -3
  230. package/dist/widgets/modals/ExportModal.d.ts.map +1 -1
  231. package/dist/widgets/modals/FormModal.d.ts +3 -4
  232. package/dist/widgets/modals/FormModal.d.ts.map +1 -1
  233. package/dist/widgets/modals/SearchModal.d.ts +2 -3
  234. package/dist/widgets/modals/SearchModal.d.ts.map +1 -1
  235. package/dist/widgets/modals/TranslationModal.d.ts +2 -3
  236. package/dist/widgets/modals/TranslationModal.d.ts.map +1 -1
  237. package/dist/widgets/views/Dashboard/Dashboard.d.ts +1 -1
  238. package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
  239. package/dist/widgets/views/Dashboard/DashboardForm.d.ts +1 -2
  240. package/dist/widgets/views/Dashboard/DashboardForm.d.ts.map +1 -1
  241. package/dist/widgets/views/Dashboard/DashboardTree.d.ts +4 -5
  242. package/dist/widgets/views/Dashboard/DashboardTree.d.ts.map +1 -1
  243. package/dist/widgets/views/Dashboard/dashboardHelper.d.ts.map +1 -1
  244. package/dist/widgets/views/DashboardGrid/DashboardGrid.d.ts +1 -2
  245. package/dist/widgets/views/DashboardGrid/DashboardGrid.d.ts.map +1 -1
  246. package/dist/widgets/views/DashboardGrid/DashboardGrid.types.d.ts +2 -2
  247. package/dist/widgets/views/DashboardGrid/DashboardGrid.types.d.ts.map +1 -1
  248. package/dist/widgets/views/DashboardGrid/DashboardGridItem.d.ts +1 -2
  249. package/dist/widgets/views/DashboardGrid/DashboardGridItem.d.ts.map +1 -1
  250. package/dist/widgets/views/DashboardGrid/DashboardGridItem.types.d.ts +2 -2
  251. package/dist/widgets/views/DashboardGrid/DashboardGridItem.types.d.ts.map +1 -1
  252. package/dist/widgets/views/DashboardGrid/index.d.ts.map +1 -1
  253. package/dist/widgets/views/Form.d.ts +2 -2
  254. package/dist/widgets/views/Form.d.ts.map +1 -1
  255. package/dist/widgets/views/Graph/Graph.d.ts +1 -1
  256. package/dist/widgets/views/Graph/Graph.d.ts.map +1 -1
  257. package/dist/widgets/views/Graph/GraphChart.d.ts +2 -3
  258. package/dist/widgets/views/Graph/GraphChart.d.ts.map +1 -1
  259. package/dist/widgets/views/Graph/GraphDefaults.d.ts.map +1 -1
  260. package/dist/widgets/views/Graph/GraphIndicator.d.ts +2 -3
  261. package/dist/widgets/views/Graph/GraphIndicator.d.ts.map +1 -1
  262. package/dist/widgets/views/Graph/useGraphData.d.ts +2 -2
  263. package/dist/widgets/views/Graph/useGraphData.d.ts.map +1 -1
  264. package/dist/widgets/views/SearchTree.d.ts +5 -5
  265. package/dist/widgets/views/SearchTree.d.ts.map +1 -1
  266. package/dist/widgets/views/{Tree.d.ts → Tree/Tree.d.ts} +8 -7
  267. package/dist/widgets/views/Tree/Tree.d.ts.map +1 -0
  268. package/dist/widgets/views/Tree/index.d.ts +2 -0
  269. package/dist/widgets/views/Tree/index.d.ts.map +1 -0
  270. package/dist/widgets/views/Tree/treeComponents.d.ts +131 -0
  271. package/dist/widgets/views/Tree/treeComponents.d.ts.map +1 -0
  272. package/dist/widgets/views/searchFilter/DateRangePicker.d.ts +2 -3
  273. package/dist/widgets/views/searchFilter/DateRangePicker.d.ts.map +1 -1
  274. package/dist/widgets/views/searchFilter/DateTimeRangePicker.d.ts +2 -3
  275. package/dist/widgets/views/searchFilter/DateTimeRangePicker.d.ts.map +1 -1
  276. package/dist/widgets/views/searchFilter/PairFields.d.ts +1 -1
  277. package/dist/widgets/views/searchFilter/PairFields.d.ts.map +1 -1
  278. package/dist/widgets/views/searchFilter/SearchBottomBar.d.ts +3 -3
  279. package/dist/widgets/views/searchFilter/SearchBottomBar.d.ts.map +1 -1
  280. package/dist/widgets/views/searchFilter/SearchField.d.ts +2 -3
  281. package/dist/widgets/views/searchFilter/SearchField.d.ts.map +1 -1
  282. package/dist/widgets/views/searchFilter/SearchFilter.d.ts +3 -4
  283. package/dist/widgets/views/searchFilter/SearchFilter.d.ts.map +1 -1
  284. package/dist/widgets/views/searchFilter/SearchParams.d.ts +1 -1
  285. package/dist/widgets/views/searchFilter/SearchParams.d.ts.map +1 -1
  286. package/package.json +108 -56
  287. package/dist/react-ooui.umd.js +0 -38
  288. package/dist/react-ooui.umd.js.map +0 -1
  289. package/dist/widgets/views/Tree.d.ts.map +0 -1
  290. package/src/ConnectionProvider.ts +0 -16
  291. package/src/__tests__/iconMapper.test.ts +0 -30
  292. package/src/__tests__/searchFilterHelper.spec.ts +0 -386
  293. package/src/actionbar/ActionButton.tsx +0 -40
  294. package/src/actionbar/AttachmentsButton.tsx +0 -130
  295. package/src/actionbar/AttachmentsButtonWrapper.tsx +0 -157
  296. package/src/actionbar/ButtonWithBadge.tsx +0 -42
  297. package/src/actionbar/ChangeViewButton.tsx +0 -137
  298. package/src/actionbar/DashboardActionBar.tsx +0 -67
  299. package/src/actionbar/DropdownButton.tsx +0 -61
  300. package/src/actionbar/FormActionBar.tsx +0 -485
  301. package/src/actionbar/GraphActionBar.tsx +0 -67
  302. package/src/actionbar/NewButton.tsx +0 -46
  303. package/src/actionbar/SearchBar.tsx +0 -73
  304. package/src/actionbar/TreeActionBar.tsx +0 -376
  305. package/src/common/ButtonWithTooltip.tsx +0 -18
  306. package/src/common/DatePicker.tsx +0 -99
  307. package/src/common/Field.tsx +0 -92
  308. package/src/context/ActionViewContext.tsx +0 -209
  309. package/src/context/ConfigContext.tsx +0 -9
  310. package/src/context/ContentRootContext.tsx +0 -454
  311. package/src/context/DashboardActionContext.tsx +0 -45
  312. package/src/context/FormContext.tsx +0 -79
  313. package/src/context/FormModalContext.tsx +0 -29
  314. package/src/context/LocaleContext.tsx +0 -50
  315. package/src/context/One2manyContext.tsx +0 -46
  316. package/src/context/TabManagerContext.tsx +0 -118
  317. package/src/helpers/containerHelper.ts +0 -145
  318. package/src/helpers/dynamicColumnsHelper.ts +0 -73
  319. package/src/helpers/errorHelper.ts +0 -27
  320. package/src/helpers/filesHelper.ts +0 -41
  321. package/src/helpers/formHelper.ts +0 -302
  322. package/src/helpers/iconMapper.ts +0 -164
  323. package/src/helpers/logInfoHelper.tsx +0 -28
  324. package/src/helpers/one2manyHelper.ts +0 -194
  325. package/src/helpers/searchHelper.ts +0 -193
  326. package/src/helpers/timeHelper.ts +0 -58
  327. package/src/helpers/treeHelper.ts +0 -204
  328. package/src/helpers/viewHelper.ts +0 -23
  329. package/src/hooks/useEffectDebugger.ts +0 -43
  330. package/src/hooks/useExport.ts +0 -438
  331. package/src/hooks/useFetchViews.ts +0 -0
  332. package/src/hooks/useSearch.ts +0 -434
  333. package/src/hooks/useWindowDimensions.ts +0 -33
  334. package/src/index.ts +0 -168
  335. package/src/locales/ca_ES.tsx +0 -98
  336. package/src/locales/en_US.tsx +0 -95
  337. package/src/locales/es_ES.tsx +0 -99
  338. package/src/stories/Binary.stories.tsx +0 -26
  339. package/src/stories/Boolean.stories.tsx +0 -25
  340. package/src/stories/Button.stories.tsx +0 -136
  341. package/src/stories/Char.stories.tsx +0 -52
  342. package/src/stories/FiberGrid.stories.tsx +0 -112
  343. package/src/stories/Float.stories.tsx +0 -25
  344. package/src/stories/FloatTime.stories.tsx +0 -35
  345. package/src/stories/Image.stories.tsx +0 -28
  346. package/src/stories/Integer.stories.tsx +0 -25
  347. package/src/stories/Label.stories.tsx +0 -103
  348. package/src/stories/Many2one.stories.tsx +0 -34
  349. package/src/stories/One2many.stories.tsx +0 -295
  350. package/src/stories/ProgressBar.stories.tsx +0 -25
  351. package/src/stories/Reference.stories.tsx +0 -46
  352. package/src/stories/Selection.stories.tsx +0 -37
  353. package/src/stories/Separator.stories.tsx +0 -57
  354. package/src/stories/Text.stories.tsx +0 -38
  355. package/src/stories/Time.stories.tsx +0 -32
  356. package/src/stories/Utils.stories.tsx +0 -16
  357. package/src/stories/containers/Group.stories.tsx +0 -90
  358. package/src/stories/containers/NewLine.stories.tsx +0 -56
  359. package/src/stories/containers/Notebook.stories.tsx +0 -199
  360. package/src/stories/custom/Avatar.stories.tsx +0 -27
  361. package/src/stories/custom/ButtonGroup.stories.tsx +0 -61
  362. package/src/stories/custom/CodeEditor.stories.tsx +0 -28
  363. package/src/stories/custom/Comments.stories.tsx +0 -190
  364. package/src/stories/custom/Indicator.stories.tsx +0 -44
  365. package/src/stories/custom/Markdown.stories.tsx +0 -42
  366. package/src/stories/custom/MultiCheckbox.stories.tsx +0 -55
  367. package/src/stories/custom/Radio.stories.tsx +0 -71
  368. package/src/stories/custom/Steps.stories.tsx +0 -41
  369. package/src/stories/custom/Switch.stories.tsx +0 -26
  370. package/src/stories/custom/Tag.stories.tsx +0 -60
  371. package/src/stories/custom/Tags.stories.tsx +0 -70
  372. package/src/stories/dashboard/Dashboard.stories.tsx +0 -23
  373. package/src/stories/dashboard/DashboardGrid.stories.tsx +0 -43
  374. package/src/stories/forms/ActivacioContracteForm.stories.tsx +0 -25
  375. package/src/stories/forms/Attachment.stories.tsx +0 -24
  376. package/src/stories/forms/CUPSForm.stories.tsx +0 -25
  377. package/src/stories/forms/Company.stories.tsx +0 -25
  378. package/src/stories/forms/CrmCaseForm.stories.tsx +0 -25
  379. package/src/stories/forms/Documents.stories.tsx +0 -25
  380. package/src/stories/forms/FormWithGridFiber.stories.tsx +0 -25
  381. package/src/stories/forms/FormWithLinks.stories.tsx +0 -31
  382. package/src/stories/forms/Lead.stories.tsx +0 -25
  383. package/src/stories/forms/ModContractForm.stories.tsx +0 -25
  384. package/src/stories/forms/PartnersForm.stories.tsx +0 -25
  385. package/src/stories/forms/PolissaForm.stories.tsx +0 -25
  386. package/src/stories/forms/PreferencesForm.stories.tsx +0 -696
  387. package/src/stories/forms/Signatures.stories.tsx +0 -25
  388. package/src/stories/forms/Switching.stories.tsx +0 -25
  389. package/src/stories/graphs/GraphIndicator.stories.tsx +0 -20
  390. package/src/stories/graphs/PieGraph.stories.tsx +0 -78
  391. package/src/stories/mocks/index.ts +0 -46
  392. package/src/stories/mocks/mockProvider.ts +0 -186
  393. package/src/stories/mocks/models/activacioContracte.ts +0 -112
  394. package/src/stories/mocks/models/attachment.ts +0 -1327
  395. package/src/stories/mocks/models/butlleti.ts +0 -344
  396. package/src/stories/mocks/models/company.ts +0 -137
  397. package/src/stories/mocks/models/crm_case.ts +0 -595
  398. package/src/stories/mocks/models/cups.ts +0 -920
  399. package/src/stories/mocks/models/document.ts +0 -225
  400. package/src/stories/mocks/models/factura.ts +0 -2727
  401. package/src/stories/mocks/models/form_with_gridfiber.ts +0 -143
  402. package/src/stories/mocks/models/hist_autoconsum.ts +0 -148
  403. package/src/stories/mocks/models/lead.ts +0 -2109
  404. package/src/stories/mocks/models/modcontractual.ts +0 -806
  405. package/src/stories/mocks/models/partner.ts +0 -1360
  406. package/src/stories/mocks/models/polissa.ts +0 -3133
  407. package/src/stories/mocks/models/res_partner_category.ts +0 -15
  408. package/src/stories/mocks/models/signatura.ts +0 -618
  409. package/src/stories/mocks/models/switching.ts +0 -769
  410. package/src/stories/modals/FormModal.stories.tsx +0 -36
  411. package/src/stories/modals/SearchModal.stories.tsx +0 -37
  412. package/src/stories/trees/FacturesTree.stories.tsx +0 -16
  413. package/src/stories/ui/ActionBar.stories.tsx +0 -24
  414. package/src/stories/ui/FavouriteButton.stories.tsx +0 -19
  415. package/src/stories/ui/GoToResourceModal.stories.tsx +0 -27
  416. package/src/stories/views/ActionView.stories.tsx +0 -28
  417. package/src/stories/views/SearchTree.stories.tsx +0 -1110
  418. package/src/stories/views/Tab.stories.tsx +0 -96
  419. package/src/stories/views/TabsAndContent.stories.tsx +0 -91
  420. package/src/stories/views/Tree.stories.jsx +0 -184
  421. package/src/stories/views/searchFilter/DateRangePicker.stories.tsx +0 -25
  422. package/src/stories/views/searchFilter/DateTimeRangePicker.stories.tsx +0 -26
  423. package/src/stories/views/searchFilter/PairFields.stories.tsx +0 -26
  424. package/src/stories/views/searchFilter/SearchFilter.stories.tsx +0 -169
  425. package/src/stories/views/searchFilter/examples/PartnersSearchFilter.stories.tsx +0 -428
  426. package/src/tailwind.css +0 -8
  427. package/src/tailwind.generated.css +0 -168533
  428. package/src/types/index.ts +0 -391
  429. package/src/ui/ActionErrorDialog.tsx +0 -24
  430. package/src/ui/ConfirmDialog.tsx +0 -28
  431. package/src/ui/ErrorAlert.tsx +0 -37
  432. package/src/ui/FavouriteButton.tsx +0 -272
  433. package/src/ui/FormErrorsDialog.tsx +0 -17
  434. package/src/ui/GenericErrorDialog.tsx +0 -16
  435. package/src/ui/GoToResourceModal.tsx +0 -75
  436. package/src/ui/InfoDialog.tsx +0 -13
  437. package/src/ui/RefreshItemDialog.tsx +0 -29
  438. package/src/ui/RemoveItemDialog.tsx +0 -20
  439. package/src/ui/TitleHeader.tsx +0 -110
  440. package/src/ui/UnlinkItemDialog.tsx +0 -20
  441. package/src/ui/UnsavedChangesDialog.tsx +0 -29
  442. package/src/ui/WarningDialog.tsx +0 -17
  443. package/src/views/ActionView.tsx +0 -514
  444. package/src/views/CurrentTabContent.tsx +0 -21
  445. package/src/views/RootView.tsx +0 -510
  446. package/src/views/TabContent.tsx +0 -31
  447. package/src/views/TabSelector.tsx +0 -31
  448. package/src/views/Welcome.tsx +0 -18
  449. package/src/views/actionViews/DashboardActionView.tsx +0 -47
  450. package/src/views/actionViews/FormActionView.tsx +0 -70
  451. package/src/views/actionViews/GraphActionView.tsx +0 -152
  452. package/src/views/actionViews/TreeActionView.tsx +0 -87
  453. package/src/views/tabs/Tab.tsx +0 -82
  454. package/src/widgets/WidgetFactory.tsx +0 -142
  455. package/src/widgets/base/Binary.tsx +0 -145
  456. package/src/widgets/base/Boolean.tsx +0 -45
  457. package/src/widgets/base/Button.tsx +0 -77
  458. package/src/widgets/base/Char.tsx +0 -157
  459. package/src/widgets/base/Date.tsx +0 -12
  460. package/src/widgets/base/DateTime.tsx +0 -12
  461. package/src/widgets/base/Email.tsx +0 -27
  462. package/src/widgets/base/Float.tsx +0 -39
  463. package/src/widgets/base/FloatTime.tsx +0 -73
  464. package/src/widgets/base/Image.tsx +0 -120
  465. package/src/widgets/base/Integer.tsx +0 -56
  466. package/src/widgets/base/Label.tsx +0 -56
  467. package/src/widgets/base/LinkInput.tsx +0 -101
  468. package/src/widgets/base/MultiSelection.tsx +0 -91
  469. package/src/widgets/base/ProgressBar.tsx +0 -38
  470. package/src/widgets/base/Reference.tsx +0 -115
  471. package/src/widgets/base/ReferenceTree.tsx +0 -62
  472. package/src/widgets/base/Selection.tsx +0 -65
  473. package/src/widgets/base/Separator.tsx +0 -26
  474. package/src/widgets/base/Text.tsx +0 -162
  475. package/src/widgets/base/Time.tsx +0 -41
  476. package/src/widgets/base/Url.tsx +0 -26
  477. package/src/widgets/base/many2one/Many2one.tsx +0 -323
  478. package/src/widgets/base/many2one/Many2oneSuffix.tsx +0 -221
  479. package/src/widgets/base/many2one/Many2oneSuffixModal.tsx +0 -42
  480. package/src/widgets/base/many2one/Many2oneTree.tsx +0 -18
  481. package/src/widgets/base/one2many/One2many.tsx +0 -100
  482. package/src/widgets/base/one2many/One2manyInput.tsx +0 -724
  483. package/src/widgets/base/one2many/One2manyTopBar.tsx +0 -158
  484. package/src/widgets/containers/Container.tsx +0 -99
  485. package/src/widgets/containers/Group.tsx +0 -37
  486. package/src/widgets/containers/Notebook.tsx +0 -45
  487. package/src/widgets/custom/Avatar.tsx +0 -32
  488. package/src/widgets/custom/ButtonGroup.tsx +0 -166
  489. package/src/widgets/custom/CodeEditor.tsx +0 -28
  490. package/src/widgets/custom/Comments.tsx +0 -144
  491. package/src/widgets/custom/FiberGrid.tsx +0 -48
  492. package/src/widgets/custom/Indicator.tsx +0 -67
  493. package/src/widgets/custom/Markdown.tsx +0 -22
  494. package/src/widgets/custom/MultiCheckbox.tsx +0 -165
  495. package/src/widgets/custom/Radio.tsx +0 -49
  496. package/src/widgets/custom/Steps.tsx +0 -55
  497. package/src/widgets/custom/Switch.tsx +0 -30
  498. package/src/widgets/custom/Tag.tsx +0 -49
  499. package/src/widgets/custom/Tags.tsx +0 -164
  500. package/src/widgets/custom/Timeline.tsx +0 -196
  501. package/src/widgets/modals/ExportModal.tsx +0 -75
  502. package/src/widgets/modals/FormModal.tsx +0 -122
  503. package/src/widgets/modals/SearchModal.tsx +0 -130
  504. package/src/widgets/modals/TranslationModal.tsx +0 -202
  505. package/src/widgets/views/Dashboard/Dashboard.tsx +0 -381
  506. package/src/widgets/views/Dashboard/DashboardForm.tsx +0 -30
  507. package/src/widgets/views/Dashboard/DashboardTree.tsx +0 -236
  508. package/src/widgets/views/Dashboard/dashboardHelper.ts +0 -79
  509. package/src/widgets/views/DashboardGrid/DashboardGrid.tsx +0 -53
  510. package/src/widgets/views/DashboardGrid/DashboardGrid.types.ts +0 -4
  511. package/src/widgets/views/DashboardGrid/DashboardGridItem.tsx +0 -62
  512. package/src/widgets/views/DashboardGrid/DashboardGridItem.types.ts +0 -10
  513. package/src/widgets/views/DashboardGrid/index.ts +0 -4
  514. package/src/widgets/views/Form.tsx +0 -1153
  515. package/src/widgets/views/Graph/Graph.tsx +0 -145
  516. package/src/widgets/views/Graph/GraphChart.tsx +0 -113
  517. package/src/widgets/views/Graph/GraphDefaults.ts +0 -170
  518. package/src/widgets/views/Graph/GraphIndicator.tsx +0 -421
  519. package/src/widgets/views/Graph/useGraphData.tsx +0 -176
  520. package/src/widgets/views/SearchTree.tsx +0 -357
  521. package/src/widgets/views/Tree.tsx +0 -400
  522. package/src/widgets/views/searchFilter/DateRangePicker.tsx +0 -16
  523. package/src/widgets/views/searchFilter/DateTimeRangePicker.tsx +0 -63
  524. package/src/widgets/views/searchFilter/PairFields.tsx +0 -56
  525. package/src/widgets/views/searchFilter/SearchBottomBar.tsx +0 -58
  526. package/src/widgets/views/searchFilter/SearchField.tsx +0 -59
  527. package/src/widgets/views/searchFilter/SearchFilter.tsx +0 -159
  528. package/src/widgets/views/searchFilter/SearchParams.tsx +0 -32
@@ -1,190 +0,0 @@
1
- // @ts-ignore
2
- import React from "react";
3
- import LocaleProvider from "../../context/LocaleContext";
4
- import { Comments, CommentsTimeline, EventsType } from "../../widgets/custom/Comments";
5
-
6
-
7
- export default {
8
- title: "Components/Widgets/Custom/Comments",
9
- };
10
-
11
- export const Default = (): React.ReactElement => {
12
-
13
- const data = [
14
- {
15
- id: 1,
16
- text: "Totam odit eum distinctio tempore. Numquam illo dolorum laboriosam vel illum. Sunt saepe ab nihil soluta placeat ullam.\n" +
17
- "Eius ea enim ut. Unde consequatur ducimus esse ullam. Odio fugit reprehenderit sunt.\n" +
18
- "Recusandae a aliquid. Iusto quisquam temporibus a assumenda aut fuga. Tenetur cum quis saepe et alias delectus quos.\n" +
19
- "Corporis adipisci eaque quod. Aperiam voluptatum doloribus accusamus suscipit.\n" +
20
- "Iste corporis non quisquam adipisci fuga. Aperiam possimus est ratione modi dicta. Cum consequatur eius harum ea eius omnis.\n" +
21
- "Eveniet sit iste sed commodi cumque. Quis ipsam maxime quam eveniet.\n" +
22
- "Repellat officia praesentium adipisci aspernatur impedit. Voluptas architecto autem vero et praesentium dignissimos.\n" +
23
- "Nisi ex sapiente incidunt eveniet mollitia. Iure libero natus perferendis voluptate iure fuga.\n" +
24
- "Vel voluptate cumque laudantium. Reiciendis sapiente eaque neque exercitationem inventore nam.",
25
- author: "Ciríaco Pelayo Camps",
26
- email: "ciraco@example.com",
27
- date: "2023-04-01 10:00:00",
28
- isSender: true,
29
- isAuthor: false,
30
- },
31
- {
32
- id: 2,
33
- text: "Dicta eligendi pariatur ratione ipsam accusantium. Ad minus nesciunt optio id ipsum.\n" +
34
- "Incidunt eligendi doloremque molestias. Voluptate sapiente nulla veritatis.\n" +
35
- "Nostrum minima ad repudiandae optio laborum.\n" +
36
- "Adipisci sint quasi laudantium explicabo ab nostrum. Rerum nemo itaque officia. Velit accusamus itaque accusantium ducimus quidem quae cum.\n" +
37
- "Sequi possimus harum maxime. Qui laboriosam voluptate pariatur laudantium nam quo. Vel dolorum magni nam iusto sapiente animi quaerat. Debitis minus temporibus molestias quae accusamus.\n" +
38
- "Nobis ab adipisci laborum doloremque impedit quo. Tempore cumque accusamus voluptates. In non facere in.\n" +
39
- "Laboriosam exercitationem possimus quo sequi. Aspernatur quia consequuntur aspernatur repudiandae molestiae modi. Vero esse nisi dicta nihil accusantium nesciunt.\n" +
40
- "Modi voluptatem excepturi. Architecto sapiente nobis quis ipsam. Doloremque ipsum pariatur dicta at.",
41
- author: "Plácido Baeza Vaquero",
42
- email: "placido@example.com",
43
- date: "2023-04-01 11:00:00",
44
- isSender: false,
45
- isAuthor: true,
46
- },
47
- {
48
- id: 3,
49
- text: "Amet tempora ipsum ipsum delectus.\n" +
50
- "Autem minus magnam in eveniet. Veniam voluptas deleniti eaque sequi autem.\n" +
51
- "Occaecati laborum ut voluptatum maxime iure cupiditate. Facere vitae aliquid.\n" +
52
- "Nemo nihil enim quia exercitationem. Quisquam aut autem magni occaecati velit.\n" +
53
- "Perferendis impedit iure nostrum ratione nemo distinctio.\n" +
54
- "Facilis deserunt amet officia accusantium qui. Non corporis rerum deleniti harum optio ipsa ducimus. Veniam saepe illo aspernatur id quae omnis.\n" +
55
- "Distinctio dolor sequi odio officia amet natus. Quidem quidem quibusdam animi alias quia distinctio.\n" +
56
- "Eum placeat expedita possimus eveniet. Fugit earum corrupti itaque. Ab expedita officiis numquam.\n" +
57
- "Quos optio iure quos minima deserunt assumenda beatae. Illo quod non aliquid.\n" +
58
- "Nobis odio reprehenderit ullam numquam. Beatae molestiae aperiam ratione.\n" +
59
- "Quidem perferendis minima animi ipsa natus aliquam. Exercitationem perferendis sequi assumenda. Eaque ducimus saepe deleniti eum iure itaque.",
60
- author: "Jorge Acosta Valverde",
61
- email: "jorge@example.com",
62
- date: "2023-04-01 11:30:00",
63
- isSender: false,
64
- isAuthor: false,
65
- },
66
- {
67
- id: 4,
68
- text: "Esse tempora amet consectetur asperiores dicta. Quidem est harum tempora voluptatum mollitia.\n" +
69
- "Voluptate reprehenderit sint vitae laborum animi placeat nihil. Maxime iure porro delectus voluptate. Molestiae dolorem natus alias ipsam consequuntur. Nisi nam exercitationem voluptas saepe occaecati.\n" +
70
- "Reprehenderit quam ex est vel.\n" +
71
- "Magnam quidem laudantium reprehenderit rerum nam ducimus perspiciatis. Vero omnis sed ducimus quidem dolores dolor illum.\n" +
72
- "Corrupti a iste praesentium. Exercitationem cum id neque.\n" +
73
- "Optio repellat excepturi sapiente alias iusto quaerat. Explicabo fuga cupiditate atque porro. Qui fuga ea quis porro id.\n" +
74
- "Natus optio ab reiciendis quae aperiam tempore. Voluptatem asperiores adipisci ullam nobis. Saepe quas odit rem ad autem cum consequatur.\n" +
75
- "Numquam deleniti veniam rem. Enim doloremque consectetur quas reprehenderit. Numquam unde a animi odio sequi.\n" +
76
- "Cum at eos fuga.\n" +
77
- "Vel exercitationem excepturi placeat. Quisquam neque quasi impedit at.",
78
- author: "Ciríaco Pelayo Camps",
79
- email: "ciraco@example.com",
80
- date: "2023-04-01 13:00:00",
81
- isSender: true,
82
- isAuthor: false,
83
- }
84
- ]
85
- return (
86
- <LocaleProvider lang="es_ES">
87
- <Comments data={data} />
88
- </LocaleProvider>
89
- );
90
- };
91
-
92
- export const Timeline = () => {
93
- const data = [
94
- {
95
- type: "action",
96
- event: {
97
- date: "2023-04-01 10:00",
98
- action: "Draft",
99
- }
100
- },
101
- {
102
- type: "comment",
103
- event: {
104
- id: 1,
105
- text: "Totam odit eum distinctio tempore. Numquam illo dolorum laboriosam vel illum. Sunt saepe ab nihil soluta placeat ullam.\n" +
106
- "Eius ea enim ut. Unde consequatur ducimus esse ullam. Odio fugit reprehenderit sunt.\n" +
107
- "Recusandae a aliquid. Iusto quisquam temporibus a assumenda aut fuga. Tenetur cum quis saepe et alias delectus quos.\n" +
108
- "Corporis adipisci eaque quod. Aperiam voluptatum doloribus accusamus suscipit.\n" +
109
- "Iste corporis non quisquam adipisci fuga. Aperiam possimus est ratione modi dicta. Cum consequatur eius harum ea eius omnis.\n" +
110
- "Eveniet sit iste sed commodi cumque. Quis ipsam maxime quam eveniet.\n" +
111
- "Repellat officia praesentium adipisci aspernatur impedit. Voluptas architecto autem vero et praesentium dignissimos.\n" +
112
- "Nisi ex sapiente incidunt eveniet mollitia. Iure libero natus perferendis voluptate iure fuga.\n" +
113
- "Vel voluptate cumque laudantium. Reiciendis sapiente eaque neque exercitationem inventore nam.",
114
- author: "Ciríaco Pelayo Camps",
115
- email: "ciraco@example.com",
116
- date: "2023-04-01 10:00:00",
117
- isSender: true,
118
- isAuthor: true,
119
- }
120
- },
121
- {
122
- type: "action",
123
- event: {
124
- date: "2023-04-01 10:10",
125
- action: "Open",
126
- }
127
- },
128
- {
129
- type: "comment",
130
- event: {
131
- id: 2,
132
- text: "Dicta eligendi pariatur ratione ipsam accusantium. Ad minus nesciunt optio id ipsum.\n" +
133
- "Incidunt eligendi doloremque molestias. Voluptate sapiente nulla veritatis.\n" +
134
- "Nostrum minima ad repudiandae optio laborum.\n" +
135
- "Adipisci sint quasi laudantium explicabo ab nostrum. Rerum nemo itaque officia. Velit accusamus itaque accusantium ducimus quidem quae cum.\n" +
136
- "Sequi possimus harum maxime. Qui laboriosam voluptate pariatur laudantium nam quo. Vel dolorum magni nam iusto sapiente animi quaerat. Debitis minus temporibus molestias quae accusamus.\n" +
137
- "Nobis ab adipisci laborum doloremque impedit quo. Tempore cumque accusamus voluptates. In non facere in.\n" +
138
- "Laboriosam exercitationem possimus quo sequi. Aspernatur quia consequuntur aspernatur repudiandae molestiae modi. Vero esse nisi dicta nihil accusantium nesciunt.\n" +
139
- "Modi voluptatem excepturi. Architecto sapiente nobis quis ipsam. Doloremque ipsum pariatur dicta at.",
140
- author: "Plácido Baeza Vaquero",
141
- email: "placido@example.com",
142
- date: "2023-04-01 11:00:00",
143
- isSender: false,
144
- isAuthor: false,
145
- },
146
- },
147
- {
148
- type: "comment",
149
- event: {
150
- id: 4,
151
- text: "Esse tempora amet consectetur asperiores dicta. Quidem est harum tempora voluptatum mollitia.\n" +
152
- "Voluptate reprehenderit sint vitae laborum animi placeat nihil. Maxime iure porro delectus voluptate. Molestiae dolorem natus alias ipsam consequuntur. Nisi nam exercitationem voluptas saepe occaecati.\n" +
153
- "Reprehenderit quam ex est vel.\n" +
154
- "Magnam quidem laudantium reprehenderit rerum nam ducimus perspiciatis. Vero omnis sed ducimus quidem dolores dolor illum.\n" +
155
- "Corrupti a iste praesentium. Exercitationem cum id neque.\n" +
156
- "Optio repellat excepturi sapiente alias iusto quaerat. Explicabo fuga cupiditate atque porro. Qui fuga ea quis porro id.\n" +
157
- "Natus optio ab reiciendis quae aperiam tempore. Voluptatem asperiores adipisci ullam nobis. Saepe quas odit rem ad autem cum consequatur.\n" +
158
- "Numquam deleniti veniam rem. Enim doloremque consectetur quas reprehenderit. Numquam unde a animi odio sequi.\n" +
159
- "Cum at eos fuga.\n" +
160
- "Vel exercitationem excepturi placeat. Quisquam neque quasi impedit at.",
161
- author: "Ciríaco Pelayo Camps",
162
- email: "ciraco@example.com",
163
- date: "2023-04-01 13:00:00",
164
- isSender: true,
165
- isAuthor: false,
166
- }
167
- },
168
- {
169
- type: "action",
170
- event: {
171
- action: "Pendent",
172
- date: "2023-04-01 13:05:00"
173
- }
174
- },
175
- {
176
- type: "action",
177
- event: {
178
- action: "Close",
179
- date: "2023-04-01 13:35:00"
180
- }
181
- }
182
- ] as EventsType[]
183
- return (
184
- <LocaleProvider lang="es_ES">
185
- <CommentsTimeline value={data} />
186
- </LocaleProvider>
187
- );
188
- }
189
-
190
-
@@ -1,44 +0,0 @@
1
- import React, {useState} from "react";
2
-
3
- import {Indicator} from "../../widgets/custom/Indicator";
4
- import { Indicator as IndicatorOoui } from "@gisce/ooui";
5
-
6
- // import "antd/dist/antd.css";
7
-
8
-
9
- import LocaleProvider from "../../context/LocaleContext";
10
-
11
- export default {
12
- title: "Components/Widgets/Custom/Indicator",
13
- };
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new IndicatorOoui({
17
- name: "button_field",
18
- string: "Lorem ipsum",
19
- });
20
- return (
21
- <LocaleProvider lang="en_US">
22
- <Indicator ooui={ooui} />
23
- </LocaleProvider>
24
- );
25
- };
26
-
27
-
28
- export const WithIconAndSuffix = (): React.ReactElement => {
29
- const ooui = new IndicatorOoui({
30
- name: "test",
31
- string: "Pending amount",
32
- widget_props: "{'icon': 'wallet', 'suffix': '€'}",
33
- });
34
-
35
- return (
36
- <LocaleProvider lang="en_US">
37
- <Indicator ooui={ooui} value={300}/>
38
- </LocaleProvider>
39
- );
40
- };
41
-
42
-
43
-
44
-
@@ -1,42 +0,0 @@
1
- import React from "react";
2
- import { Markdown as MarkdownOOui } from "@gisce/ooui";
3
-
4
- // import "antd/dist/antd.css";
5
-
6
-
7
- import LocaleProvider from "../../context/LocaleContext";
8
- import { MarkdownInput } from "../../widgets/custom/Markdown";
9
-
10
- export default {
11
- title: "Components/Widgets/Custom/Markdown",
12
- };
13
-
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new MarkdownOOui({
17
- name: "enabled",
18
- string: "Lorem ipsum",
19
- });
20
-
21
- const markdown = `A paragraph with *emphasis* and **strong importance**.
22
-
23
- > A block quote with ~strikethrough~ and a URL: https://reactjs.org.
24
-
25
- ## Header 2
26
-
27
- * Lists
28
- * [ ] todo
29
- * [x] done
30
-
31
- A table:
32
-
33
- | a | b |
34
- | - | - |
35
- `
36
-
37
- return (
38
- <LocaleProvider lang="en_US">
39
- <MarkdownInput ooui={ooui} value={markdown} />
40
- </LocaleProvider>
41
- );
42
- };
@@ -1,55 +0,0 @@
1
- import React from "react";
2
-
3
- import { MultiCheckboxInput } from "../../widgets/custom/MultiCheckbox";
4
- import { Checkbox, Space, Row, Col } from "antd";
5
- import { MultiCheckbox as MultiCheckboxOoui } from "@gisce/ooui";
6
-
7
- // import "antd/dist/antd.css";
8
-
9
-
10
- import LocaleProvider from "../../context/LocaleContext";
11
-
12
- export default {
13
- title: "Components/Widgets/Custom/MultiCheckbox",
14
- };
15
-
16
- export const Default = (): React.ReactElement => {
17
- const ooui = new MultiCheckboxOoui({
18
- name: "button_field",
19
- string: "Lorem ipsum",
20
- field: "name",
21
- relation: "res.partner.category"
22
- });
23
-
24
- return (
25
- <LocaleProvider lang="en_US">
26
- <MultiCheckboxInput ooui={ooui} value={{items: [
27
- {id: 1, operation: "original"},
28
- {id: 2, operation: "original"},
29
- {id: 3, operation: "pendingRemove"}
30
- ]}}
31
- />
32
- </LocaleProvider>
33
- );
34
- };
35
-
36
- export const Readonly = (): React.ReactElement => {
37
- const ooui = new MultiCheckboxOoui({
38
- name: "button_field",
39
- string: "Lorem ipsum",
40
- field: "name",
41
- readonly: true,
42
- relation: "res.partner.category",
43
- });
44
-
45
- return (
46
- <LocaleProvider lang="en_US">
47
- <MultiCheckboxInput ooui={ooui} value={{items: [
48
- {id: 1, operation: "original"},
49
- {id: 2, operation: "original"},
50
- {id: 3, operation: "pendingRemove"}
51
- ]}}
52
- />
53
- </LocaleProvider>
54
- );
55
- };
@@ -1,71 +0,0 @@
1
- import React from "react";
2
-
3
- import { Radio } from "../../widgets/custom/Radio";
4
- import { Radio as RadioOoui } from "@gisce/ooui";
5
-
6
- // import "antd/dist/antd.css";
7
-
8
-
9
- import LocaleProvider from "../../context/LocaleContext";
10
-
11
- export default {
12
- title: "Components/Widgets/Custom/Radio",
13
- };
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new RadioOoui({
17
- name: "level",
18
- string: "Level",
19
- required: true,
20
- selection: [
21
- ['easy', 'Easy'],
22
- ['medium', 'Medium'],
23
- ['hard', 'Hard']
24
- ]
25
- });
26
-
27
- return (
28
- <LocaleProvider lang="en_US">
29
- <Radio ooui={ooui} />
30
- </LocaleProvider>
31
- );
32
- };
33
-
34
- export const Readonly = (): React.ReactElement => {
35
- const ooui = new RadioOoui({
36
- name: "level",
37
- string: "Level",
38
- readonly: true,
39
- selection: [
40
- ['easy', 'Easy'],
41
- ['medium', 'Medium'],
42
- ['hard', 'Hard']
43
- ]
44
- });
45
-
46
- return (
47
- <LocaleProvider lang="en_US">
48
- <Radio ooui={ooui} />
49
- </LocaleProvider>
50
- );
51
- };
52
-
53
- export const RadioVertical = (): React.ReactElement => {
54
- const ooui = new RadioOoui({
55
- name: "level",
56
- string: "Level",
57
- readonly: true,
58
- selection: [
59
- ['easy', 'Easy'],
60
- ['medium', 'Medium'],
61
- ['hard', 'Hard']
62
- ],
63
- widget_props: "{'direction': 'vertical'}"
64
- });
65
-
66
- return (
67
- <LocaleProvider lang="en_US">
68
- <Radio ooui={ooui} />
69
- </LocaleProvider>
70
- );
71
- };
@@ -1,41 +0,0 @@
1
- import React from "react";
2
-
3
- import { Steps, StepsInput } from "../../widgets/custom/Steps";
4
- import { Steps as StepsOoui } from "@gisce/ooui";
5
-
6
- // import "antd/dist/antd.css";
7
-
8
-
9
- import LocaleProvider from "../../context/LocaleContext";
10
-
11
- export default {
12
- title: "Components/Widgets/Custom/Steps",
13
- };
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new StepsOoui({
17
- name: "enabled",
18
- string: "Lorem ipsum",
19
- selection: [['init', 'Start'], ['second', 'Second'], ['third', 'Third'], ['end', 'End']]
20
- });
21
-
22
- return (
23
- <LocaleProvider lang="en_US">
24
- <StepsInput ooui={ooui} value="third" />
25
- </LocaleProvider>
26
- );
27
- };
28
-
29
- export const Many2One = (): React.ReactElement => {
30
- const ooui = new StepsOoui({
31
- name: "enabled",
32
- string: "Lorem ipsum",
33
- relation: "crm.case.stage",
34
- });
35
-
36
- return (
37
- <LocaleProvider lang="en_US">
38
- <StepsInput ooui={ooui} value="third" />
39
- </LocaleProvider>
40
- );
41
- };
@@ -1,26 +0,0 @@
1
- import React from "react";
2
-
3
- import { Switch } from "../../widgets/custom/Switch";
4
- import { Switch as SwitchOoui } from "@gisce/ooui";
5
-
6
- // import "antd/dist/antd.css";
7
-
8
-
9
- import LocaleProvider from "../../context/LocaleContext";
10
-
11
- export default {
12
- title: "Components/Widgets/Custom/Switch",
13
- };
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new SwitchOoui({
17
- name: "enabled",
18
- string: "Lorem ipsum",
19
- });
20
-
21
- return (
22
- <LocaleProvider lang="en_US">
23
- <Switch ooui={ooui} value={true} />
24
- </LocaleProvider>
25
- );
26
- };
@@ -1,60 +0,0 @@
1
- import React from "react";
2
-
3
- import { Tag as TagOoui } from "@gisce/ooui";
4
-
5
- // import "antd/dist/antd.css";
6
-
7
-
8
- import LocaleProvider from "../../context/LocaleContext";
9
- import { TagInput } from "../../widgets/custom/Tag";
10
-
11
- export default {
12
- title: "Components/Widgets/Custom/Tag",
13
- };
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new TagOoui({
17
- name: "status",
18
- string: "Status",
19
- field: "status",
20
- selection: [['draft', 'Draft'], ['open', 'Open']],
21
- widget_props: '{"colors": {"draft": "blue", "open": "green"}}'
22
- });
23
-
24
- return (
25
- <LocaleProvider lang="en_US">
26
- <TagInput value="draft" ooui={ooui}/>
27
- </LocaleProvider>
28
- );
29
- };
30
-
31
- export const WithoutColor = (): React.ReactElement => {
32
- const ooui = new TagOoui({
33
- name: "status",
34
- string: "Status",
35
- field: "status",
36
- selection: [['draft', 'Draft'], ['open', 'Open']],
37
- });
38
-
39
- return (
40
- <LocaleProvider lang="en_US">
41
- <TagInput value="draft" ooui={ooui}/>
42
- </LocaleProvider>
43
- );
44
- };
45
-
46
- export const WithColorAuto = (): React.ReactElement => {
47
- const ooui = new TagOoui({
48
- name: "status",
49
- string: "Status",
50
- field: "status",
51
- selection: [['draft', 'Draft'], ['open', 'Open']],
52
- widget_props: '{"colors": "auto"}'
53
- });
54
-
55
- return (
56
- <LocaleProvider lang="en_US">
57
- <TagInput value="draft" ooui={ooui}/>
58
- </LocaleProvider>
59
- );
60
- };
@@ -1,70 +0,0 @@
1
- import React from "react";
2
-
3
- import { TagsInput, Tags } from "../../widgets/custom/Tags";
4
- import { Tags as TagsOoui } from "@gisce/ooui";
5
-
6
- // import "antd/dist/antd.css";
7
-
8
-
9
- import LocaleProvider from "../../context/LocaleContext";
10
-
11
- export default {
12
- title: "Components/Widgets/Custom/Tags",
13
- };
14
-
15
- export const Default = (): React.ReactElement => {
16
- const ooui = new TagsOoui({
17
- name: "button_field",
18
- string: "Lorem ipsum",
19
- field: "name",
20
- relation: "res.partner.category"
21
- });
22
-
23
- return (
24
- <LocaleProvider lang="en_US">
25
- <TagsInput ooui={ooui} value={{items: [
26
- {id: 1, operation: "original"},
27
- {id: 2, operation: "original"},
28
- {id: 3, operation: "pendingRemove"}
29
- ]}}
30
- />
31
- </LocaleProvider>
32
- );
33
- };
34
-
35
- export const Readonly = (): React.ReactElement => {
36
- const ooui = new TagsOoui({
37
- name: "button_field",
38
- string: "Lorem ipsum",
39
- field: "name",
40
- readonly: true,
41
- relation: "res.partner.category",
42
- });
43
-
44
- return (
45
- <LocaleProvider lang="en_US">
46
- <TagsInput ooui={ooui} value={{items: [
47
- {id: 1, operation: "original"},
48
- {id: 2, operation: "original"},
49
- {id: 3, operation: "pendingRemove"}
50
- ]}}
51
- />
52
- </LocaleProvider>
53
- );
54
- };
55
-
56
-
57
- export const TagsLabel = (): React.ReactElement => {
58
- const ooui = new TagsOoui({
59
- name: "button_field",
60
- string: "Lorem ipsum",
61
- field: "name",
62
- relation: "res.partner.category",
63
- });
64
-
65
- return (
66
- <LocaleProvider lang="en_US">
67
- <Tags ooui={ooui} showLabel/>
68
- </LocaleProvider>
69
- );
70
- };
@@ -1,23 +0,0 @@
1
- import React from "react";
2
-
3
- import { Dashboard } from "../..";
4
- import LocaleProvider from "../../context/LocaleContext";
5
-
6
- export default {
7
- title: "Components/Widgets/Dashboard/Sample",
8
- };
9
-
10
- const xml = `<?xml version="1.0"?>
11
- <dashboard string="Partner dashboard">
12
- <dashboard_item action_id="71" position="{'x':0,'y':0,'w':6,'h':24}" />
13
- <dashboard_item action_id="75" position="{'x':7,'y':0,'w':6,'h':24}" />
14
- </dashboard>
15
- `;
16
-
17
- export function Default(): React.ReactElement {
18
- return (
19
- <LocaleProvider lang="en_US">
20
- <Dashboard arch={xml} />
21
- </LocaleProvider>
22
- );
23
- }
@@ -1,43 +0,0 @@
1
- import React from "react";
2
- import { DashboardGridItem, DashboardGrid, GraphIndicator } from "../..";
3
-
4
- import LocaleProvider from "../../context/LocaleContext";
5
-
6
- export default {
7
- title: "Components/Widgets/Dashboard/DashboardGrid",
8
- };
9
-
10
- export function Default(): React.ReactElement {
11
- return (
12
- <LocaleProvider lang="en_US">
13
- <DashboardGrid>
14
- <DashboardGridItem
15
- title="test"
16
- parms={{ w: 3, h: 9, x: 0, y: 0, id: 10 }}
17
- >
18
- <GraphIndicator
19
- model="res.partner"
20
- context={{}}
21
- domain={{}}
22
- icon={"wallet"}
23
- showPercent={true}
24
- // suffix={"€"}
25
- />
26
- </DashboardGridItem>
27
- <DashboardGridItem
28
- title="test"
29
- parms={{ w: 3, h: 9, x: 0, y: 0, id: 10 }}
30
- >
31
- <GraphIndicator
32
- model="res.partner"
33
- context={{}}
34
- domain={{}}
35
- icon={"bolt"}
36
- showPercent={true}
37
- // suffix={"€"}
38
- />
39
- </DashboardGridItem>
40
- </DashboardGrid>
41
- </LocaleProvider>
42
- );
43
- }