eservices-core 1.0.499 → 1.0.501
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 +5 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.501
|
|
3
3
|
* (c) 2023 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -3311,9 +3311,10 @@ var script$m = /*#__PURE__*/ vue.defineComponent({
|
|
|
3311
3311
|
* */
|
|
3312
3312
|
const isNew = vue.computed(() => !props.values && !List$1.hasKey(props.values));
|
|
3313
3313
|
vue.onMounted(() => {
|
|
3314
|
-
|
|
3315
|
-
refTableForm.value
|
|
3316
|
-
|
|
3314
|
+
setTimeout(() => {
|
|
3315
|
+
if (refTableForm.value)
|
|
3316
|
+
refTableForm.value.scrollIntoView({ block: "nearest", inline: "nearest", behavior: 'smooth' });
|
|
3317
|
+
}, 500);
|
|
3317
3318
|
});
|
|
3318
3319
|
return (_ctx, _cache) => {
|
|
3319
3320
|
return (vue.openBlock(), vue.createElementBlock("tr", {
|