ywana-core8 0.0.426 → 0.0.427
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.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +7 -7
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +7 -7
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/TablePage.js +1 -3
package/dist/index.modern.js
CHANGED
@@ -5798,17 +5798,17 @@ var TableFilters = function TableFilters(props) {
|
|
5798
5798
|
size: "small",
|
5799
5799
|
clickable: true,
|
5800
5800
|
action: clear
|
5801
|
-
})
|
5801
|
+
}), onSave ? /*#__PURE__*/React.createElement(Icon, {
|
5802
|
+
icon: "save",
|
5803
|
+
size: "small",
|
5804
|
+
clickable: true,
|
5805
|
+
action: save
|
5806
|
+
}) : null), /*#__PURE__*/React.createElement("main", {
|
5802
5807
|
className: "table-filters"
|
5803
5808
|
}, /*#__PURE__*/React.createElement(ContentEditor, {
|
5804
5809
|
content: content,
|
5805
5810
|
onChange: change
|
5806
|
-
}))
|
5807
|
-
icon: "playlist_add",
|
5808
|
-
label: "CREAR BUSQUEDA",
|
5809
|
-
action: save,
|
5810
|
-
outlined: true
|
5811
|
-
}) : null));
|
5811
|
+
})));
|
5812
5812
|
};
|
5813
5813
|
/**
|
5814
5814
|
* Table Editor
|