@powfix/core-js 0.30.1 → 0.30.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.
|
@@ -93,7 +93,7 @@ var SortUtils = /*#__PURE__*/ function(_shared_SortUtils) {
|
|
|
93
93
|
{
|
|
94
94
|
key: "toGridSortModel",
|
|
95
95
|
value: function toGridSortModel(items) {
|
|
96
|
-
return items.map(
|
|
96
|
+
return items.map(SortUtils.toGridSortItem);
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -108,7 +108,7 @@ var SortUtils = /*#__PURE__*/ function(_shared_SortUtils) {
|
|
|
108
108
|
{
|
|
109
109
|
key: "fromGridSortModel",
|
|
110
110
|
value: function fromGridSortModel(model) {
|
|
111
|
-
return model.map(
|
|
111
|
+
return model.map(SortUtils.fromGridSortItem);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
]);
|
|
@@ -93,7 +93,7 @@ var SortUtils = /*#__PURE__*/ function(SortUtils$1) {
|
|
|
93
93
|
{
|
|
94
94
|
key: "toGridSortModel",
|
|
95
95
|
value: function toGridSortModel(items) {
|
|
96
|
-
return items.map(
|
|
96
|
+
return items.map(SortUtils.toGridSortItem);
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -108,7 +108,7 @@ var SortUtils = /*#__PURE__*/ function(SortUtils$1) {
|
|
|
108
108
|
{
|
|
109
109
|
key: "fromGridSortModel",
|
|
110
110
|
value: function fromGridSortModel(model) {
|
|
111
|
-
return model.map(
|
|
111
|
+
return model.map(SortUtils.fromGridSortItem);
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
]);
|