@masterteam/properties 0.0.13 → 0.0.14
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
|
@@ -354,6 +354,8 @@ declare class PropertiesList {
|
|
|
354
354
|
private readonly facade;
|
|
355
355
|
private readonly router;
|
|
356
356
|
private readonly route;
|
|
357
|
+
private readonly defaultTab;
|
|
358
|
+
tab: _angular_core.InputSignal<string | undefined>;
|
|
357
359
|
tabs: _angular_core.WritableSignal<{
|
|
358
360
|
label: string;
|
|
359
361
|
value: string;
|
|
@@ -370,8 +372,11 @@ declare class PropertiesList {
|
|
|
370
372
|
private deleteRow;
|
|
371
373
|
createProperty(): void;
|
|
372
374
|
createPropertyWithType(viewType: string): void;
|
|
375
|
+
onTabChange(tab: string): void;
|
|
376
|
+
private updateTabQueryParam;
|
|
377
|
+
private navigatePreservingTab;
|
|
373
378
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PropertiesList, never>;
|
|
374
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PropertiesList, "mt-properties-list", never, {}, {}, never, never, true, never>;
|
|
379
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PropertiesList, "mt-properties-list", never, { "tab": { "alias": "tab"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
375
380
|
}
|
|
376
381
|
|
|
377
382
|
declare class PropertyForm implements OnDestroy {
|