@jsonforms/vanilla-renderers
Advanced tools
Comparing version 3.4.1 to 3.5.0-beta.0
@@ -7,3 +7,3 @@ import React from 'react'; | ||
}) => React.JSX.Element; | ||
export declare const ArrayControlRenderer: ({ schema, uischema, data, path, rootSchema, uischemas, addItem, getStyle, getStyleAsClassName, removeItems, moveUp, moveDown, id, visible, enabled, errors, translations, }: ArrayControlProps & VanillaRendererProps & { | ||
export declare const ArrayControlRenderer: ({ schema, uischema, data, path, rootSchema, uischemas, addItem, getStyle, getStyleAsClassName, removeItems, moveUp, moveDown, id, visible, enabled, errors, translations, arraySchema, }: ArrayControlProps & VanillaRendererProps & { | ||
translations: ArrayTranslations; | ||
@@ -10,0 +10,0 @@ }) => React.JSX.Element; |
@@ -580,3 +580,3 @@ 'use strict'; | ||
var ArrayControlRenderer = function (_a) { | ||
var schema = _a.schema, uischema = _a.uischema, data = _a.data, path = _a.path, rootSchema = _a.rootSchema, uischemas = _a.uischemas, addItem = _a.addItem, getStyle = _a.getStyle, getStyleAsClassName = _a.getStyleAsClassName, removeItems = _a.removeItems, moveUp = _a.moveUp, moveDown = _a.moveDown, id = _a.id, visible = _a.visible, enabled = _a.enabled, errors = _a.errors, translations = _a.translations; | ||
var schema = _a.schema, uischema = _a.uischema, data = _a.data, path = _a.path, rootSchema = _a.rootSchema, uischemas = _a.uischemas, addItem = _a.addItem, getStyle = _a.getStyle, getStyleAsClassName = _a.getStyleAsClassName, removeItems = _a.removeItems, moveUp = _a.moveUp, moveDown = _a.moveDown, id = _a.id, visible = _a.visible, enabled = _a.enabled, errors = _a.errors, translations = _a.translations, arraySchema = _a.arraySchema; | ||
var controlElement = uischema; | ||
@@ -595,3 +595,3 @@ var labelDescription = core.Helpers.createLabelDescriptionFrom(controlElement, schema); | ||
}; | ||
return (React__default["default"].createElement(ArrayControl, { classNames: classNames, data: data, label: label, path: path, schema: schema, errors: errors, addItem: addItem, removeItems: removeItems, moveUp: moveUp, moveDown: moveDown, uischema: uischema, uischemas: uischemas, getStyleAsClassName: getStyleAsClassName, rootSchema: rootSchema, id: id, visible: visible, enabled: enabled, getStyle: getStyle, translations: translations })); | ||
return (React__default["default"].createElement(ArrayControl, { classNames: classNames, data: data, label: label, path: path, schema: schema, arraySchema: arraySchema, errors: errors, addItem: addItem, removeItems: removeItems, moveUp: moveUp, moveDown: moveDown, uischema: uischema, uischemas: uischemas, getStyleAsClassName: getStyleAsClassName, rootSchema: rootSchema, id: id, visible: visible, enabled: enabled, getStyle: getStyle, translations: translations })); | ||
}; | ||
@@ -598,0 +598,0 @@ var ArrayControlRenderer$1 = withVanillaControlProps(react.withJsonFormsArrayControlProps(react.withTranslateProps(react.withArrayTranslationProps(ArrayControlRenderer)))); |
@@ -453,3 +453,3 @@ import maxBy from 'lodash/maxBy'; | ||
}; | ||
const ArrayControlRenderer = ({ schema, uischema, data, path, rootSchema, uischemas, addItem, getStyle, getStyleAsClassName, removeItems, moveUp, moveDown, id, visible, enabled, errors, translations, }) => { | ||
const ArrayControlRenderer = ({ schema, uischema, data, path, rootSchema, uischemas, addItem, getStyle, getStyleAsClassName, removeItems, moveUp, moveDown, id, visible, enabled, errors, translations, arraySchema, }) => { | ||
const controlElement = uischema; | ||
@@ -468,3 +468,3 @@ const labelDescription = Helpers.createLabelDescriptionFrom(controlElement, schema); | ||
}; | ||
return (React.createElement(ArrayControl, { classNames: classNames, data: data, label: label, path: path, schema: schema, errors: errors, addItem: addItem, removeItems: removeItems, moveUp: moveUp, moveDown: moveDown, uischema: uischema, uischemas: uischemas, getStyleAsClassName: getStyleAsClassName, rootSchema: rootSchema, id: id, visible: visible, enabled: enabled, getStyle: getStyle, translations: translations })); | ||
return (React.createElement(ArrayControl, { classNames: classNames, data: data, label: label, path: path, schema: schema, arraySchema: arraySchema, errors: errors, addItem: addItem, removeItems: removeItems, moveUp: moveUp, moveDown: moveDown, uischema: uischema, uischemas: uischemas, getStyleAsClassName: getStyleAsClassName, rootSchema: rootSchema, id: id, visible: visible, enabled: enabled, getStyle: getStyle, translations: translations })); | ||
}; | ||
@@ -471,0 +471,0 @@ var ArrayControlRenderer$1 = withVanillaControlProps(withJsonFormsArrayControlProps(withTranslateProps(withArrayTranslationProps(ArrayControlRenderer)))); |
{ | ||
"name": "@jsonforms/vanilla-renderers", | ||
"version": "3.4.1", | ||
"version": "3.5.0-beta.0", | ||
"description": "Default Renderer Set for JSON Forms", | ||
@@ -38,4 +38,4 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.4.1", | ||
"@jsonforms/react": "3.4.1", | ||
"@jsonforms/core": "3.5.0-beta.0", | ||
"@jsonforms/react": "3.5.0-beta.0", | ||
"react": "^16.12.0 || ^17.0.0 || ^18.0.0" | ||
@@ -84,4 +84,4 @@ }, | ||
"webpack-dev-server": "^4.15.1", | ||
"@jsonforms/core": "3.4.1", | ||
"@jsonforms/react": "3.4.1" | ||
"@jsonforms/core": "3.5.0-beta.0", | ||
"@jsonforms/react": "3.5.0-beta.0" | ||
}, | ||
@@ -88,0 +88,0 @@ "jest": { |
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
599505
5968
1