@mozaic-ds/vue 0.42.0-beta.1 → 0.42.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/vue",
3
- "version": "0.42.0-beta.1",
3
+ "version": "0.42.0-beta.2",
4
4
  "description": "Vue.js implementation of Mozaic Design System",
5
5
  "author": "Adeo - Mozaic Design System",
6
6
  "scripts": {
@@ -449,6 +449,7 @@ export default {
449
449
  getTotalStringCurrentCount() {
450
450
  const { skip, take } = buildOptions(
451
451
  this.pagingOptions.enabled,
452
+ this.pagingOptions.totalPage,
452
453
  this.getPageValue,
453
454
  this.getPagingIndex,
454
455
  this.getPagingSize,