@kris701/ez-ui 1.4.4 → 1.4.6

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": "@kris701/ez-ui",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0"
@@ -654,6 +654,7 @@ declare class BaseListInterface<T, TList extends IIdentifiable> {
654
654
  isLoading: boolean;
655
655
  onUpdated: EventEmitter<any>;
656
656
  constructor(http: HttpClient);
657
+ Init(): Promise<void>;
657
658
  Load(): Promise<void>;
658
659
  List(): Promise<TList[]>;
659
660
  ListGet(id: string): Promise<TList | null>;