@lambo-design/schema-paging-table 1.0.0-beta.40 → 1.0.0-beta.42

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 +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/schema-paging-table",
3
- "version": "1.0.0-beta.40",
3
+ "version": "1.0.0-beta.42",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -11,10 +11,10 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "standard-version": "^9.5.0",
14
- "@lambo-design/core": "^4.7.1-beta.144",
14
+ "@lambo-design/paging-table": "^1.0.0-beta.82",
15
15
  "@lambo-design/shared": "^1.0.0-beta.214",
16
- "@lambo-design/schema-form": "^1.0.0-beta.69",
17
- "@lambo-design/paging-table": "^1.0.0-beta.80"
16
+ "@lambo-design/schema-form": "^1.0.0-beta.71",
17
+ "@lambo-design/core": "^4.7.1-beta.144"
18
18
  },
19
19
  "scripts": {
20
20
  "release": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
package/src/index.vue CHANGED
@@ -8,7 +8,6 @@
8
8
  :searchParams="tableSearchParams"
9
9
  :transformResponse="transformResponse"
10
10
  :showTableOption="showTableOption"
11
- :showOptionLayout="showOptionLayout"
12
11
  :pageDisable="pageDisable"
13
12
  :radioSelectIndex="radioSelectIndex"
14
13
  @on-row-click="onRowClick"
@@ -114,10 +113,6 @@ export default {
114
113
  type: Boolean,
115
114
  default: true
116
115
  },
117
- showOptionLayout: {
118
- type: Boolean,
119
- default: true
120
- },
121
116
  //是否禁用分页
122
117
  pageDisable: {
123
118
  type: Boolean,