@wolkabout/commons 0.0.23 → 0.0.25
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
|
@@ -960,10 +960,10 @@ declare class LocalSortTableComponent {
|
|
|
960
960
|
*/
|
|
961
961
|
type MasterDetailDisplayRatio = 'full' | 'wide' | 'medium' | 'narrow' | 'reverse';
|
|
962
962
|
declare class MasterDetailsViewComponent {
|
|
963
|
-
displayRatio: MasterDetailDisplayRatio
|
|
964
|
-
|
|
963
|
+
displayRatio: _angular_core.InputSignal<MasterDetailDisplayRatio>;
|
|
964
|
+
width: _angular_core.Signal<"w-1/5 max-w-1/5" | "w-1/4 max-w-1/4" | "w-1/3 max-w-1/3" | "w-1/2 max-w-1/2" | "w-3/4 max-w-3/4">;
|
|
965
965
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MasterDetailsViewComponent, never>;
|
|
966
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MasterDetailsViewComponent, "app-master-details-view", never, { "displayRatio": { "alias": "displayRatio"; "required": false; }; }, {}, never, ["[app-master]", "[app-details]"], true, never>;
|
|
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
|
}
|
|
968
968
|
|
|
969
969
|
interface NestedListItem<ItemType> {
|