contentoh-components-library 21.2.15 → 21.2.16
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.
|
@@ -53,7 +53,8 @@ var InputGroup = function InputGroup(_ref) {
|
|
|
53
53
|
var _dataInputs$input, _dataInputs$input2, _dataInputs$input3, _dataInputs$input4, _dataInputs$input5, _dataInputs$input6, _dataInputs$input7, _dataInputs$input8, _dataInputs$input9, _dataInputs$input10, _dataInputs$input11, _dataInputs$input12;
|
|
54
54
|
|
|
55
55
|
return activeSection === "Ficha técnica" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInput.TagAndInput, {
|
|
56
|
-
disabled
|
|
56
|
+
//disabled={input === 40001}
|
|
57
|
+
disabled: false,
|
|
57
58
|
inputId: (_dataInputs$input3 = dataInputs[input]) === null || _dataInputs$input3 === void 0 ? void 0 : _dataInputs$input3.id,
|
|
58
59
|
version: version,
|
|
59
60
|
inputType: inputTypeValue((_dataInputs$input4 = dataInputs[input]) === null || _dataInputs$input4 === void 0 ? void 0 : _dataInputs$input4.type),
|
package/package.json
CHANGED
|
@@ -49,7 +49,8 @@ export const InputGroup = ({
|
|
|
49
49
|
"-" +
|
|
50
50
|
dataInputs[input]?.id
|
|
51
51
|
}
|
|
52
|
-
disabled={input === 40001}
|
|
52
|
+
//disabled={input === 40001}
|
|
53
|
+
disabled={false}
|
|
53
54
|
inputId={dataInputs[input]?.id}
|
|
54
55
|
version={version}
|
|
55
56
|
inputType={inputTypeValue(dataInputs[input]?.type)}
|