isobit-ui 0.1.24 → 0.1.28
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 -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.28
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6668,14 +6668,14 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6668
6668
|
console.log(t.selected);
|
|
6669
6669
|
var k = t.selected.length - 1;
|
|
6670
6670
|
axios$1["delete"](src + '/' + id, {
|
|
6671
|
-
|
|
6672
|
-
poll: 8
|
|
6673
|
-
}
|
|
6671
|
+
params: t.filters
|
|
6674
6672
|
}).then(function () {
|
|
6675
6673
|
console.log(t.selected);
|
|
6676
6674
|
|
|
6677
6675
|
for (; k >= 0; k--) {
|
|
6678
6676
|
console.log('k=' + k);
|
|
6677
|
+
console.log(t.data);
|
|
6678
|
+
console.log('t.selected[k]=' + t.selected[k]);
|
|
6679
6679
|
dat = t.data[t.selected[k]];
|
|
6680
6680
|
ele.push(dat);
|
|
6681
6681
|
console.log(ele);
|