eservices-core 1.0.577 → 1.0.579
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 +4 -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.579
|
|
3
3
|
* (c) 2023 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -3091,7 +3091,7 @@ class List extends EventEmitter {
|
|
|
3091
3091
|
return __classPrivateFieldGet(this, _filters);
|
|
3092
3092
|
}
|
|
3093
3093
|
set filters(newFilters) {
|
|
3094
|
-
|
|
3094
|
+
softReplaceObject(__classPrivateFieldGet(this, _filters), newFilters);
|
|
3095
3095
|
}
|
|
3096
3096
|
set wait(v) {
|
|
3097
3097
|
__classPrivateFieldSet(this, _wait, v);
|
|
@@ -4160,9 +4160,9 @@ var script$d = /*#__PURE__*/ vue.defineComponent({
|
|
|
4160
4160
|
'widget-list-body_inactive': __props.wait
|
|
4161
4161
|
}])
|
|
4162
4162
|
}, [
|
|
4163
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.array, (values) => {
|
|
4163
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.array, (values, index) => {
|
|
4164
4164
|
return (vue.openBlock(), vue.createBlock(script$f, {
|
|
4165
|
-
key:
|
|
4165
|
+
key: index,
|
|
4166
4166
|
class: "widget-list-row",
|
|
4167
4167
|
values: values,
|
|
4168
4168
|
config: __props.config
|