@credithub/harlan-components 1.131.1 → 1.131.2
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/consultaSimples.js +11 -13
- package/lib/cjs/index.js +97 -794
- package/lib/esm/index.js +97 -794
- package/package.json +1 -1
package/dist/consultaSimples.js
CHANGED
|
@@ -6,30 +6,29 @@ import Addresses from './components/adresses/addresses';
|
|
|
6
6
|
import BankAccounts from './components/bank-accounts/bank-accounts';
|
|
7
7
|
import CCF from './components/ccf/ccf';
|
|
8
8
|
import ChartSystem from './components/chart/chartSystem';
|
|
9
|
-
import Contacts from './components/contacts/contacts';
|
|
10
|
-
import DividasPublicas from './components/dividasPublicas/dividasPublicas';
|
|
11
|
-
import Dossie from './components/dossie/dossie';
|
|
12
|
-
import Falencia from './components/falencia/falencia';
|
|
13
|
-
import Partners from './components/partners/partners';
|
|
14
|
-
import ProcessosJuridicos from './components/processos-juridicos/processosJuridicos';
|
|
15
|
-
import Protestos from './components/protestos/protestos';
|
|
16
|
-
import RefinBoaVista from './components/refinBoaVista/refinBoaVista';
|
|
17
|
-
import RefinSerasa from './components/refinSerasa/refinSerasa';
|
|
18
|
-
import Veiculos from './components/veiculos/veiculos';
|
|
19
|
-
import { Queries, useQuery, WebServiceProvider } from './components/webservice';
|
|
20
9
|
import Modal from './components/common/modal';
|
|
21
10
|
import { ConsultaRfbProvider } from './components/consultaRfb';
|
|
22
11
|
import ConsultaSimplesSection from './components/consultaSimplesSection/consultaSimplesSection';
|
|
23
12
|
import { ConsultasComplementaresProvider } from './components/consultasComplementares';
|
|
13
|
+
import Contacts from './components/contacts/contacts';
|
|
14
|
+
import DividasPublicas from './components/dividasPublicas/dividasPublicas';
|
|
24
15
|
import Dominios from './components/dominios/dominios';
|
|
16
|
+
import Dossie from './components/dossie/dossie';
|
|
25
17
|
import Edital from './components/edital/edital';
|
|
18
|
+
import Falencia from './components/falencia/falencia';
|
|
26
19
|
import ConsultaImoveis from './components/imoveis/imoveisService';
|
|
27
|
-
import
|
|
20
|
+
import Partners from './components/partners/partners';
|
|
21
|
+
import ProcessosJuridicos from './components/processos-juridicos/processosJuridicos';
|
|
22
|
+
import Protestos from './components/protestos/protestos';
|
|
28
23
|
import ProtestosSP from './components/protestos/protestosSp';
|
|
29
24
|
import ProtestosPagosBaixados from './components/protestosPagosBaixados';
|
|
25
|
+
import RefinBoaVista from './components/refinBoaVista/refinBoaVista';
|
|
26
|
+
import RefinSerasa from './components/refinSerasa/refinSerasa';
|
|
30
27
|
import ConsultaScore from './components/score/scoreService';
|
|
31
28
|
import ConsultaScoreSerasa from './components/scoreSerasa/scoreSerasa';
|
|
32
29
|
import ConsultaSCR from './components/scr/scr';
|
|
30
|
+
import Veiculos from './components/veiculos/veiculos';
|
|
31
|
+
import { Queries, useQuery, WebServiceProvider } from './components/webservice';
|
|
33
32
|
import { PostHogProvider } from './contexts/PostHogContext';
|
|
34
33
|
import { ErrorModalProvider } from './contexts/errorModalContext';
|
|
35
34
|
import { GlobalDataProvider } from './contexts/globalDataContext';
|
|
@@ -119,7 +118,6 @@ var ConsultaSimples = function (_a) {
|
|
|
119
118
|
React.createElement(ConsultaSimplesSection, { documento: documento, onClose: onClose, onClickPrint: onClickPrint, isFinancial: isFinancial, ctime: ctimeProp, printMode: printMode, tags: tags, extensionInstalled: extensionInstalled },
|
|
120
119
|
React.createElement(ConsultaRfbProvider, { documento: documento },
|
|
121
120
|
React.createElement(Dossie, { documento: documento, printMode: printMode, isFinancial: isFinancial }),
|
|
122
|
-
React.createElement(Liminar, { isFinancial: isFinancial, hasCredits: hasCredits, tags: tags }),
|
|
123
121
|
React.createElement(Falencia, { documento: documento }),
|
|
124
122
|
React.createElement(Addresses, { apiKey: apiKey }),
|
|
125
123
|
React.createElement(Contacts, null),
|