@kris701/ez-ui 1.1.2 → 1.1.3

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.1.2",
3
+ "version": "1.1.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0"
@@ -383,6 +383,8 @@ declare class BaseListInterface<T, TList extends IIdentifiable> {
383
383
  items: i0.WritableSignal<TList[]>;
384
384
  getAllEndpoint: string;
385
385
  getEndpoint: string;
386
+ canGetAll: boolean;
387
+ canGet: boolean;
386
388
  isLoaded: boolean;
387
389
  isLoading: boolean;
388
390
  onUpdated: EventEmitter<any>;