@object-ui/app-shell 11.2.0 → 11.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/CHANGELOG.md +40 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/utils/index.d.ts +2 -24
- package/dist/utils/index.js +14 -101
- package/dist/views/DashboardView.js +2 -3
- package/dist/views/InterfaceListPage.js +4 -1
- package/dist/views/ObjectView.js +4 -2
- package/dist/views/PageView.js +2 -3
- package/dist/views/ReportView.js +2 -3
- package/dist/views/metadata-admin/clientValidation.js +8 -2
- package/dist/views/metadata-admin/color-variant-field.d.ts +1 -12
- package/dist/views/metadata-admin/color-variant-field.js +11 -0
- package/dist/views/metadata-admin/previews/OutlineStrip.d.ts +1 -13
- package/dist/views/metadata-admin/previews/OutlineStrip.js +12 -0
- package/dist/views/metadata-admin/previews/PagePreview.js +9 -0
- package/dist/views/metadata-admin/previews/SourcePageEditor.d.ts +28 -0
- package/dist/views/metadata-admin/previews/SourcePageEditor.js +83 -0
- package/dist/views/studio-design/StudioDesignSurface.d.ts +20 -0
- package/dist/views/studio-design/StudioDesignSurface.js +659 -0
- package/package.json +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/app-shell",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Minimal application shell for ObjectUI - framework-agnostic rendering engine",
|
|
@@ -26,46 +26,46 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@monaco-editor/react": "^4.7.0",
|
|
29
|
-
"@objectstack/spec": "^11.
|
|
30
|
-
"@sentry/react": "^10.
|
|
29
|
+
"@objectstack/spec": "^11.2.0",
|
|
30
|
+
"@sentry/react": "^10.62.0",
|
|
31
31
|
"jsonc-parser": "^3.3.1",
|
|
32
|
-
"lucide-react": "^1.
|
|
32
|
+
"lucide-react": "^1.22.0",
|
|
33
33
|
"qrcode": "^1.5.4",
|
|
34
34
|
"sonner": "^2.0.7",
|
|
35
35
|
"zod": "^4.4.3",
|
|
36
|
-
"@object-ui/auth": "11.
|
|
37
|
-
"@object-ui/collaboration": "11.
|
|
38
|
-
"@object-ui/components": "11.
|
|
39
|
-
"@object-ui/core": "11.
|
|
40
|
-
"@object-ui/data-objectstack": "11.
|
|
41
|
-
"@object-ui/fields": "11.
|
|
42
|
-
"@object-ui/i18n": "11.
|
|
43
|
-
"@object-ui/layout": "11.
|
|
44
|
-
"@object-ui/permissions": "11.
|
|
45
|
-
"@object-ui/plugin-editor": "11.
|
|
46
|
-
"@object-ui/providers": "11.
|
|
47
|
-
"@object-ui/react": "11.
|
|
48
|
-
"@object-ui/types": "11.
|
|
36
|
+
"@object-ui/auth": "11.3.0",
|
|
37
|
+
"@object-ui/collaboration": "11.3.0",
|
|
38
|
+
"@object-ui/components": "11.3.0",
|
|
39
|
+
"@object-ui/core": "11.3.0",
|
|
40
|
+
"@object-ui/data-objectstack": "11.3.0",
|
|
41
|
+
"@object-ui/fields": "11.3.0",
|
|
42
|
+
"@object-ui/i18n": "11.3.0",
|
|
43
|
+
"@object-ui/layout": "11.3.0",
|
|
44
|
+
"@object-ui/permissions": "11.3.0",
|
|
45
|
+
"@object-ui/plugin-editor": "11.3.0",
|
|
46
|
+
"@object-ui/providers": "11.3.0",
|
|
47
|
+
"@object-ui/react": "11.3.0",
|
|
48
|
+
"@object-ui/types": "11.3.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0",
|
|
52
52
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
53
53
|
"react-router-dom": "^6.0.0 || ^7.0.0",
|
|
54
|
-
"@object-ui/plugin-calendar": "^11.
|
|
55
|
-
"@object-ui/plugin-charts": "^11.
|
|
56
|
-
"@object-ui/plugin-chatbot": "^11.
|
|
57
|
-
"@object-ui/plugin-dashboard": "^11.
|
|
58
|
-
"@object-ui/plugin-designer": "^11.
|
|
59
|
-
"@object-ui/plugin-detail": "^11.
|
|
60
|
-
"@object-ui/plugin-form": "^11.
|
|
61
|
-
"@object-ui/plugin-grid": "^11.
|
|
62
|
-
"@object-ui/plugin-kanban": "^11.
|
|
63
|
-
"@object-ui/plugin-list": "^11.
|
|
64
|
-
"@object-ui/plugin-report": "^11.
|
|
65
|
-
"@object-ui/plugin-view": "^11.
|
|
54
|
+
"@object-ui/plugin-calendar": "^11.3.0",
|
|
55
|
+
"@object-ui/plugin-charts": "^11.3.0",
|
|
56
|
+
"@object-ui/plugin-chatbot": "^11.3.0",
|
|
57
|
+
"@object-ui/plugin-dashboard": "^11.3.0",
|
|
58
|
+
"@object-ui/plugin-designer": "^11.3.0",
|
|
59
|
+
"@object-ui/plugin-detail": "^11.3.0",
|
|
60
|
+
"@object-ui/plugin-form": "^11.3.0",
|
|
61
|
+
"@object-ui/plugin-grid": "^11.3.0",
|
|
62
|
+
"@object-ui/plugin-kanban": "^11.3.0",
|
|
63
|
+
"@object-ui/plugin-list": "^11.3.0",
|
|
64
|
+
"@object-ui/plugin-report": "^11.3.0",
|
|
65
|
+
"@object-ui/plugin-view": "^11.3.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@types/node": "^26.0.
|
|
68
|
+
"@types/node": "^26.0.1",
|
|
69
69
|
"@types/qrcode": "^1.5.6",
|
|
70
70
|
"@types/react": "19.2.17",
|
|
71
71
|
"@types/react-dom": "19.2.3",
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"react-router-dom": "^7.18.0",
|
|
75
75
|
"sonner": "^2.0.7",
|
|
76
76
|
"typescript": "^6.0.3",
|
|
77
|
-
"vite": "^8.0
|
|
78
|
-
"@object-ui/plugin-calendar": "11.
|
|
79
|
-
"@object-ui/plugin-charts": "11.
|
|
80
|
-
"@object-ui/plugin-chatbot": "11.
|
|
81
|
-
"@object-ui/plugin-dashboard": "11.
|
|
82
|
-
"@object-ui/plugin-designer": "11.
|
|
83
|
-
"@object-ui/plugin-detail": "11.
|
|
84
|
-
"@object-ui/plugin-form": "11.
|
|
85
|
-
"@object-ui/plugin-grid": "11.
|
|
86
|
-
"@object-ui/plugin-kanban": "11.
|
|
87
|
-
"@object-ui/plugin-list": "11.
|
|
88
|
-
"@object-ui/plugin-report": "11.
|
|
89
|
-
"@object-ui/plugin-view": "11.
|
|
77
|
+
"vite": "^8.1.0",
|
|
78
|
+
"@object-ui/plugin-calendar": "11.3.0",
|
|
79
|
+
"@object-ui/plugin-charts": "11.3.0",
|
|
80
|
+
"@object-ui/plugin-chatbot": "11.3.0",
|
|
81
|
+
"@object-ui/plugin-dashboard": "11.3.0",
|
|
82
|
+
"@object-ui/plugin-designer": "11.3.0",
|
|
83
|
+
"@object-ui/plugin-detail": "11.3.0",
|
|
84
|
+
"@object-ui/plugin-form": "11.3.0",
|
|
85
|
+
"@object-ui/plugin-grid": "11.3.0",
|
|
86
|
+
"@object-ui/plugin-kanban": "11.3.0",
|
|
87
|
+
"@object-ui/plugin-list": "11.3.0",
|
|
88
|
+
"@object-ui/plugin-report": "11.3.0",
|
|
89
|
+
"@object-ui/plugin-view": "11.3.0"
|
|
90
90
|
},
|
|
91
91
|
"keywords": [
|
|
92
92
|
"objectui",
|