@seniorsistemas/yms-integration 1.14.1-4eaf8fea-5f98-41ed-81a0-23e40e9369cd → 1.14.1-c4728f7a-aa32-4ff8-9df6-c4bced7134b0
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 +0 -32
- 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/index.js +1 -3
- package/esm5/index.js +1 -3
- package/fesm2015/seniorsistemas-yms-integration.js +1 -25
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -31
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/index.d.ts +0 -2
- package/package.json +1 -1
- package/seniorsistemas-yms-integration.metadata.json +1 -1
- package/esm2015/src/devices/dock/dock.module.js +0 -12
- package/esm2015/src/devices/dock/dock.service.js +0 -22
- package/esm5/src/devices/dock/dock.module.js +0 -15
- package/esm5/src/devices/dock/dock.service.js +0 -25
- package/src/devices/dock/dock.module.d.ts +0 -2
- package/src/devices/dock/dock.service.d.ts +0 -10
|
@@ -13065,36 +13065,6 @@
|
|
|
13065
13065
|
return ErpSeniorModule;
|
|
13066
13066
|
}());
|
|
13067
13067
|
|
|
13068
|
-
var DockService = /** @class */ (function (_super) {
|
|
13069
|
-
__extends(DockService, _super);
|
|
13070
|
-
function DockService(http, messageService) {
|
|
13071
|
-
var _this = _super.call(this, messageService) || this;
|
|
13072
|
-
_this.http = http;
|
|
13073
|
-
_this.messageService = messageService;
|
|
13074
|
-
_this.url_dock = "yms/dock/";
|
|
13075
|
-
return _this;
|
|
13076
|
-
}
|
|
13077
|
-
DockService.prototype.fallbackCall = function (plantId, vaga, plate) {
|
|
13078
|
-
return this.http.post(this.url_dock + "actions/setVagaInProgress", { plantId: plantId, vaga: vaga, plate: plate }).pipe(this.defaultCatch());
|
|
13079
|
-
};
|
|
13080
|
-
DockService = __decorate([
|
|
13081
|
-
core.Injectable(),
|
|
13082
|
-
__metadata("design:paramtypes", [http.HttpClient, api.MessageService])
|
|
13083
|
-
], DockService);
|
|
13084
|
-
return DockService;
|
|
13085
|
-
}(Service));
|
|
13086
|
-
|
|
13087
|
-
var DockModule = /** @class */ (function () {
|
|
13088
|
-
function DockModule() {
|
|
13089
|
-
}
|
|
13090
|
-
DockModule = __decorate([
|
|
13091
|
-
core.NgModule({
|
|
13092
|
-
providers: [DockService]
|
|
13093
|
-
})
|
|
13094
|
-
], DockModule);
|
|
13095
|
-
return DockModule;
|
|
13096
|
-
}());
|
|
13097
|
-
|
|
13098
13068
|
exports.AgendaModule = AgendaModule;
|
|
13099
13069
|
exports.AgendaService = AgendaService;
|
|
13100
13070
|
exports.BalancaModule = BalancaModule;
|
|
@@ -13112,8 +13082,6 @@
|
|
|
13112
13082
|
exports.ControladorCancelaDescritor = ControladorCancelaDescritor;
|
|
13113
13083
|
exports.ControladorCancelasService = ControladorCancelasService;
|
|
13114
13084
|
exports.CoreModule = CoreModule;
|
|
13115
|
-
exports.DockModule = DockModule;
|
|
13116
|
-
exports.DockService = DockService;
|
|
13117
13085
|
exports.ERP_ENVIRONMENT = ERP_ENVIRONMENT;
|
|
13118
13086
|
exports.ERP_SENIOR_HEADER = ERP_SENIOR_HEADER;
|
|
13119
13087
|
exports.EmpresaModule = EmpresaModule;
|