@wolkabout/commons 0.0.66 → 0.1.0
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
|
@@ -54,7 +54,6 @@ import { EChartsOption } from 'echarts';
|
|
|
54
54
|
import { DateTime } from 'luxon';
|
|
55
55
|
import { GoogleMap } from '@angular/google-maps';
|
|
56
56
|
import { MarkerClusterer } from '@googlemaps/markerclusterer';
|
|
57
|
-
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
58
57
|
|
|
59
58
|
declare class SharedModule {
|
|
60
59
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
@@ -1159,7 +1158,6 @@ declare class StandardListDataControl<ItemType> {
|
|
|
1159
1158
|
}
|
|
1160
1159
|
|
|
1161
1160
|
declare class StandardListViewComponent<ItemType> {
|
|
1162
|
-
scrollViewport: _angular_core.Signal<CdkVirtualScrollViewport | undefined>;
|
|
1163
1161
|
dataSource: _angular_core.InputSignal<StandardListDataSource<ItemType>>;
|
|
1164
1162
|
dataControl: _angular_core.InputSignal<StandardListDataControl<ItemType>>;
|
|
1165
1163
|
position: _angular_core.InputSignal<"inner" | "outer">;
|
|
@@ -1177,14 +1175,10 @@ declare class StandardListViewComponent<ItemType> {
|
|
|
1177
1175
|
filteredItems: _angular_core.Signal<StandardListItem<ItemType>[]>;
|
|
1178
1176
|
itemSelected: _angular_core.OutputEmitterRef<ItemType | null>;
|
|
1179
1177
|
itemTemplate: _angular_core.Signal<TemplateRef<any> | undefined>;
|
|
1180
|
-
private shouldScrollToItem;
|
|
1181
|
-
scrolledToBottom: _angular_core.WritableSignal<boolean>;
|
|
1182
|
-
private scrollSubscription;
|
|
1183
1178
|
constructor(destroyRef: DestroyRef);
|
|
1184
1179
|
selectItem(item: StandardListItem<ItemType>): void;
|
|
1185
1180
|
selectEmpty(): void;
|
|
1186
1181
|
loadMore(): void;
|
|
1187
|
-
trackById(index: number, item: StandardListItem<ItemType>): string;
|
|
1188
1182
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StandardListViewComponent<any>, never>;
|
|
1189
1183
|
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>;
|
|
1190
1184
|
}
|