@hitsoft/smart-warehouse 1.0.1 → 1.0.2
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/esm2020/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.mjs +1 -1
- package/fesm2015/hitsoft-smart-warehouse.mjs.map +1 -1
- package/fesm2020/hitsoft-smart-warehouse.mjs.map +1 -1
- package/lib/hit-proxy/devexpress-query-builder/devexpress-query-builder.d.ts +2 -2
- package/lib/hit-proxy/orders/order.service.d.ts +1 -1
- package/lib/hit-proxy/stock-report/stock-report.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EnvironmentService } from '@abp/ng.core';
|
|
2
2
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import
|
|
3
|
+
import CustomStore from 'devextreme/data/custom_store';
|
|
4
4
|
import { LoadOptions } from './devexpress-load-options.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DevexpressRestService {
|
|
7
7
|
private envService;
|
|
8
8
|
private toaster;
|
|
9
|
-
createStore: (options: LoadOptions) =>
|
|
9
|
+
createStore: (options: LoadOptions) => CustomStore;
|
|
10
10
|
onAjaxError(e: {
|
|
11
11
|
xhr: any;
|
|
12
12
|
error: any;
|
|
@@ -7,7 +7,7 @@ export declare class OrderService {
|
|
|
7
7
|
private restService;
|
|
8
8
|
private devexService;
|
|
9
9
|
apiName: string;
|
|
10
|
-
loadOrders: import("devextreme
|
|
10
|
+
loadOrders: import("devextreme/data/custom_store").default<any, any>;
|
|
11
11
|
getAllOrders: () => Observable<SapOrderDto[]>;
|
|
12
12
|
getOrderByDocEntry: (docEntry: number) => Observable<SapOrderDto>;
|
|
13
13
|
startTask: (docEntries: number[]) => Observable<string>;
|
|
@@ -5,7 +5,7 @@ export declare class StockReportService {
|
|
|
5
5
|
private restService;
|
|
6
6
|
private devexService;
|
|
7
7
|
apiName: string;
|
|
8
|
-
loadStockReports: import("devextreme
|
|
8
|
+
loadStockReports: import("devextreme/data/custom_store").default<any, any>;
|
|
9
9
|
constructor(restService: RestService, devexService: DevexpressRestService);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<StockReportService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<StockReportService>;
|