@praxisui/editorial-forms 1.0.0-beta.63 → 1.0.0-beta.65
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
|
@@ -367,6 +367,9 @@ declare class EditorialDataCollectionBlockOutletComponent {
|
|
|
367
367
|
protected readonly adapterInputs: _angular_core.Signal<{}>;
|
|
368
368
|
protected readonly fallbackMessage: _angular_core.Signal<string>;
|
|
369
369
|
protected readonly effectiveSurface: _angular_core.Signal<"card" | "plain">;
|
|
370
|
+
protected readonly showBlockTitle: _angular_core.Signal<boolean>;
|
|
371
|
+
protected readonly showBlockDescription: _angular_core.Signal<boolean>;
|
|
372
|
+
protected readonly showBlockHeader: _angular_core.Signal<boolean>;
|
|
370
373
|
constructor();
|
|
371
374
|
private loadAdapterComponent;
|
|
372
375
|
private applyResolvedComponent;
|
|
@@ -376,6 +379,9 @@ declare class EditorialDataCollectionBlockOutletComponent {
|
|
|
376
379
|
private mergeFormDataIntoRuntimeContext;
|
|
377
380
|
private destroyRenderedComponent;
|
|
378
381
|
protected t(key: string, fallback: string, params?: Record<string, string | number | boolean | null | undefined>): string;
|
|
382
|
+
private shouldHideBlockTitle;
|
|
383
|
+
private shouldHideBlockDescription;
|
|
384
|
+
private getSingleResolvedSection;
|
|
379
385
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EditorialDataCollectionBlockOutletComponent, never>;
|
|
380
386
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EditorialDataCollectionBlockOutletComponent, "praxis-editorial-data-collection-block-outlet", never, { "block": { "alias": "block"; "required": true; "isSignal": true; }; "runtimeContext": { "alias": "runtimeContext"; "required": false; "isSignal": true; }; "solution": { "alias": "solution"; "required": false; "isSignal": true; }; "instance": { "alias": "instance"; "required": false; "isSignal": true; }; }, { "runtimeContextChange": "runtimeContextChange"; "operationalEvent": "operationalEvent"; }, never, never, true, never>;
|
|
381
387
|
}
|
|
@@ -692,11 +698,13 @@ declare class EditorialStepperComponent {
|
|
|
692
698
|
readonly isStepSelectionBlocked: _angular_core.InputSignal<(stepId: string) => boolean>;
|
|
693
699
|
readonly stepSelected: _angular_core.OutputEmitterRef<string>;
|
|
694
700
|
protected readonly effectiveOrientation: _angular_core.Signal<EditorialOrientation>;
|
|
701
|
+
protected readonly stepperVariant: _angular_core.Signal<_praxisui_core.EditorialStepperVariant>;
|
|
695
702
|
protected readonly stepperAriaLabel: _angular_core.Signal<string>;
|
|
696
703
|
protected stepState(step: EditorialResolvedStep): string;
|
|
697
704
|
protected stepNumber(step: EditorialResolvedStep): number;
|
|
698
705
|
protected isSelectionBlocked(stepId: string): boolean;
|
|
699
706
|
protected onStepClick(stepId: string): void;
|
|
707
|
+
protected connectorState(step: EditorialResolvedStep): string;
|
|
700
708
|
protected buildStepAriaLabel(step: EditorialResolvedStep): string;
|
|
701
709
|
private t;
|
|
702
710
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EditorialStepperComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/editorial-forms",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.65",
|
|
4
4
|
"description": "Editorial form runtime for Praxis UI: journeys, presets, semantic blocks, and specialist hosting for editorial experiences.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^1.0.0-beta.65"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|