@mosaicoo/form-angular 0.7.0 → 0.9.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/README.md +18 -2
- package/fesm2022/mosaicoo-form-angular-designer.mjs +471 -106
- package/fesm2022/mosaicoo-form-angular-designer.mjs.map +1 -1
- package/fesm2022/mosaicoo-form-angular.mjs +4 -4
- package/fesm2022/mosaicoo-form-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/types/mosaicoo-form-angular-designer.d.ts +146 -10
package/README.md
CHANGED
|
@@ -74,8 +74,24 @@ contribute a palette entry; the Inspector edits its settings through the
|
|
|
74
74
|
**Workspace** — panels (Fields, Structure, Properties) dock left or right or
|
|
75
75
|
hide, with presets and per-user persistence, like a professional IDE.
|
|
76
76
|
|
|
77
|
-
**Drag and drop** — drag palette entries onto the canvas
|
|
78
|
-
|
|
77
|
+
**Drag and drop** — drag palette entries onto the canvas, INTO containers and
|
|
78
|
+
into individual columns; reorder nodes by dragging. Drop zones highlight the
|
|
79
|
+
landing position and the columns map stays consistent automatically.
|
|
80
|
+
|
|
81
|
+
**Localizable** — every designer string comes from `[labels]` (partial
|
|
82
|
+
overrides fall back to English); translate the palette by passing your own
|
|
83
|
+
`[catalog]` (start from `DEFAULT_CATALOG`).
|
|
84
|
+
|
|
85
|
+
**Resizable docks** — drag the splitter between a panel rail and the canvas;
|
|
86
|
+
widths persist with the layout.
|
|
87
|
+
|
|
88
|
+
**Keyboard** — Ctrl+Z/Y undo/redo, Ctrl+D duplicate, Del delete, Alt+↑/↓ move,
|
|
89
|
+
**Alt+→ nest into the container above**, **Alt+← move out of it**, Esc clears
|
|
90
|
+
the selection.
|
|
91
|
+
|
|
92
|
+
**Responsive preview** — preview at desktop, tablet or mobile width. Layout
|
|
93
|
+
reacts to the FORM's own width (CSS container queries), so a form inside a
|
|
94
|
+
narrow drawer stacks its columns even on a wide screen.
|
|
79
95
|
|
|
80
96
|
**Reusable blocks** — save any subtree as a named block and drop it into other
|
|
81
97
|
forms (keys are regenerated). Blocks persist locally by default; bind
|