Skip to content

Commit

Permalink
Merge pull request #13 from betha-plataforma/feature-mdi
Browse files Browse the repository at this point in the history
Atualiza versão do @mdi/font ^7.2.96
  • Loading branch information
gabrieldewes committed Jul 6, 2023
2 parents 4b4567b + f0b0fee commit 408c125
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@betha-plataforma/estrutura-componentes",
"version": "1.5.2",
"version": "1.5.3",
"description": "Coleção de Web Components para compor a estrutura de uma aplicação front-end da Betha Sistemas.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -15,7 +15,7 @@
"loader/"
],
"dependencies": {
"@mdi/font": "~5.0.45"
"@mdi/font": "^7.2.96"
},
"devDependencies": {
"@stencil/core": "^1.12.5",
Expand Down
19 changes: 11 additions & 8 deletions src/components/suporte/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@

## Properties

| Property | Attribute | Description | Type | Default |
| ------------------------ | ---------------------------- | ------------------------------------------------------------------- | ------------------ | ----------- |
| `blipChat` | `blip-chat` | Habilita ou desabilita o Blip Chat | `boolean` | `false` |
| `blipChatCustomStyle` | `blip-chat-custom-style` | Usar estilos que este componente fornece | `boolean` | `false` |
| `blipChatFabButtonColor` | `blip-chat-fab-button-color` | Cor do botão flutuante do Blip Chat | `string` | `undefined` |
| `blipChatUserInfo` | -- | Usuário de sessão do Blip Chat | `BlipChatUserInfo` | `undefined` |
| `centralAjudaHome` | `central-ajuda-home` | URL para a home da central de ajuda. Por padrão irá obter do env.js | `string` | `undefined` |
| `fabButton` | `fab-button` | Indica se a aplicação já possui botão flutuante | `boolean` | `false` |
| Property | Attribute | Description | Type | Default |
| ------------------------ | ---------------------------- | --------------------------------------------------------------------------------------------- | --------------------- | ----------- |
| `atendimento` | `atendimento` | Habilita ou desabilita o botão de abrir um chamado no atendimento | `boolean` | `false` |
| `authorization` | -- | Configuração de autorização. É necessária para o componente poder autenticar com os serviços. | `AuthorizationConfig` | `undefined` |
| `blipChat` | `blip-chat` | Habilita ou desabilita o Blip Chat | `boolean` | `false` |
| `blipChatCustomStyle` | `blip-chat-custom-style` | Usar estilos que este componente fornece | `boolean` | `false` |
| `blipChatFabButtonColor` | `blip-chat-fab-button-color` | Cor do botão flutuante do Blip Chat | `string` | `undefined` |
| `blipChatUserInfo` | -- | Usuário de sessão do Blip Chat | `BlipChatUserInfo` | `undefined` |
| `centralAjudaHome` | `central-ajuda-home` | URL para a home da central de ajuda. Por padrão irá obter do env.js | `string` | `undefined` |
| `fabButton` | `fab-button` | Indica se a aplicação já possui botão flutuante | `boolean` | `false` |
| `licencasApi` | `licencas-api` | URL para a api de licenças. Por padrão irá obter do env.js. | `string` | `undefined` |


## Methods
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h2>Comuns</h2>
{ nome: 'Gerenciador de Acessos', rota: '/gerenciando', icone: 'key-variant', possuiPermissao: true, },
{ nome: 'Lorem ipsum, dolor sit amet consectetur adipisicing elit', rota: '/', icone: 'merge', possuiPermissao: false, },
{ nome: 'Restrito', rota: '/', icone: 'atom-variant', possuiPermissao: false },
{ nome: 'Console AWS', rota: 'https://aws.amazon.com/pt/console/', icone: 'amazon', possuiPermissao: true }
{ nome: 'Console AWS', rota: 'https://aws.amazon.com/pt/console/', icone: 'aws', possuiPermissao: true }
];

utilitarios.addEventListener('opcaoUtilitarioSelecionada', function navegar(event) {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@mdi/font@~5.0.45":
version "5.0.45"
resolved "https://registry.yarnpkg.com/@mdi/font/-/font-5.0.45.tgz#8eda40c41dc7ee9e7a51dbe9191c5c38b8482422"
integrity sha512-3sOO/UMyQqrmizW5zjvhKJP4FZFO7LblRw4G0alDxK1ekUwNxNXI7hYv8ACAv8H44riBuqlVJ7u39XDqv/Xwuw==
"@mdi/font@^7.2.96":
version "7.2.96"
resolved "https://registry.yarnpkg.com/@mdi/font/-/font-7.2.96.tgz#af800d9fe3b424f85ad45e9baa755bd003ab4986"
integrity sha512-e//lmkmpFUMZKhmCY9zdjRe4zNXfbOIJnn6xveHbaV2kSw5aJ5dLXUxcRt1Gxfi7ZYpFLUWlkG2MGSFAiqAu7w==

"@stencil/core@^1.12.5":
version "1.17.3"
Expand Down

0 comments on commit 408c125

Please sign in to comment.