isobit-ui 0.0.353 → 0.0.354
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 +4 -5
- 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.354
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3022,13 +3022,12 @@ var script$8 = {
|
|
|
3022
3022
|
|
|
3023
3023
|
var me = _this2;
|
|
3024
3024
|
var pa = me.$el.parentElement;
|
|
3025
|
-
console.log(p);
|
|
3026
3025
|
return _invoke$1(function () {
|
|
3027
3026
|
if (me.store) {
|
|
3028
3027
|
return _await$1(window._.getStoredList(me.store), function (dd) {
|
|
3029
|
-
var
|
|
3030
|
-
|
|
3031
|
-
key =
|
|
3028
|
+
var _ref = p ? Object.keys(p) : [],
|
|
3029
|
+
_ref2 = _slicedToArray(_ref, 1),
|
|
3030
|
+
key = _ref2[0];
|
|
3032
3031
|
|
|
3033
3032
|
if (key) me.data2 = dd.filter(function (item) {
|
|
3034
3033
|
return item[key] == p[key];
|