@nx-ddd/excel 19.10.0 → 19.12.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/impl/index.d.ts CHANGED
@@ -9,3 +9,4 @@ declare class ExcelServiceImpl implements ExcelService {
9
9
  }
10
10
 
11
11
  export { ExcelServiceImpl };
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../../packages/@nx-ddd/excel/src/lib/impl/excel.service.impl.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAMA,cAAA,gBAAA,YAAA,YAAA;AAEQ,gDAAA,OAAA;;;;AA+CP;;;;"}
package/index.d.ts CHANGED
@@ -65,3 +65,4 @@ interface ExcelService {
65
65
 
66
66
  export { DefaultExcelConverter, Excel, ExcelConverter, getConverter, getExcelMetadata, getFields, getFlattenFieldAnnotations, getHeaders };
67
67
  export type { ExcelFieldOptions, ExcelMetadata, ExcelRecord, ExcelService };
68
+ //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../packages/@nx-ddd/excel/src/lib/decorators/excel.decorators.ts","../../../../packages/@nx-ddd/excel/src/lib/converter/excel.converter.ts","../../../../packages/@nx-ddd/excel/src/lib/excel.service.ts"],"sourcesContent":[null,null,null],"names":[],"mappings":";;;;AAME;;AAEA;AACD;;AAGC,YAAA,GAAA,SAAA,iBAAA;AACD;AAqBD,cAAA,KAAA;AAlByB;;AAAmC;AAAnC;;AAAmC;AAAnC;;AAAmC;AAAnC;;AAAmC;AAAnC;;AAAmC;;;;;AA4B5D,iBAAA,gBAAA,eAAA,aAAA;AAIA,iBAAA,UAAA;AAWA,iBAAA,SAAA;AAaA,iBAAA,0BAAA,yDAAA,MAAA,SAAA,iBAAA;;;AClEE;AACD;AAED,uBAAA,cAAA;AACE,+BAAA,WAAA;AACA,gCAAA,WAAA;AAEA,2BAAA,WAAA;AAIA,8BAAA,WAAA;AAGD;AAED,cAAA,qBAAA,YAAA,cAAA;AACc;AAAQ,wBAAA,IAAA;AAIpB,sBAAA,WAAA;AA2BA;AAgBA,uBAAA,WAAA;AA4BA;AAmBA;AAmBA;AAMA;AAMA;AAQA;AAOD;AAED,iBAAA,YAAA,YAAA,IAAA,MAAA,cAAA;;;ACpKE,gDAAA,OAAA;;AAED;;;;"}
package/infra/index.d.ts CHANGED
@@ -33,3 +33,4 @@ declare function getExcelRepository<T>(Entity: Type<T>, config: ExcelRepositoryC
33
33
 
34
34
  export { BaseExcelRepository, EXCEL_REPOSITORY, ExcelRepository, getExcelRepository };
35
35
  export type { ExcelRepositoryConfig };
36
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../../packages/@nx-ddd/excel/src/lib/infra/excel.repository.impl.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;AASE,gBAAA,cAAA;AACA;AACD;AAED,uBAAA,mBAAA;;;;;;AAOQ,YAAA,OAAA;;AASP;AAED,cAAA,eAAA,YAAA,mBAAA;AAGoB;AACA;AACA,wBAAA,cAAA;;AAEA,2BAAA,YAAA;;;;AAInB;AAGD,cAAA,gBAAA,EAA6B,YAAA,CAAA,OAAA,CAAA,eAAA;AAE7B,iBAAA,kBAAA,YAAA,IAAA,aAAA,qBAAA,GAAA,eAAA;;;;"}
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@nx-ddd/excel",
3
- "version": "19.10.0",
3
+ "version": "19.12.0",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=17.0.0",
6
- "@nx-ddd/core": "19.10.0"
6
+ "@nx-ddd/core": "19.12.0"
7
7
  },
8
8
  "module": "fesm2022/nx-ddd-excel.mjs",
9
9
  "typings": "index.d.ts",
package/tokens/index.d.ts CHANGED
@@ -6,3 +6,4 @@ declare const EXCEL_SERVICE_DI: _nx_ddd_core.DiToken<ExcelService>;
6
6
  declare const EXCEL_SERVICE: _angular_core.InjectionToken<ExcelService>;
7
7
 
8
8
  export { EXCEL_SERVICE, EXCEL_SERVICE_DI };
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sources":["../../../../../packages/@nx-ddd/excel/src/lib/tokens/excel.token.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAIA,cAAA,gBAAA,EAA6B,YAAA,CAAA,OAAA,CAAA,YAAA;AAG7B,cAAA,aAAA,EAA0B,aAAA,CAAA,cAAA,CAAA,YAAA;;;;"}