@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/fesm2022/{lukfel-ng-scaffold-confirm-dialog.component-CMryk2MU.mjs → lukfel-ng-scaffold-confirm-dialog.component-DXfQ5moR.mjs} +5 -5
- package/fesm2022/{lukfel-ng-scaffold-confirm-dialog.component-CMryk2MU.mjs.map → lukfel-ng-scaffold-confirm-dialog.component-DXfQ5moR.mjs.map} +1 -1
- package/fesm2022/lukfel-ng-scaffold.mjs +186 -184
- package/fesm2022/lukfel-ng-scaffold.mjs.map +1 -1
- package/package.json +1 -1
- package/types/lukfel-ng-scaffold.d.ts +2 -0
package/package.json
CHANGED
|
@@ -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>;
|