\r\n Tem certeza que deseja remover o item selecionado?\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RemoveModal.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RemoveModal.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./RemoveModal.vue?vue&type=template&id=26c45b42&\"\nimport script from \"./RemoveModal.vue?vue&type=script&lang=js&\"\nexport * from \"./RemoveModal.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"modal\",attrs:{\"id\":\"parceiroModal\",\"tabindex\":\"-1\",\"role\":\"dialog\",\"aria-labelledby\":\"mySmallModalLabel\"}},[_c('div',{staticClass:\"modal-dialog modal-dialog-centered\"},[_c('div',{staticClass:\"modal-content bg-green\"},[_c('div',{staticClass:\"modal-body rounded\"},[_c('div',{staticClass:\"row vertical-align\"},[_vm._m(0),_c('div',{staticClass:\"col-md-7 text-center\"},[_c('h1',{staticClass:\"green-modal title-modal\"},[_vm._v(\" \"+_vm._s(_vm.$t('modal_message'))+\" \")]),_c('button',{staticClass:\"btn bg-green-modal green btn-modal\",attrs:{\"type\":\"button\",\"data-dismiss\":\"modal\"},on:{\"click\":function($event){return _vm.handleClick()}}},[_vm._v(\" \"+_vm._s(_vm.$t('modal_button_message'))+\" \")])])])])])])])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"col-md-5\"},[_c('img',{staticClass:\"img-responsive\",attrs:{\"src\":require(\"../../assets/images/fechadura.png\")}})])}]\n\nexport { render, staticRenderFns }","\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
\r\n {{ $t('modal_message') }}\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Modal.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Modal.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Modal.vue?vue&type=template&id=1d8a2fee&\"\nimport script from \"./Modal.vue?vue&type=script&lang=js&\"\nexport * from \"./Modal.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import { render, staticRenderFns } from \"./RegistroConfirm.vue?vue&type=template&id=0a4925da&\"\nimport script from \"./RegistroConfirm.vue?vue&type=script&lang=js&\"\nexport * from \"./RegistroConfirm.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import index from './index/'\r\nimport create from './create'\r\nimport edit from './edit'\r\nimport details from './details'\r\n\r\nexport default {\r\n namespaced: true,\r\n modules: {\r\n index,\r\n create,\r\n edit,\r\n details\r\n }\r\n}\r\n","export default {\r\n tabs: []\r\n}\r\n","export const REQUEST_DATA_SUCCESS = 'REQUEST_DATA_SUCCESS'\r\nexport const LOAD_DATA_SUCCESS = 'LOAD_DATA_SUCCESS'\r\n","import moment from 'moment'\r\nimport { REQUEST_DATA_SUCCESS, LOAD_DATA_SUCCESS } from './mutation-types'\r\n\r\nexport default {\r\n [REQUEST_DATA_SUCCESS](state, payload) {\r\n state.tabs = payload.map(({ Id, Nome }) => {\r\n return {\r\n cadeia: Id,\r\n nome: Nome,\r\n items: [],\r\n reload: true,\r\n pagination: {\r\n page: 1,\r\n pageCount: 0,\r\n pageSize: 10,\r\n totalCount: 0\r\n },\r\n filters: {\r\n ano: '',\r\n mes: '',\r\n nome: '',\r\n pageSize: '10',\r\n page: '1',\r\n publico: ''\r\n }\r\n }\r\n })\r\n },\r\n\r\n [LOAD_DATA_SUCCESS](state, { tipo, data }) {\r\n const { Result, Page, PageCount, PageSize, TotalCount } = data\r\n const tab = state.tabs.find(t => t.cadeia === tipo)\r\n if (tab) {\r\n tab.pagination = {\r\n page: Page,\r\n pageCount: PageCount,\r\n pageSize: PageSize,\r\n totalCount: TotalCount\r\n }\r\n tab.items = Result.map(i => {\r\n i.fData = moment(i.Data).format('L')\r\n return i\r\n })\r\n }\r\n }\r\n}\r\n","export default '/tipoarquivo/customizado'\r\n","import axios from 'axios'\r\nimport base from '../../base'\r\nimport resource from './resource'\r\nimport { REQUEST_DATA_SUCCESS, LOAD_DATA_SUCCESS } from './mutation-types'\r\n\r\nexport default {\r\n requestData({ commit }) {\r\n const config = {\r\n url: resource,\r\n baseURL: base,\r\n params: { sort: 1 }\r\n }\r\n\r\n return axios(config).then(({ data }) => {\r\n commit(REQUEST_DATA_SUCCESS, data)\r\n })\r\n },\r\n\r\n loadData({ commit }, payload) {\r\n const config = {\r\n url: '/arquivo',\r\n baseURL: base,\r\n params: payload\r\n }\r\n\r\n config.params.sort = 1\r\n\r\n return axios(config).then(({ data }) => {\r\n const { tipo } = payload\r\n commit(LOAD_DATA_SUCCESS, { tipo, data })\r\n })\r\n }\r\n}\r\n","export default {\r\n tabs: state => state.tabs\r\n}\r\n","import state from './state'\r\nimport mutations from './mutations'\r\nimport actions from './actions'\r\nimport getters from './getters'\r\n\r\nexport default {\r\n namespaced: true,\r\n state,\r\n mutations,\r\n actions,\r\n getters\r\n}\r\n","export default {\r\n items: []\r\n}\r\n","export const REQUEST_DATA_SUCCESS = 'REQUEST_DATA_SUCCESS'\r\n","import { REQUEST_DATA_SUCCESS } from './mutation-types'\r\n\r\nexport default {\r\n [REQUEST_DATA_SUCCESS](state, payload) {\r\n state.items = payload\r\n }\r\n}\r\n","export default '/cadeia/seriehistorica'\r\n","import axios from 'axios'\r\nimport base from '../../../base'\r\nimport resource from './resource'\r\nimport { REQUEST_DATA_SUCCESS } from './mutation-types'\r\n\r\nexport default {\r\n requestData({ commit }, payload) {\r\n const { query, ...data } = payload\r\n const str = window.localStorage.getItem('imea.portal.instituicao')\r\n if (str) {\r\n const instituicao = JSON.parse(str)\r\n data.instituicao = instituicao.Id ? instituicao.Id : ''\r\n }\r\n data.nome = query\r\n data.all = 1\r\n data.sort = 1\r\n\r\n const config = {\r\n method: 'post',\r\n url: resource,\r\n baseURL: base,\r\n data\r\n }\r\n\r\n return axios(config).then(({ data }) => {\r\n commit(\r\n REQUEST_DATA_SUCCESS,\r\n data.map(({ Id, Nome }) => {\r\n return { id: Id, text: Nome, selected: false }\r\n })\r\n )\r\n })\r\n }\r\n}\r\n","export default {\r\n items: state => state.items\r\n}\r\n","import state from './state'\r\nimport mutations from './mutations'\r\nimport actions from './actions'\r\nimport getters from './getters'\r\n\r\nexport default {\r\n namespaced: true,\r\n state,\r\n mutations,\r\n actions,\r\n getters\r\n}\r\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('router-view')}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=408f2b50&\"\nvar script = {}\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","export const messages = {\r\n 'pt-BR': {\r\n password: 'Senha',\r\n password_confirm: 'Confirmar Senha',\r\n login: {\r\n type_credentials: 'Digite suas credenciais para ter acesso ao sistema.',\r\n username: 'Usuário',\r\n password: 'Senha',\r\n login_btn: 'Entrar',\r\n forgot: 'Esqueci minha senha',\r\n register: 'Cadastre-se',\r\n terms: 'Termo de Uso',\r\n terms2: 'Concorde com os Termos para finalizar seu cadastro',\r\n privacy: 'Política de Privacidade'\r\n },\r\n name: 'Nome',\r\n email: 'E-mail',\r\n phone: 'Telefone',\r\n country: 'País',\r\n state: 'Estado',\r\n city: 'Cidade',\r\n register: 'Cadastrar',\r\n back: 'Voltar',\r\n help: 'Ajuda',\r\n date: 'Data',\r\n value: 'Valor',\r\n historic_serie: 'Série histórica',\r\n instituicao: {\r\n choose: 'Escolha o perfil que deseja',\r\n help:\r\n 'Cada perfil tem acesso a diferentes informações, escolha uma para acessar o sistema.',\r\n change_tip: 'Você pode mudar a qualquer momento.',\r\n tour: [\r\n {\r\n title: 'Seleção de Perfil',\r\n content:\r\n 'Selecione o perfil que será usado no login. Perfis diferentes podem ter acesso a dados diferentes.'\r\n }\r\n ]\r\n },\r\n daily: 'Diário',\r\n weekly: 'Semanal',\r\n monthly: 'Mensal',\r\n yearly: 'Anual',\r\n unit: 'Unidade',\r\n variation: 'Variação',\r\n dashboard: 'Painel',\r\n dynamic_dashboards: 'Dashboard Customizado',\r\n dashboard_visualization: 'Visualização do Dashboard',\r\n dashboard_config: 'Config. Dashboard',\r\n graph: 'Gráfico',\r\n chain: 'Cadeia',\r\n indicator: 'Indicador',\r\n no_item_found: 'Nenhum item encontrado.',\r\n region: 'Região',\r\n harvest: 'Safra',\r\n start_date: 'Data Início',\r\n end_date: 'Data Fim',\r\n download: 'Download',\r\n view: 'Visualizar',\r\n preview: 'Visualizar prévia',\r\n remove_filters: 'Remover filtros',\r\n indicator_group: 'Grupo de Indicadores',\r\n dest_state: 'Estado Destino',\r\n dest_city: 'Cidade Destino',\r\n dest_region: 'Região Destino',\r\n dest_location_type: 'Tipo de localidade Destino',\r\n historic_serie_view: {\r\n private: 'Privada',\r\n public: 'Pública',\r\n location_type: 'Tipo de localidade',\r\n result_preview: 'Prévia do Resultado',\r\n to_view: 'Para visualizar todos os dados é necessário fazer o',\r\n to_view_end: 'da série historica.',\r\n tour_next: 'Próximo',\r\n tour_prev: 'Anterior',\r\n tour_skip: 'Pular',\r\n tour_done: 'Finalizar',\r\n tour_close: 'Fechar',\r\n request_added_to_queue: 'Requisição Adicionada à Fila',\r\n request_added_to_queue_detail:\r\n 'Assim que seus dados forem processados, você receberá via e-mail um link para o download das planilhas.',\r\n request_added_to_queue_warning:\r\n 'Caso não receba o e-mail, entre em contato pelo e-mail imea@imea.com.br ou pelo ícone de suporte no canto inferior direito',\r\n request_added_to_queue_change_status:\r\n 'No dia 03/08/2021 atualizamos o nome da coluna Status de Safra para Status',\r\n tour_one_title: 'Série Histórica Pública',\r\n tour_one_content:\r\n 'As classificações de série histórica estão relacionadas à visibilidade dos dados contidos nelas. A série histórica pública possui dados visíveis a todos.',\r\n tour_two_title: 'Série Histórica Privada',\r\n tour_two_content:\r\n 'A série histórica privada só contém dados especificamente vinculados à certos usuários/instituições.',\r\n tour_three_title: 'Seleção de Cadeia de Produção',\r\n tour_three_content:\r\n 'Selecione opcionalmente uma ou mais cadeias de produção como parâmetro da busca.',\r\n tour_four_title: 'Seleção de Grupo de Indicadores',\r\n tour_four_content:\r\n 'Selecione opcionalmente um ou mais grupos de indicadores como parâmetro da busca.',\r\n tour_five_title: 'Seleção de Indicadores',\r\n tour_five_content:\r\n 'Selecione opcionalmente um ou mais indicadores como parâmetro da busca.',\r\n tour_six_title: 'Seleção de Estados',\r\n tour_six_content:\r\n 'Selecione opcionalmente um ou mais estados como parâmetro da busca.',\r\n tour_seven_title: 'Seleção de Região',\r\n tour_seven_content:\r\n 'Selecione opcionalmente uma ou mais regiões do estado como parâmetro da busca.',\r\n tour_eight_title: 'Seleção de Cidade',\r\n tour_eight_content:\r\n 'Selecione opcionalmente uma ou mais cidades como parâmetro da busca.',\r\n tour_nine_title: 'Seleção de Safra',\r\n tour_nine_content:\r\n 'Selecione opcionalmente uma ou mais safras como parâmetro da busca.',\r\n tour_ten_title: 'Seleção de Data de Início',\r\n tour_ten_content:\r\n 'Selecione opcionalmente a data de início como parâmetro da busca.',\r\n tour_eleven_title: 'Seleção de Data de Fim',\r\n tour_eleven_content:\r\n 'Selecione opcionalmente a data de fim como parâmetro da busca.',\r\n tour_twelve_title: 'Remover Filtros',\r\n tour_twelve_content: 'Limpa a seleção dos parâmetros da busca.',\r\n tour_thirteen_title: 'Aplicar Filtros',\r\n tour_thirteen_content:\r\n 'Realiza a busca utilizando os parâmetros selecionados. Após a busca, se dados forem encontrados, uma prévia contendo as primeiras linhas do arquivo será visível na tabela abaixo.',\r\n tour_fourteen_title: 'Download de Arquivo',\r\n tour_fourteen_content:\r\n 'Realiza a busca utilizando os parâmetros selecionados, mas ao invés de mostrar a prévia, inicia o download dos dados no formato de planilha.',\r\n tour_fifteen_title: 'Tabela de Dados',\r\n tour_fifteen_content:\r\n 'Tabela de visualização do resultado da busca realizada utilizando os parâmetros selecionados acima.'\r\n },\r\n dashboard_view: {\r\n decision_panel: 'Painel de decisão',\r\n range: 'Periodicidade',\r\n actual_value: 'Valor atual',\r\n previous_value: 'Valor Anterior',\r\n last_year: 'Ano anterior',\r\n yearly_var: 'Var. Anual',\r\n needs_select_one: '* É obrigatório selecionar pelo menos um item.',\r\n tour: [\r\n {\r\n title: 'Cadeias de Produção',\r\n content:\r\n 'Cadeias de produção com dados visíveis ao seu usuário/instituição.'\r\n },\r\n {\r\n title: 'Seleção de Periodicidade',\r\n content: 'Selecione a peridiocidade dos dados que deseja visualizar.'\r\n },\r\n {\r\n title: 'Tabela de Dados',\r\n content:\r\n 'Tabela de visualização do resultado da busca realizada. Nesse caso, o único parâmetro utilizado foi a periodicidade.'\r\n },\r\n {\r\n title: 'Gráfico de Dados',\r\n content:\r\n 'Visualização em forma de gráfico dos dados selecionados na tabela de dados.'\r\n },\r\n {\r\n title: 'Filtro de Período',\r\n content:\r\n 'Por meio do filtro é possível limitar o período plotado no gráfico.'\r\n }\r\n ]\r\n },\r\n needs_select_one: '* É obrigatório selecionar pelo menos um item.',\r\n select_chain: 'Selecione uma cadeia',\r\n select_city: 'Selecione uma cidade',\r\n select_indicator: 'Selecione um indicator',\r\n select_location_type: 'Selecione um tipo de localidade',\r\n select_country: 'Selecione um País',\r\n select_state: 'Selecione um Estado',\r\n select_region: 'Selecione uma região',\r\n select_harvest: 'Selecione uma safra',\r\n select_group: 'Selecione uma grupo',\r\n market_reports: 'Relatórios de Mercado',\r\n select_report_type: 'Selecione o Tipo de Relatório',\r\n apply_filters: 'Aplicar Filtros',\r\n items_per_page: 'Itens por página',\r\n download_ready: 'Arquivo pronto para download.',\r\n tour_next: 'Próximo',\r\n tour_prev: 'Anterior',\r\n tour_skip: 'Pular',\r\n tour_done: 'Finalizar',\r\n tour_close: 'Fechar',\r\n market_view: {\r\n tour_one_title: 'Seleção de Cadeia de Produção',\r\n tour_one_content:\r\n 'Lista de cadeias de produção com relatórios de mercado disponíveis para este usuário/instituição.',\r\n tour_two_title: 'Seleção de Tipo de Relatório',\r\n tour_two_content:\r\n 'Selecione o tipo de relatório como parâmetro da busca.',\r\n tour_three_title: 'Seleção de Ano',\r\n tour_three_content:\r\n 'Selecione opcionalmente o ano como parâmetro da busca.',\r\n tour_four_title: 'Seleção de Mês',\r\n tour_four_content:\r\n 'Selecione opcionalmente o mês como parâmetro da busca.',\r\n tour_five_title: 'Busca de Título',\r\n tour_five_content:\r\n 'Digite opcionalmente o título ou parte do título do relatório de mercado como parâmetro da busca.',\r\n tour_six_title: 'Remover Filtros',\r\n tour_six_content: 'Limpa a seleção dos parâmetros da busca.',\r\n tour_seven_title: 'Aplicar Filtros',\r\n tour_seven_content:\r\n 'Realiza a busca utilizando os parâmetros selecionados.',\r\n tour_eight_title: 'Seleção de Quantidade de Itens por Página',\r\n tour_eight_content:\r\n 'Selecione a quantidade de itens que deseja que cada página da tabela possua.',\r\n tour_nine_title: 'Tabela de Dados',\r\n tour_nine_content:\r\n 'Tabela de visualização do resultado da busca realizada utilizando os parâmetros selecionados acima.',\r\n tour_ten_title: 'Download de Relatório de Mercado',\r\n tour_ten_content:\r\n 'Realiza o download de um relatório de mercado específico.',\r\n tour_eleven_title: 'Seleção de Página',\r\n tour_eleven_content: 'Selecione a página da tabela que deseja visualizar.'\r\n },\r\n month: 'Mês',\r\n title: 'Titulo',\r\n year: 'Ano',\r\n customs: 'Customizados',\r\n all: 'Todos',\r\n publics: 'Públicos',\r\n privates: 'Privados',\r\n public: 'Público',\r\n private: 'Privado',\r\n type: 'Tipo',\r\n customs_tour: [\r\n {\r\n title: 'Seleção de Categoria de Estudo Customizado',\r\n content:\r\n 'Selecione a categoria do estudo customizado que deseja buscar.'\r\n },\r\n {\r\n title: 'Seleção de Ano',\r\n content: 'Selecione opcionalmente o ano como parâmetro da busca.'\r\n },\r\n {\r\n title: 'Seleção de Mês',\r\n content: 'Selecione opcionalmente o mês como parâmetro da busca.'\r\n },\r\n {\r\n title: 'Busca de Título',\r\n content:\r\n 'Digite opcionalmente o título ou parte do título do estudo customizado como parâmetro da busca.'\r\n },\r\n {\r\n title: 'Seleção de Visibilidade',\r\n content:\r\n 'Selecione a visibilidade dos arquivos que deseja buscar. As opções são: ver apenas os públicos, que são visíveis à todos; ver apenas os privados, que são arquivos vinculados especificamente ao usuário/instituição; ou ver ambos.'\r\n },\r\n {\r\n title: 'Remover Filtros',\r\n content: 'Limpa a seleção dos parâmetros da busca.'\r\n },\r\n {\r\n title: 'Aplicar Filtros',\r\n content: 'Realiza a busca utilizando os parâmetros selecionados.'\r\n },\r\n {\r\n title: 'Seleção de Quantidade de Itens por Página',\r\n content:\r\n 'Selecione a quantidade de itens que deseja que cada página da tabela possua.'\r\n },\r\n {\r\n title: 'Tabela de Dados',\r\n content:\r\n 'Tabela de visualização do resultado da busca realizada utilizando os parâmetros selecionados acima.'\r\n },\r\n {\r\n title: 'Download de Relatório de Mercado',\r\n content: 'Realiza o download de um estudo customizado específico.'\r\n },\r\n {\r\n title: 'Seleção de Página',\r\n content: 'Selecione a página da tabela que deseja visualizar.'\r\n }\r\n ],\r\n developed_by: 'Desenvolvido por',\r\n switch_institute: ' Trocar Instituição',\r\n edit_profile: 'Editar perfil',\r\n edit_user_profile: 'Editar Perfil de Usuário',\r\n logout: 'Sair',\r\n close: 'Fechar',\r\n save: 'Salvar',\r\n tour_base: [\r\n {\r\n title: 'Visualização de Dashboard',\r\n content:\r\n 'Visualize dados de séries históricas em forma de gráficos. Para efeito de comparação, até duas séries históricas de uma mesma cadeia de produção podem ser selecionadas simultaneamente.'\r\n },\r\n {\r\n title: 'Download de Série Histórica',\r\n content:\r\n 'Por meio de variados filtros de seleção, especifique uma seção dos dados de série histórica para realizar o download no formato de planilha. Existem duas separações para série histórica: pública e privada.'\r\n },\r\n {\r\n title: 'Download de Relatório de Mercado',\r\n content:\r\n 'Cada cadeia de produção pode conter diversos relatórios de mercado. Utilizando parâmetros de busca e filtros, aqui é possível encontrá-los e realizar o download dos mesmos.'\r\n },\r\n {\r\n title: 'Download de Estudo Customizado',\r\n content:\r\n 'Cada categoria de estudo customizado pode conter diferentes arquivos para download. É possivel buscá-los utilizando filtros para então se fazer o download.'\r\n },\r\n {\r\n title: 'Mudança de Instituição',\r\n content:\r\n 'Selecione outro perfil de acesso dentre os vinculados à sua conta a qualquer momento.'\r\n },\r\n {\r\n title: 'Edição de Perfil',\r\n content: 'Altere seus dados cadastrais como nome, telefone ou cidade.'\r\n },\r\n {\r\n title: 'Ajuda',\r\n content:\r\n 'Abre novamente este guia de ajuda, explicando o comportamento de todos os itens de interesse visíveis..'\r\n },\r\n {\r\n title: 'Sair',\r\n content:\r\n 'Sair do sistema. Para entrar novamente após isso, precisará informar suas credenciais novamente.'\r\n }\r\n ],\r\n filters: 'Filtros',\r\n update_avaliable: 'Atualização disponível',\r\n click_to_install: 'Clique para instalar',\r\n max_avaliable_date: 'Início da série histórica',\r\n exclusive_files: 'Lançamentos',\r\n exclusive: 'Exclusivo',\r\n new_badge: 'Novo',\r\n modal_message: 'CONTEÚDO EXCLUSIVO PARA PARCEIROS',\r\n modal_button_message: 'Quero me tornar um parceiro',\r\n soon: 'Em breve',\r\n nps_survey: {\r\n title: 'Pesquisa de satisfação',\r\n deny: 'Não exibir novamente',\r\n close: 'Agora não',\r\n question1:\r\n 'De uma escala de 0 a 10, quanto você indicaria a plataforma do Imea para um amigo',\r\n question2: 'Deixe o seu comentário',\r\n validation: 'É obrigatório a seleção de uma nota.'\r\n }\r\n },\r\n en: {\r\n password: 'Password',\r\n password_confirm: 'Confirm Password',\r\n login: {\r\n type_credentials: 'Enter your credentials to access the system.',\r\n username: 'User',\r\n password: 'Password',\r\n login_btn: 'Login',\r\n forgot: 'Forgot my password',\r\n register: 'Register',\r\n terms: 'Terms of Use',\r\n terms2: 'Agree to the Terms to complete your registration',\r\n privacy: 'Privacy Policy'\r\n },\r\n name: 'Name',\r\n email: 'E-mail',\r\n phone: 'Phone',\r\n country: 'Country',\r\n state: 'State',\r\n city: 'City',\r\n register: 'Register',\r\n back: 'Back',\r\n help: 'Help',\r\n date: 'Date',\r\n value: 'Value',\r\n historic_serie: 'Historical Series',\r\n instituicao: {\r\n choose: 'Choose a profile',\r\n change_tip: 'You can switch at any time.',\r\n help:\r\n 'Each profile has access to different information, choose one to access the system.',\r\n tour: [\r\n {\r\n title: 'Profile Selection',\r\n content:\r\n 'Select the profile that will be used in the login. Different profiles may have access to different data.'\r\n }\r\n ]\r\n },\r\n daily: 'Daily',\r\n weekly: 'Weekly',\r\n monthly: 'Monthly',\r\n yearly: 'Yearly',\r\n unit: 'Unit',\r\n variation: 'Variation',\r\n dashboard: 'Dashboards',\r\n dynamic_dashboards: 'Custom Dashboards',\r\n dashboard_config: 'Dashboard Settings',\r\n dashboard_visualization: 'Dashboard View',\r\n graph: 'Graph',\r\n chain: 'Chain',\r\n indicator: 'Indicator',\r\n no_item_found: 'No items found.',\r\n region: 'Region',\r\n harvest: 'Harvest',\r\n start_date: 'Start Date',\r\n end_date: 'End Date',\r\n download: 'Download',\r\n view: 'View',\r\n preview: 'Show preview',\r\n remove_filters: 'Remove filters',\r\n indicator_group: 'Indicator Group',\r\n dest_state: 'Destination State',\r\n dest_city: 'Destination City',\r\n dest_region: 'Destination Region',\r\n dest_location_type: 'Destination Type',\r\n historic_serie_view: {\r\n private: 'Private',\r\n public: 'Public',\r\n location_type: 'Location type',\r\n result_preview: 'Result preview',\r\n to_view: 'In order to view all the data, it is necessary to',\r\n to_view_end: 'from the historical series.',\r\n tour_next: 'Next',\r\n tour_prev: 'Previous',\r\n tour_skip: 'Skip',\r\n tour_done: 'Done',\r\n tour_close: 'Close',\r\n request_added_to_queue: 'Requisition Queued',\r\n request_added_to_queue_detail:\r\n 'As soon as your data is processed, you will receive a link to download the spreadsheets via email.',\r\n request_added_to_queue_warning:\r\n \"In case you didn't receive the e-mail, get in touch by imea@imea.com.br or by the support icon in the bottom right corner of the screen\",\r\n request_added_to_queue_change_status:\r\n 'On 08/03/2021 we updated the column name Harvest Status to Status',\r\n tour_one_title: 'Public Historical Series',\r\n tour_one_content:\r\n 'The historical series classifications are related to the visibility of the data contained in them. The public historical series has data visible to all.',\r\n tour_two_title: 'Private Historical Series',\r\n tour_two_content:\r\n 'The private historical series only contains data specifically linked to certain users / institutions.',\r\n tour_three_title: 'Production Chain Selection',\r\n tour_three_content:\r\n 'Optionally select one or more production chains as the search parameter.',\r\n tour_four_title: 'Indicator Group Selection',\r\n tour_four_content:\r\n 'Optionally select one or more indicator groups as the search parameter.',\r\n tour_five_title: 'Indicator Selection',\r\n tour_five_content:\r\n 'Optionally select one or more indicators as the search parameter.',\r\n tour_six_title: 'State Selection',\r\n tour_six_content:\r\n 'Optionally select one or more states as the search parameter.',\r\n tour_seven_title: 'Region Selection',\r\n tour_seven_content:\r\n 'Optionally select one or more regions of the state as the search parameter.',\r\n tour_eight_title: 'City Selection',\r\n tour_eight_content:\r\n 'Optionally select one or more cities as the search parameter.',\r\n tour_nine_title: 'Harvest Selection',\r\n tour_nine_content:\r\n 'Optionally select one or more crops as the search parameter.',\r\n tour_ten_title: 'Start Date Selection',\r\n tour_ten_content:\r\n 'Optionally select the start date as the search parameter.',\r\n tour_eleven_title: 'End Date Selection',\r\n tour_eleven_content:\r\n 'Optionally select the end date as the search parameter.',\r\n tour_twelve_title: 'Remove Filters',\r\n tour_twelve_content: 'Clears the search parameters selection.',\r\n tour_thirteen_title: 'Apply Filters',\r\n tour_thirteen_content:\r\n 'It performs the search using the selected parameters. After searching, if data is found, a preview containing the first few lines of the file will be visible in the table below.',\r\n tour_fourteen_title: 'File Download',\r\n tour_fourteen_content:\r\n 'It performs the search using the selected parameters, but instead of showing the preview, it starts downloading the data in the spreadsheet format.',\r\n tour_fifteen_title: 'Data Table',\r\n tour_fifteen_content:\r\n 'Table showing the search result performed using the parameters selected above.'\r\n },\r\n dashboard_view: {\r\n decision_panel: 'Decision panel',\r\n range: 'Periodicity',\r\n actual_value: 'Current value',\r\n previous_value: 'Previous Value',\r\n last_year: 'Last year',\r\n yearly_var: 'Annual Change',\r\n needs_select_one: '* You must select at least one item.',\r\n tour: [\r\n {\r\n title: 'Production Chains',\r\n content:\r\n 'Production chains with data visible to your user/institution.'\r\n },\r\n {\r\n title: 'Frequency Selection',\r\n content: 'Select the frequency of the data you want to view.'\r\n },\r\n {\r\n title: 'Data Table',\r\n content:\r\n 'Table of results of the search results. In this case, the only parameter used was periodicity.'\r\n },\r\n {\r\n title: 'Data Graph',\r\n content: 'Graphic display of the data selected in the data table.'\r\n },\r\n {\r\n title: 'Period Filter',\r\n content:\r\n 'Through the filter it is possible to limit the period plotted on the graph.'\r\n }\r\n ]\r\n },\r\n needs_select_one: '* You must select at least one item.',\r\n select_chain: 'Select a chain',\r\n select_city: 'Select a city',\r\n select_country: 'Select a country',\r\n select_indicator: 'Select an indicator',\r\n select_location_type: 'Select a location type',\r\n select_state: 'Select a State',\r\n select_region: 'Select a region',\r\n select_harvest: 'Select a harvest',\r\n select_group: 'Select a group',\r\n market_reports: 'Market Reports',\r\n select_report_type: 'Select Report Type',\r\n apply_filters: 'Apply Filters',\r\n items_per_page: 'Items per page',\r\n download_ready: 'Files ready to download.',\r\n tour_next: 'Next',\r\n tour_prev: 'Previous',\r\n tour_skip: 'Skip',\r\n tour_done: 'Done',\r\n tour_close: 'Close',\r\n market_view: {\r\n tour_one_title: 'Production Chain Selection',\r\n tour_one_content:\r\n 'List of production chains with market reports available for this user/institution.',\r\n tour_two_title: 'Report Type Selection',\r\n tour_two_content: 'Select the report type as the search parameter.',\r\n tour_three_title: 'Year Selection',\r\n tour_three_content: 'Select the year as the search parameter.',\r\n tour_four_title: 'Month Selection',\r\n tour_four_content: 'Optionally select month as search parameter.',\r\n tour_five_title: 'Title Search',\r\n tour_five_content:\r\n 'Optionally enter the title or part of the title of the market report as the search parameter.',\r\n tour_six_title: 'Remove Filters',\r\n tour_six_content: 'Clears the search parameters selection.',\r\n tour_seven_title: 'Apply Filters',\r\n tour_seven_content:\r\n 'It performs the search using the selected parameters.',\r\n tour_eight_title: 'Item Quantity Selection per Page',\r\n tour_eight_content:\r\n 'Select the number of items you want each table page to have.',\r\n tour_nine_title: 'Data Table',\r\n tour_nine_content:\r\n 'Table showing the search result performed using the parameters selected above.',\r\n tour_ten_title: 'Download Market Report',\r\n tour_ten_content: 'Downloads a specific market report.',\r\n tour_eleven_title: 'Page Selection',\r\n tour_eleven_content: 'Select the page of the table you want to view.'\r\n },\r\n month: 'Month',\r\n title: 'Title',\r\n year: 'Year',\r\n customs: 'Custom',\r\n all: 'All',\r\n publics: 'Public',\r\n privates: 'Private',\r\n public: 'Public',\r\n private: 'Private',\r\n type: 'Type',\r\n customs_tour: [\r\n {\r\n title: 'Selection of Custom Study Category',\r\n content:\r\n 'Select the category of the custom study you want to search for.'\r\n },\r\n {\r\n title: 'Year Selection',\r\n content: 'Select the year as the search parameter.'\r\n },\r\n {\r\n title: 'Month Selection',\r\n content: 'Optionally select month as search parameter.'\r\n },\r\n {\r\n title: 'Title Search',\r\n content:\r\n 'Optionally enter the title or part of the custom study title as the search parameter.'\r\n },\r\n {\r\n title: 'Visibility Selection',\r\n content:\r\n 'Select the visibility of the files you want to search. The options are: see only the public, which are visible to everyone; see only the private ones, which are files specifically linked to the user / institution; or see both.'\r\n },\r\n {\r\n title: 'Remove Filters',\r\n content: 'Clears the search parameters selection.'\r\n },\r\n {\r\n title: 'Apply Filters',\r\n content: 'It performs the search using the selected parameters.'\r\n },\r\n {\r\n title: 'Item Quantity Selection per Page',\r\n content: 'Select the number of items you want each table page to have.'\r\n },\r\n {\r\n title: 'Data Table',\r\n content:\r\n 'Table showing the search result performed using the parameters selected above.'\r\n },\r\n {\r\n title: 'Download Market Report',\r\n content: 'Download a specific custom study.'\r\n },\r\n {\r\n title: 'Page Selection',\r\n content: 'Select the page of the table you want to view.'\r\n }\r\n ],\r\n switch_institute: ' Switch Institute',\r\n edit_profile: 'Edit Profile',\r\n edit_user_profile: 'Editing user profile',\r\n logout: 'Logout',\r\n close: 'Close',\r\n save: 'Save',\r\n tour_base: [\r\n {\r\n title: 'Dashboard Preview',\r\n content:\r\n 'View historical series data as graphs. For comparison purposes, up to two historical series from the same production chain can be selected simultaneously.'\r\n },\r\n {\r\n title: 'Download Historic Series',\r\n content:\r\n 'Through a variety of selection filters, specify a section of the historical serial data to download in the spreadsheet format. There are two separations for historical series: public and private.'\r\n },\r\n {\r\n title: 'Download Market Report',\r\n content:\r\n 'Each production chain can contain various market reports. Using search parameters and filters, here you can find and download them.'\r\n },\r\n {\r\n title: 'Download Custom Study',\r\n content:\r\n 'Each custom study category may contain different files for download. It is possible to get them using filters and then download them.'\r\n },\r\n {\r\n title: 'Change of Institution',\r\n content:\r\n 'Please select another access profile from those linked to your account at any time.'\r\n },\r\n {\r\n title: 'Profile editing',\r\n content:\r\n 'Change your registration information such as name, phone or city.'\r\n },\r\n {\r\n title: 'Help',\r\n content:\r\n 'Reopens this help guide, explaining the behavior of all visible items of interest.'\r\n },\r\n {\r\n title: 'Logout',\r\n content:\r\n 'Exit the system. To re-enter after this, you will need to enter your credentials again.'\r\n }\r\n ],\r\n developed_by: 'Developed by',\r\n filters: 'Filters',\r\n update_avaliable: 'Update avaliable',\r\n click_to_install: 'Click to install',\r\n max_avaliable_date: 'Begin of the historical serie',\r\n exclusive_files: 'Releases',\r\n exclusive: 'Exclusive',\r\n new_badge: 'New',\r\n modal_message: 'EXCLUSIVE CONTENT FOR PARTNERS',\r\n modal_button_message: 'Become a partner',\r\n soon: 'Soon',\r\n nps_survey: {\r\n title: 'Satisfaction Survey',\r\n deny: 'Do not show again',\r\n close: 'Not now',\r\n question1:\r\n 'From a scale of 0 to 10, how much would you recommend the IMEA platform to a friend',\r\n question2: 'Leave your comment',\r\n validation: 'Required'\r\n }\r\n }\r\n}\r\n","import Vue from 'vue'\r\nimport VueI18n from 'vue-i18n'\r\nimport { messages } from './messages'\r\nimport moment from 'moment'\r\nVue.use(VueI18n)\r\n\r\nconst locale = localStorage.getItem('locale') || 'pt-BR'\r\n\r\nmoment.locale(locale)\r\n\r\nconst i18n = new VueI18n({ locale, messages })\r\n\r\nexport default i18n\r\n","function removeLeadingZeroes(str) {\r\n return str.replace(/^0\\.*0*/g, '')\r\n}\r\n\r\nfunction formatDecimal(str) {\r\n return str.replace(/(\\d{2}$)/g, '.$1')\r\n}\r\n\r\nfunction removeDecimal(str) {\r\n return str.replace(/\\./g, '')\r\n}\r\n\r\nexport default {\r\n update(el, { value, oldValue }) {\r\n const val = `${parseFloat(value)}`\r\n const event = new Event('input', { bubbles: true })\r\n\r\n if (!isNaN(val)) {\r\n if (val === '0') {\r\n el.value = '0'\r\n } else {\r\n const x = removeDecimal(removeLeadingZeroes(val))\r\n switch (x.length) {\r\n case 1:\r\n el.value = `0.0${x}`\r\n break\r\n case 2:\r\n el.value = `0.${x}`\r\n break\r\n default:\r\n el.value = formatDecimal(removeDecimal(x))\r\n }\r\n }\r\n } else {\r\n el.value = ''\r\n }\r\n if (el.value !== oldValue) {\r\n el.dispatchEvent(event)\r\n }\r\n }\r\n}\r\n","import directive from './directive'\r\n\r\nexport default {\r\n name: 'num-mask',\r\n directive\r\n}\r\n","import { flatten } from 'lodash'\r\n\r\n/**\r\n * Constrói o objeto de rotas no formato esperado pelo vue-router\r\n *\r\n * @param {Object} pageLayout\r\n * @param {Array