@credithub/harlan-components 1.30.2 → 1.31.1
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.
|
@@ -27,7 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
27
27
|
import React from 'react';
|
|
28
28
|
import styled, { css } from 'styled-components';
|
|
29
29
|
var PrintSectionStyle = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), function (props) {
|
|
30
|
-
return props.enabled && css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @media print {\n background: #ffffff;\n
|
|
30
|
+
return props.enabled && css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n @media print {\n background: #ffffff;\n }\n "], ["\n @media print {\n background: #ffffff;\n }\n "])));
|
|
31
31
|
});
|
|
32
32
|
export var PrintSectionWrapper = function (_a) {
|
|
33
33
|
var _b = _a.enabled, enabled = _b === void 0 ? true : _b, children = _a.children, rest = __rest(_a, ["enabled", "children"]);
|
|
@@ -56,9 +56,9 @@ export var ProtestoItem = memo(function (_a) {
|
|
|
56
56
|
React.createElement(AddItemField, { name: "Atrav\u00E9s De", value: getField('./nomeApresentante') }),
|
|
57
57
|
React.createElement(AddItemField, { name: "CPF/CNPJ Protestado", value: formatDocument(getField('./cpfCnpj')) }),
|
|
58
58
|
React.createElement(AddItemField, { name: "Data Do Protesto", value: getField('./dataProtesto') }),
|
|
59
|
-
React.createElement(AddItemField, { name: "Possui Anu\u00EAncia", value: formatBooleanField(getField('./temAnuencia')) }),
|
|
60
|
-
React.createElement(AddItemField, { name: "Anu\u00EAncia Vencida", value: formatBooleanField(getField('./anuenciaVencida')) }),
|
|
59
|
+
React.createElement(AddItemField, { name: "Possui Anu\u00EAncia / Protesto Pago", value: formatBooleanField(getField('./temAnuencia')) }),
|
|
61
60
|
React.createElement(AddItemField, { name: "Valor Do Protesto", value: formatMoney(getField('./valor')) }),
|
|
61
|
+
getField('./vl_custas') && (React.createElement(AddItemField, { name: "Custas de Cart\u00F3rio para Baixa", value: formatMoney(getField('./vl_custas')) })),
|
|
62
62
|
React.createElement(Instrumento, { nm_chave: getField('./nm_chave') })));
|
|
63
63
|
});
|
|
64
64
|
export var Instrumento = function (_a) {
|