eservices-core 1.0.494 → 1.0.495

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.494
2
+ * eservices-core v1.0.495
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3390,7 +3390,7 @@ var script$k = /*#__PURE__*/ vue.defineComponent({
3390
3390
  onSelect: ($event) => (onSelect(vue.unref(List$1).getKey(values), $event)),
3391
3391
  class: vue.normalizeClass(!!__props.classCallback ? __props.classCallback(values) : '')
3392
3392
  }, null, 8 /* PROPS */, ["config", "values", "selected", "onSelect", "class"]),
3393
- (__props.activeRow === vue.unref(List$1).getKey(values))
3393
+ (vue.unref(tableForm) && (__props.activeRow === vue.unref(List$1).getKey(values)))
3394
3394
  ? (vue.openBlock(), vue.createBlock(script$m, {
3395
3395
  key: 0,
3396
3396
  component: vue.unref(tableForm),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.494",
3
+ "version": "1.0.495",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {