@praxisui/settings-panel 9.0.0-beta.3 → 9.0.0-beta.4
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 +1 -42
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,44 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Settings Panel"
|
|
3
|
-
slug: "settings-panel-overview"
|
|
4
|
-
description: "Visao geral do @praxisui/settings-panel, incluindo shell autoral, drawer runtime e infraestrutura base de side panel."
|
|
5
|
-
doc_type: "reference"
|
|
6
|
-
document_kind: "component-overview"
|
|
7
|
-
component: "settings-panel"
|
|
8
|
-
category: "components"
|
|
9
|
-
audience:
|
|
10
|
-
- "frontend"
|
|
11
|
-
- "host"
|
|
12
|
-
- "architect"
|
|
13
|
-
level: "intermediate"
|
|
14
|
-
status: "active"
|
|
15
|
-
owner: "praxis-ui"
|
|
16
|
-
tags:
|
|
17
|
-
- "settings-panel"
|
|
18
|
-
- "drawer"
|
|
19
|
-
- "config-editor"
|
|
20
|
-
- "surface-open"
|
|
21
|
-
- "ux"
|
|
22
|
-
order: 39
|
|
23
|
-
icon: "settings"
|
|
24
|
-
toc: true
|
|
25
|
-
sidebar: true
|
|
26
|
-
search_boost: 0.9
|
|
27
|
-
reading_time: 11
|
|
28
|
-
estimated_setup_time: 15
|
|
29
|
-
version: "1.0"
|
|
30
|
-
related_docs:
|
|
31
|
-
- "host-settings-panel-integration"
|
|
32
|
-
- "consumer-integration-quickstart"
|
|
33
|
-
- "host-integration-guide"
|
|
34
|
-
keywords:
|
|
35
|
-
- "praxis settings panel"
|
|
36
|
-
- "drawer editor"
|
|
37
|
-
- "settings value provider"
|
|
38
|
-
- "surface drawer bridge"
|
|
39
|
-
last_updated: "2026-04-03"
|
|
40
|
-
---
|
|
41
|
-
|
|
42
1
|
# @praxisui/settings-panel
|
|
43
2
|
|
|
44
3
|
`@praxisui/settings-panel` publica duas camadas complementares:
|
|
@@ -97,7 +56,7 @@ Peer dependencies (Angular v21):
|
|
|
97
56
|
- `@angular/common` `^21.0.0`
|
|
98
57
|
- `@angular/cdk` `^21.0.0`
|
|
99
58
|
- `@angular/material` `^21.0.0`
|
|
100
|
-
- `@praxisui/dynamic-fields` `^9.0.0-beta.
|
|
59
|
+
- `@praxisui/dynamic-fields` `^9.0.0-beta.4`
|
|
101
60
|
|
|
102
61
|
## Contrato visual do shell
|
|
103
62
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/settings-panel",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.4",
|
|
4
4
|
"description": "Settings panel for Praxis UI libraries: open editors for configuration at runtime and persist settings.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
8
|
"@angular/cdk": "^21.0.0",
|
|
9
9
|
"@angular/material": "^21.0.0",
|
|
10
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
11
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
12
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
10
|
+
"@praxisui/ai": "^9.0.0-beta.4",
|
|
11
|
+
"@praxisui/core": "^9.0.0-beta.4",
|
|
12
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.4",
|
|
13
13
|
"rxjs": "~7.8.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|