@object-ui/plugin-detail 0.5.0 → 2.0.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/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +15 -0
- package/dist/index.js +22135 -20633
- package/dist/index.umd.cjs +26 -26
- package/dist/plugin-detail.css +1 -1
- package/dist/src/DetailView.d.ts.map +1 -1
- package/dist/src/RelatedList.d.ts +2 -0
- package/dist/src/RelatedList.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/DetailView.tsx +29 -13
- package/src/RelatedList.tsx +30 -5
- package/src/index.tsx +13 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-detail@0.
|
|
2
|
+
> @object-ui/plugin-detail@2.0.0 build /home/runner/work/objectui/objectui/packages/plugin-detail
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
6
6
|
transforming...
|
|
7
|
-
[32m✓[39m
|
|
7
|
+
[32m✓[39m 3623 modules transformed.
|
|
8
8
|
rendering chunks...
|
|
9
9
|
[32m
|
|
10
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
11
|
computing gzip size...
|
|
12
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
12
|
+
[32m[36m[vite:dts][32m Declaration files built in 21429ms.
|
|
13
13
|
[39m
|
|
14
|
-
[2mdist/[22m[35mplugin-detail.css [39m[1m[2m
|
|
15
|
-
[2mdist/[22m[36mindex.js [39m[1m[33m1,
|
|
16
|
-
[2mdist/[22m[35mplugin-detail.css [39m[1m[2m
|
|
17
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m1,
|
|
18
|
-
[32m✓ built in 1m
|
|
14
|
+
[2mdist/[22m[35mplugin-detail.css [39m[1m[2m 106.20 kB[22m[1m[22m[2m │ gzip: 17.50 kB[22m
|
|
15
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m1,761.43 kB[39m[22m[2m │ gzip: 412.19 kB[22m
|
|
16
|
+
[2mdist/[22m[35mplugin-detail.css [39m[1m[2m 106.20 kB[22m[1m[22m[2m │ gzip: 17.50 kB[22m
|
|
17
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m1,267.19 kB[39m[22m[2m │ gzip: 350.22 kB[22m
|
|
18
|
+
[32m✓ built in 1m 4s[39m
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# @object-ui/plugin-detail
|
|
2
|
+
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- b859617: Release v1.0.0 — unify all package versions to 1.0.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b859617]
|
|
12
|
+
- @object-ui/types@2.0.0
|
|
13
|
+
- @object-ui/core@2.0.0
|
|
14
|
+
- @object-ui/react@2.0.0
|
|
15
|
+
- @object-ui/components@2.0.0
|