@praxisui/settings-panel 1.0.0-beta.48 → 1.0.0-beta.52
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 +41 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Settings Panel"
|
|
3
|
+
slug: "settings-panel-overview"
|
|
4
|
+
description: "Visao geral do @praxisui/settings-panel com drawer de configuracao, contrato SettingsValueProvider, acoes Apply/Save e customizacao por tokens CSS."
|
|
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
|
+
- "tokens"
|
|
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
|
+
- "apply save close"
|
|
39
|
+
last_updated: "2026-03-07"
|
|
40
|
+
---
|
|
41
|
+
|
|
1
42
|
# @praxisui/settings-panel
|
|
2
43
|
|
|
3
44
|
## 🔰 Exemplos / Quickstart
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/settings-panel",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.52",
|
|
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": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
8
|
"@angular/cdk": "^20.0.0",
|
|
9
9
|
"@angular/material": "^20.0.0",
|
|
10
|
-
"@praxisui/dynamic-fields": "^1.0.0-beta.
|
|
10
|
+
"@praxisui/dynamic-fields": "^1.0.0-beta.52"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": "^2.3.0"
|