@seniorsistemas/yms-integration 1.23.0 → 1.24.0

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.
@@ -9,7 +9,7 @@ import { MessageModule } from 'primeng/message';
9
9
  import { TableModule, Table } from 'primeng/table';
10
10
  import { HttpParams, HttpClient, HttpClientModule } from '@angular/common/http';
11
11
  import { MessageService, DynamicDialogRef, DynamicDialogConfig, DialogService, ConfirmationService } from 'primeng/api';
12
- import { ControleCircuito, ControleOperacao, IntegrationDispatcher, CircuitoFinalizado, ControleUnificado, ChegadaVeiculo, IntegrationEventsCallback, IntegrationModule, ChegadaVeiculoOverride, Agendamento } from '@seniorsistemas/yms-routines';
12
+ import { ControleCircuito, ControleOperacao, IntegrationDispatcher, CircuitoFinalizado, ControleUnificado, ChegadaVeiculo, IntegrationEventsCallback, IntegrationModule, Agendamento, ChegadaVeiculoOverride } from '@seniorsistemas/yms-routines';
13
13
  import { trigger, state, style, transition, animate } from '@angular/animations';
14
14
  import { PermissionsModule } from '@seniorsistemas/platform-components';
15
15
  import { StompConfig, StompService } from '@stomp/ng2-stompjs';
@@ -3000,6 +3000,10 @@ var FormWmsDescritor = /** @class */ (function () {
3000
3000
  function FormWmsDescritor() {
3001
3001
  }
3002
3002
  FormWmsDescritor = __decorate([
3003
+ Agendamento({
3004
+ header: INFORMACAOES_ADICIONAIS_HEADER,
3005
+ name: 'yms.integracao.wms'
3006
+ }),
3003
3007
  ChegadaVeiculo({
3004
3008
  header: INFORMACAOES_ADICIONAIS_HEADER,
3005
3009
  name: 'yms.integracao.wms',