cleek 2.10.2 → 2.10.3

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.
@@ -1,6 +1,7 @@
1
1
  import { Align, Layout } from '../../../types/cleek-options';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
+ totalPages: number;
4
5
  currentPage: number;
5
6
  align: Align;
6
7
  itemsPerPage: number;
@@ -10,6 +11,7 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
10
11
  refreshList: () => void;
11
12
  "update:currentPage": (value: number) => void;
12
13
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ totalPages: number;
13
15
  currentPage: number;
14
16
  align: Align;
15
17
  itemsPerPage: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.2",
4
+ "version": "2.10.3",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",