@mc-hogar/crosslib 0.0.94 → 0.0.96

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.
Files changed (31) hide show
  1. package/dist/cjs/modules/Financiacion/index.js +18 -0
  2. package/dist/cjs/modules/Financiacion/index.js.map +1 -0
  3. package/dist/cjs/modules/Financiacion/types/MedioPago.types.js +3 -0
  4. package/dist/cjs/modules/Financiacion/types/MedioPago.types.js.map +1 -0
  5. package/dist/cjs/modules/Financiacion/types/index.js +18 -0
  6. package/dist/cjs/modules/Financiacion/types/index.js.map +1 -0
  7. package/dist/cjs/modules/Storefront/index.js +2 -0
  8. package/dist/cjs/modules/Storefront/index.js.map +1 -0
  9. package/dist/cjs/modules/Storefront/types/sucursales.types.js +3 -0
  10. package/dist/cjs/modules/Storefront/types/sucursales.types.js.map +1 -0
  11. package/dist/esm/modules/Financiacion/index.js +2 -0
  12. package/dist/esm/modules/Financiacion/index.js.map +1 -0
  13. package/dist/esm/modules/Financiacion/types/MedioPago.types.js +2 -0
  14. package/dist/esm/modules/Financiacion/types/MedioPago.types.js.map +1 -0
  15. package/dist/esm/modules/Financiacion/types/index.js +2 -0
  16. package/dist/esm/modules/Financiacion/types/index.js.map +1 -0
  17. package/dist/esm/modules/Storefront/index.js +2 -0
  18. package/dist/esm/modules/Storefront/index.js.map +1 -0
  19. package/dist/esm/modules/Storefront/types/sucursales.types.js +2 -0
  20. package/dist/esm/modules/Storefront/types/sucursales.types.js.map +1 -0
  21. package/dist/types/modules/Financiacion/index.d.ts +2 -0
  22. package/dist/types/modules/Financiacion/index.d.ts.map +1 -0
  23. package/dist/types/modules/Financiacion/types/MedioPago.types.d.ts +8 -0
  24. package/dist/types/modules/Financiacion/types/MedioPago.types.d.ts.map +1 -0
  25. package/dist/types/modules/Financiacion/types/index.d.ts +2 -0
  26. package/dist/types/modules/Financiacion/types/index.d.ts.map +1 -0
  27. package/dist/types/modules/Storefront/index.d.ts +1 -0
  28. package/dist/types/modules/Storefront/index.d.ts.map +1 -0
  29. package/dist/types/modules/Storefront/types/sucursales.types.d.ts +18 -0
  30. package/dist/types/modules/Storefront/types/sucursales.types.d.ts.map +1 -0
  31. package/package.json +1 -1
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Financiacion/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=MedioPago.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MedioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./MedioPago.types"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAiC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Storefront/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=sucursales.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sucursales.types.js","sourceRoot":"","sources":["../../../../../src/modules/Storefront/types/sucursales.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './types';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Financiacion/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MedioPago.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MedioPago.types.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './MedioPago.types';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/Storefront/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sucursales.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sucursales.types.js","sourceRoot":"","sources":["../../../../../src/modules/Storefront/types/sucursales.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './types';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/Financiacion/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
@@ -0,0 +1,8 @@
1
+ export interface MedioPago {
2
+ id: number;
3
+ nombre: string;
4
+ orden: number;
5
+ logoUrl: string | null;
6
+ comentarios: string | null;
7
+ }
8
+ //# sourceMappingURL=MedioPago.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MedioPago.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/MedioPago.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;CAC7B"}
@@ -0,0 +1,2 @@
1
+ export * from './MedioPago.types';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Financiacion/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/modules/Storefront/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ export interface SucursalData {
2
+ ciudadProvincia: string;
3
+ direccion: string;
4
+ email: string;
5
+ googleMapEmbed: string;
6
+ googleMapLink: string;
7
+ nombre: string;
8
+ posicion: number;
9
+ wspLink: string;
10
+ wspText: string;
11
+ horarios: SucursalHorario;
12
+ }
13
+ interface SucursalHorario {
14
+ lunesViernes: string;
15
+ sabados: string;
16
+ }
17
+ export {};
18
+ //# sourceMappingURL=sucursales.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sucursales.types.d.ts","sourceRoot":"","sources":["../../../../../src/modules/Storefront/types/sucursales.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IACzB,eAAe,EAAE,MAAM,CAAA;IACvB,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,eAAe,CAAA;CAC5B;AAED,UAAU,eAAe;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,EAAE,MAAM,CAAA;CAClB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-hogar/crosslib",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",