@hipay/hipay-material-ui 1.0.0-beta.19 → 1.0.0-beta.2

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 (404) hide show
  1. package/HiCheckbox/HiCheckbox.js +1 -4
  2. package/HiChip/HiChip.js +4 -4
  3. package/HiChip/HiChipSwitch.js +4 -11
  4. package/HiColoredLabel/HiColoredLabel.js +3 -9
  5. package/HiDatePicker/HiDatePicker.js +30 -34
  6. package/HiDatePicker/HiDateRangePicker.js +33 -76
  7. package/HiDatePicker/HiDateRangeSelector.js +13 -33
  8. package/HiDatePicker/ListPicker.js +7 -32
  9. package/HiDatePicker/Overlays/CustomOverlayLayout.js +1 -3
  10. package/HiDatePicker/Overlays/MonthPickerOverlay.js +1 -5
  11. package/HiDatePicker/Overlays/Overlay.js +4 -22
  12. package/HiDatePicker/Overlays/YearPickerOverlay.js +1 -2
  13. package/HiDatePicker/stylesheet.js +0 -7
  14. package/HiForm/HiFormControl.js +31 -39
  15. package/HiForm/HiInput.js +19 -40
  16. package/HiForm/HiSearchField.js +2 -2
  17. package/HiForm/index.js +0 -18
  18. package/HiPins/HiPins.js +1 -0
  19. package/HiSelect/HiSelect.js +353 -400
  20. package/HiSelect/HiSelectField.js +6 -8
  21. package/HiSelect/HiSuggestSelect.js +47 -27
  22. package/HiSelect/HiSuggestSelectField.js +80 -88
  23. package/HiSelect/SelectInput.js +23 -34
  24. package/HiSelectableList/HiSelectableList.js +3 -9
  25. package/HiSelectableList/HiSelectableListItem.js +55 -96
  26. package/HiSwitch/HiSwitchState.js +1 -1
  27. package/HiSwitch/index.js +0 -6
  28. package/HiTable/BodyCellBuilder.js +100 -115
  29. package/HiTable/BodyCells/CellCountry.js +36 -11
  30. package/HiTable/BodyCells/CellIcon.js +20 -29
  31. package/HiTable/BodyCells/CellImage.js +22 -43
  32. package/HiTable/BodyCells/CellLayout.js +20 -49
  33. package/HiTable/BodyCells/CellNumeric.js +2 -7
  34. package/HiTable/BodyCells/CellSentinel.js +17 -26
  35. package/HiTable/BodyCells/CellStatus.js +3 -7
  36. package/HiTable/BodyCells/CellText.js +1 -2
  37. package/HiTable/BodyCells/CellThirdPartySecurity.js +22 -45
  38. package/HiTable/BodyRow.js +62 -106
  39. package/HiTable/ChildRow.js +9 -3
  40. package/HiTable/ColumnFilter.js +15 -28
  41. package/HiTable/HeaderCell.js +16 -20
  42. package/HiTable/HiTable.js +11 -75
  43. package/HiTable/HiTableBody.js +36 -80
  44. package/HiTable/HiTableContextMenu.js +3 -7
  45. package/HiTable/HiTableFooterScroll.js +1 -1
  46. package/HiTable/HiTableHead.js +7 -24
  47. package/HiTable/OrderColumns.js +2 -6
  48. package/HiTopBar/HiTopBar.js +117 -37
  49. package/es/HiCheckbox/HiCheckbox.js +1 -4
  50. package/es/HiChip/HiChip.js +4 -4
  51. package/es/HiChip/HiChipSwitch.js +4 -11
  52. package/es/HiColoredLabel/HiColoredLabel.js +4 -9
  53. package/es/HiDatePicker/HiDatePicker.js +25 -30
  54. package/es/HiDatePicker/HiDateRangePicker.js +32 -72
  55. package/es/HiDatePicker/HiDateRangeSelector.js +14 -34
  56. package/es/HiDatePicker/ListPicker.js +20 -39
  57. package/es/HiDatePicker/Overlays/CustomOverlayLayout.js +1 -3
  58. package/es/HiDatePicker/Overlays/MonthPickerOverlay.js +1 -5
  59. package/es/HiDatePicker/Overlays/Overlay.js +4 -18
  60. package/es/HiDatePicker/Overlays/YearPickerOverlay.js +1 -2
  61. package/es/HiDatePicker/stylesheet.js +0 -7
  62. package/es/HiForm/HiFormControl.js +18 -32
  63. package/es/HiForm/HiInput.js +18 -35
  64. package/es/HiForm/HiSearchField.js +2 -2
  65. package/es/HiForm/index.js +1 -3
  66. package/es/HiPins/HiPins.js +1 -0
  67. package/es/HiSelect/HiSelect.js +324 -375
  68. package/es/HiSelect/HiSelectField.js +7 -9
  69. package/es/HiSelect/HiSuggestSelect.js +39 -26
  70. package/es/HiSelect/HiSuggestSelectField.js +69 -77
  71. package/es/HiSelect/SelectInput.js +23 -44
  72. package/es/HiSelectableList/HiSelectableList.js +4 -10
  73. package/es/HiSelectableList/HiSelectableListItem.js +55 -91
  74. package/es/HiSwitch/HiSwitchState.js +1 -1
  75. package/es/HiSwitch/index.js +0 -1
  76. package/es/HiTable/BodyCellBuilder.js +101 -111
  77. package/es/HiTable/BodyCells/CellCountry.js +35 -10
  78. package/es/HiTable/BodyCells/CellIcon.js +9 -18
  79. package/es/HiTable/BodyCells/CellImage.js +23 -42
  80. package/es/HiTable/BodyCells/CellLayout.js +23 -50
  81. package/es/HiTable/BodyCells/CellNumeric.js +2 -6
  82. package/es/HiTable/BodyCells/CellSentinel.js +9 -20
  83. package/es/HiTable/BodyCells/CellStatus.js +3 -7
  84. package/es/HiTable/BodyCells/CellText.js +1 -2
  85. package/es/HiTable/BodyCells/CellThirdPartySecurity.js +18 -42
  86. package/es/HiTable/BodyRow.js +61 -106
  87. package/es/HiTable/ChildRow.js +10 -3
  88. package/es/HiTable/ColumnFilter.js +9 -15
  89. package/es/HiTable/HeaderCell.js +16 -20
  90. package/es/HiTable/HiTable.js +12 -73
  91. package/es/HiTable/HiTableBody.js +32 -71
  92. package/es/HiTable/HiTableContextMenu.js +3 -7
  93. package/es/HiTable/HiTableFooterScroll.js +1 -1
  94. package/es/HiTable/HiTableHead.js +7 -19
  95. package/es/HiTable/OrderColumns.js +2 -6
  96. package/es/HiTopBar/HiTopBar.js +108 -40
  97. package/es/styles/createHiMuiTheme.js +0 -11
  98. package/es/utils/hiHelpers.js +5 -6
  99. package/index.es.js +1 -1
  100. package/index.js +1 -1
  101. package/package.json +44 -45
  102. package/styles/createHiMuiTheme.js +0 -11
  103. package/umd/hipay-material-ui.development.js +10243 -11324
  104. package/umd/hipay-material-ui.production.min.js +5 -5
  105. package/utils/hiHelpers.js +4 -6
  106. package/HI-CHANGELOG.md +0 -58
  107. package/HiAlertModal/HiAlertModal.js +0 -247
  108. package/HiAlertModal/index.js +0 -16
  109. package/HiBreadcrumb/HiBreadcrumb.js +0 -149
  110. package/HiBreadcrumb/HiStep.js +0 -159
  111. package/HiBreadcrumb/HiStepConnector.js +0 -207
  112. package/HiBreadcrumb/HiStepContent.js +0 -122
  113. package/HiBreadcrumb/HiStepIcon.js +0 -191
  114. package/HiBreadcrumb/HiStepLabel.js +0 -248
  115. package/HiBreadcrumb/HiStepper.js +0 -106
  116. package/HiBreadcrumb/index.js +0 -16
  117. package/HiDotsStepper/HiDot.js +0 -151
  118. package/HiDotsStepper/HiDotsStepper.js +0 -146
  119. package/HiDotsStepper/index.js +0 -16
  120. package/HiExpansionPanel/HiExpansionPanel.js +0 -231
  121. package/HiExpansionPanel/index.js +0 -16
  122. package/HiForm/HiAddressField.js +0 -204
  123. package/HiForm/HiSlider.js +0 -399
  124. package/HiPdfReader/HiPdfReader.js +0 -282
  125. package/HiPdfReader/index.js +0 -16
  126. package/HiTable/HiTableFooter.js +0 -131
  127. package/es/HiAlertModal/HiAlertModal.js +0 -189
  128. package/es/HiAlertModal/index.js +0 -1
  129. package/es/HiBreadcrumb/HiBreadcrumb.js +0 -81
  130. package/es/HiBreadcrumb/HiStep.js +0 -94
  131. package/es/HiBreadcrumb/HiStepConnector.js +0 -143
  132. package/es/HiBreadcrumb/HiStepContent.js +0 -63
  133. package/es/HiBreadcrumb/HiStepIcon.js +0 -149
  134. package/es/HiBreadcrumb/HiStepLabel.js +0 -197
  135. package/es/HiBreadcrumb/HiStepper.js +0 -46
  136. package/es/HiBreadcrumb/index.js +0 -1
  137. package/es/HiDotsStepper/HiDot.js +0 -92
  138. package/es/HiDotsStepper/HiDotsStepper.js +0 -83
  139. package/es/HiDotsStepper/index.js +0 -1
  140. package/es/HiExpansionPanel/HiExpansionPanel.js +0 -170
  141. package/es/HiExpansionPanel/index.js +0 -1
  142. package/es/HiForm/HiAddressField.js +0 -142
  143. package/es/HiForm/HiSlider.js +0 -309
  144. package/es/HiPdfReader/HiPdfReader.js +0 -198
  145. package/es/HiPdfReader/index.js +0 -1
  146. package/es/HiTable/HiTableFooter.js +0 -74
  147. package/hmu/images/countries/ad.svg +0 -151
  148. package/hmu/images/countries/ae.svg +0 -6
  149. package/hmu/images/countries/af.svg +0 -83
  150. package/hmu/images/countries/ag.svg +0 -15
  151. package/hmu/images/countries/ai.svg +0 -767
  152. package/hmu/images/countries/al.svg +0 -5
  153. package/hmu/images/countries/am.svg +0 -5
  154. package/hmu/images/countries/ao.svg +0 -13
  155. package/hmu/images/countries/aq.svg +0 -6
  156. package/hmu/images/countries/ar.svg +0 -32
  157. package/hmu/images/countries/as.svg +0 -33
  158. package/hmu/images/countries/at.svg +0 -6
  159. package/hmu/images/countries/au.svg +0 -9
  160. package/hmu/images/countries/aw.svg +0 -186
  161. package/hmu/images/countries/ax.svg +0 -18
  162. package/hmu/images/countries/az.svg +0 -8
  163. package/hmu/images/countries/ba.svg +0 -12
  164. package/hmu/images/countries/bb.svg +0 -6
  165. package/hmu/images/countries/bd.svg +0 -4
  166. package/hmu/images/countries/be.svg +0 -7
  167. package/hmu/images/countries/bf.svg +0 -7
  168. package/hmu/images/countries/bg.svg +0 -7
  169. package/hmu/images/countries/bh.svg +0 -11
  170. package/hmu/images/countries/bi.svg +0 -15
  171. package/hmu/images/countries/bj.svg +0 -14
  172. package/hmu/images/countries/bl.svg +0 -7
  173. package/hmu/images/countries/bm.svg +0 -99
  174. package/hmu/images/countries/bn.svg +0 -36
  175. package/hmu/images/countries/bo.svg +0 -686
  176. package/hmu/images/countries/bq.svg +0 -5
  177. package/hmu/images/countries/br.svg +0 -45
  178. package/hmu/images/countries/bs.svg +0 -13
  179. package/hmu/images/countries/bt.svg +0 -89
  180. package/hmu/images/countries/bv.svg +0 -13
  181. package/hmu/images/countries/bw.svg +0 -7
  182. package/hmu/images/countries/by.svg +0 -61
  183. package/hmu/images/countries/bz.svg +0 -146
  184. package/hmu/images/countries/ca.svg +0 -4
  185. package/hmu/images/countries/cc.svg +0 -19
  186. package/hmu/images/countries/cd.svg +0 -5
  187. package/hmu/images/countries/cf.svg +0 -15
  188. package/hmu/images/countries/cg.svg +0 -12
  189. package/hmu/images/countries/ch.svg +0 -9
  190. package/hmu/images/countries/ci.svg +0 -7
  191. package/hmu/images/countries/ck.svg +0 -9
  192. package/hmu/images/countries/cl.svg +0 -13
  193. package/hmu/images/countries/cm.svg +0 -15
  194. package/hmu/images/countries/cn.svg +0 -11
  195. package/hmu/images/countries/co.svg +0 -7
  196. package/hmu/images/countries/cr.svg +0 -7
  197. package/hmu/images/countries/cu.svg +0 -13
  198. package/hmu/images/countries/cv.svg +0 -13
  199. package/hmu/images/countries/cw.svg +0 -14
  200. package/hmu/images/countries/cx.svg +0 -15
  201. package/hmu/images/countries/cy.svg +0 -6
  202. package/hmu/images/countries/cz.svg +0 -12
  203. package/hmu/images/countries/de.svg +0 -5
  204. package/hmu/images/countries/dj.svg +0 -13
  205. package/hmu/images/countries/dk.svg +0 -5
  206. package/hmu/images/countries/dm.svg +0 -152
  207. package/hmu/images/countries/do.svg +0 -6745
  208. package/hmu/images/countries/dz.svg +0 -5
  209. package/hmu/images/countries/ec.svg +0 -141
  210. package/hmu/images/countries/ee.svg +0 -7
  211. package/hmu/images/countries/eg.svg +0 -38
  212. package/hmu/images/countries/eh.svg +0 -15
  213. package/hmu/images/countries/er.svg +0 -8
  214. package/hmu/images/countries/es-ct.svg +0 -4
  215. package/hmu/images/countries/es.svg +0 -581
  216. package/hmu/images/countries/et.svg +0 -14
  217. package/hmu/images/countries/eu.svg +0 -28
  218. package/hmu/images/countries/fi.svg +0 -5
  219. package/hmu/images/countries/fj.svg +0 -124
  220. package/hmu/images/countries/fk.svg +0 -90
  221. package/hmu/images/countries/fm.svg +0 -11
  222. package/hmu/images/countries/fo.svg +0 -12
  223. package/hmu/images/countries/fr.svg +0 -7
  224. package/hmu/images/countries/ga.svg +0 -7
  225. package/hmu/images/countries/gb-eng.svg +0 -5
  226. package/hmu/images/countries/gb-nir.svg +0 -137
  227. package/hmu/images/countries/gb-sct.svg +0 -4
  228. package/hmu/images/countries/gb-wls.svg +0 -9
  229. package/hmu/images/countries/gb.svg +0 -15
  230. package/hmu/images/countries/gd.svg +0 -27
  231. package/hmu/images/countries/ge.svg +0 -6
  232. package/hmu/images/countries/gf.svg +0 -5
  233. package/hmu/images/countries/gg.svg +0 -9
  234. package/hmu/images/countries/gh.svg +0 -6
  235. package/hmu/images/countries/gi.svg +0 -33
  236. package/hmu/images/countries/gl.svg +0 -4
  237. package/hmu/images/countries/gm.svg +0 -14
  238. package/hmu/images/countries/gn.svg +0 -7
  239. package/hmu/images/countries/gp.svg +0 -7
  240. package/hmu/images/countries/gq.svg +0 -23
  241. package/hmu/images/countries/gr.svg +0 -22
  242. package/hmu/images/countries/gs.svg +0 -205
  243. package/hmu/images/countries/gt.svg +0 -204
  244. package/hmu/images/countries/gu.svg +0 -39
  245. package/hmu/images/countries/gw.svg +0 -13
  246. package/hmu/images/countries/gy.svg +0 -9
  247. package/hmu/images/countries/hk.svg +0 -32
  248. package/hmu/images/countries/hm.svg +0 -9
  249. package/hmu/images/countries/hn.svg +0 -18
  250. package/hmu/images/countries/hr.svg +0 -59
  251. package/hmu/images/countries/ht.svg +0 -122
  252. package/hmu/images/countries/hu.svg +0 -7
  253. package/hmu/images/countries/id.svg +0 -6
  254. package/hmu/images/countries/ie.svg +0 -7
  255. package/hmu/images/countries/il.svg +0 -14
  256. package/hmu/images/countries/im.svg +0 -36
  257. package/hmu/images/countries/in.svg +0 -25
  258. package/hmu/images/countries/io.svg +0 -148
  259. package/hmu/images/countries/iq.svg +0 -10
  260. package/hmu/images/countries/ir.svg +0 -219
  261. package/hmu/images/countries/is.svg +0 -12
  262. package/hmu/images/countries/it.svg +0 -7
  263. package/hmu/images/countries/je.svg +0 -32
  264. package/hmu/images/countries/jm.svg +0 -8
  265. package/hmu/images/countries/jo.svg +0 -16
  266. package/hmu/images/countries/jp.svg +0 -11
  267. package/hmu/images/countries/ke.svg +0 -23
  268. package/hmu/images/countries/kg.svg +0 -15
  269. package/hmu/images/countries/kh.svg +0 -69
  270. package/hmu/images/countries/ki.svg +0 -36
  271. package/hmu/images/countries/km.svg +0 -16
  272. package/hmu/images/countries/kn.svg +0 -14
  273. package/hmu/images/countries/kp.svg +0 -15
  274. package/hmu/images/countries/kr.svg +0 -24
  275. package/hmu/images/countries/kw.svg +0 -13
  276. package/hmu/images/countries/ky.svg +0 -63
  277. package/hmu/images/countries/kz.svg +0 -23
  278. package/hmu/images/countries/la.svg +0 -12
  279. package/hmu/images/countries/lb.svg +0 -15
  280. package/hmu/images/countries/lc.svg +0 -8
  281. package/hmu/images/countries/li.svg +0 -43
  282. package/hmu/images/countries/lk.svg +0 -22
  283. package/hmu/images/countries/lr.svg +0 -14
  284. package/hmu/images/countries/ls.svg +0 -8
  285. package/hmu/images/countries/lt.svg +0 -7
  286. package/hmu/images/countries/lu.svg +0 -5
  287. package/hmu/images/countries/lv.svg +0 -6
  288. package/hmu/images/countries/ly.svg +0 -13
  289. package/hmu/images/countries/ma.svg +0 -4
  290. package/hmu/images/countries/mc.svg +0 -6
  291. package/hmu/images/countries/md.svg +0 -72
  292. package/hmu/images/countries/me.svg +0 -118
  293. package/hmu/images/countries/mf.svg +0 -7
  294. package/hmu/images/countries/mg.svg +0 -7
  295. package/hmu/images/countries/mh.svg +0 -7
  296. package/hmu/images/countries/mk.svg +0 -5
  297. package/hmu/images/countries/ml.svg +0 -7
  298. package/hmu/images/countries/mm.svg +0 -16
  299. package/hmu/images/countries/mn.svg +0 -13
  300. package/hmu/images/countries/mo.svg +0 -9
  301. package/hmu/images/countries/mp.svg +0 -86
  302. package/hmu/images/countries/mq.svg +0 -7
  303. package/hmu/images/countries/mr.svg +0 -6
  304. package/hmu/images/countries/ms.svg +0 -39
  305. package/hmu/images/countries/mt.svg +0 -49
  306. package/hmu/images/countries/mu.svg +0 -8
  307. package/hmu/images/countries/mv.svg +0 -6
  308. package/hmu/images/countries/mw.svg +0 -10
  309. package/hmu/images/countries/mx.svg +0 -385
  310. package/hmu/images/countries/my.svg +0 -15
  311. package/hmu/images/countries/mz.svg +0 -21
  312. package/hmu/images/countries/na.svg +0 -16
  313. package/hmu/images/countries/nc.svg +0 -7
  314. package/hmu/images/countries/ne.svg +0 -6
  315. package/hmu/images/countries/nf.svg +0 -9
  316. package/hmu/images/countries/ng.svg +0 -6
  317. package/hmu/images/countries/ni.svg +0 -131
  318. package/hmu/images/countries/nl.svg +0 -7
  319. package/hmu/images/countries/no.svg +0 -7
  320. package/hmu/images/countries/np.svg +0 -14
  321. package/hmu/images/countries/nr.svg +0 -12
  322. package/hmu/images/countries/nu.svg +0 -26
  323. package/hmu/images/countries/nz.svg +0 -41
  324. package/hmu/images/countries/om.svg +0 -116
  325. package/hmu/images/countries/pa.svg +0 -14
  326. package/hmu/images/countries/pe.svg +0 -279
  327. package/hmu/images/countries/pf.svg +0 -19
  328. package/hmu/images/countries/pg.svg +0 -9
  329. package/hmu/images/countries/ph.svg +0 -28
  330. package/hmu/images/countries/pk.svg +0 -15
  331. package/hmu/images/countries/pl.svg +0 -6
  332. package/hmu/images/countries/pm.svg +0 -7
  333. package/hmu/images/countries/pn.svg +0 -62
  334. package/hmu/images/countries/pr.svg +0 -13
  335. package/hmu/images/countries/ps.svg +0 -15
  336. package/hmu/images/countries/pt.svg +0 -57
  337. package/hmu/images/countries/pw.svg +0 -11
  338. package/hmu/images/countries/py.svg +0 -157
  339. package/hmu/images/countries/qa.svg +0 -4
  340. package/hmu/images/countries/re.svg +0 -7
  341. package/hmu/images/countries/ro.svg +0 -7
  342. package/hmu/images/countries/rs.svg +0 -292
  343. package/hmu/images/countries/ru.svg +0 -7
  344. package/hmu/images/countries/rw.svg +0 -13
  345. package/hmu/images/countries/sa.svg +0 -26
  346. package/hmu/images/countries/sb.svg +0 -13
  347. package/hmu/images/countries/sc.svg +0 -14
  348. package/hmu/images/countries/sd.svg +0 -13
  349. package/hmu/images/countries/se.svg +0 -16
  350. package/hmu/images/countries/sg.svg +0 -13
  351. package/hmu/images/countries/sh.svg +0 -74
  352. package/hmu/images/countries/si.svg +0 -18
  353. package/hmu/images/countries/sj.svg +0 -7
  354. package/hmu/images/countries/sk.svg +0 -9
  355. package/hmu/images/countries/sl.svg +0 -7
  356. package/hmu/images/countries/sm.svg +0 -91
  357. package/hmu/images/countries/sn.svg +0 -8
  358. package/hmu/images/countries/so.svg +0 -11
  359. package/hmu/images/countries/sr.svg +0 -6
  360. package/hmu/images/countries/ss.svg +0 -8
  361. package/hmu/images/countries/st.svg +0 -16
  362. package/hmu/images/countries/sv.svg +0 -618
  363. package/hmu/images/countries/sx.svg +0 -56
  364. package/hmu/images/countries/sy.svg +0 -6
  365. package/hmu/images/countries/sz.svg +0 -45
  366. package/hmu/images/countries/tc.svg +0 -67
  367. package/hmu/images/countries/td.svg +0 -7
  368. package/hmu/images/countries/tf.svg +0 -15
  369. package/hmu/images/countries/tg.svg +0 -14
  370. package/hmu/images/countries/th.svg +0 -7
  371. package/hmu/images/countries/tj.svg +0 -22
  372. package/hmu/images/countries/tk.svg +0 -5
  373. package/hmu/images/countries/tl.svg +0 -13
  374. package/hmu/images/countries/tm.svg +0 -213
  375. package/hmu/images/countries/tn.svg +0 -13
  376. package/hmu/images/countries/to.svg +0 -10
  377. package/hmu/images/countries/tr.svg +0 -8
  378. package/hmu/images/countries/tt.svg +0 -5
  379. package/hmu/images/countries/tv.svg +0 -27
  380. package/hmu/images/countries/tw.svg +0 -14
  381. package/hmu/images/countries/tz.svg +0 -13
  382. package/hmu/images/countries/ua.svg +0 -6
  383. package/hmu/images/countries/ug.svg +0 -30
  384. package/hmu/images/countries/um.svg +0 -23
  385. package/hmu/images/countries/un.svg +0 -16
  386. package/hmu/images/countries/us.svg +0 -12
  387. package/hmu/images/countries/uy.svg +0 -28
  388. package/hmu/images/countries/uz.svg +0 -30
  389. package/hmu/images/countries/va.svg +0 -483
  390. package/hmu/images/countries/vc.svg +0 -8
  391. package/hmu/images/countries/ve.svg +0 -26
  392. package/hmu/images/countries/vg.svg +0 -133
  393. package/hmu/images/countries/vi.svg +0 -31
  394. package/hmu/images/countries/vn.svg +0 -11
  395. package/hmu/images/countries/vu.svg +0 -18
  396. package/hmu/images/countries/wf.svg +0 -7
  397. package/hmu/images/countries/ws.svg +0 -7
  398. package/hmu/images/countries/ye.svg +0 -7
  399. package/hmu/images/countries/yt.svg +0 -7
  400. package/hmu/images/countries/za.svg +0 -17
  401. package/hmu/images/countries/zm.svg +0 -27
  402. package/hmu/images/countries/zw.svg +0 -21
  403. package/hmu/images/hipay-white-logo.svg +0 -42
  404. package/hmu/images/logo_visa_75wx45h.gif +0 -0
@@ -50,10 +50,6 @@ class BodyRow extends React.PureComponent {
50
50
  constructor(props) {
51
51
  super();
52
52
 
53
- this.handleOpenRowDetails = type => () => {
54
- this.props.onOpenRowDetails(this.props.row.rowId, type);
55
- };
56
-
57
53
  this.state = {
58
54
  live: props.live,
59
55
  style: {
@@ -101,6 +97,10 @@ class BodyRow extends React.PureComponent {
101
97
  }
102
98
  }
103
99
 
100
+ handleOpenRowDetails() {
101
+ this.props.onOpenRowDetails(this.props.row.rowId);
102
+ }
103
+
104
104
  handleSelect() {
105
105
  this.props.onSelect(this.props.row);
106
106
  }
@@ -112,7 +112,6 @@ class BodyRow extends React.PureComponent {
112
112
  theme,
113
113
  row,
114
114
  columns,
115
- lookupColumns,
116
115
  orderedColumns,
117
116
  selectable,
118
117
  selected,
@@ -123,13 +122,13 @@ class BodyRow extends React.PureComponent {
123
122
  numberLocale,
124
123
  sticky,
125
124
  innerRow,
126
- isDetail,
127
- detailRowsOptions
125
+ isDetail
128
126
  } = _props,
129
- other = _objectWithoutProperties(_props, ['classes', 'theme', 'row', 'columns', 'lookupColumns', 'orderedColumns', 'selectable', 'selected', 'onClick', 'view', 'dense', 'dateLocale', 'numberLocale', 'sticky', 'innerRow', 'isDetail', 'detailRowsOptions']);
127
+ other = _objectWithoutProperties(_props, ['classes', 'theme', 'row', 'columns', 'orderedColumns', 'selectable', 'selected', 'onClick', 'view', 'dense', 'dateLocale', 'numberLocale', 'sticky', 'innerRow', 'isDetail']);
130
128
 
131
129
  const { style } = this.state;
132
130
 
131
+ let firstCol = true;
133
132
  let unfixedCol = true;
134
133
 
135
134
  const rowStyle = _extends({}, style, {
@@ -144,19 +143,6 @@ class BodyRow extends React.PureComponent {
144
143
  // If there is no datas don't display the row
145
144
  if (!row.hasOwnProperty('datas')) return false;
146
145
 
147
- let detailsInfos = {};
148
- if (row.details && row.details.length > 0) {
149
- detailsInfos = row.details.reduce((memo, item) => {
150
- if (item.rows.length > 0 && detailRowsOptions[item.type] && detailRowsOptions[item.type].anchor) {
151
- memo[detailRowsOptions[item.type].anchor] = _extends({
152
- type: item.type,
153
- total: item.rows.length
154
- }, detailRowsOptions[item.type]);
155
- }
156
- return memo;
157
- }, {});
158
- }
159
-
160
146
  return React.createElement(
161
147
  TableRow,
162
148
  {
@@ -174,85 +160,65 @@ class BodyRow extends React.PureComponent {
174
160
  key: `${row.rowId}-left-cell`,
175
161
  className: patchDivClass
176
162
  }),
177
- orderedColumns.map((colRef, index) => {
178
-
179
- // Dynamic column settings (from OrderColumns)
180
- const {
181
- colId: colRefId,
182
- displayed,
183
- view: colView
184
- } = colRef,
163
+ orderedColumns.map(colRef => {
164
+ const { colId: colRefId, displayed, view: colView } = colRef,
185
165
  colRefProps = _objectWithoutProperties(colRef, ['colId', 'displayed', 'view']);
166
+ if (displayed !== false) {
167
+ // the first column is sticky (except checkbox)
168
+ const first = firstCol;
169
+ firstCol = false;
170
+ const _columns$colRef$colId = columns[colRef.colId],
171
+ {
172
+ colId,
173
+ align,
174
+ datas,
175
+ ellipsis,
176
+ fixedWidth,
177
+ type,
178
+ width
179
+ } = _columns$colRef$colId,
180
+ columnProps = _objectWithoutProperties(_columns$colRef$colId, ['colId', 'align', 'datas', 'ellipsis', 'fixedWidth', 'type', 'width']);
181
+ const data = row.datas[colRef.colId];
186
182
 
187
- if (displayed === false) return null;
188
-
189
- // the first column is sticky (except checkbox)
190
- const first = index === 0;
191
-
192
- // Static column settings
193
- const _columns$colRefId = columns[colRefId],
194
- {
195
- colId,
196
- align,
197
- data: colData,
198
- ellipsis,
199
- fixedWidth,
200
- type,
201
- width
202
- } = _columns$colRefId,
203
- columnProps = _objectWithoutProperties(_columns$colRefId, ['colId', 'align', 'data', 'ellipsis', 'fixedWidth', 'type', 'width']);
183
+ const effectiveView = colView || view;
184
+ // add clickable badge in cell to open children
185
+ const isParentAnchor = row.hasOwnProperty('parentAnchorColumn') && row.parentAnchorColumn === colId && row.hasOwnProperty('children') && row.children.length > 0;
204
186
 
205
- // view define in OrderColumn or table prop view by default
206
- const effectiveView = colView || view;
187
+ // the first non fixed column is the only one not fixed
188
+ const unfixed = unfixedCol && fixedWidth !== true;
189
+ unfixedCol = unfixedCol && fixedWidth !== true ? false : unfixedCol;
207
190
 
208
- // add clickable badge in cell to open children
209
- const isParentAnchor = row.hasOwnProperty('parentAnchorColumn') && row.parentAnchorColumn === colId && row.hasOwnProperty('children') && row.children.length > 0;
210
-
211
- // the first non fixed column is the only one not fixed
212
- const unfixed = unfixedCol && fixedWidth !== true;
213
- unfixedCol = unfixed ? false : unfixedCol;
214
-
215
- // add lookedUp style
216
- const lookedUp = Array.isArray(lookupColumns) && lookupColumns.includes(colId);
217
-
218
- // Cell data
219
- let data = row.datas[colRefId];
220
- // Get object data for column based on reference datas
221
- if (data !== undefined && colData !== undefined) {
222
- const colItem = colData.find(item => item.id === data.value);
223
- if (colItem) {
224
- // Hydrate data object with reference item
225
- data = _extends({}, colItem, data);
191
+ let lookedUp = false;
192
+ if (this.props.lookupColumns && this.props.lookupColumns.includes(colId)) {
193
+ lookedUp = true;
226
194
  }
227
- }
228
195
 
229
- return React.createElement(BodyCellBuilder, _extends({}, other, {
230
- key: `${row.rowId}-${colId}-cell`,
231
- ukey: `${row.rowId}-${colId}-cell`,
232
- checkboxValue: row.rowId,
233
- type: type,
234
- data: data,
235
- ellipsis: ellipsis,
236
- align: align,
237
- view: effectiveView,
238
- padding: cst.DEFAULT_PADDING[view],
239
- width: width,
240
- fixedWidth: !unfixed,
241
- sticky: sticky && first,
242
- selectable: selectable && first,
243
- dateLocale: dateLocale,
244
- numberLocale: numberLocale,
245
- dense: dense,
246
- selected: selected,
247
- onSelect: this.handleSelect
248
- }, detailsInfos[colId] && {
249
- onOpenDetails: this.handleOpenRowDetails(detailsInfos[colId].type),
250
- detailInfos: detailsInfos[colId]
251
- }, {
252
- childrenCount: isParentAnchor ? row.children.length : null,
253
- colId: colId,
254
- lookedUp: lookedUp
255
- }, columnProps, colRefProps));
196
+ return React.createElement(BodyCellBuilder, _extends({}, other, {
197
+ key: `${row.rowId}-${colId}-cell`,
198
+ ukey: `${row.rowId}-${colId}-cell`,
199
+ checkboxValue: row.rowId,
200
+ type: type,
201
+ datas: data,
202
+ ellipsis: ellipsis,
203
+ align: align,
204
+ view: effectiveView,
205
+ padding: cst.DEFAULT_PADDING[view],
206
+ width: width,
207
+ fixedWidth: !unfixed,
208
+ sticky: sticky && first,
209
+ selectable: selectable && first,
210
+ dateLocale: dateLocale,
211
+ numberLocale: numberLocale,
212
+ dense: dense,
213
+ selected: selected,
214
+ onSelect: this.handleSelect,
215
+ onOpenDetails: this.handleOpenRowDetails,
216
+ childrenCount: isParentAnchor ? row.children.length : null,
217
+ colId: colId,
218
+ lookedUp: lookedUp
219
+ }, columnProps, colRefProps));
220
+ }
221
+ return null;
256
222
  }),
257
223
  React.createElement(TableCell, {
258
224
  style: {
@@ -275,9 +241,7 @@ BodyRow.defaultProps = {
275
241
  sticky: false,
276
242
  live: false,
277
243
  innerRow: false,
278
- lookupColumns: [],
279
- fixedColumnWidth: true,
280
- detailRowsOptions: {}
244
+ lookupColumns: []
281
245
  };
282
246
  BodyRow.propTypes = process.env.NODE_ENV !== "production" ? {
283
247
  /**
@@ -288,15 +252,6 @@ BodyRow.propTypes = process.env.NODE_ENV !== "production" ? {
288
252
  * Densité d'affichage (joue sur la hauteur des lignes)
289
253
  */
290
254
  dense: PropTypes.bool,
291
- /**
292
- * Options utilisées pour décrire le comportement de lignes de détails
293
- */
294
- detailRowsOptions: PropTypes.object,
295
- /**
296
- * Fixe la taille des colonnes selon le type de vue
297
- * Sinon les colonnes s'adaptent à l'espace disponible
298
- */
299
- fixedColumnWidth: PropTypes.bool,
300
255
  /**
301
256
  * Applique le style d'une ligne intégrée a un sous-tableau
302
257
  */
@@ -112,9 +112,9 @@ class ChildRow extends React.PureComponent {
112
112
  parentIndicatorColumn, parentLabel, parentLabelIcon,
113
113
  children, columns, orderedColumns,
114
114
  selectable, selected,
115
- dateLocale, dense, sticky, view, row
115
+ dateLocale, dense, sticky, view
116
116
  } = _props,
117
- other = _objectWithoutProperties(_props, ['classes', 'theme', 'onClose', 'parentRowId', 'parentRowDatas', 'parentIndicatorColumn', 'parentLabel', 'parentLabelIcon', 'children', 'columns', 'orderedColumns', 'selectable', 'selected', 'dateLocale', 'dense', 'sticky', 'view', 'row']);
117
+ other = _objectWithoutProperties(_props, ['classes', 'theme', 'onClose', 'parentRowId', 'parentRowDatas', 'parentIndicatorColumn', 'parentLabel', 'parentLabelIcon', 'children', 'columns', 'orderedColumns', 'selectable', 'selected', 'dateLocale', 'dense', 'sticky', 'view']);
118
118
 
119
119
  let indicator = '';
120
120
  if (parentIndicatorColumn && columns.hasOwnProperty(parentIndicatorColumn)) {
@@ -141,7 +141,10 @@ class ChildRow extends React.PureComponent {
141
141
  TableBody,
142
142
  null,
143
143
  React.createElement(BodyRow, _extends({
144
- row: row,
144
+ row: {
145
+ rowId: parentRowId,
146
+ datas: parentRowDatas
147
+ },
145
148
  selectable: selectable,
146
149
  selected: selected,
147
150
  columns: columns,
@@ -274,6 +277,10 @@ ChildRow.propTypes = process.env.NODE_ENV !== "production" ? {
274
277
  * Données de la ligne parente
275
278
  */
276
279
  parentRowDatas: PropTypes.object.isRequired,
280
+ /**
281
+ * Ligne des détails de la ligne parente
282
+ */
283
+ parentDetailRows: PropTypes.array,
277
284
  /**
278
285
  * Indicateur du sous-ensemble (en général la date)
279
286
  */
@@ -1,4 +1,3 @@
1
- import _Set from 'babel-runtime/core-js/set';
2
1
  import _extends from 'babel-runtime/helpers/extends';
3
2
  import React from 'react';
4
3
  import Popover from 'material-ui/Popover';
@@ -143,20 +142,20 @@ class ColumnFilter extends React.Component {
143
142
  * Sélectionne tous les items filtrés
144
143
  */
145
144
  selectAllFilters() {
146
- this.setState(prevState => ({
147
- selectedIdList: [...new _Set([...prevState.selectedIdList, ...prevState.suggestions.map(item => item.id)])]
148
- }));
145
+ this.setState({ selectedIdList: this.state.suggestions.map(item => item.id) });
149
146
  }
150
147
 
151
148
  /**
152
149
  * Désélectionne tous les items filtrés
153
150
  */
154
151
  deselectAllFilters() {
155
- this.setState(prevState => {
156
- return {
157
- selectedIdList: prevState.selectedIdList.filter(item => prevState.suggestions.find(suggestion => suggestion.id === item) === undefined)
158
- };
152
+ const selectedIdList = this.state.selectedIdList;
153
+ this.state.suggestions.map(item => {
154
+ if (this.state.selectedIdList.includes(item.id)) {
155
+ selectedIdList.splice(this.state.selectedIdList.indexOf(item.id), 1);
156
+ }
159
157
  });
158
+ this.setState({ selectedIdList });
160
159
  }
161
160
 
162
161
  handleSort(direction) {
@@ -254,11 +253,7 @@ class ColumnFilter extends React.Component {
254
253
  React.createElement(
255
254
  'div',
256
255
  { className: classes.menuItemFilter },
257
- React.createElement(
258
- 'span',
259
- { style: { marginRight: 4 } },
260
- translations.filter
261
- ),
256
+ translations.filter,
262
257
  React.createElement(
263
258
  HiPins,
264
259
  {
@@ -302,8 +297,7 @@ class ColumnFilter extends React.Component {
302
297
  itemList: suggestions,
303
298
  selectedIdList: selectedIdList,
304
299
  onSelect: this.toggleSelectItem,
305
- leftPadding: 28,
306
- checkbox: type !== 'icon'
300
+ leftPadding: 28
307
301
  }),
308
302
  React.createElement(
309
303
  'div',
@@ -130,7 +130,6 @@ class HeaderCell extends React.PureComponent {
130
130
  classes,
131
131
  type,
132
132
  title,
133
- smallTitle,
134
133
  selectable,
135
134
  selected,
136
135
  onSelect,
@@ -142,7 +141,7 @@ class HeaderCell extends React.PureComponent {
142
141
  view,
143
142
  dense,
144
143
  width = cst.DEFAULT_WIDTHS[type][view],
145
- fixedColumnWidth,
144
+ fixedWidth,
146
145
  align = cst.ALIGN_RIGHT_TYPES.includes(type) ? 'right' : 'left',
147
146
  sticky,
148
147
  padding,
@@ -179,22 +178,19 @@ class HeaderCell extends React.PureComponent {
179
178
 
180
179
  const lookedUpClassName = classNames({ [classes.lookedUp]: lookedUp });
181
180
 
182
- const cellStyle = {
183
- padding: 0,
184
- zIndex: sticky ? 13 : 12, // la cellule sticky doit être au dessus des autres cellules du header
185
- backgroundColor: 'inherit',
186
- textAlign: align
187
- };
188
-
189
- if (fixedColumnWidth) {
190
- cellStyle.maxWidth = _width;
191
- cellStyle.minWidth = _width;
192
- cellStyle.width = _width;
193
- }
194
-
195
181
  return React.createElement(
196
182
  TableCell,
197
- { style: cellStyle },
183
+ {
184
+ style: {
185
+ maxWidth: _width,
186
+ minWidth: _width,
187
+ width: _width,
188
+ padding: 0,
189
+ zIndex: sticky ? 13 : 12, // la cellule sticky doit être au dessus des autres cellules du header
190
+ backgroundColor: 'inherit',
191
+ textAlign: align
192
+ }
193
+ },
198
194
  React.createElement(
199
195
  'div',
200
196
  null,
@@ -237,7 +233,7 @@ class HeaderCell extends React.PureComponent {
237
233
  {
238
234
  className: classes.labelContainer + (_sorted ? ' ' + classes.labelContainerOrdered : '')
239
235
  },
240
- view !== 's' ? title : smallTitle ? smallTitle : title
236
+ title
241
237
  ),
242
238
  align !== 'right' && _icons
243
239
  ) : React.createElement(
@@ -254,7 +250,7 @@ class HeaderCell extends React.PureComponent {
254
250
  React.createElement(
255
251
  'span',
256
252
  { className: classes.labelContainer, style: { width: '100%' } },
257
- view !== 's' ? title : smallTitle ? smallTitle : title
253
+ title
258
254
  )
259
255
  )
260
256
  ),
@@ -283,7 +279,7 @@ HeaderCell.defaultProps = {
283
279
  sortDirection: 'asc',
284
280
  view: 'l',
285
281
  dense: false,
286
- fixedColumnWidth: true,
282
+ fixedWidth: false,
287
283
  sticky: true,
288
284
  padding: 8
289
285
  };
@@ -363,7 +359,7 @@ HeaderCell.propTypes = process.env.NODE_ENV !== "production" ? {
363
359
  /**
364
360
  * La largeur de la cellule est fixé (toutes les colonnes sauf une)
365
361
  */
366
- fixedColumnWidth: PropTypes.bool,
362
+ fixedWidth: PropTypes.bool,
367
363
  /**
368
364
  * Title alignement, est déduit de type par défaut
369
365
  */
@@ -5,11 +5,10 @@ import ArrowUp from 'mdi-material-ui/ArrowUp';
5
5
  import isRequiredIf from 'react-proptype-conditional-require';
6
6
  import HiButton from '../HiButton';
7
7
 
8
- import { withStyles } from '../styles';
8
+ import { withStyles, withTheme } from '../styles';
9
9
  import HiTableHead from './HiTableHead';
10
10
  import HiTableBody from './HiTableBody';
11
11
  import HiTableFooterScroll from './HiTableFooterScroll';
12
- import HiTableFooter from './HiTableFooter';
13
12
  import * as cst from './constants';
14
13
  import HiTableContextMenu from './HiTableContextMenu';
15
14
 
@@ -582,25 +581,13 @@ class HiTable extends React.Component {
582
581
  translations,
583
582
  view,
584
583
  groupBy,
585
- lookupColumns,
586
- loading,
587
- fixedColumnWidth,
588
- disableContextMenu,
589
- footerContent,
590
- detailRowsOptions
584
+ lookupColumns
591
585
  } = this.props;
592
586
 
593
587
  const { dateUpdate, isScrollToBottom, groupByIds } = this.state;
594
588
 
595
589
  const headerHeight = dense ? cst.CELL_HEADER_HEIGHT_DENSE : cst.CELL_HEADER_HEIGHT;
596
590
 
597
- let nbColumnsDisplayed = 0;
598
- orderedColumns.forEach(column => {
599
- if (column.displayed !== false) {
600
- nbColumnsDisplayed += 1;
601
- }
602
- });
603
-
604
591
  return React.createElement(
605
592
  'div',
606
593
  { className: classes.root },
@@ -640,8 +627,7 @@ class HiTable extends React.Component {
640
627
  sticky: sticky,
641
628
  view: view,
642
629
  translations: translations,
643
- lookupColumns: lookupColumns,
644
- fixedColumnWidth: fixedColumnWidth
630
+ lookupColumns: lookupColumns
645
631
  }),
646
632
  React.createElement(HiTableBody, {
647
633
  tabId: tabId,
@@ -666,11 +652,7 @@ class HiTable extends React.Component {
666
652
  groupBy: groupBy,
667
653
  onClickNext: this.handleNextStickyRow,
668
654
  groupByIds: groupByIds,
669
- lookupColumns: lookupColumns,
670
- loading: loading,
671
- fixedColumnWidth: fixedColumnWidth,
672
- disableContextMenu: disableContextMenu,
673
- detailRowsOptions: detailRowsOptions
655
+ lookupColumns: lookupColumns
674
656
  }),
675
657
  infiniteScroll && React.createElement(HiTableFooterScroll, {
676
658
  tabId: tabId,
@@ -679,15 +661,7 @@ class HiTable extends React.Component {
679
661
  maxAutoRequest: 3,
680
662
  isScrollToBottom: isScrollToBottom,
681
663
  translations: translations
682
- }),
683
- !infiniteScroll && footerContent && React.createElement(
684
- HiTableFooter,
685
- {
686
- nbColumnsDisplayed: nbColumnsDisplayed,
687
- view: view
688
- },
689
- footerContent
690
- )
664
+ })
691
665
  ),
692
666
  React.createElement(HiTableContextMenu, {
693
667
  tabId: tabId,
@@ -700,7 +674,7 @@ class HiTable extends React.Component {
700
674
  React.createElement(
701
675
  HiButton,
702
676
  {
703
- variant: 'raised',
677
+ raised: true,
704
678
  color: 'primary',
705
679
  className: classes.backToTopButton,
706
680
  onClick: () => this.scrollToTop()
@@ -727,7 +701,6 @@ HiTable.defaultProps = {
727
701
  dateLocale: 'en-EN',
728
702
  numberLocale: 'en-EN',
729
703
  dense: false,
730
- detailRowsOptions: {},
731
704
  height: 450,
732
705
  sticky: true,
733
706
  translations: {
@@ -744,10 +717,7 @@ HiTable.defaultProps = {
744
717
  }
745
718
  },
746
719
  view: 'l',
747
- lookupColumns: [],
748
- loading: false,
749
- fixedColumnWidth: true,
750
- disableContextMenu: true
720
+ lookupColumns: []
751
721
  };
752
722
  HiTable.propTypes = process.env.NODE_ENV !== "production" ? {
753
723
  /**
@@ -770,42 +740,14 @@ HiTable.propTypes = process.env.NODE_ENV !== "production" ? {
770
740
  * Locale utilisé pour le format des dates
771
741
  */
772
742
  dateLocale: PropTypes.string,
773
- /**
774
- * Options utilisées pour décrire le comportement de lignes de détails
775
- * ex: {
776
- * payment_operation: {
777
- * anchor: 'transaction_id'
778
- * }
779
- * }
780
- * dans cet exemple, on veut que les lignes de détails de type payment_operation
781
- * soient affichable à partir d'un chip button dans les cellules transaction_id
782
- */
783
- detailRowsOptions: PropTypes.object,
784
743
  /**
785
744
  * Densité d'affichage (joue sur la hauteur des lignes)
786
745
  */
787
746
  dense: PropTypes.bool,
788
- /**
789
- * Active/désactive le menu contextuel au clic droit sur les cellules du tableau
790
- */
791
- disableContextMenu: PropTypes.bool.isRequired,
792
747
  /**
793
748
  * Active le filtre sur les colonnes filtrables
794
749
  */
795
750
  filterable: PropTypes.bool,
796
- /**
797
- * Fixe la taille des colonnes selon le type de vue
798
- * Sinon les colonnes s'adaptent à l'espace disponible
799
- */
800
- fixedColumnWidth: PropTypes.bool,
801
- /**
802
- * Ajoute un footer avec le contenu footerContent à l'intérieur
803
- */
804
- footerContent: PropTypes.node,
805
- /**
806
- * Id de la colonne par laquelle sont regroupé les éléments
807
- */
808
- groupBy: PropTypes.string,
809
751
  /**
810
752
  * Ajoute le loader et le requestNextDatas en fin de tableau (si infiniteScroll activé)
811
753
  */
@@ -818,10 +760,6 @@ HiTable.propTypes = process.env.NODE_ENV !== "production" ? {
818
760
  * Ajoute l'infinite scroll
819
761
  */
820
762
  infiniteScroll: PropTypes.bool,
821
- /**
822
- * État du tableau en cours de chargement des données
823
- */
824
- loading: PropTypes.bool,
825
763
  /**
826
764
  * Identifiant de la ou des colonnes sur la/lesquelles il y a une 'lookup' search
827
765
  */
@@ -874,9 +812,6 @@ HiTable.propTypes = process.env.NODE_ENV !== "production" ? {
874
812
  /**
875
813
  * Fonction de callback sur le tri d'une colonne
876
814
  * Passe l'id de la colonne et la direction du tri (ou false si tri par défaut)
877
- *
878
- * @param {string} column id
879
- * @param {string} direction
880
815
  */
881
816
  onSort: PropTypes.func,
882
817
  /**
@@ -932,6 +867,10 @@ HiTable.propTypes = process.env.NODE_ENV !== "production" ? {
932
867
  * Taille du tableau (L/M/S),
933
868
  * définit l'espace entre les cellules et leurs tailles par default
934
869
  */
935
- view: PropTypes.oneOf(['l', 'm', 's'])
870
+ view: PropTypes.oneOf(['l', 'm', 's']),
871
+ /**
872
+ * Id de la colonne par laquelle sont regroupé les éléments
873
+ */
874
+ groupBy: PropTypes.string
936
875
  } : {};
937
876
  export default withStyles(styles, { withTheme: true, name: 'HmuiHiTable' })(HiTable);