@finema/core 2.17.3 → 2.17.4

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/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.17.3",
3
+ "version": "2.17.4",
4
4
  "configKey": "core",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import defu from 'defu';
3
3
  import * as theme from '../dist/runtime/theme/index.js';
4
4
 
5
5
  const name = "@finema/core";
6
- const version = "2.17.3";
6
+ const version = "2.17.4";
7
7
 
8
8
  const nuxtAppOptions = {
9
9
  head: {
@@ -114,6 +114,7 @@ export const apiFetchHelper = async (state, onUpdateStatus, onUpdateOptions, onU
114
114
  });
115
115
  const getOptions = (data) => {
116
116
  const {
117
+ page: page2,
117
118
  total,
118
119
  limit: limit2,
119
120
  ...more
@@ -122,7 +123,7 @@ export const apiFetchHelper = async (state, onUpdateStatus, onUpdateOptions, onU
122
123
  ...state().options,
123
124
  ...more,
124
125
  currentPageCount: state().items?.length || 0,
125
- currentPage: page,
126
+ currentPage: page2,
126
127
  totalCount: total,
127
128
  limit: limit2,
128
129
  search: query,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.17.3",
3
+ "version": "2.17.4",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",