isobit-ui 0.1.29 → 0.1.30
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.
- package/dist/index.js +3 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.30
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3665,7 +3665,7 @@ var script$8 = {
|
|
|
3665
3665
|
if (!me.data2) me.data2 = [];
|
|
3666
3666
|
return _invoke(function () {
|
|
3667
3667
|
if (me.store) {
|
|
3668
|
-
console.log(JSON.stringify(me.data2));
|
|
3668
|
+
//console.log(JSON.stringify(me.data2));
|
|
3669
3669
|
return _await$1(window._.getStoredList(me.store), function (storedList) {
|
|
3670
3670
|
var _ref = p ? Object.keys(p) : [],
|
|
3671
3671
|
_ref2 = _slicedToArray(_ref, 1),
|
|
@@ -3684,8 +3684,7 @@ var script$8 = {
|
|
|
3684
3684
|
var displayField = me.displayField;
|
|
3685
3685
|
me.data2 = me.data2.sort(function (a, b) {
|
|
3686
3686
|
if (a[displayField] > b[displayField]) return 1;else if (a[displayField] < b[displayField]) return -1;else 0;
|
|
3687
|
-
});
|
|
3688
|
-
console.log(JSON.stringify(me.data2));
|
|
3687
|
+
}); //console.log(JSON.stringify(me.data2));
|
|
3689
3688
|
});
|
|
3690
3689
|
}
|
|
3691
3690
|
}, function () {
|