@wolkabout/commons 0.0.26 → 0.0.27
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
|
@@ -961,7 +961,7 @@ declare class LocalSortTableComponent {
|
|
|
961
961
|
type MasterDetailDisplayRatio = 'full' | 'wide' | 'medium' | 'narrow' | 'reverse';
|
|
962
962
|
declare class MasterDetailsViewComponent {
|
|
963
963
|
displayRatio: _angular_core.InputSignal<MasterDetailDisplayRatio>;
|
|
964
|
-
width: _angular_core.Signal<"
|
|
964
|
+
width: _angular_core.Signal<"20%" | "25%" | "33.3333%" | "50%" | "75%">;
|
|
965
965
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MasterDetailsViewComponent, never>;
|
|
966
966
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MasterDetailsViewComponent, "app-master-details-view", never, { "displayRatio": { "alias": "displayRatio"; "required": false; "isSignal": true; }; }, {}, never, ["[app-master]", "[app-details]"], true, never>;
|
|
967
967
|
}
|