@hipay/hipay-material-ui 1.0.0-beta.21 → 1.0.0-beta.22
Sign up to get free protection for your applications and to get access to all the features.
- package/HiLoader/HiLoader.js +9 -5
- package/HiSelect/HiSelect.js +6 -1
- package/HiTable/HeaderCell.js +55 -49
- package/HiTable/HiTable.js +4 -14
- package/HiTable/HiTableHead.js +4 -6
- package/es/HiLoader/HiLoader.js +9 -5
- package/es/HiSelect/HiSelect.js +6 -1
- package/es/HiTable/HeaderCell.js +64 -59
- package/es/HiTable/HiTable.js +4 -14
- package/es/HiTable/HiTableHead.js +4 -6
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/umd/hipay-material-ui.development.js +56603 -13734
- package/umd/hipay-material-ui.production.min.js +5 -5
@@ -228,7 +228,8 @@ class HiTableHead extends React.Component {
|
|
228
228
|
align: column['align'],
|
229
229
|
sticky: firstColumn && sticky,
|
230
230
|
lookedUp: lookupColumns.includes(column.colId),
|
231
|
-
fixedColumnWidth: fixedColumnWidth
|
231
|
+
fixedColumnWidth: fixedColumnWidth,
|
232
|
+
translations: translations.headerCell
|
232
233
|
});
|
233
234
|
}
|
234
235
|
}),
|
@@ -262,7 +263,7 @@ class HiTableHead extends React.Component {
|
|
262
263
|
columns: columns,
|
263
264
|
orderedColumns: orderedColumns,
|
264
265
|
mandatoryColumnId: mandatoryColumnId,
|
265
|
-
translations: translations
|
266
|
+
translations: translations.orderColumns
|
266
267
|
})
|
267
268
|
)
|
268
269
|
),
|
@@ -304,10 +305,7 @@ HiTableHead.defaultProps = {
|
|
304
305
|
dense: false,
|
305
306
|
sticky: true,
|
306
307
|
translations: {
|
307
|
-
get_the_n_new_items: 'Get the %s new items'
|
308
|
-
choose_and_organize_columns: 'Choose & organize columns',
|
309
|
-
search: 'Search',
|
310
|
-
time: 'Time'
|
308
|
+
get_the_n_new_items: 'Get the %s new items'
|
311
309
|
},
|
312
310
|
view: 'l'
|
313
311
|
};
|
package/index.es.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@hipay/hipay-material-ui",
|
3
3
|
"private": false,
|
4
4
|
"author": "HiPay PSYCHE Team",
|
5
|
-
"version": "1.0.0-beta.
|
5
|
+
"version": "1.0.0-beta.22",
|
6
6
|
"description": "HiPay Material-UI Style Guide - React components that implement Google's Material Design from Material-UI.",
|
7
7
|
"main": "./index.js",
|
8
8
|
"repository": {
|