eservices-core 1.0.504 → 1.0.505

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 +1 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.504
2
+ * eservices-core v1.0.505
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3244,9 +3244,7 @@ function getTableCell$1(cell, rowValue) {
3244
3244
  addHandleClick(cell.onClick);
3245
3245
  if (cell.link) {
3246
3246
  try {
3247
- console.log(vueRouter.RouterLink);
3248
3247
  const link = vue.h(vueRouter.RouterLink, { to: cell.link(rowValue) });
3249
- console.log(link);
3250
3248
  cellNodeChildren.push(link);
3251
3249
  addClass('list-cell-link');
3252
3250
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.504",
3
+ "version": "1.0.505",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {
@@ -50,7 +50,7 @@
50
50
  "jenesius-vue-modal": "^1.5.0",
51
51
  "socket.io-client": "^4.5.2",
52
52
  "vue": "^3.0.0",
53
- "vue-router": "^4.1.6"
53
+ "vue-router": "^4.0.12"
54
54
  },
55
55
  "license": "ISC",
56
56
  "repository": {