@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
@@ -33,24 +33,23 @@ var _propTypes = require('prop-types');
33
33
 
34
34
  var _propTypes2 = _interopRequireDefault(_propTypes);
35
35
 
36
- var _mdiMaterialUi = require('mdi-material-ui');
37
-
38
36
  var _Tooltip = require('../../Tooltip');
39
37
 
40
38
  var _Tooltip2 = _interopRequireDefault(_Tooltip);
41
39
 
42
40
  var _styles = require('../../styles');
43
41
 
42
+ var _mdiMaterialUi = require('mdi-material-ui');
43
+
44
44
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
45
45
 
46
- var styles = exports.styles = {
47
- icon: {
48
- width: 18,
49
- height: 18
50
- },
51
- nowrap: {
52
- whiteSpace: 'nowrap'
53
- }
46
+ var styles = exports.styles = function styles(theme) {
47
+ return {
48
+ icon: {
49
+ width: 18,
50
+ height: 18
51
+ }
52
+ };
54
53
  };
55
54
 
56
55
  /**
@@ -72,9 +71,10 @@ var CellThirdPartySecurity = function (_React$PureComponent) {
72
71
  var _props = this.props,
73
72
  classes = _props.classes,
74
73
  theme = _props.theme,
75
- label = _props.label,
74
+ code = _props.code,
76
75
  value = _props.value;
77
76
 
77
+
78
78
  var ECI_5 = 0; // authenticated
79
79
  var ECI_6 = 1; // cardholder not enrolled
80
80
  var ECI_7 = 2; //
@@ -83,47 +83,28 @@ var CellThirdPartySecurity = function (_React$PureComponent) {
83
83
  var AUTH_2 = 5; // force 3DS
84
84
 
85
85
  var icon = null;
86
- switch (value) {
86
+ switch (code) {
87
87
  case ECI_5:
88
- icon = _react2.default.createElement(_mdiMaterialUi.Lock, {
89
- className: classes.icon,
90
- style: { color: theme.palette.positive.normal }
91
- });
88
+ icon = _react2.default.createElement(_mdiMaterialUi.Lock, { className: classes.icon, style: { color: theme.palette.positive.normal } });
92
89
  break;
93
90
  case ECI_6:
94
- icon = _react2.default.createElement(_mdiMaterialUi.LockOpen, {
95
- className: classes.icon,
96
- style: { color: theme.palette.middle.normal }
97
- });
91
+ icon = _react2.default.createElement(_mdiMaterialUi.LockOpen, { className: classes.icon, style: { color: theme.palette.middle.normal } });
98
92
  break;
99
93
  case AUTH_1:
100
- icon = _react2.default.createElement(_mdiMaterialUi.LockOpenOutline, {
101
- className: classes.icon,
102
- style: { color: theme.palette.neutral.light }
103
- });
94
+ icon = _react2.default.createElement(_mdiMaterialUi.LockOpenOutline, { className: classes.icon, style: { color: theme.palette.neutral.light } });
104
95
  break;
105
96
  case AUTH_2:
106
- icon = _react2.default.createElement(_mdiMaterialUi.LockOpen, {
107
- className: classes.icon,
108
- style: { color: theme.palette.neutral.light }
109
- });
97
+ icon = _react2.default.createElement(_mdiMaterialUi.LockOpen, { className: classes.icon, style: { color: theme.palette.neutral.light } });
110
98
  break;
111
99
  case ECI_7:
112
100
  case AUTH_0:
113
- default:
114
101
  icon = null;
115
102
  break;
116
103
  }
117
104
 
118
- var tooltipContent = _react2.default.createElement(
119
- 'div',
120
- { className: classes.nowrap },
121
- label
122
- );
123
-
124
105
  return _react2.default.createElement(
125
106
  _Tooltip2.default,
126
- { title: tooltipContent, placement: this.props.sticky ? 'right' : 'bottom' },
107
+ { title: value, placement: this.props.sticky ? 'right' : 'bottom' },
127
108
  _react2.default.createElement(
128
109
  'div',
129
110
  null,
@@ -140,14 +121,6 @@ CellThirdPartySecurity.propTypes = process.env.NODE_ENV !== "production" ? {
140
121
  * Useful to extend the style applied to components.
141
122
  */
142
123
  classes: _propTypes2.default.object,
143
- /**
144
- * Label
145
- */
146
- label: _propTypes2.default.oneOfType([_propTypes2.default.number, _propTypes2.default.string]),
147
- /**
148
- * True si la colonne est sticky
149
- */
150
- sticky: _propTypes2.default.bool,
151
124
  /**
152
125
  * Useful to extend the theme applied to components.
153
126
  * Used theme props positive.normal, middle.normal, neutral.light
@@ -162,6 +135,10 @@ CellThirdPartySecurity.propTypes = process.env.NODE_ENV !== "production" ? {
162
135
  * AUTH_1 = 4; // ask for 3DS
163
136
  * AUTH_2 = 5; // force 3DS
164
137
  */
165
- value: _propTypes2.default.oneOfType([_propTypes2.default.number, _propTypes2.default.string])
138
+ code: _propTypes2.default.number,
139
+ /**
140
+ * Label
141
+ */
142
+ value: _propTypes2.default.string
166
143
  } : {};
167
144
  exports.default = (0, _styles.withStyles)(styles, { withTheme: true, name: 'HmuiCellThirdPartySecurity' })(CellThirdPartySecurity);
@@ -112,12 +112,6 @@ var BodyRow = function (_React$PureComponent) {
112
112
 
113
113
  var _this = (0, _possibleConstructorReturn3.default)(this, (BodyRow.__proto__ || (0, _getPrototypeOf2.default)(BodyRow)).call(this));
114
114
 
115
- _this.handleOpenRowDetails = function (type) {
116
- return function () {
117
- _this.props.onOpenRowDetails(_this.props.row.rowId, type);
118
- };
119
- };
120
-
121
115
  _this.state = {
122
116
  live: props.live,
123
117
  style: {
@@ -171,6 +165,11 @@ var BodyRow = function (_React$PureComponent) {
171
165
  this.props.onClick(this.props.row);
172
166
  }
173
167
  }
168
+ }, {
169
+ key: 'handleOpenRowDetails',
170
+ value: function handleOpenRowDetails() {
171
+ this.props.onOpenRowDetails(this.props.row.rowId);
172
+ }
174
173
  }, {
175
174
  key: 'handleSelect',
176
175
  value: function handleSelect() {
@@ -186,7 +185,6 @@ var BodyRow = function (_React$PureComponent) {
186
185
  theme = _props.theme,
187
186
  row = _props.row,
188
187
  columns = _props.columns,
189
- lookupColumns = _props.lookupColumns,
190
188
  orderedColumns = _props.orderedColumns,
191
189
  selectable = _props.selectable,
192
190
  selected = _props.selected,
@@ -198,11 +196,11 @@ var BodyRow = function (_React$PureComponent) {
198
196
  sticky = _props.sticky,
199
197
  innerRow = _props.innerRow,
200
198
  isDetail = _props.isDetail,
201
- detailRowsOptions = _props.detailRowsOptions,
202
- other = (0, _objectWithoutProperties3.default)(_props, ['classes', 'theme', 'row', 'columns', 'lookupColumns', 'orderedColumns', 'selectable', 'selected', 'onClick', 'view', 'dense', 'dateLocale', 'numberLocale', 'sticky', 'innerRow', 'isDetail', 'detailRowsOptions']);
199
+ other = (0, _objectWithoutProperties3.default)(_props, ['classes', 'theme', 'row', 'columns', 'orderedColumns', 'selectable', 'selected', 'onClick', 'view', 'dense', 'dateLocale', 'numberLocale', 'sticky', 'innerRow', 'isDetail']);
203
200
  var style = this.state.style;
204
201
 
205
202
 
203
+ var firstCol = true;
206
204
  var unfixedCol = true;
207
205
 
208
206
  var rowStyle = (0, _extends3.default)({}, style, {
@@ -215,19 +213,6 @@ var BodyRow = function (_React$PureComponent) {
215
213
  // If there is no datas don't display the row
216
214
  if (!row.hasOwnProperty('datas')) return false;
217
215
 
218
- var detailsInfos = {};
219
- if (row.details && row.details.length > 0) {
220
- detailsInfos = row.details.reduce(function (memo, item) {
221
- if (item.rows.length > 0 && detailRowsOptions[item.type] && detailRowsOptions[item.type].anchor) {
222
- memo[detailRowsOptions[item.type].anchor] = (0, _extends3.default)({
223
- type: item.type,
224
- total: item.rows.length
225
- }, detailRowsOptions[item.type]);
226
- }
227
- return memo;
228
- }, {});
229
- }
230
-
231
216
  return _react2.default.createElement(
232
217
  _Table.TableRow,
233
218
  {
@@ -245,85 +230,67 @@ var BodyRow = function (_React$PureComponent) {
245
230
  key: row.rowId + '-left-cell',
246
231
  className: patchDivClass
247
232
  }),
248
- orderedColumns.map(function (colRef, index) {
249
-
250
- // Dynamic column settings (from OrderColumns)
233
+ orderedColumns.map(function (colRef) {
251
234
  var colRefId = colRef.colId,
252
235
  displayed = colRef.displayed,
253
236
  colView = colRef.view,
254
237
  colRefProps = (0, _objectWithoutProperties3.default)(colRef, ['colId', 'displayed', 'view']);
255
238
 
256
-
257
- if (displayed === false) return null;
258
-
259
- // the first column is sticky (except checkbox)
260
- var first = index === 0;
261
-
262
- // Static column settings
263
- var _columns$colRefId = columns[colRefId],
264
- colId = _columns$colRefId.colId,
265
- align = _columns$colRefId.align,
266
- colData = _columns$colRefId.data,
267
- ellipsis = _columns$colRefId.ellipsis,
268
- fixedWidth = _columns$colRefId.fixedWidth,
269
- type = _columns$colRefId.type,
270
- width = _columns$colRefId.width,
271
- columnProps = (0, _objectWithoutProperties3.default)(_columns$colRefId, ['colId', 'align', 'data', 'ellipsis', 'fixedWidth', 'type', 'width']);
272
-
273
- // view define in OrderColumn or table prop view by default
274
-
275
- var effectiveView = colView || view;
276
-
277
- // add clickable badge in cell to open children
278
- var isParentAnchor = row.hasOwnProperty('parentAnchorColumn') && row.parentAnchorColumn === colId && row.hasOwnProperty('children') && row.children.length > 0;
279
-
280
- // the first non fixed column is the only one not fixed
281
- var unfixed = unfixedCol && fixedWidth !== true;
282
- unfixedCol = unfixed ? false : unfixedCol;
283
-
284
- // add lookedUp style
285
- var lookedUp = Array.isArray(lookupColumns) && lookupColumns.includes(colId);
286
-
287
- // Cell data
288
- var data = row.datas[colRefId];
289
- // Get object data for column based on reference datas
290
- if (data !== undefined && colData !== undefined) {
291
- var colItem = colData.find(function (item) {
292
- return item.id === data.value;
293
- });
294
- if (colItem) {
295
- // Hydrate data object with reference item
296
- data = (0, _extends3.default)({}, colItem, data);
239
+ if (displayed !== false) {
240
+ // the first column is sticky (except checkbox)
241
+ var first = firstCol;
242
+ firstCol = false;
243
+ var _columns$colRef$colId = columns[colRef.colId],
244
+ colId = _columns$colRef$colId.colId,
245
+ align = _columns$colRef$colId.align,
246
+ datas = _columns$colRef$colId.datas,
247
+ ellipsis = _columns$colRef$colId.ellipsis,
248
+ fixedWidth = _columns$colRef$colId.fixedWidth,
249
+ type = _columns$colRef$colId.type,
250
+ width = _columns$colRef$colId.width,
251
+ columnProps = (0, _objectWithoutProperties3.default)(_columns$colRef$colId, ['colId', 'align', 'datas', 'ellipsis', 'fixedWidth', 'type', 'width']);
252
+
253
+ var data = row.datas[colRef.colId];
254
+
255
+ var effectiveView = colView || view;
256
+ // add clickable badge in cell to open children
257
+ var isParentAnchor = row.hasOwnProperty('parentAnchorColumn') && row.parentAnchorColumn === colId && row.hasOwnProperty('children') && row.children.length > 0;
258
+
259
+ // the first non fixed column is the only one not fixed
260
+ var unfixed = unfixedCol && fixedWidth !== true;
261
+ unfixedCol = unfixedCol && fixedWidth !== true ? false : unfixedCol;
262
+
263
+ var lookedUp = false;
264
+ if (_this3.props.lookupColumns && _this3.props.lookupColumns.includes(colId)) {
265
+ lookedUp = true;
297
266
  }
298
- }
299
267
 
300
- return _react2.default.createElement(_BodyCellBuilder2.default, (0, _extends3.default)({}, other, {
301
- key: row.rowId + '-' + colId + '-cell',
302
- ukey: row.rowId + '-' + colId + '-cell',
303
- checkboxValue: row.rowId,
304
- type: type,
305
- data: data,
306
- ellipsis: ellipsis,
307
- align: align,
308
- view: effectiveView,
309
- padding: cst.DEFAULT_PADDING[view],
310
- width: width,
311
- fixedWidth: !unfixed,
312
- sticky: sticky && first,
313
- selectable: selectable && first,
314
- dateLocale: dateLocale,
315
- numberLocale: numberLocale,
316
- dense: dense,
317
- selected: selected,
318
- onSelect: _this3.handleSelect
319
- }, detailsInfos[colId] && {
320
- onOpenDetails: _this3.handleOpenRowDetails(detailsInfos[colId].type),
321
- detailInfos: detailsInfos[colId]
322
- }, {
323
- childrenCount: isParentAnchor ? row.children.length : null,
324
- colId: colId,
325
- lookedUp: lookedUp
326
- }, columnProps, colRefProps));
268
+ return _react2.default.createElement(_BodyCellBuilder2.default, (0, _extends3.default)({}, other, {
269
+ key: row.rowId + '-' + colId + '-cell',
270
+ ukey: row.rowId + '-' + colId + '-cell',
271
+ checkboxValue: row.rowId,
272
+ type: type,
273
+ datas: data,
274
+ ellipsis: ellipsis,
275
+ align: align,
276
+ view: effectiveView,
277
+ padding: cst.DEFAULT_PADDING[view],
278
+ width: width,
279
+ fixedWidth: !unfixed,
280
+ sticky: sticky && first,
281
+ selectable: selectable && first,
282
+ dateLocale: dateLocale,
283
+ numberLocale: numberLocale,
284
+ dense: dense,
285
+ selected: selected,
286
+ onSelect: _this3.handleSelect,
287
+ onOpenDetails: _this3.handleOpenRowDetails,
288
+ childrenCount: isParentAnchor ? row.children.length : null,
289
+ colId: colId,
290
+ lookedUp: lookedUp
291
+ }, columnProps, colRefProps));
292
+ }
293
+ return null;
327
294
  }),
328
295
  _react2.default.createElement(_Table.TableCell, {
329
296
  style: {
@@ -348,9 +315,7 @@ BodyRow.defaultProps = {
348
315
  sticky: false,
349
316
  live: false,
350
317
  innerRow: false,
351
- lookupColumns: [],
352
- fixedColumnWidth: true,
353
- detailRowsOptions: {}
318
+ lookupColumns: []
354
319
  };
355
320
  BodyRow.propTypes = process.env.NODE_ENV !== "production" ? {
356
321
  /**
@@ -361,15 +326,6 @@ BodyRow.propTypes = process.env.NODE_ENV !== "production" ? {
361
326
  * Densité d'affichage (joue sur la hauteur des lignes)
362
327
  */
363
328
  dense: _propTypes2.default.bool,
364
- /**
365
- * Options utilisées pour décrire le comportement de lignes de détails
366
- */
367
- detailRowsOptions: _propTypes2.default.object,
368
- /**
369
- * Fixe la taille des colonnes selon le type de vue
370
- * Sinon les colonnes s'adaptent à l'espace disponible
371
- */
372
- fixedColumnWidth: _propTypes2.default.bool,
373
329
  /**
374
330
  * Applique le style d'une ligne intégrée a un sous-tableau
375
331
  */
@@ -196,8 +196,7 @@ var ChildRow = function (_React$PureComponent) {
196
196
  dense = _props.dense,
197
197
  sticky = _props.sticky,
198
198
  view = _props.view,
199
- row = _props.row,
200
- other = (0, _objectWithoutProperties3.default)(_props, ['classes', 'theme', 'onClose', 'parentRowId', 'parentRowDatas', 'parentIndicatorColumn', 'parentLabel', 'parentLabelIcon', 'children', 'columns', 'orderedColumns', 'selectable', 'selected', 'dateLocale', 'dense', 'sticky', 'view', 'row']);
199
+ other = (0, _objectWithoutProperties3.default)(_props, ['classes', 'theme', 'onClose', 'parentRowId', 'parentRowDatas', 'parentIndicatorColumn', 'parentLabel', 'parentLabelIcon', 'children', 'columns', 'orderedColumns', 'selectable', 'selected', 'dateLocale', 'dense', 'sticky', 'view']);
201
200
 
202
201
 
203
202
  var indicator = '';
@@ -226,7 +225,10 @@ var ChildRow = function (_React$PureComponent) {
226
225
  _Table.TableBody,
227
226
  null,
228
227
  _react2.default.createElement(_BodyRow2.default, (0, _extends3.default)({
229
- row: row,
228
+ row: {
229
+ rowId: parentRowId,
230
+ datas: parentRowDatas
231
+ },
230
232
  selectable: selectable,
231
233
  selected: selected,
232
234
  columns: columns,
@@ -362,6 +364,10 @@ ChildRow.propTypes = process.env.NODE_ENV !== "production" ? {
362
364
  * Données de la ligne parente
363
365
  */
364
366
  parentRowDatas: _propTypes2.default.object.isRequired,
367
+ /**
368
+ * Ligne des détails de la ligne parente
369
+ */
370
+ parentDetailRows: _propTypes2.default.array,
365
371
  /**
366
372
  * Indicateur du sous-ensemble (en général la date)
367
373
  */
@@ -5,10 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.styles = undefined;
7
7
 
8
- var _set = require('babel-runtime/core-js/set');
9
-
10
- var _set2 = _interopRequireDefault(_set);
11
-
12
8
  var _toConsumableArray2 = require('babel-runtime/helpers/toConsumableArray');
13
9
 
14
10
  var _toConsumableArray3 = _interopRequireDefault(_toConsumableArray2);
@@ -225,13 +221,9 @@ var ColumnFilter = function (_React$Component) {
225
221
  }, {
226
222
  key: 'selectAllFilters',
227
223
  value: function selectAllFilters() {
228
- this.setState(function (prevState) {
229
- return {
230
- selectedIdList: [].concat((0, _toConsumableArray3.default)(new _set2.default([].concat((0, _toConsumableArray3.default)(prevState.selectedIdList), (0, _toConsumableArray3.default)(prevState.suggestions.map(function (item) {
231
- return item.id;
232
- }))))))
233
- };
234
- });
224
+ this.setState({ selectedIdList: this.state.suggestions.map(function (item) {
225
+ return item.id;
226
+ }) });
235
227
  }
236
228
 
237
229
  /**
@@ -241,15 +233,15 @@ var ColumnFilter = function (_React$Component) {
241
233
  }, {
242
234
  key: 'deselectAllFilters',
243
235
  value: function deselectAllFilters() {
244
- this.setState(function (prevState) {
245
- return {
246
- selectedIdList: prevState.selectedIdList.filter(function (item) {
247
- return prevState.suggestions.find(function (suggestion) {
248
- return suggestion.id === item;
249
- }) === undefined;
250
- })
251
- };
236
+ var _this2 = this;
237
+
238
+ var selectedIdList = this.state.selectedIdList;
239
+ this.state.suggestions.map(function (item) {
240
+ if (_this2.state.selectedIdList.includes(item.id)) {
241
+ selectedIdList.splice(_this2.state.selectedIdList.indexOf(item.id), 1);
242
+ }
252
243
  });
244
+ this.setState({ selectedIdList: selectedIdList });
253
245
  }
254
246
  }, {
255
247
  key: 'handleSort',
@@ -260,7 +252,7 @@ var ColumnFilter = function (_React$Component) {
260
252
  }, {
261
253
  key: 'render',
262
254
  value: function render() {
263
- var _this2 = this;
255
+ var _this3 = this;
264
256
 
265
257
  var _props = this.props,
266
258
  classes = _props.classes,
@@ -353,11 +345,7 @@ var ColumnFilter = function (_React$Component) {
353
345
  _react2.default.createElement(
354
346
  'div',
355
347
  { className: classes.menuItemFilter },
356
- _react2.default.createElement(
357
- 'span',
358
- { style: { marginRight: 4 } },
359
- translations.filter
360
- ),
348
+ translations.filter,
361
349
  _react2.default.createElement(
362
350
  _HiPins2.default,
363
351
  {
@@ -394,7 +382,7 @@ var ColumnFilter = function (_React$Component) {
394
382
  itemList: filterValueList,
395
383
  filterPropertyList: ['label'],
396
384
  callbackFilteredList: function callbackFilteredList(filteredList) {
397
- return _this2.setState({ suggestions: filteredList });
385
+ return _this3.setState({ suggestions: filteredList });
398
386
  },
399
387
  placeholder: translations.search
400
388
  }),
@@ -403,8 +391,7 @@ var ColumnFilter = function (_React$Component) {
403
391
  itemList: suggestions,
404
392
  selectedIdList: selectedIdList,
405
393
  onSelect: this.toggleSelectItem,
406
- leftPadding: 28,
407
- checkbox: type !== 'icon'
394
+ leftPadding: 28
408
395
  }),
409
396
  _react2.default.createElement(
410
397
  'div',
@@ -215,7 +215,6 @@ var HeaderCell = function (_React$PureComponent) {
215
215
  classes = _props.classes,
216
216
  type = _props.type,
217
217
  title = _props.title,
218
- smallTitle = _props.smallTitle,
219
218
  selectable = _props.selectable,
220
219
  selected = _props.selected,
221
220
  onSelect = _props.onSelect,
@@ -228,7 +227,7 @@ var HeaderCell = function (_React$PureComponent) {
228
227
  dense = _props.dense,
229
228
  _props$width = _props.width,
230
229
  width = _props$width === undefined ? cst.DEFAULT_WIDTHS[type][view] : _props$width,
231
- fixedColumnWidth = _props.fixedColumnWidth,
230
+ fixedWidth = _props.fixedWidth,
232
231
  _props$align = _props.align,
233
232
  align = _props$align === undefined ? cst.ALIGN_RIGHT_TYPES.includes(type) ? 'right' : 'left' : _props$align,
234
233
  sticky = _props.sticky,
@@ -264,22 +263,19 @@ var HeaderCell = function (_React$PureComponent) {
264
263
 
265
264
  var lookedUpClassName = (0, _classnames2.default)((0, _defineProperty3.default)({}, classes.lookedUp, lookedUp));
266
265
 
267
- var cellStyle = {
268
- padding: 0,
269
- zIndex: sticky ? 13 : 12, // la cellule sticky doit être au dessus des autres cellules du header
270
- backgroundColor: 'inherit',
271
- textAlign: align
272
- };
273
-
274
- if (fixedColumnWidth) {
275
- cellStyle.maxWidth = _width;
276
- cellStyle.minWidth = _width;
277
- cellStyle.width = _width;
278
- }
279
-
280
266
  return _react2.default.createElement(
281
267
  _Table.TableCell,
282
- { style: cellStyle },
268
+ {
269
+ style: {
270
+ maxWidth: _width,
271
+ minWidth: _width,
272
+ width: _width,
273
+ padding: 0,
274
+ zIndex: sticky ? 13 : 12, // la cellule sticky doit être au dessus des autres cellules du header
275
+ backgroundColor: 'inherit',
276
+ textAlign: align
277
+ }
278
+ },
283
279
  _react2.default.createElement(
284
280
  'div',
285
281
  null,
@@ -322,7 +318,7 @@ var HeaderCell = function (_React$PureComponent) {
322
318
  {
323
319
  className: classes.labelContainer + (_sorted ? ' ' + classes.labelContainerOrdered : '')
324
320
  },
325
- view !== 's' ? title : smallTitle ? smallTitle : title
321
+ title
326
322
  ),
327
323
  align !== 'right' && _icons
328
324
  ) : _react2.default.createElement(
@@ -339,7 +335,7 @@ var HeaderCell = function (_React$PureComponent) {
339
335
  _react2.default.createElement(
340
336
  'span',
341
337
  { className: classes.labelContainer, style: { width: '100%' } },
342
- view !== 's' ? title : smallTitle ? smallTitle : title
338
+ title
343
339
  )
344
340
  )
345
341
  ),
@@ -370,7 +366,7 @@ HeaderCell.defaultProps = {
370
366
  sortDirection: 'asc',
371
367
  view: 'l',
372
368
  dense: false,
373
- fixedColumnWidth: true,
369
+ fixedWidth: false,
374
370
  sticky: true,
375
371
  padding: 8
376
372
  };
@@ -450,7 +446,7 @@ HeaderCell.propTypes = process.env.NODE_ENV !== "production" ? {
450
446
  /**
451
447
  * La largeur de la cellule est fixé (toutes les colonnes sauf une)
452
448
  */
453
- fixedColumnWidth: _propTypes2.default.bool,
449
+ fixedWidth: _propTypes2.default.bool,
454
450
  /**
455
451
  * Title alignement, est déduit de type par défaut
456
452
  */