@pmcretail/mapper-library 0.0.52 → 0.0.54
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/README.md +24 -24
- package/bundles/pmcretail-mapper-library.umd.js +4398 -4379
- package/bundles/pmcretail-mapper-library.umd.js.map +1 -1
- package/esm2015/lib/RJ-mapper.class.js +877 -877
- package/esm2015/lib/TransactionDocumentBuilder.js +1244 -1244
- package/esm2015/lib/WebReturn-mapper.class.js +326 -326
- package/esm2015/lib/WebReturnMagento2RestV1.class.js +275 -275
- package/esm2015/lib/WebReturnSalesforceMapper.class.js +428 -409
- package/esm2015/lib/basket.service.js +527 -527
- package/esm2015/lib/mapper-library.component.js +26 -26
- package/esm2015/lib/mapper-library.model.js +41 -41
- package/esm2015/lib/mapper-library.module.js +21 -21
- package/esm2015/lib/number-util.service.js +42 -42
- package/esm2015/pmcretail-mapper-library.js +4 -4
- package/esm2015/public-api.js +10 -10
- package/fesm2015/pmcretail-mapper-library.js +3762 -3743
- package/fesm2015/pmcretail-mapper-library.js.map +1 -1
- package/lib/RJ-mapper.class.d.ts +80 -80
- package/lib/TransactionDocumentBuilder.d.ts +271 -271
- package/lib/WebReturn-mapper.class.d.ts +27 -27
- package/lib/WebReturnMagento2RestV1.class.d.ts +30 -30
- package/lib/WebReturnSalesforceMapper.class.d.ts +36 -35
- package/lib/WebReturnSalesforceMapper.class.d.ts.map +1 -1
- package/lib/basket.service.d.ts +105 -105
- package/lib/mapper-library.component.d.ts +8 -8
- package/lib/mapper-library.model.d.ts +702 -702
- package/lib/mapper-library.module.d.ts +7 -7
- package/lib/number-util.service.d.ts +13 -13
- package/package.json +1 -1
- package/pmcretail-mapper-library.d.ts +5 -5
- package/public-api.d.ts +6 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./mapper-library.component";
|
|
3
|
-
export declare class MapperLibraryModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapperLibraryModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapperLibraryModule, [typeof i1.MapperLibraryComponent], never, [typeof i1.MapperLibraryComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapperLibraryModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./mapper-library.component";
|
|
3
|
+
export declare class MapperLibraryModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapperLibraryModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MapperLibraryModule, [typeof i1.MapperLibraryComponent], never, [typeof i1.MapperLibraryComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MapperLibraryModule>;
|
|
7
|
+
}
|
|
8
8
|
//# sourceMappingURL=mapper-library.module.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { CurrencyPipe } from "@angular/common";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NumberUtilService {
|
|
4
|
-
private cp;
|
|
5
|
-
className: string;
|
|
6
|
-
constructor(cp: CurrencyPipe);
|
|
7
|
-
trimTo2Decimal(no: number): number;
|
|
8
|
-
trimTo2Decimal2(no: number): number;
|
|
9
|
-
getFlooredFixed(v: any, d: any): string;
|
|
10
|
-
AppendWithCurrencySymbol(numValue: any, currencyCode: string): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumberUtilService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NumberUtilService>;
|
|
13
|
-
}
|
|
1
|
+
import { CurrencyPipe } from "@angular/common";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NumberUtilService {
|
|
4
|
+
private cp;
|
|
5
|
+
className: string;
|
|
6
|
+
constructor(cp: CurrencyPipe);
|
|
7
|
+
trimTo2Decimal(no: number): number;
|
|
8
|
+
trimTo2Decimal2(no: number): number;
|
|
9
|
+
getFlooredFixed(v: any, d: any): string;
|
|
10
|
+
AppendWithCurrencySymbol(numValue: any, currencyCode: string): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberUtilService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NumberUtilService>;
|
|
13
|
+
}
|
|
14
14
|
//# sourceMappingURL=number-util.service.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@pmcretail/mapper-library" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@pmcretail/mapper-library" />
|
|
5
|
+
export * from './public-api';
|
|
6
6
|
//# sourceMappingURL=pmcretail-mapper-library.d.ts.map
|
package/public-api.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './lib/mapper-library.component';
|
|
2
|
-
export * from './lib/mapper-library.module';
|
|
3
|
-
export * from './lib/RJ-mapper.class';
|
|
4
|
-
export * from './lib/WebReturn-mapper.class';
|
|
5
|
-
export * from './lib/WebReturnSalesforceMapper.class';
|
|
6
|
-
export * from './lib/WebReturnMagento2RestV1.class';
|
|
1
|
+
export * from './lib/mapper-library.component';
|
|
2
|
+
export * from './lib/mapper-library.module';
|
|
3
|
+
export * from './lib/RJ-mapper.class';
|
|
4
|
+
export * from './lib/WebReturn-mapper.class';
|
|
5
|
+
export * from './lib/WebReturnSalesforceMapper.class';
|
|
6
|
+
export * from './lib/WebReturnMagento2RestV1.class';
|
|
7
7
|
//# sourceMappingURL=public-api.d.ts.map
|