@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.
- package/bundles/seniorsistemas-yms-integration.umd.js +4 -0
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/wms/form/form-wms.component.js +6 -2
- package/esm5/src/wms/form/form-wms.component.js +6 -2
- package/fesm2015/seniorsistemas-yms-integration.js +5 -1
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +5 -1
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-yms-integration.metadata.json +1 -1
|
@@ -3059,6 +3059,10 @@
|
|
|
3059
3059
|
function FormWmsDescritor() {
|
|
3060
3060
|
}
|
|
3061
3061
|
FormWmsDescritor = __decorate([
|
|
3062
|
+
ymsRoutines.Agendamento({
|
|
3063
|
+
header: INFORMACAOES_ADICIONAIS_HEADER,
|
|
3064
|
+
name: 'yms.integracao.wms'
|
|
3065
|
+
}),
|
|
3062
3066
|
ymsRoutines.ChegadaVeiculo({
|
|
3063
3067
|
header: INFORMACAOES_ADICIONAIS_HEADER,
|
|
3064
3068
|
name: 'yms.integracao.wms',
|