@credithub/harlan-components 1.20.7 → 1.20.8
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/lib/cjs/index.js
CHANGED
|
@@ -65545,7 +65545,7 @@ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from
|
|
|
65545
65545
|
var DividasPublicas = function () {
|
|
65546
65546
|
var ctx = React.useContext(Queries.Finder);
|
|
65547
65547
|
var Section = ctx.Section;
|
|
65548
|
-
return (React.createElement(Section, { title: "Dividas P\u00FAblicas", icon: DividasVencidasSerasaIcon, subtitle: "Vejas
|
|
65548
|
+
return (React.createElement(Section, { title: "Dividas P\u00FAblicas", icon: DividasVencidasSerasaIcon, subtitle: "Vejas as d\u00EDvidas p\u00FAblicas com a Uni\u00E3o (ativa, FGTS e previdenci\u00E1ria).", onSuccess: function (document) {
|
|
65549
65549
|
var parseDividas = function (tipo) { return function (divida) { return ({
|
|
65550
65550
|
nomeDoDevedor: XPathUtils.select('string(./nome_devedor)', divida),
|
|
65551
65551
|
tipoDePessoa: XPathUtils.select('string(./tipo_pessoa)', divida),
|
|
@@ -18,7 +18,7 @@ import StatusMessage from '../interface/statusMessage';
|
|
|
18
18
|
var DividasPublicas = function () {
|
|
19
19
|
var ctx = useContext(Queries.Finder);
|
|
20
20
|
var Section = ctx.Section;
|
|
21
|
-
return (React.createElement(Section, { title: "Dividas P\u00FAblicas", icon: DividasVencidasSerasaIcon, subtitle: "Vejas
|
|
21
|
+
return (React.createElement(Section, { title: "Dividas P\u00FAblicas", icon: DividasVencidasSerasaIcon, subtitle: "Vejas as d\u00EDvidas p\u00FAblicas com a Uni\u00E3o (ativa, FGTS e previdenci\u00E1ria).", onSuccess: function (document) {
|
|
22
22
|
var parseDividas = function (tipo) { return function (divida) { return ({
|
|
23
23
|
nomeDoDevedor: XPathUtils.select('string(./nome_devedor)', divida),
|
|
24
24
|
tipoDePessoa: XPathUtils.select('string(./tipo_pessoa)', divida),
|