@praxisui/page-builder 1.0.0-beta.61 → 1.0.0-beta.64
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 +12 -5
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
# @praxisui/page-builder
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Ferramentas de edicao para paginas dinamicas baseadas em Gridster, com builders visuais, palette, graph e integracao com `@praxisui/settings-panel`.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Documentation
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- Documentação oficial: https://praxisui.dev
|
|
8
|
+
- Aplicação de referência: https://github.com/codexrodrigues/praxis-ui-quickstart
|
|
9
|
+
- Indicado para: times que precisam montar dashboards e paginas metadata-driven com edicao visual corporativa
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
## When to use
|
|
12
|
+
|
|
13
|
+
- Montar paginas dinamicas com widgets, conexoes e layout visual
|
|
14
|
+
- Entregar experiencia de builder para usuarios internos ou squads de configuracao
|
|
15
|
+
- Integrar page composition com IA, settings panel e contratos compartilhados do Praxis UI
|
|
16
|
+
|
|
17
|
+
Inclui o conjunto de editores (Builder, Graph), paleta de componentes e toolbars para montar e inspecionar conexões entre widgets definidos por metadata (`GridPageDefinition` do `@praxisui/core`). Integra com o `@praxisui/settings-panel` para abrir editores em painel lateral e oferece um modo de diálogo fullscreen para edição visual.
|
|
11
18
|
|
|
12
19
|
## Instalação
|
|
13
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/page-builder",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.64",
|
|
4
4
|
"description": "Page and widget builder utilities for Praxis UI (grid, dynamic widgets, editors).",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
10
10
|
"@angular/material": "^20.0.0",
|
|
11
11
|
"angular-gridster2": "^20.2.2",
|
|
12
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
13
|
-
"@praxisui/settings-panel": "^1.0.0-beta.
|
|
12
|
+
"@praxisui/core": "^1.0.0-beta.64",
|
|
13
|
+
"@praxisui/settings-panel": "^1.0.0-beta.64"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"tslib": "^2.3.0"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"type": "git",
|
|
24
24
|
"url": "https://github.com/codexrodrigues/praxis-ui-angular"
|
|
25
25
|
},
|
|
26
|
-
"homepage": "https://
|
|
26
|
+
"homepage": "https://praxisui.dev",
|
|
27
27
|
"bugs": {
|
|
28
28
|
"url": "https://github.com/codexrodrigues/praxis-ui-angular/issues"
|
|
29
29
|
},
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"praxisui",
|
|
33
33
|
"page-builder",
|
|
34
34
|
"widgets",
|
|
35
|
-
"
|
|
35
|
+
"dashboard",
|
|
36
|
+
"gridster"
|
|
36
37
|
],
|
|
37
38
|
"sideEffects": false,
|
|
38
39
|
"module": "fesm2022/praxisui-page-builder.mjs",
|