@monoui/vuejs 1.1.85 → 1.1.87

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": "@monoui/vuejs",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -611,12 +611,12 @@ export default {
611
611
  settings: {
612
612
  currentPage: 1,
613
613
  pageCount: 0,
614
- itemPerPage: 10,
614
+ itemPerPage: this.perPage || 10,
615
615
  totalItemCount: 0
616
616
  },
617
617
  tableData: [],
618
618
  searchWord: null,
619
- isDataEmpty: false,
619
+ isDataEmpty: true,
620
620
  isLoading: false,
621
621
  limit: 250,
622
622
  searchDebounceTimeout: null,