tp-react-elements-dev 1.8.2 → 1.8.3
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/components/Form/FormRender.d.ts +4 -4
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54144,7 +54144,7 @@ const FormActiveSwitch = ({ props }) => {
|
|
|
54144
54144
|
fontSize: "12px",
|
|
54145
54145
|
fontWeight: 400,
|
|
54146
54146
|
paddingRight: 10
|
|
54147
|
-
} }, { children: item.label }))), jsxRuntimeExports.jsxs("span", Object.assign({ className: "switch prestashop-switch fixed-width-lg" }, { children: [jsxRuntimeExports.jsx("input", { checked: active, id: `${item.name}_on`, name: item.name, type: "radio", value: "Active", onChange: handleSwitchChange }), jsxRuntimeExports.jsx("label", Object.assign({ htmlFor: `${item.name}_on`, style: { textTransform: "none"
|
|
54147
|
+
} }, { children: item.label }))), jsxRuntimeExports.jsxs("span", Object.assign({ className: "switch prestashop-switch fixed-width-lg" }, { children: [jsxRuntimeExports.jsx("input", { checked: active, id: `${item.name}_on`, name: item.name, type: "radio", value: "Active", onChange: handleSwitchChange }), jsxRuntimeExports.jsx("label", Object.assign({ htmlFor: `${item.name}_on`, style: { textTransform: "none" } }, { children: (_c = item.label1) !== null && _c !== void 0 ? _c : "Active" })), jsxRuntimeExports.jsx("input", { checked: !active, id: `${item.name}_off`, name: item.name, type: "radio", value: "In Active", onChange: handleSwitchChange }), jsxRuntimeExports.jsx("label", Object.assign({ htmlFor: `${item.name}_off`, style: { textTransform: "none" } }, { children: (_d = item.label2) !== null && _d !== void 0 ? _d : "In Active" })), jsxRuntimeExports.jsx("a", { className: "slide-button btn" })] }))] })));
|
|
54148
54148
|
};
|
|
54149
54149
|
|
|
54150
54150
|
var joditReact = {exports: {}};
|
|
@@ -54163,7 +54163,7 @@ const RichTextEditor = ({ props }) => {
|
|
|
54163
54163
|
const editor = React$1.useRef(null);
|
|
54164
54164
|
const [content, setContent] = React$1.useState("");
|
|
54165
54165
|
const value = props.getValues(props.item.name);
|
|
54166
|
-
const config = Object.assign({ readonly: false, placeholder: "Start typing...", removeButtons: props.item.removeButtons, style: {
|
|
54166
|
+
const config = Object.assign({ readonly: false, placeholder: "Start typing...", statusbar: false, removeButtons: props.item.removeButtons, style: {
|
|
54167
54167
|
"font-family": "Arial",
|
|
54168
54168
|
}, controls: {
|
|
54169
54169
|
font: {
|