isobit-ui 0.1.36 → 0.1.37
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 -3
- 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.37
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6868,7 +6868,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6868
6868
|
objectStore = db.transaction([storage], "readwrite").objectStore(storage);
|
|
6869
6869
|
return objectStore.get(id);
|
|
6870
6870
|
},
|
|
6871
|
-
sync: function sync() {
|
|
6871
|
+
sync: function sync(e) {
|
|
6872
6872
|
try {
|
|
6873
6873
|
var _this4 = this;
|
|
6874
6874
|
|
|
@@ -6912,7 +6912,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6912
6912
|
|
|
6913
6913
|
|
|
6914
6914
|
if (sel2.length > 0) {
|
|
6915
|
-
axios$1.post(action + '/bulk', sel3).then(function (r) {
|
|
6915
|
+
axios$1.post(action + '/bulk' + (e.sufix ? e.sufix : ''), sel3).then(function (r) {
|
|
6916
6916
|
var d = r.data;
|
|
6917
6917
|
console.log(d);
|
|
6918
6918
|
|