@mc-hogar/crosslib 0.0.79 → 0.0.80

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.
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MarcasOrderBy = void 0;
4
+ var MarcasOrderBy;
5
+ (function (MarcasOrderBy) {
6
+ MarcasOrderBy["CODIGO"] = "aik_ma_codigo";
7
+ MarcasOrderBy["DESCRIPCION"] = "aik_ma_descri";
8
+ MarcasOrderBy["DESTACADA"] = "marca_extension.maext_es_destacada";
9
+ })(MarcasOrderBy || (exports.MarcasOrderBy = MarcasOrderBy = {}));
10
+ //# sourceMappingURL=ListadosFieldsOrderBy.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListadosFieldsOrderBy.types.js","sourceRoot":"","sources":["../../../../src/common/types/ListadosFieldsOrderBy.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,yCAAwB,CAAA;IACxB,8CAA6B,CAAA;IAC7B,iEAAgD,CAAA;AAClD,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB"}
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrderDirection = void 0;
3
+ exports.DEFAULT_ROWS_PER_PAGE = exports.OrderDirection = void 0;
4
4
  var OrderDirection;
5
5
  (function (OrderDirection) {
6
6
  OrderDirection["ASC"] = "asc";
7
7
  OrderDirection["DESC"] = "desc";
8
8
  })(OrderDirection || (exports.OrderDirection = OrderDirection = {}));
9
+ exports.DEFAULT_ROWS_PER_PAGE = 50;
9
10
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":";;;AAGA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,6BAAW,CAAA;IACX,+BAAa,CAAA;AACf,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB"}
1
+ {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":";;;AAGA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,6BAAW,CAAA;IACX,+BAAa,CAAA;AACf,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AA0BY,QAAA,qBAAqB,GAAG,EAAE,CAAA"}
@@ -0,0 +1,7 @@
1
+ export var MarcasOrderBy;
2
+ (function (MarcasOrderBy) {
3
+ MarcasOrderBy["CODIGO"] = "aik_ma_codigo";
4
+ MarcasOrderBy["DESCRIPCION"] = "aik_ma_descri";
5
+ MarcasOrderBy["DESTACADA"] = "marca_extension.maext_es_destacada";
6
+ })(MarcasOrderBy || (MarcasOrderBy = {}));
7
+ //# sourceMappingURL=ListadosFieldsOrderBy.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListadosFieldsOrderBy.types.js","sourceRoot":"","sources":["../../../../src/common/types/ListadosFieldsOrderBy.types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,yCAAwB,CAAA;IACxB,8CAA6B,CAAA;IAC7B,iEAAgD,CAAA;AAClD,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB"}
@@ -3,4 +3,5 @@ export var OrderDirection;
3
3
  OrderDirection["ASC"] = "asc";
4
4
  OrderDirection["DESC"] = "desc";
5
5
  })(OrderDirection || (OrderDirection = {}));
6
+ export const DEFAULT_ROWS_PER_PAGE = 50;
6
7
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAGA,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,6BAAW,CAAA;IACX,+BAAa,CAAA;AACf,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB"}
1
+ {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAGA,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,6BAAW,CAAA;IACX,+BAAa,CAAA;AACf,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AA0BD,MAAM,CAAC,MAAM,qBAAqB,GAAG,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ export declare enum MarcasOrderBy {
2
+ CODIGO = "aik_ma_codigo",
3
+ DESCRIPCION = "aik_ma_descri",
4
+ DESTACADA = "marca_extension.maext_es_destacada"
5
+ }
6
+ //# sourceMappingURL=ListadosFieldsOrderBy.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListadosFieldsOrderBy.types.d.ts","sourceRoot":"","sources":["../../../../src/common/types/ListadosFieldsOrderBy.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,kBAAkB;IACxB,WAAW,kBAAkB;IAC7B,SAAS,uCAAuC;CACjD"}
@@ -24,4 +24,5 @@ export interface IListadoPaginadoArticuloOptions {
24
24
  orderByField: ArticuloOrderByStr;
25
25
  orderByDescAsc: OrderByDescAsc;
26
26
  }
27
+ export declare const DEFAULT_ROWS_PER_PAGE = 50;
27
28
  //# sourceMappingURL=Pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,iBAAiB,CAAA;AAEpI,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,CAAA;AAC3C,oBAAY,cAAc;IACxB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAED,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAED,MAAM,WAAW,oBAAoB,CAAC,KAAK;IACvC,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC3C,YAAY,CAAC,EAAW,MAAM,EAAE,CAAA;IAChC,cAAc,CAAC,EAAS,MAAM,EAAE,CAAA;IAChC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAA;IAChC,WAAW,CAAC,EAAY,MAAM,CAAA;CACjC;AAED,MAAM,WAAW,+BAA+B;IAC5C,iBAAiB,EAAE,iBAAiB,CAAA;IACpC,aAAa,EAAE,8BAA8B,CAAA;IAC7C,YAAY,EAAE,kBAAkB,CAAA;IAChC,cAAc,EAAE,cAAc,CAAA;CACjC"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG,mBAAmB,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,iBAAiB,CAAA;AAEpI,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,CAAA;AAC3C,oBAAY,cAAc;IACxB,GAAG,QAAQ;IACX,IAAI,SAAS;CACd;AAED,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAED,MAAM,WAAW,oBAAoB,CAAC,KAAK;IACvC,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC3C,YAAY,CAAC,EAAW,MAAM,EAAE,CAAA;IAChC,cAAc,CAAC,EAAS,MAAM,EAAE,CAAA;IAChC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAA;IAChC,WAAW,CAAC,EAAY,MAAM,CAAA;CACjC;AAED,MAAM,WAAW,+BAA+B;IAC5C,iBAAiB,EAAE,iBAAiB,CAAA;IACpC,aAAa,EAAE,8BAA8B,CAAA;IAC7C,YAAY,EAAE,kBAAkB,CAAA;IAChC,cAAc,EAAE,cAAc,CAAA;CACjC;AAED,eAAO,MAAM,qBAAqB,KAAK,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-hogar/crosslib",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",