@wolkabout/commons 0.0.65 → 0.0.66

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": "@wolkabout/commons",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "21.2.0",
6
6
  "@angular/common": "21.2.0",
@@ -1177,13 +1177,14 @@ declare class StandardListViewComponent<ItemType> {
1177
1177
  filteredItems: _angular_core.Signal<StandardListItem<ItemType>[]>;
1178
1178
  itemSelected: _angular_core.OutputEmitterRef<ItemType | null>;
1179
1179
  itemTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
1180
- private initialSelectionItemIndex;
1180
+ private shouldScrollToItem;
1181
1181
  scrolledToBottom: _angular_core.WritableSignal<boolean>;
1182
1182
  private scrollSubscription;
1183
1183
  constructor(destroyRef: DestroyRef);
1184
1184
  selectItem(item: StandardListItem<ItemType>): void;
1185
1185
  selectEmpty(): void;
1186
1186
  loadMore(): void;
1187
+ trackById(index: number, item: StandardListItem<ItemType>): string;
1187
1188
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<StandardListViewComponent<any>, never>;
1188
1189
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<StandardListViewComponent<any>, "app-standard-list-view", never, { "dataSource": { "alias": "dataSource"; "required": true; "isSignal": true; }; "dataControl": { "alias": "dataControl"; "required": true; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "isColoredInput": { "alias": "isColoredInput"; "required": false; "isSignal": true; }; "hideSearch": { "alias": "hideSearch"; "required": false; "isSignal": true; }; "hideDetails": { "alias": "hideDetails"; "required": false; "isSignal": true; }; "hidePadding": { "alias": "hidePadding"; "required": false; "isSignal": true; }; }, { "itemSelected": "itemSelected"; }, ["itemTemplate"], ["[app-no-items-message]", "[app-actions]", "[app-details]"], true, never>;
1189
1190
  }