isobit-ui 0.0.566 → 0.0.567
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.567
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3458,6 +3458,7 @@ var script$8 = {
|
|
|
3458
3458
|
if (!me.data2) me.data2 = [];
|
|
3459
3459
|
return _invoke(function () {
|
|
3460
3460
|
if (me.store) {
|
|
3461
|
+
console.log(JSON.stringify(me.data2));
|
|
3461
3462
|
return _await$1(window._.getStoredList(me.store), function (storedList) {
|
|
3462
3463
|
var _ref = p ? Object.keys(p) : [],
|
|
3463
3464
|
_ref2 = _slicedToArray(_ref, 1),
|