@acorex/platform 20.7.7 → 20.7.8
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/fesm2022/acorex-platform-layout-entity.mjs +70 -25
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +1 -0
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/layout/entity/index.d.ts +3 -2
- package/package.json +1 -1
|
@@ -106,6 +106,7 @@ withMethods((store) => ({
|
|
|
106
106
|
if (isEqual(currentData, initialData)) {
|
|
107
107
|
return; // Skip if the current state matches the initial state
|
|
108
108
|
}
|
|
109
|
+
console.log('initialData', initialData);
|
|
109
110
|
const changeEvent = {
|
|
110
111
|
oldValue: null,
|
|
111
112
|
newValue: cloneDeep(initialData),
|