eservices-core 1.0.501 → 1.0.502

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.501
2
+ * eservices-core v1.0.502
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3314,7 +3314,7 @@ var script$m = /*#__PURE__*/ vue.defineComponent({
3314
3314
  setTimeout(() => {
3315
3315
  if (refTableForm.value)
3316
3316
  refTableForm.value.scrollIntoView({ block: "nearest", inline: "nearest", behavior: 'smooth' });
3317
- }, 500);
3317
+ }, 250);
3318
3318
  });
3319
3319
  return (_ctx, _cache) => {
3320
3320
  return (vue.openBlock(), vue.createElementBlock("tr", {
@@ -25,6 +25,7 @@ interface ObjectType {
25
25
  required: string;
26
26
  type: string;
27
27
  dataType: string;
28
+ refEntityName?: string;
28
29
  }[];
29
30
  }
30
31
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.501",
3
+ "version": "1.0.502",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {