@arkyn/types 1.3.148 → 1.3.149

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,8 @@ type PaginationProps = {
5
5
  perPageKey?: string;
6
6
  siblingsCount?: number;
7
7
  totalCountRegisters: number;
8
+ currentPage?: number;
9
+ registerPerPage?: number;
8
10
  } & HTMLAttributes<HTMLDivElement>;
9
11
  export type { PaginationProps };
10
12
  //# sourceMappingURL=PaginationProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaginationProps.d.ts","sourceRoot":"","sources":["../../src/components/PaginationProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;CAC7B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"PaginationProps.d.ts","sourceRoot":"","sources":["../../src/components/PaginationProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,YAAY,EAAE,eAAe,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/types",
3
- "version": "1.3.148",
3
+ "version": "1.3.149",
4
4
  "main": "./dist/bundle.js",
5
5
  "module": "./src/index.ts",
6
6
  "type": "module",
@@ -6,6 +6,8 @@ type PaginationProps = {
6
6
  perPageKey?: string;
7
7
  siblingsCount?: number;
8
8
  totalCountRegisters: number;
9
+ currentPage?: number;
10
+ registerPerPage?: number;
9
11
  } & HTMLAttributes<HTMLDivElement>;
10
12
 
11
13
  export type { PaginationProps };