@object-ui/plugin-view 3.1.4 → 3.3.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 +13 -8
- package/CHANGELOG.md +33 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +611 -778
- package/dist/index.umd.cjs +2 -7
- package/dist/{plugin-view → packages/plugin-view}/src/ObjectView.d.ts +2 -0
- package/package.json +10 -10
- package/src/ObjectView.tsx +24 -0
- package/src/ViewSwitcher.tsx +2 -2
- package/vite.config.ts +4 -0
- /package/dist/{plugin-view → packages/plugin-view}/src/FilterUI.d.ts +0 -0
- /package/dist/{plugin-view → packages/plugin-view}/src/SharedViewLink.d.ts +0 -0
- /package/dist/{plugin-view → packages/plugin-view}/src/SortUI.d.ts +0 -0
- /package/dist/{plugin-view → packages/plugin-view}/src/ViewSwitcher.d.ts +0 -0
- /package/dist/{plugin-view → packages/plugin-view}/src/ViewTabBar.d.ts +0 -0
- /package/dist/{plugin-view → packages/plugin-view}/src/index.d.ts +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-view@3.
|
|
2
|
+
> @object-ui/plugin-view@3.3.0 build /home/runner/work/objectui/objectui/packages/plugin-view
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
|
-
[36mvite v8.0.
|
|
6
|
-
[2K
|
|
5
|
+
[36mvite v8.0.8 [32mbuilding client environment for production...[36m[39m
|
|
6
|
+
[2K
|
|
7
7
|
rendering chunks...
|
|
8
|
+
[96msrc/ObjectView.tsx[0m:[93m662[0m:[93m9[0m - [91merror[0m[90m TS2591: [0mCannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
|
|
8
9
|
[32m
|
|
9
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
-
|
|
11
|
+
|
|
12
|
+
[7m662[0m if (process.env.NODE_ENV === 'development') {
|
|
13
|
+
[7m [0m [91m ~~~~~~~[0m
|
|
14
|
+
|
|
15
|
+
[32m[36m[vite:dts][32m Declaration files built in 9034ms.
|
|
11
16
|
[39m
|
|
12
17
|
computing gzip size...
|
|
13
|
-
dist/index.js
|
|
18
|
+
dist/index.js 119.40 kB │ gzip: 32.03 kB
|
|
14
19
|
|
|
15
20
|
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
16
21
|
[39m
|
|
17
|
-
[2K
|
|
22
|
+
[2K
|
|
18
23
|
rendering chunks...
|
|
19
24
|
computing gzip size...
|
|
20
|
-
dist/index.umd.cjs
|
|
25
|
+
dist/index.umd.cjs 90.77 kB │ gzip: 27.65 kB
|
|
21
26
|
|
|
22
27
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "@object-ui/core" in "output.globals" – guessing "_object_ui_core".
|
|
23
28
|
[39m
|
|
@@ -31,4 +36,4 @@ dist/index.umd.cjs 96.40 kB │ gzip: 29.72 kB
|
|
|
31
36
|
[39m
|
|
32
37
|
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
|
|
33
38
|
[39m
|
|
34
|
-
[32m✓ built in
|
|
39
|
+
[32m✓ built in 9.53s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @object-ui/plugin-view
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@3.3.0
|
|
8
|
+
- @object-ui/core@3.3.0
|
|
9
|
+
- @object-ui/react@3.3.0
|
|
10
|
+
- @object-ui/components@3.3.0
|
|
11
|
+
- @object-ui/plugin-form@3.3.0
|
|
12
|
+
- @object-ui/plugin-grid@3.3.0
|
|
13
|
+
|
|
14
|
+
## 3.2.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- @object-ui/types@3.2.0
|
|
19
|
+
- @object-ui/core@3.2.0
|
|
20
|
+
- @object-ui/react@3.2.0
|
|
21
|
+
- @object-ui/components@3.2.0
|
|
22
|
+
- @object-ui/plugin-form@3.2.0
|
|
23
|
+
- @object-ui/plugin-grid@3.2.0
|
|
24
|
+
|
|
25
|
+
## 3.1.5
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- @object-ui/react@3.1.5
|
|
30
|
+
- @object-ui/components@3.1.5
|
|
31
|
+
- @object-ui/plugin-form@3.1.5
|
|
32
|
+
- @object-ui/plugin-grid@3.1.5
|
|
33
|
+
- @object-ui/types@3.1.5
|
|
34
|
+
- @object-ui/core@3.1.5
|
|
35
|
+
|
|
3
36
|
## 3.1.4
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './plugin-view/src/index'
|
|
1
|
+
export * from './packages/plugin-view/src/index'
|
|
2
2
|
export {}
|