@praxisui/core 9.0.0-rc.3 → 9.0.0-rc.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-07-
|
|
3
|
+
"generatedAt": "2026-07-26T03:19:30.955Z",
|
|
4
4
|
"packageName": "@praxisui/core",
|
|
5
|
-
"packageVersion": "9.0.0-rc.
|
|
5
|
+
"packageVersion": "9.0.0-rc.4",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 4,
|
|
@@ -29568,6 +29568,9 @@ class DynamicWidgetLoaderDirective {
|
|
|
29568
29568
|
this.widgetEvent.emit({
|
|
29569
29569
|
...payload,
|
|
29570
29570
|
ownerWidgetKey: this.ownerWidgetKey || payload.ownerWidgetKey || undefined,
|
|
29571
|
+
sourceChildWidgetKey: payload.sourceChildWidgetKey
|
|
29572
|
+
|| this.widgetDefinition?.childWidgetKey
|
|
29573
|
+
|| undefined,
|
|
29571
29574
|
});
|
|
29572
29575
|
return;
|
|
29573
29576
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.4",
|
|
4
4
|
"description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|