@mc-hogar/crosslib 0.0.78 → 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.
package/README.md CHANGED
@@ -1,4 +0,0 @@
1
- # REadme
2
-
3
- .npmrc
4
- @mc-hogar:registry=https://npm.pkg.github.com/:_authToken=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
@@ -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,3 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DEFAULT_ROWS_PER_PAGE = exports.OrderDirection = void 0;
4
+ var OrderDirection;
5
+ (function (OrderDirection) {
6
+ OrderDirection["ASC"] = "asc";
7
+ OrderDirection["DESC"] = "desc";
8
+ })(OrderDirection || (exports.OrderDirection = OrderDirection = {}));
9
+ exports.DEFAULT_ROWS_PER_PAGE = 50;
3
10
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":""}
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"}
@@ -1,2 +1,7 @@
1
- export {};
1
+ export var OrderDirection;
2
+ (function (OrderDirection) {
3
+ OrderDirection["ASC"] = "asc";
4
+ OrderDirection["DESC"] = "desc";
5
+ })(OrderDirection || (OrderDirection = {}));
6
+ export const DEFAULT_ROWS_PER_PAGE = 50;
2
7
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":""}
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"}
@@ -1,5 +1,9 @@
1
1
  export type ArticuloOrderByStr = 'aik_ar_codigo' | 'aik_ar_fecha_alta' | 'aik_ar_fechamodif' | 'aik_stock_total' | 'aik_ap_utilidad';
2
- export type OrderByDescAsc = 'desc' | 'asc';
2
+ export type OrderByDescAsc = 'asc' | 'desc';
3
+ export declare enum OrderDirection {
4
+ ASC = "asc",
5
+ DESC = "desc"
6
+ }
3
7
  export interface IOffsetPagination {
4
8
  skip: number | null;
5
9
  take: number | null;
@@ -20,4 +24,5 @@ export interface IListadoPaginadoArticuloOptions {
20
24
  orderByField: ArticuloOrderByStr;
21
25
  orderByDescAsc: OrderByDescAsc;
22
26
  }
27
+ export declare const DEFAULT_ROWS_PER_PAGE = 50;
23
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;AACpI,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,KAAK,CAAA;AAE3C,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAOD,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.78",
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",