@praxisui/settings-panel 1.0.0-beta.52 → 1.0.0-beta.54
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
|
@@ -334,6 +334,8 @@ declare class GlobalConfigEditorComponent implements OnInit, AfterViewInit {
|
|
|
334
334
|
private buildChangedValues;
|
|
335
335
|
private shouldIncludeField;
|
|
336
336
|
private resolveSaveErrorMessage;
|
|
337
|
+
private normalizeFieldValue;
|
|
338
|
+
private validateCompactTableAppearancePayload;
|
|
337
339
|
getVariantIcon(key: string): string | undefined;
|
|
338
340
|
pickVariantIcon(key: string): Promise<void>;
|
|
339
341
|
clearVariantIcon(key: string): void;
|
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.54",
|
|
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.54"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": "^2.3.0"
|