isobit-ui 0.0.459 → 0.0.460

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.459
2
+ * isobit-ui v0.0.460
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -5943,7 +5943,8 @@ window.ui = _$1.ui = function (cfg) {
5943
5943
  var id = dat[key];
5944
5944
  me.MsgBox('Esta seguro que desea eliminar el registro seleccionado?', function (r) {
5945
5945
  if (r == 0) {
5946
- axios$1["delete"](t.src + '/' + id).then(function () {
5946
+ var src = t.src.replace('/0/0', '').replace('/api', '');
5947
+ axios$1["delete"](src + '/' + id).then(function () {
5947
5948
  me.MsgBox('Registro eliminado');
5948
5949
  var id = dat.id;
5949
5950
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.459",
3
+ "version": "0.0.460",
4
4
  "type": "module",
5
5
  "description": "Vue component to play videos",
6
6
  "keywords": [