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

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 +2 -2
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.41",
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/schema-form": "^1.0.0-beta.70",
15
+ "@lambo-design/paging-table": "^1.0.0-beta.81",
15
16
  "@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"
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,7 @@
8
8
  :searchParams="tableSearchParams"
9
9
  :transformResponse="transformResponse"
10
10
  :showTableOption="showTableOption"
11
- :showOptionLayout="showOptionLayout"
11
+ :showEmbedOption="showEmbedOption"
12
12
  :pageDisable="pageDisable"
13
13
  :radioSelectIndex="radioSelectIndex"
14
14
  @on-row-click="onRowClick"
@@ -114,7 +114,7 @@ export default {
114
114
  type: Boolean,
115
115
  default: true
116
116
  },
117
- showOptionLayout: {
117
+ showEmbedOption: {
118
118
  type: Boolean,
119
119
  default: true
120
120
  },