@adminforth/foreign-inline-show 1.0.1 → 1.1.0

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/build.log CHANGED
@@ -6,5 +6,5 @@ sending incremental file list
6
6
  custom/
7
7
  custom/InlineShow.vue
8
8
 
9
- sent 4,078 bytes received 39 bytes 8,234.00 bytes/sec
10
- total size is 3,934 speedup is 0.96
9
+ sent 4,109 bytes received 39 bytes 8,296.00 bytes/sec
10
+ total size is 3,963 speedup is 0.96
@@ -23,6 +23,7 @@
23
23
  :columns="filteredColumns"
24
24
  :resource="listResource"
25
25
  :record="parentRecord"
26
+ :isRounded="false"
26
27
  />
27
28
  </div>
28
29
  </div>
@@ -23,6 +23,7 @@
23
23
  :columns="filteredColumns"
24
24
  :resource="listResource"
25
25
  :record="parentRecord"
26
+ :isRounded="false"
26
27
  />
27
28
  </div>
28
29
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/foreign-inline-show",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "AdminForth plugin for adding show of parent item to the child items show page",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",