@praxisui/charts 9.0.4-rc.9 → 9.0.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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-11T17:36:05.628Z",
|
|
4
4
|
"packageName": "@praxisui/charts",
|
|
5
|
-
"packageVersion": "9.0.4
|
|
5
|
+
"packageVersion": "9.0.4",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 2,
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/charts",
|
|
3
|
-
"version": "9.0.4
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"description": "Metadata-driven charts library for Praxis UI Angular with engine adapters and Apache ECharts as the initial renderer.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
|
-
"@praxisui/core": "^9.0.4
|
|
8
|
+
"@praxisui/core": "^9.0.4",
|
|
9
9
|
"@angular/forms": "^21.0.0",
|
|
10
10
|
"@angular/material": "^21.0.0",
|
|
11
|
-
"@praxisui/table": "^9.0.4
|
|
11
|
+
"@praxisui/table": "^9.0.4",
|
|
12
12
|
"rxjs": "~7.8.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
@@ -1057,6 +1057,7 @@ declare class PraxisChartCompositionShowcaseComponent {
|
|
|
1057
1057
|
widgets: _praxisui_core.WidgetInstance[];
|
|
1058
1058
|
context?: Record<string, any> | undefined;
|
|
1059
1059
|
canvas?: _praxisui_core.WidgetPageCanvasLayout | undefined;
|
|
1060
|
+
i18n?: Partial<_praxisui_core.PraxisI18nConfig> | undefined;
|
|
1060
1061
|
layout?: _praxisui_core.WidgetPageLayout | undefined;
|
|
1061
1062
|
layoutPreset?: string | undefined;
|
|
1062
1063
|
layoutPresetOptions?: Record<string, any> | undefined;
|
|
@@ -1071,6 +1072,7 @@ declare class PraxisChartCompositionShowcaseComponent {
|
|
|
1071
1072
|
widgets: _praxisui_core.WidgetInstance[];
|
|
1072
1073
|
context?: Record<string, any> | undefined;
|
|
1073
1074
|
canvas?: _praxisui_core.WidgetPageCanvasLayout | undefined;
|
|
1075
|
+
i18n?: Partial<_praxisui_core.PraxisI18nConfig> | undefined;
|
|
1074
1076
|
layout?: _praxisui_core.WidgetPageLayout | undefined;
|
|
1075
1077
|
layoutPreset?: string | undefined;
|
|
1076
1078
|
layoutPresetOptions?: Record<string, any> | undefined;
|
|
@@ -1102,6 +1104,7 @@ declare class PraxisChartCompositionShowcaseComponent {
|
|
|
1102
1104
|
composition?: _praxisui_core.WidgetPageCompositionDefinition | undefined;
|
|
1103
1105
|
state?: _praxisui_core.WidgetPageStateInput | undefined;
|
|
1104
1106
|
context?: Record<string, any> | undefined;
|
|
1107
|
+
i18n?: Partial<_praxisui_core.PraxisI18nConfig> | undefined;
|
|
1105
1108
|
layout?: _praxisui_core.WidgetPageLayout | undefined;
|
|
1106
1109
|
layoutPreset?: string | undefined;
|
|
1107
1110
|
layoutPresetOptions?: Record<string, any> | undefined;
|
|
@@ -1116,6 +1119,7 @@ declare class PraxisChartCompositionShowcaseComponent {
|
|
|
1116
1119
|
widgets: _praxisui_core.WidgetInstance[];
|
|
1117
1120
|
context?: Record<string, any> | undefined;
|
|
1118
1121
|
canvas?: _praxisui_core.WidgetPageCanvasLayout | undefined;
|
|
1122
|
+
i18n?: Partial<_praxisui_core.PraxisI18nConfig> | undefined;
|
|
1119
1123
|
layout?: _praxisui_core.WidgetPageLayout | undefined;
|
|
1120
1124
|
layoutPreset?: string | undefined;
|
|
1121
1125
|
layoutPresetOptions?: Record<string, any> | undefined;
|
|
@@ -1139,6 +1143,7 @@ declare class PraxisChartCompositionShowcaseComponent {
|
|
|
1139
1143
|
composition?: _praxisui_core.WidgetPageCompositionDefinition | undefined;
|
|
1140
1144
|
state?: _praxisui_core.WidgetPageStateInput | undefined;
|
|
1141
1145
|
context?: Record<string, any> | undefined;
|
|
1146
|
+
i18n?: Partial<_praxisui_core.PraxisI18nConfig> | undefined;
|
|
1142
1147
|
layout?: _praxisui_core.WidgetPageLayout | undefined;
|
|
1143
1148
|
layoutPreset?: string | undefined;
|
|
1144
1149
|
layoutPresetOptions?: Record<string, any> | undefined;
|