@jsonforms/vanilla-renderers
Advanced tools
Comparing version 2.5.2 to 3.0.0-alpha.0
@@ -42,5 +42,5 @@ "use strict"; | ||
var childPath = core_1.composePaths(path, "" + index); | ||
return (react_1.default.createElement(react_2.ResolvedJsonFormsDispatch, { schema: schema, uischema: childUiSchema || uischema, path: childPath, key: childPath, renderers: renderers })); | ||
return (react_1.default.createElement(react_2.JsonFormsDispatch, { schema: schema, uischema: childUiSchema || uischema, path: childPath, key: childPath, renderers: renderers })); | ||
})) : (react_1.default.createElement("p", null, "No data")))))); | ||
}; | ||
//# sourceMappingURL=ArrayControl.js.map |
@@ -35,5 +35,5 @@ "use strict"; | ||
react_1.default.createElement("div", { id: 'categorization.detail' }, (category.elements || []).map(function (child, index) { | ||
return (react_1.default.createElement(react_2.ResolvedJsonFormsDispatch, { key: path + "-" + index, uischema: child, schema: schema, path: path })); | ||
return (react_1.default.createElement(react_2.JsonFormsDispatch, { key: path + "-" + index, uischema: child, schema: schema, path: path })); | ||
}))); | ||
}; | ||
//# sourceMappingURL=SingleCategory.js.map |
@@ -38,5 +38,5 @@ "use strict"; | ||
return (react_1.default.createElement("div", { className: className, key: path + "-" + index }, | ||
react_1.default.createElement(react_2.ResolvedJsonFormsDispatch, { renderers: renderers, cells: cells, uischema: child, schema: schema, path: path }))); | ||
react_1.default.createElement(react_2.JsonFormsDispatch, { renderers: renderers, cells: cells, uischema: child, schema: schema, path: path }))); | ||
}); | ||
}; | ||
//# sourceMappingURL=util.js.map |
{ | ||
"name": "@jsonforms/vanilla-renderers", | ||
"version": "2.5.2", | ||
"version": "3.0.0-alpha.0", | ||
"description": "Default Renderer Set for JSON Forms", | ||
@@ -39,9 +39,9 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"peerDependencies": { | ||
"@jsonforms/core": "^2.5.2", | ||
"@jsonforms/react": "^2.5.2" | ||
"@jsonforms/core": "^3.0.0-alpha.0", | ||
"@jsonforms/react": "^3.0.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "0.1.3", | ||
"@jsonforms/core": "^2.5.2", | ||
"@jsonforms/react": "^2.5.2", | ||
"@jsonforms/core": "^3.0.0-alpha.0", | ||
"@jsonforms/react": "^3.0.0-alpha.0", | ||
"@types/enzyme": "^3.10.3", | ||
@@ -93,3 +93,3 @@ "@types/enzyme-adapter-react-16": "^1.0.5", | ||
}, | ||
"gitHead": "b4f70e30ce1575eab206439ee55b4d2f20092992" | ||
"gitHead": "148c39c0d1142c17bd377d8307a5816b63b0e4e3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1927155
13261
2