ecomlab-components-next 0.1.100 → 0.1.102
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.
|
@@ -70,7 +70,7 @@ var ShortTileArticleBox = function ShortTileArticleBox(_ref) {
|
|
|
70
70
|
var translateMin = function translateMin() {
|
|
71
71
|
if (activeLang == 'en') return 'minutes';
|
|
72
72
|
if (activeLang == 'tr') return 'dak';
|
|
73
|
-
if (activeLang == '
|
|
73
|
+
if (activeLang == 'th') return 'นาที';
|
|
74
74
|
return 'мин';
|
|
75
75
|
};
|
|
76
76
|
var translateAuthor = function translateAuthor() {
|
|
@@ -89,8 +89,9 @@ var TableBox = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, paginatorRef)
|
|
|
89
89
|
hideSorting = _ref.hideSorting,
|
|
90
90
|
contextMenuArr = _ref.contextMenuArr,
|
|
91
91
|
tableBody = _ref.tableBody,
|
|
92
|
-
tableUrl = _ref.tableUrl
|
|
93
|
-
|
|
92
|
+
tableUrl = _ref.tableUrl,
|
|
93
|
+
_ref$lang = _ref.lang,
|
|
94
|
+
lang = _ref$lang === void 0 ? 'ru' : _ref$lang;
|
|
94
95
|
var _useState = (0, _react.useState)(headers === null || headers === void 0 ? void 0 : headers.filters),
|
|
95
96
|
_useState2 = _slicedToArray(_useState, 2),
|
|
96
97
|
fileFilters = _useState2[0],
|