@praxisui/settings-panel 3.0.0-beta.3 → 3.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/index.d.ts
CHANGED
|
@@ -164,7 +164,9 @@ declare class SettingsPanelComponent {
|
|
|
164
164
|
private readonly destroyRef;
|
|
165
165
|
private contentHost;
|
|
166
166
|
constructor(cdr: ChangeDetectorRef, dialog: MatDialog);
|
|
167
|
-
attachContent(component: Type<any>, injector: Injector, ref: SettingsPanelRef): void;
|
|
167
|
+
attachContent(component: Type<any>, injector: Injector, ref: SettingsPanelRef, inputs?: Record<string, unknown>): void;
|
|
168
|
+
private applyInputs;
|
|
169
|
+
private resolveSupportedInputs;
|
|
168
170
|
onReset(): void;
|
|
169
171
|
onApply(): void;
|
|
170
172
|
onSave(): void;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/settings-panel",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.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": "^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": "^3.0.0-beta.
|
|
10
|
+
"@praxisui/dynamic-fields": "^3.0.0-beta.4"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": "^2.3.0"
|