@lambo-design/schema-paging-table 1.0.0-beta.19 → 1.0.0-beta.20

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/src/index.vue +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/schema-paging-table",
3
- "version": "1.0.0-beta.19",
3
+ "version": "1.0.0-beta.20",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -10,10 +10,10 @@
10
10
  "registry": "https://registry.npmjs.org/"
11
11
  },
12
12
  "devDependencies": {
13
- "@lambo-design/core": "^4.7.1-beta.114",
14
13
  "@lambo-design/shared": "^1.0.0-beta.101",
15
- "@lambo-design/paging-table": "^1.0.0-beta.73",
16
- "@lambo-design/schema-form": "^1.0.0-beta.40"
14
+ "@lambo-design/schema-form": "^1.0.0-beta.40",
15
+ "@lambo-design/core": "^4.7.1-beta.114",
16
+ "@lambo-design/paging-table": "^1.0.0-beta.73"
17
17
  },
18
18
  "scripts": {}
19
19
  }
package/src/index.vue CHANGED
@@ -255,7 +255,7 @@ export default {
255
255
  let self = this
256
256
  setTimeout(()=>{
257
257
  self.calculateButtonsInFirstRow();
258
- },500)
258
+ },1000)
259
259
  window.addEventListener('resize', this.calculateButtonsInFirstRow);
260
260
  },
261
261
  beforeDestroy() {