ywana-core8 0.0.407 → 0.0.408
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/{__reactpreview__ → __previewjs__}/Wrapper.tsx +0 -0
- package/dist/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -4
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/preview.config.cjs +35 -0
- package/src/desktop/dektop.test.js +11 -0
- package/src/desktop/desktop.css +6 -0
- package/src/desktop/desktop.js +13 -0
- package/src/desktop/window.css +58 -0
- package/src/desktop/window.js +27 -0
- package/src/domain/TablePage.js +1 -1
- package/reactpreview.config.js +0 -37
File without changes
|
package/dist/index.cjs
CHANGED
@@ -5768,11 +5768,9 @@ var TableFilters = function TableFilters(props) {
|
|
5768
5768
|
if (fs[key].filter === false) delete fs[key];
|
5769
5769
|
}
|
5770
5770
|
}
|
5771
|
-
}
|
5771
|
+
} //Object.values(filterSchema).forEach(field => field.section = null)
|
5772
|
+
|
5772
5773
|
|
5773
|
-
Object.values(filterSchema).forEach(function (field) {
|
5774
|
-
return field.section = null;
|
5775
|
-
});
|
5776
5774
|
delete filterSchema.flows;
|
5777
5775
|
return filterSchema;
|
5778
5776
|
}, [schema]);
|