ngx-sp-infra 6.12.2 → 6.12.4

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.
@@ -4350,6 +4350,10 @@ class IconsList {
4350
4350
  </svg>` },
4351
4351
  { nome: "aditivo-novo", categoria: "", tags: [], svg: `<svg width="${size}" height="${size}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4352
4352
  <path d="M2.5 6.79741V9.5661C7.60924 9.56612 7.60924 17.1033 2.5 17.1033V20.5C2.5 21.0523 2.94772 21.5 3.5 21.5H8.88655C8.2479 17.1033 14.6345 17.1033 13.9958 21.5H18.105C18.6573 21.5 19.105 21.0523 19.105 20.5V15.8471C22.2983 15.219 22.2983 11.4504 19.105 10.8223V6.79758C19.105 6.24526 18.6573 5.79754 18.105 5.79758L15.2731 5.7978C14.6345 1.40086 8.2479 1.40086 7.60924 5.79704L3.49991 5.79741C2.94766 5.79746 2.5 6.24516 2.5 6.79741Z" stroke="currentColor" />
4353
+ </svg>` },
4354
+ // Pedido Contratos via Redmine:
4355
+ { nome: "encerrar", categoria: "", tags: [], svg: `<svg width="${size}" height="${size}" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4356
+ <path d="M2.14648 2.14648C2.34175 1.95122 2.65825 1.95122 2.85352 2.14648L21.8535 21.1465C22.0487 21.3417 22.0488 21.6583 21.8535 21.8535C21.6583 22.0488 21.3417 22.0487 21.1465 21.8535L19 19.707V20C19 20.8284 18.3284 21.5 17.5 21.5H6C5.1725 21.5 4.50002 20.8303 4.5 20.001V5.20703L2.14648 2.85352C1.95122 2.65825 1.95122 2.34175 2.14648 2.14648ZM5.5 20.001C5.50002 20.2762 5.72296 20.5 6 20.5H17.5C17.7761 20.5 18 20.2761 18 20V18.707L5.5 6.20703V20.001ZM13 2.5C13.14 2.50001 13.2735 2.55894 13.3682 2.66211L18.8682 8.66211C18.9527 8.75432 19 8.87492 19 9V13.5C19 13.7761 18.7761 14 18.5 14C18.2239 14 18 13.7761 18 13.5V9.5H14C13.1716 9.5 12.5 8.82841 12.5 8V3.5H8.5C8.22387 3.5 8.00002 3.27613 8 3C8 2.72386 8.22386 2.5 8.5 2.5H13ZM13.5 8C13.5 8.27612 13.7239 8.5 14 8.5H17.3643L13.5 4.28418V8Z" fill="currentColor"/>
4353
4357
  </svg>` },
4354
4358
  ];
4355
4359
  // #endregion LISTA COMPLETA DE ÍCONES - ÍCONES NOVOS DEVEM SER ADICIONADOS AQUI
@@ -11707,6 +11711,8 @@ class InfraEstabelecimentoFavoritoDefault {
11707
11711
  this.IS_CHECKED = false;
11708
11712
  this.IS_FAVORITE = false;
11709
11713
  this.IS_DEFAULT = false;
11714
+ this.ESTABFAVORITOID = 0;
11715
+ this.TENANT_ID = 0;
11710
11716
  }
11711
11717
  }
11712
11718