@object-ui/plugin-designer 3.1.5 → 3.3.1
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 +159 -0
- package/README.md +21 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2486 -1352
- package/dist/index.umd.cjs +2 -2
- package/dist/packages/plugin-designer/src/FieldDesigner.d.ts +15 -0
- package/dist/packages/plugin-designer/src/ObjectManager.d.ts +17 -0
- package/dist/packages/plugin-designer/src/__tests__/__mocks__/plugin-form.d.ts +3 -0
- package/dist/packages/plugin-designer/src/__tests__/__mocks__/plugin-grid.d.ts +2 -0
- package/dist/{plugin-designer → packages/plugin-designer}/src/index.d.ts +9 -1
- package/dist/packages/plugin-designer/src/pages/CreateAppPage.d.ts +9 -0
- package/dist/packages/plugin-designer/src/pages/DashboardDesignPage.d.ts +8 -0
- package/dist/packages/plugin-designer/src/pages/EditAppPage.d.ts +9 -0
- package/dist/packages/plugin-designer/src/pages/PageDesignPage.d.ts +8 -0
- package/package.json +46 -11
- /package/dist/{plugin-designer → packages/plugin-designer}/src/AppCreationWizard.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/BrandingEditor.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/CollaborationProvider.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/DashboardEditor.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/DashboardEditor.stories.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/DataModelDesigner.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/EditorModeToggle.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/NavigationDesigner.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/ObjectViewConfigurator.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/PageCanvasEditor.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/PageCanvasEditor.stories.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/PageDesigner.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/ProcessDesigner.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/ReportDesigner.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/components/ConfirmDialog.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/components/Minimap.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/components/PropertyEditor.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/components/VersionHistory.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/components/index.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/index.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useCanvasPanZoom.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useClipboard.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useConfirmDialog.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useDesignerHistory.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useDesignerTranslation.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useMultiSelect.d.ts +0 -0
- /package/dist/{plugin-designer → packages/plugin-designer}/src/hooks/useUndoRedo.d.ts +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
# @object-ui/plugin-designer
|
|
2
|
+
|
|
3
|
+
## 3.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b429568]
|
|
8
|
+
- @object-ui/components@3.3.1
|
|
9
|
+
- @object-ui/fields@3.3.1
|
|
10
|
+
- @object-ui/plugin-form@3.3.1
|
|
11
|
+
- @object-ui/plugin-grid@3.3.1
|
|
12
|
+
- @object-ui/types@3.3.1
|
|
13
|
+
- @object-ui/core@3.3.1
|
|
14
|
+
- @object-ui/i18n@3.3.1
|
|
15
|
+
- @object-ui/react@3.3.1
|
|
16
|
+
|
|
17
|
+
## 3.3.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- baaad22: fix changeset
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- @object-ui/types@3.3.0
|
|
26
|
+
- @object-ui/core@3.3.0
|
|
27
|
+
- @object-ui/i18n@3.3.0
|
|
28
|
+
- @object-ui/react@3.3.0
|
|
29
|
+
- @object-ui/components@3.3.0
|
|
30
|
+
- @object-ui/fields@3.3.0
|
|
31
|
+
- @object-ui/plugin-form@3.3.0
|
|
32
|
+
- @object-ui/plugin-grid@3.3.0
|
|
33
|
+
|
|
34
|
+
## 3.2.0
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- @object-ui/types@3.2.0
|
|
39
|
+
- @object-ui/core@3.2.0
|
|
40
|
+
- @object-ui/i18n@3.2.0
|
|
41
|
+
- @object-ui/react@3.2.0
|
|
42
|
+
- @object-ui/components@3.2.0
|
|
43
|
+
- @object-ui/fields@3.2.0
|
|
44
|
+
- @object-ui/plugin-form@3.2.0
|
|
45
|
+
- @object-ui/plugin-grid@3.2.0
|
|
46
|
+
|
|
47
|
+
## 3.1.5
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [cfe0596]
|
|
52
|
+
- @object-ui/i18n@3.1.5
|
|
53
|
+
- @object-ui/react@3.1.5
|
|
54
|
+
- @object-ui/components@3.1.5
|
|
55
|
+
- @object-ui/types@3.1.5
|
|
56
|
+
- @object-ui/core@3.1.5
|
|
57
|
+
|
|
58
|
+
## 3.1.4
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- @object-ui/types@3.1.4
|
|
63
|
+
- @object-ui/core@3.1.4
|
|
64
|
+
- @object-ui/i18n@3.1.4
|
|
65
|
+
- @object-ui/react@3.1.4
|
|
66
|
+
- @object-ui/components@3.1.4
|
|
67
|
+
|
|
68
|
+
## 3.1.3
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- @object-ui/types@3.1.3
|
|
73
|
+
- @object-ui/core@3.1.3
|
|
74
|
+
- @object-ui/i18n@3.1.3
|
|
75
|
+
- @object-ui/react@3.1.3
|
|
76
|
+
- @object-ui/components@3.1.3
|
|
77
|
+
|
|
78
|
+
## 3.1.2
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- @object-ui/types@3.1.2
|
|
83
|
+
- @object-ui/core@3.1.2
|
|
84
|
+
- @object-ui/i18n@3.1.2
|
|
85
|
+
- @object-ui/react@3.1.2
|
|
86
|
+
- @object-ui/components@3.1.2
|
|
87
|
+
|
|
88
|
+
## 3.1.1
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- Updated dependencies
|
|
93
|
+
- @object-ui/types@3.1.1
|
|
94
|
+
- @object-ui/components@3.1.1
|
|
95
|
+
- @object-ui/core@3.1.1
|
|
96
|
+
- @object-ui/react@3.1.1
|
|
97
|
+
- @object-ui/i18n@3.1.1
|
|
98
|
+
|
|
99
|
+
## 3.0.3
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- @object-ui/types@3.0.3
|
|
104
|
+
- @object-ui/core@3.0.3
|
|
105
|
+
- @object-ui/react@3.0.3
|
|
106
|
+
- @object-ui/components@3.0.3
|
|
107
|
+
|
|
108
|
+
## 3.0.2
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- @object-ui/types@3.0.2
|
|
113
|
+
- @object-ui/core@3.0.2
|
|
114
|
+
- @object-ui/react@3.0.2
|
|
115
|
+
- @object-ui/components@3.0.2
|
|
116
|
+
|
|
117
|
+
## 3.0.1
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [adf2cc0]
|
|
122
|
+
- @object-ui/react@3.0.1
|
|
123
|
+
- @object-ui/components@3.0.1
|
|
124
|
+
- @object-ui/types@3.0.1
|
|
125
|
+
- @object-ui/core@3.0.1
|
|
126
|
+
|
|
127
|
+
## 3.0.0
|
|
128
|
+
|
|
129
|
+
### Minor Changes
|
|
130
|
+
|
|
131
|
+
- 87979c3: Upgrade to @objectstack v3.0.0 and console bundle optimization
|
|
132
|
+
- Upgraded all @objectstack/\* packages from ^2.0.7 to ^3.0.0
|
|
133
|
+
- Breaking change migrations: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value → .records, PaginatedResult.count → .total, client.meta.getObject() → client.meta.getItem()
|
|
134
|
+
- Console bundle optimization: split monolithic 3.7 MB chunk into 17 granular cacheable chunks (95% main entry reduction)
|
|
135
|
+
- Added gzip + brotli pre-compression via vite-plugin-compression2
|
|
136
|
+
- Lazy MSW loading for build:server (~150 KB gzip saved)
|
|
137
|
+
- Added bundle analysis with rollup-plugin-visualizer
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- Updated dependencies [87979c3]
|
|
142
|
+
- @object-ui/types@3.0.0
|
|
143
|
+
- @object-ui/core@3.0.0
|
|
144
|
+
- @object-ui/react@3.0.0
|
|
145
|
+
- @object-ui/components@3.0.0
|
|
146
|
+
|
|
147
|
+
## 2.0.0
|
|
148
|
+
|
|
149
|
+
### Major Changes
|
|
150
|
+
|
|
151
|
+
- b859617: Release v1.0.0 — unify all package versions to 1.0.0
|
|
152
|
+
|
|
153
|
+
### Patch Changes
|
|
154
|
+
|
|
155
|
+
- Updated dependencies [b859617]
|
|
156
|
+
- @object-ui/types@2.0.0
|
|
157
|
+
- @object-ui/core@2.0.0
|
|
158
|
+
- @object-ui/react@2.0.0
|
|
159
|
+
- @object-ui/components@2.0.0
|
package/README.md
CHANGED
|
@@ -129,6 +129,26 @@ const { zoom, pan, resetView } = useCanvasPanZoom();
|
|
|
129
129
|
import { ConfirmDialog, Minimap, PropertyEditor, VersionHistory } from '@object-ui/plugin-designer';
|
|
130
130
|
```
|
|
131
131
|
|
|
132
|
+
<!-- release-metadata:v3.3.0 -->
|
|
133
|
+
|
|
134
|
+
## Compatibility
|
|
135
|
+
|
|
136
|
+
- **React:** 18.x or 19.x
|
|
137
|
+
- **Node.js:** ≥ 18
|
|
138
|
+
- **TypeScript:** ≥ 5.0 (strict mode)
|
|
139
|
+
- **`@objectstack/spec`:** ^3.3.0
|
|
140
|
+
- **`@objectstack/client`:** ^3.3.0
|
|
141
|
+
- **Tailwind CSS:** ≥ 3.4 (for packages with UI)
|
|
142
|
+
|
|
143
|
+
## Links
|
|
144
|
+
|
|
145
|
+
- 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-designer)
|
|
146
|
+
- 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-designer)
|
|
147
|
+
- 📝 [Changelog](./CHANGELOG.md)
|
|
148
|
+
- 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
|
|
149
|
+
- 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
|
|
150
|
+
- 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
|
|
151
|
+
|
|
132
152
|
## License
|
|
133
153
|
|
|
134
|
-
MIT
|
|
154
|
+
MIT — see [LICENSE](./LICENSE).
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './plugin-designer/src/index'
|
|
1
|
+
export * from './packages/plugin-designer/src/index'
|
|
2
2
|
export {}
|