@lukfel/ng-scaffold 21.1.47 → 21.1.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukfel/ng-scaffold",
3
- "version": "21.1.47",
3
+ "version": "21.1.50",
4
4
  "description": "This Angular library provides a basic UI scaffold and services for modern web and mobile apps",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -314,6 +314,7 @@ declare class ListItemTitleDirective {
314
314
 
315
315
  declare class ListComponent implements OnInit, OnChanges {
316
316
  libraryConfig: ScaffoldLibraryConfig | null;
317
+ private breakpointService;
317
318
  readonly avatarTemplate: _angular_core.Signal<ListItemAvatarDirective | undefined>;
318
319
  readonly titleTemplate: _angular_core.Signal<ListItemTitleDirective | undefined>;
319
320
  readonly subtitleTemplate: _angular_core.Signal<ListItemSubtitleDirective | undefined>;
@@ -339,6 +340,7 @@ declare class ListComponent implements OnInit, OnChanges {
339
340
  buttonId: string;
340
341
  item: ListItem;
341
342
  }>;
343
+ isMobile: _angular_core.Signal<boolean | undefined>;
342
344
  sortToken: _angular_core.WritableSignal<string>;
343
345
  sortAsc: _angular_core.WritableSignal<boolean>;
344
346
  allSelected: _angular_core.ModelSignal<boolean>;