eservices-core 1.0.554 → 1.0.555
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 +3 -3
- 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.555
|
|
3
3
|
* (c) 2023 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -4071,9 +4071,9 @@ var script$d = /*#__PURE__*/ vue.defineComponent({
|
|
|
4071
4071
|
'widget-list-body_inactive': __props.wait
|
|
4072
4072
|
}])
|
|
4073
4073
|
}, [
|
|
4074
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.array, (values
|
|
4074
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.array, (values) => {
|
|
4075
4075
|
return (vue.openBlock(), vue.createBlock(script$f, {
|
|
4076
|
-
key:
|
|
4076
|
+
key: values,
|
|
4077
4077
|
class: "widget-list-row",
|
|
4078
4078
|
values: values,
|
|
4079
4079
|
config: __props.config
|