@smartsoft001/crud-shell-angular 1.1.651 → 1.1.662

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.
Files changed (39) hide show
  1. package/bundles/smartsoft001-crud-shell-angular.umd.js +144 -29
  2. package/bundles/smartsoft001-crud-shell-angular.umd.js.map +1 -1
  3. package/esm2015/lib/+state/crud.selectors.js +1 -1
  4. package/esm2015/lib/components/components.module.js +7 -6
  5. package/esm2015/lib/components/filter/base/base.component.js +35 -9
  6. package/esm2015/lib/components/filter/date/date.component.js +21 -1
  7. package/esm2015/lib/components/filter/date-with-edit/date-with-edit.component.js +3 -2
  8. package/esm2015/lib/components/filter/filter.component.js +2 -2
  9. package/esm2015/lib/components/filter/index.js +2 -1
  10. package/esm2015/lib/components/filter/int/int.component.js +31 -0
  11. package/esm2015/lib/components/filters/filters.component.js +4 -3
  12. package/esm2015/lib/crud-full.module.js +4 -4
  13. package/esm2015/lib/pages/list/list.component.js +2 -2
  14. package/esm2015/smartsoft001-crud-shell-angular.js +11 -11
  15. package/fesm2015/smartsoft001-crud-shell-angular.js +97 -20
  16. package/fesm2015/smartsoft001-crud-shell-angular.js.map +1 -1
  17. package/lib/+state/crud.selectors.d.ts +9 -9
  18. package/lib/+state/crud.selectors.d.ts.map +1 -1
  19. package/lib/components/components.module.d.ts.map +1 -1
  20. package/lib/components/components.module.ngfactory.d.ts.map +1 -1
  21. package/lib/components/filter/base/base.component.d.ts +5 -1
  22. package/lib/components/filter/base/base.component.d.ts.map +1 -1
  23. package/lib/components/filter/date/date.component.d.ts +5 -0
  24. package/lib/components/filter/date/date.component.d.ts.map +1 -1
  25. package/lib/components/filter/date-with-edit/date-with-edit.component.d.ts +1 -0
  26. package/lib/components/filter/date-with-edit/date-with-edit.component.d.ts.map +1 -1
  27. package/lib/components/filter/index.d.ts +1 -0
  28. package/lib/components/filter/index.d.ts.map +1 -1
  29. package/lib/components/filter/int/int.component.d.ts +11 -0
  30. package/lib/components/filter/int/int.component.d.ts.map +1 -0
  31. package/lib/components/filter/int/int.component.ngfactory.d.ts.map +1 -0
  32. package/lib/components/filter/int/int.component.scss.shim.ngstyle.d.ts.map +1 -0
  33. package/lib/components/filters/filters.component.d.ts.map +1 -1
  34. package/lib/crud-full.module.ngfactory.d.ts.map +1 -1
  35. package/lib/crud.module.ngfactory.d.ts.map +1 -1
  36. package/package.json +8 -7
  37. package/smartsoft001-crud-shell-angular.d.ts +10 -10
  38. package/smartsoft001-crud-shell-angular.d.ts.map +1 -1
  39. package/smartsoft001-crud-shell-angular.metadata.json +1 -1
@@ -1,10 +1,10 @@
1
- export declare const getCrudState: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
2
- export declare const getCrudSelected: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
3
- export declare const getCrudMultiSelected: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
4
- export declare const getCrudList: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
5
- export declare const getCrudTotalCount: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
6
- export declare const getCrudLinks: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
7
- export declare const getCrudLoaded: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
8
- export declare const getCrudFilter: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
9
- export declare const getCrudError: (entity: any) => import("@ngrx/store").MemoizedSelector<any, any, import("@ngrx/store").DefaultProjectorFn<any>>;
1
+ export declare const getCrudState: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
2
+ export declare const getCrudSelected: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
3
+ export declare const getCrudMultiSelected: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
4
+ export declare const getCrudList: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
5
+ export declare const getCrudTotalCount: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
6
+ export declare const getCrudLinks: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
7
+ export declare const getCrudLoaded: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
8
+ export declare const getCrudFilter: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
9
+ export declare const getCrudError: (entity: any) => import("@ngrx/store").MemoizedSelector<object, any, import("@ngrx/store").DefaultProjectorFn<any>>;
10
10
  //# sourceMappingURL=crud.selectors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"crud.selectors.d.ts","sourceRoot":"","sources":["../../../../../../../libs/crud/shell/angular/src/lib/+state/crud.selectors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,kHAAsD,CAAC;AAEhF,eAAO,MAAM,eAAe,kHAG3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,kHAGhC,CAAC;AAEF,eAAO,MAAM,WAAW,kHAGvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,kHAG7B,CAAC;AAEF,eAAO,MAAM,YAAY,kHAGxB,CAAC;AAEF,eAAO,MAAM,aAAa,kHAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,kHAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,kHAGxB,CAAC"}
1
+ {"version":3,"file":"crud.selectors.d.ts","sourceRoot":"","sources":["../../../../../../../libs/crud/shell/angular/src/lib/+state/crud.selectors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,qHAAkD,CAAC;AAE5E,eAAO,MAAM,eAAe,qHAG3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,qHAGhC,CAAC;AAEF,eAAO,MAAM,WAAW,qHAGvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qHAG7B,CAAC;AAEF,eAAO,MAAM,YAAY,qHAGxB,CAAC;AAEF,eAAO,MAAM,aAAa,qHAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,qHAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,qHAGxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"components.module.d.ts","sourceRoot":"","sources":["../../../../../../../libs/crud/shell/angular/src/lib/components/components.module.ts"],"names":[],"mappings":"AA0CA,qBA2Ba,oBAAoB;CAAI"}
1
+ {"version":3,"file":"components.module.d.ts","sourceRoot":"","sources":["../../../../../../../libs/crud/shell/angular/src/lib/components/components.module.ts"],"names":[],"mappings":"AA4CA,qBA2Ba,oBAAoB;CAAI"}
@@ -1 +1 @@
1
- {"version":3,"file":"components.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../libs/crud/shell/angular/src/lib/components/components.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAqB1C,eAAO,MAAM,6BAA6B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,oBAAoB,CAAiB,CAAC"}
1
+ {"version":3,"file":"components.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../libs/crud/shell/angular/src/lib/components/components.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAsB1C,eAAO,MAAM,6BAA6B,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,oBAAoB,CAAiB,CAAC"}
@@ -18,8 +18,12 @@ export declare class BaseComponent<T extends IEntity<string>> implements OnInit
18
18
  filter: ICrudFilter;
19
19
  get value(): any;
20
20
  set value(val: any);
21
+ get minValue(): any;
22
+ set minValue(val: any);
23
+ get maxValue(): any;
24
+ set maxValue(val: any);
21
25
  constructor(facade: CrudFacade<T>, config: CrudConfig<T>, modelPossibilitiesProvider: ICrudModelPossibilitiesProvider);
22
- refresh(val: any): void;
26
+ refresh(val: any, type?: any): void;
23
27
  ngOnInit(): void;
24
28
  private initPossibilities;
25
29
  private isArrayType;
@@ -1 +1 @@
1
- {"version":3,"file":"base.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/base/base.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,MAAM,EAAW,MAAM,eAAe,CAAC;AAEzE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAY,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAC,WAAW,EAAC,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAEL,+BAA+B,EAChC,MAAM,qEAAqE,CAAC;AAC7E,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAEhD,qBACa,aAAa,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,YAAW,MAAM;IA0BnE,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC;IAC/B,OAAO,CAAC,MAAM;IAGd,OAAO,CAAC,0BAA0B;IA7BpC,cAAc,EAAE,UAAU,CAAC;QAAE,EAAE,EAAE,GAAG,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC,CAAC;IAE/C,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IAE7B,IAAI,KAAK,IAAI,GAAG,CAaf;IAED,IAAI,KAAK,CAAC,GAAG,EAAE,GAAG,EAEjB;gBAGW,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACvB,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EAGrB,0BAA0B,EAAE,+BAA+B;IAIrE,OAAO,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAoCvB,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,iBAAiB;IAYzB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,eAAe;CA6BxB"}
1
+ {"version":3,"file":"base.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/base/base.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,MAAM,EAAW,MAAM,eAAe,CAAC;AAEzE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAY,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAAC,WAAW,EAAC,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAC,UAAU,EAAC,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAEL,+BAA+B,EAChC,MAAM,qEAAqE,CAAC;AAC7E,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAEhD,qBACa,aAAa,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,YAAW,MAAM;IAgEnE,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC;IAC/B,OAAO,CAAC,MAAM;IAGd,OAAO,CAAC,0BAA0B;IAnEpC,cAAc,EAAE,UAAU,CAAC;QAAE,EAAE,EAAE,GAAG,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC,CAAC;IAE/C,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,WAAW,CAAC;IAE7B,IAAI,KAAK,IAAI,GAAG,CAaf;IAED,IAAI,KAAK,CAAC,GAAG,EAAE,GAAG,EAEjB;IAED,IAAI,QAAQ,IAAI,GAAG,CAalB;IAED,IAAI,QAAQ,CAAC,GAAG,EAAE,GAAG,EAEpB;IAED,IAAI,QAAQ,IAAI,GAAG,CAalB;IAED,IAAI,QAAQ,CAAC,GAAG,EAAE,GAAG,EAEpB;gBAGW,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACvB,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EAGrB,0BAA0B,EAAE,+BAA+B;IAIrE,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,MAAO,GAAG,IAAI;IAsCpC,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,iBAAiB;IAYzB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,eAAe;CA6BxB"}
@@ -1,7 +1,12 @@
1
1
  import { IEntity } from "@smartsoft001/domain-core";
2
2
  import { BaseComponent } from "../base/base.component";
3
3
  export declare class FilterDateComponent<T extends IEntity<string>> extends BaseComponent<T> {
4
+ get allowAdvanced(): boolean;
4
5
  set customValue(val: any);
5
6
  get customValue(): any;
7
+ set customMinValue(val: any);
8
+ get customMinValue(): any;
9
+ set customMaxValue(val: any);
10
+ get customMaxValue(): any;
6
11
  }
7
12
  //# sourceMappingURL=date.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/date/date.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,aAAa,EAAC,MAAM,wBAAwB,CAAC;AAErD,qBAKa,mBAAmB,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,SAAQ,aAAa,CAAC,CAAC,CAAC;IAClF,IAAI,WAAW,CAAC,GAAG,EAKA,GAAG,AALH,EAGlB;IAED,IAAI,WAAW,IAAI,GAAG,CAErB;CACF"}
1
+ {"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/date/date.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,aAAa,EAAC,MAAM,wBAAwB,CAAC;AAErD,qBAKa,mBAAmB,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,SAAQ,aAAa,CAAC,CAAC,CAAC;IAClF,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,IAAI,WAAW,CAAC,GAAG,EAKA,GAAG,AALH,EAGlB;IAED,IAAI,WAAW,IAAI,GAAG,CAErB;IAED,IAAI,cAAc,CAAC,GAAG,EAKA,GAAG,AALH,EAGrB;IAED,IAAI,cAAc,IAAI,GAAG,CAExB;IAED,IAAI,cAAc,CAAC,GAAG,EAKA,GAAG,AALH,EAGrB;IAED,IAAI,cAAc,IAAI,GAAG,CAExB;CACF"}
@@ -4,6 +4,7 @@ import { IEntity } from "@smartsoft001/domain-core";
4
4
  import { FilterDateComponent } from "../date/date.component";
5
5
  export declare class FilterDateWithEditComponent<T extends IEntity<string>> extends FilterDateComponent<T> implements OnInit, OnDestroy {
6
6
  private _subscriptions;
7
+ advanced: boolean;
7
8
  dateTimePicker: IonDatetime;
8
9
  open(): void;
9
10
  ngOnInit(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"date-with-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/date-with-edit/date-with-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,mBAAmB,EAAC,MAAM,wBAAwB,CAAC;AAE3D,qBAKa,2BAA2B,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CACjG,YAAW,MAAM,EAAE,SAAS;IAC1B,OAAO,CAAC,cAAc,CAAsB;IAEkB,cAAc,EAAE,WAAW,CAAC;IAE1F,IAAI,IAAI,IAAI;IAIZ,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;CAKpB"}
1
+ {"version":3,"file":"date-with-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/date-with-edit/date-with-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,mBAAmB,EAAC,MAAM,wBAAwB,CAAC;AAE3D,qBAKa,2BAA2B,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CACjG,YAAW,MAAM,EAAE,SAAS;IAC1B,OAAO,CAAC,cAAc,CAAsB;IAE5C,QAAQ,UAAS;IAE6C,cAAc,EAAE,WAAW,CAAC;IAE1F,IAAI,IAAI,IAAI;IAIZ,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;CAKpB"}
@@ -5,4 +5,5 @@ export * from "./radio/radio.component";
5
5
  export * from "./text/text.component";
6
6
  export * from "./flag/flag.component";
7
7
  export * from "./check/check.component";
8
+ export * from "./int/int.component";
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { IEntity } from "@smartsoft001/domain-core";
3
+ import { BaseComponent } from "../base/base.component";
4
+ export declare class FilterIntComponent<T extends IEntity<string>> extends BaseComponent<T> implements OnInit, OnDestroy {
5
+ private _subscriptions;
6
+ advanced: boolean;
7
+ get allowAdvanced(): boolean;
8
+ ngOnInit(): void;
9
+ ngOnDestroy(): void;
10
+ }
11
+ //# sourceMappingURL=int.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"int.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/int/int.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AAItE,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAGlD,OAAO,EAAC,aAAa,EAAC,MAAM,wBAAwB,CAAC;AAErD,qBAKa,kBAAkB,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,SAAQ,aAAa,CAAC,CAAC,CAClF,YAAW,MAAM,EAAE,SAAS;IAC1B,OAAO,CAAC,cAAc,CAAsB;IAE5C,QAAQ,UAAS;IAEjB,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;CAKpB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"int.component.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/int/int.component.ngfactory.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"int.component.scss.shim.ngstyle.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/int/int.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"filters.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/crud/shell/angular/src/lib/components/filters/filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,MAAM,EAAC,MAAM,eAAe,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAc,WAAW,EAAE,YAAY,EAAC,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAAiE,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAClH,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,qBAKa,gBAAgB,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,YAAW,MAAM;IAWpE,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAdtB,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAE1B,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAE/B;;OAEG;IACI,QAAQ,EAAE,OAAO,CAAC;gBAGf,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACrB,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACrB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU;IAG5B,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAI9B,QAAQ,IAAI,IAAI;CAuBjB"}
1
+ {"version":3,"file":"filters.component.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/crud/shell/angular/src/lib/components/filters/filters.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,MAAM,EAAC,MAAM,eAAe,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAc,WAAW,EAAE,YAAY,EAAC,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAKH,YAAY,EACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,qBAKa,gBAAgB,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,YAAW,MAAM;IAWpE,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAdtB,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAE1B,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAE/B;;OAEG;IACI,QAAQ,EAAE,OAAO,CAAC;gBAGf,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACrB,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,EACrB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU;IAG5B,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAI9B,QAAQ,IAAI,IAAI;CAwBjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"crud-full.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../libs/crud/shell/angular/src/lib/crud-full.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,oBAAoB,CAAC;AA2BzC,eAAO,MAAM,uBAAuB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,cAAc,CAAC,GAAG,CAAC,CAAiB,CAAC"}
1
+ {"version":3,"file":"crud-full.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../libs/crud/shell/angular/src/lib/crud-full.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,oBAAoB,CAAC;AA4BzC,eAAO,MAAM,uBAAuB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,cAAc,CAAC,GAAG,CAAC,CAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"crud.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../libs/crud/shell/angular/src/lib/crud.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AAsBpC,eAAO,MAAM,uBAAuB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,cAAc,CAAC,GAAG,CAAC,CAAiB,CAAC;AAgQhG,eAAO,MAAM,mBAAmB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,CAAiB,CAAC"}
1
+ {"version":3,"file":"crud.module.ngfactory.d.ts","sourceRoot":"","sources":["../../../../../../libs/crud/shell/angular/src/lib/crud.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AAuBpC,eAAO,MAAM,uBAAuB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,cAAc,CAAC,GAAG,CAAC,CAAiB,CAAC;AAiQhG,eAAO,MAAM,mBAAmB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,CAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/crud-shell-angular",
3
- "version": "1.1.651",
3
+ "version": "1.1.662",
4
4
  "description": "This library was generated with [Nx](https://nx.dev).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,18 +23,19 @@
23
23
  "dependencies": {
24
24
  "tslib": "^2.2.0",
25
25
  "@ngrx/store": "12.5.0",
26
- "@smartsoft001/domain-core": "1.0.664",
27
- "@smartsoft001/models": "1.0.691",
26
+ "@smartsoft001/domain-core": "1.0.675",
27
+ "@smartsoft001/models": "1.0.702",
28
28
  "reflect-metadata": "0.1.13",
29
- "@smartsoft001/utils": "1.0.726",
29
+ "@smartsoft001/utils": "1.0.737",
30
30
  "lodash": "^4.17.20",
31
31
  "guid-typescript": "1.0.9",
32
32
  "flatted": "^3.2.4",
33
33
  "md5": "2.3.0",
34
34
  "rxjs": "6.6.3",
35
- "@smartsoft001/users": "1.0.683",
36
35
  "@angular/core": "12.2.7",
37
- "@smartsoft001/angular": "1.1.716",
36
+ "@angular/platform-browser-dynamic": "12.2.7",
37
+ "@smartsoft001/users": "1.0.694",
38
+ "@smartsoft001/angular": "1.1.727",
38
39
  "@ngrx/effects": "12.5.0",
39
40
  "@angular/common": "12.2.7",
40
41
  "@angular/router": "12.2.7",
@@ -58,7 +59,7 @@
58
59
  "@ionic-native/fingerprint-aio": "^5.30.0",
59
60
  "ngx-cookie": "^5.0.2",
60
61
  "@ionic/storage": "^2.3.1",
61
- "@smartsoft001/crud-shell-dtos": "1.0.597"
62
+ "@smartsoft001/crud-shell-dtos": "1.0.608"
62
63
  },
63
64
  "peerDependencies": {}
64
65
  }
@@ -4,18 +4,18 @@
4
4
  export * from './index';
5
5
  export { CrudComponentsModule as ɵc } from './lib/components/components.module';
6
6
  export { ExportComponent as ɵd } from './lib/components/export/export.component';
7
- export { FilterCheckComponent as ɵm, FilterComponent as ɵe, FilterDateComponent as ɵh, FilterDateWithEditComponent as ɵi, FilterFlagComponent as ɵl, FilterRadioComponent as ɵj, FilterTextComponent as ɵf } from './lib/components/filter';
7
+ export { FilterCheckComponent as ɵm, FilterComponent as ɵe, FilterDateComponent as ɵh, FilterDateWithEditComponent as ɵi, FilterFlagComponent as ɵl, FilterIntComponent as ɵn, FilterRadioComponent as ɵj, FilterTextComponent as ɵf } from './lib/components/filter';
8
8
  export { FiltersConfigComponent as ɵg } from './lib/components/filters-config/filters-config.component';
9
9
  export { FiltersComponent as ɵk } from './lib/components/filters/filters.component';
10
- export { GroupComponent as ɵo } from './lib/components/group/group.component';
11
- export { MultiselectComponent as ɵn } from './lib/components/multiselect/multiselect.component';
12
- export { CrudItemPageBaseComponent as ɵt } from './lib/pages/item/base/base.component';
13
- export { ItemComponent as ɵr } from './lib/pages/item/item.component';
14
- export { ItemStandardComponent as ɵs } from './lib/pages/item/standard/standard.component';
15
- export { CrudListPageBaseComponent as ɵw } from './lib/pages/list/base/base.component';
16
- export { ListComponent as ɵu } from './lib/pages/list/list.component';
17
- export { ListStandardComponent as ɵv } from './lib/pages/list/standard/standard.component';
10
+ export { GroupComponent as ɵp } from './lib/components/group/group.component';
11
+ export { MultiselectComponent as ɵo } from './lib/components/multiselect/multiselect.component';
12
+ export { CrudItemPageBaseComponent as ɵu } from './lib/pages/item/base/base.component';
13
+ export { ItemComponent as ɵs } from './lib/pages/item/item.component';
14
+ export { ItemStandardComponent as ɵt } from './lib/pages/item/standard/standard.component';
15
+ export { CrudListPageBaseComponent as ɵx } from './lib/pages/list/base/base.component';
16
+ export { ListComponent as ɵv } from './lib/pages/list/list.component';
17
+ export { ListStandardComponent as ɵw } from './lib/pages/list/standard/standard.component';
18
18
  export { FormOptionsPipe as ɵb } from './lib/pipes/form-options/form-options.pipe';
19
19
  export { CrudPipesModule as ɵa } from './lib/pipes/pipes.module';
20
- export { NotSocketService as ɵq, SocketService as ɵp } from './lib/services/socket/socket.service';
20
+ export { NotSocketService as ɵr, SocketService as ɵq } from './lib/services/socket/socket.service';
21
21
  //# sourceMappingURL=smartsoft001-crud-shell-angular.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"smartsoft001-crud-shell-angular.d.ts","sourceRoot":"","sources":["../../../../../libs/crud/shell/angular/src/smartsoft001-crud-shell-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC;AAExB,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAC,eAAe,IAAI,EAAE,EAAC,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,eAAe,IAAI,EAAE,EAAC,mBAAmB,IAAI,EAAE,EAAC,2BAA2B,IAAI,EAAE,EAAC,mBAAmB,IAAI,EAAE,EAAC,oBAAoB,IAAI,EAAE,EAAC,mBAAmB,IAAI,EAAE,EAAC,MAAM,yBAAyB,CAAC;AACpO,OAAO,EAAC,sBAAsB,IAAI,EAAE,EAAC,MAAM,0DAA0D,CAAC;AACtG,OAAO,EAAC,gBAAgB,IAAI,EAAE,EAAC,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAC,cAAc,IAAI,EAAE,EAAC,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,oDAAoD,CAAC;AAC9F,OAAO,EAAC,yBAAyB,IAAI,EAAE,EAAC,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAC,qBAAqB,IAAI,EAAE,EAAC,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAC,yBAAyB,IAAI,EAAE,EAAC,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAC,qBAAqB,IAAI,EAAE,EAAC,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAC,eAAe,IAAI,EAAE,EAAC,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAC,eAAe,IAAI,EAAE,EAAC,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAC,gBAAgB,IAAI,EAAE,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,sCAAsC,CAAC"}
1
+ {"version":3,"file":"smartsoft001-crud-shell-angular.d.ts","sourceRoot":"","sources":["../../../../../libs/crud/shell/angular/src/smartsoft001-crud-shell-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC;AAExB,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAC,eAAe,IAAI,EAAE,EAAC,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,eAAe,IAAI,EAAE,EAAC,mBAAmB,IAAI,EAAE,EAAC,2BAA2B,IAAI,EAAE,EAAC,mBAAmB,IAAI,EAAE,EAAC,kBAAkB,IAAI,EAAE,EAAC,oBAAoB,IAAI,EAAE,EAAC,mBAAmB,IAAI,EAAE,EAAC,MAAM,yBAAyB,CAAC;AAC7P,OAAO,EAAC,sBAAsB,IAAI,EAAE,EAAC,MAAM,0DAA0D,CAAC;AACtG,OAAO,EAAC,gBAAgB,IAAI,EAAE,EAAC,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAC,cAAc,IAAI,EAAE,EAAC,MAAM,wCAAwC,CAAC;AAC5E,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,oDAAoD,CAAC;AAC9F,OAAO,EAAC,yBAAyB,IAAI,EAAE,EAAC,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAC,qBAAqB,IAAI,EAAE,EAAC,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAC,yBAAyB,IAAI,EAAE,EAAC,MAAM,sCAAsC,CAAC;AACrF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAC,qBAAqB,IAAI,EAAE,EAAC,MAAM,8CAA8C,CAAC;AACzF,OAAO,EAAC,eAAe,IAAI,EAAE,EAAC,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAC,eAAe,IAAI,EAAE,EAAC,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAC,gBAAgB,IAAI,EAAE,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,sCAAsC,CAAC"}