ywana-core8 0.0.40 → 0.0.41
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 +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/CreateContentDialog.js +0 -1
- package/src/domain/TablePage.js +1 -1
package/dist/index.modern.js
CHANGED
@@ -3173,7 +3173,6 @@ var CreateContentDialog$1 = function CreateContentDialog(_ref) {
|
|
3173
3173
|
}
|
3174
3174
|
|
3175
3175
|
function filterForm(field, content) {
|
3176
|
-
console.log('------ filterForm------------', field.id, filter);
|
3177
3176
|
var visible = field.required === true || field.optional === true;
|
3178
3177
|
return filter ? visible && filter(field, content) : visible;
|
3179
3178
|
}
|
@@ -4051,7 +4050,7 @@ var TablePage = function TablePage(props) {
|
|
4051
4050
|
|
4052
4051
|
|
4053
4052
|
site.openDialog( /*#__PURE__*/React.createElement(CreateContentDialog$1, {
|
4054
|
-
label: "
|
4053
|
+
label: "Crear " + name,
|
4055
4054
|
type: schema,
|
4056
4055
|
onOK: onOK,
|
4057
4056
|
validator: validator,
|