@smartsoft001/crud-shell-angular 2.121.0 → 2.123.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/crud-shell-angular",
3
- "version": "2.121.0",
3
+ "version": "2.123.0",
4
4
  "description": "Utils and Angular components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -583,7 +583,7 @@ declare class ListStandardComponent<T extends IEntity<string>> extends CrudListP
583
583
  static ɵcmp: i0.ɵɵComponentDeclaration<ListStandardComponent<any>, "smart-crud-list-standard-page", never, {}, {}, never, never, true, never>;
584
584
  }
585
585
 
586
- declare const PAGES: (typeof ItemComponent | typeof ListComponent | typeof ListStandardComponent | typeof ItemStandardComponent)[];
586
+ declare const PAGES: (typeof ItemStandardComponent | typeof ItemComponent | typeof ListStandardComponent | typeof ListComponent)[];
587
587
  declare class CrudFullModule<T extends IEntity<string>> {
588
588
  constructor(config: CrudConfig<T>, effects: CrudEffects<any>);
589
589
  static ɵfac: i0.ɵɵFactoryDeclaration<CrudFullModule, never>;