@smartsoft001/crud-shell-angular 1.2.22 → 1.2.32
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/esm2020/lib/+state/crud.effects.mjs +3 -3
- package/esm2020/lib/+state/crud.facade.mjs +3 -3
- package/esm2020/lib/components/components.module.mjs +4 -4
- package/esm2020/lib/components/export/export.component.mjs +3 -3
- package/esm2020/lib/components/filter/base/base.component.mjs +3 -3
- package/esm2020/lib/components/filter/check/check.component.mjs +3 -3
- package/esm2020/lib/components/filter/date/date.component.mjs +3 -3
- package/esm2020/lib/components/filter/date-with-edit/date-with-edit.component.mjs +3 -3
- package/esm2020/lib/components/filter/filter.component.mjs +3 -3
- package/esm2020/lib/components/filter/flag/flag.component.mjs +3 -3
- package/esm2020/lib/components/filter/int/int.component.mjs +3 -3
- package/esm2020/lib/components/filter/radio/radio.component.mjs +3 -3
- package/esm2020/lib/components/filter/text/text.component.mjs +3 -3
- package/esm2020/lib/components/filters/filters.component.mjs +3 -3
- package/esm2020/lib/components/filters-config/filters-config.component.mjs +3 -3
- package/esm2020/lib/components/group/group.component.mjs +3 -3
- package/esm2020/lib/components/multiselect/multiselect.component.mjs +3 -3
- package/esm2020/lib/crud-full.module.mjs +4 -4
- package/esm2020/lib/crud.config.mjs +6 -6
- package/esm2020/lib/crud.module.mjs +8 -8
- package/esm2020/lib/factories/list-pagination/list-pagination.factory.mjs +3 -3
- package/esm2020/lib/pages/item/base/base.component.mjs +3 -3
- package/esm2020/lib/pages/item/item.component.mjs +3 -3
- package/esm2020/lib/pages/item/standard/standard.component.mjs +3 -3
- package/esm2020/lib/pages/list/base/base.component.mjs +3 -3
- package/esm2020/lib/pages/list/list.component.mjs +3 -3
- package/esm2020/lib/pages/list/standard/standard.component.mjs +3 -3
- package/esm2020/lib/pipes/form-options/form-options.pipe.mjs +3 -3
- package/esm2020/lib/pipes/pipes.module.mjs +4 -4
- package/esm2020/lib/services/crud/crud.service.mjs +3 -3
- package/esm2020/lib/services/list-group/list-group.service.mjs +3 -3
- package/esm2020/lib/services/page/page.service.mjs +3 -3
- package/esm2020/lib/services/search/search.service.mjs +3 -3
- package/esm2020/lib/services/socket/socket.service.mjs +6 -6
- package/fesm2015/smartsoft001-crud-shell-angular.mjs +116 -116
- package/fesm2020/smartsoft001-crud-shell-angular.mjs +116 -116
- package/lib/components/export/export.component.d.ts +1 -1
- package/lib/components/filter/base/base.component.d.ts +1 -1
- package/lib/components/filter/check/check.component.d.ts +1 -1
- package/lib/components/filter/date/date.component.d.ts +1 -1
- package/lib/components/filter/date-with-edit/date-with-edit.component.d.ts +1 -1
- package/lib/components/filter/filter.component.d.ts +1 -1
- package/lib/components/filter/flag/flag.component.d.ts +1 -1
- package/lib/components/filter/int/int.component.d.ts +1 -1
- package/lib/components/filter/radio/radio.component.d.ts +1 -1
- package/lib/components/filter/text/text.component.d.ts +1 -1
- package/lib/components/filters/filters.component.d.ts +1 -1
- package/lib/components/filters-config/filters-config.component.d.ts +1 -1
- package/lib/components/group/group.component.d.ts +1 -1
- package/lib/components/multiselect/multiselect.component.d.ts +1 -1
- package/lib/pages/item/base/base.component.d.ts +1 -1
- package/lib/pages/item/item.component.d.ts +1 -1
- package/lib/pages/item/standard/standard.component.d.ts +1 -1
- package/lib/pages/list/base/base.component.d.ts +1 -1
- package/lib/pages/list/list.component.d.ts +1 -1
- package/lib/pages/list/standard/standard.component.d.ts +1 -1
- package/package.json +3 -3
|
@@ -16,6 +16,6 @@ export declare class ExportComponent<T extends IEntity<string>> extends BaseComp
|
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
private initButtonExportOptions;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExportComponent<any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExportComponent<any>, "smart-crud-export", never, {}, {}, never, never, false>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExportComponent<any>, "smart-crud-export", never, {}, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
21
21
|
//# sourceMappingURL=export.component.d.ts.map
|
|
@@ -34,6 +34,6 @@ export declare class BaseComponent<T extends IEntity<string>> implements OnInit
|
|
|
34
34
|
private isArrayType;
|
|
35
35
|
private refreshForArray;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent<any>, [null, null, { optional: true; }, null]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseComponent<any>, never, never, { "item": "item"; "filter": "filter"; }, {}, never, never, false>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseComponent<any>, never, never, { "item": "item"; "filter": "filter"; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=base.component.d.ts.map
|
|
@@ -14,6 +14,6 @@ export declare class FilterCheckComponent<T extends IEntity<string>> extends Bas
|
|
|
14
14
|
isCheck: boolean;
|
|
15
15
|
}): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCheckComponent<any>, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCheckComponent<any>, "smart-crud-filter-check", never, {}, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCheckComponent<any>, "smart-crud-filter-check", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=check.component.d.ts.map
|
|
@@ -11,6 +11,6 @@ export declare class FilterDateComponent<T extends IEntity<string>> extends Base
|
|
|
11
11
|
set customMaxValue(val: any);
|
|
12
12
|
get customMaxValue(): any;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterDateComponent<any>, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDateComponent<any>, "smart-crud-filter-date", never, {}, {}, never, never, false>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDateComponent<any>, "smart-crud-filter-date", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=date.component.d.ts.map
|
|
@@ -12,6 +12,6 @@ export declare class FilterDateWithEditComponent<T extends IEntity<string>> exte
|
|
|
12
12
|
ngOnInit(): void;
|
|
13
13
|
ngOnDestroy(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterDateWithEditComponent<any>, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDateWithEditComponent<any>, "smart-crud-filter-date-with-edit", never, {}, {}, never, never, false>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterDateWithEditComponent<any>, "smart-crud-filter-date-with-edit", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=date-with-edit.component.d.ts.map
|
|
@@ -9,6 +9,6 @@ export declare class FilterComponent implements OnInit {
|
|
|
9
9
|
constructor();
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "smart-crud-filter", never, { "item": "item"; "filter": "filter"; }, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "smart-crud-filter", never, { "item": "item"; "filter": "filter"; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=filter.component.d.ts.map
|
|
@@ -3,6 +3,6 @@ import { BaseComponent } from "../base/base.component";
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FilterFlagComponent<T extends IEntity<string>> extends BaseComponent<T> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFlagComponent<any>, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFlagComponent<any>, "smart-crud-filter-flag", never, {}, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterFlagComponent<any>, "smart-crud-filter-flag", never, {}, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=flag.component.d.ts.map
|
|
@@ -10,6 +10,6 @@ export declare class FilterIntComponent<T extends IEntity<string>> extends BaseC
|
|
|
10
10
|
ngOnDestroy(): void;
|
|
11
11
|
toggleAdvanced(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterIntComponent<any>, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterIntComponent<any>, "smart-crud-filter-int", never, {}, {}, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterIntComponent<any>, "smart-crud-filter-int", never, {}, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=int.component.d.ts.map
|
|
@@ -3,6 +3,6 @@ import { BaseComponent } from "../base/base.component";
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FilterRadioComponent<T extends IEntity<string>> extends BaseComponent<T> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterRadioComponent<any>, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRadioComponent<any>, "smart-crud-filter-radio", never, {}, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRadioComponent<any>, "smart-crud-filter-radio", never, {}, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=radio.component.d.ts.map
|
|
@@ -3,6 +3,6 @@ import { BaseComponent } from "../base/base.component";
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FilterTextComponent<T extends IEntity<string>> extends BaseComponent<T> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterTextComponent<any>, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterTextComponent<any>, "smart-crud-filter-text", never, {}, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterTextComponent<any>, "smart-crud-filter-text", never, {}, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=text.component.d.ts.map
|
|
@@ -78,6 +78,6 @@ export declare class FiltersComponent<T extends IEntity<string>> implements OnIn
|
|
|
78
78
|
onClose(): Promise<void>;
|
|
79
79
|
ngOnInit(): void;
|
|
80
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent<any>, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent<any>, "smart-crud-filters", never, { "hideMenu": "hideMenu"; }, {}, never, never, false>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent<any>, "smart-crud-filters", never, { "hideMenu": "hideMenu"; }, {}, never, never, false, never>;
|
|
82
82
|
}
|
|
83
83
|
//# sourceMappingURL=filters.component.d.ts.map
|
|
@@ -14,6 +14,6 @@ export declare class FiltersConfigComponent<T extends IEntity<string>> implement
|
|
|
14
14
|
onRemoveQuery(item: ICrudFilterQueryItem): void;
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersConfigComponent<any>, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersConfigComponent<any>, "smart-crud-filters-config", never, {}, {}, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FiltersConfigComponent<any>, "smart-crud-filters-config", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=filters-config.component.d.ts.map
|
|
@@ -18,6 +18,6 @@ export declare class GroupComponent<T extends IEntity<string>> extends BaseCompo
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
ngOnDestroy(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupComponent<any>, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupComponent<any>, "smart-crud-group", never, { "groups": "groups"; "listOptions": "listOptions"; }, {}, never, never, false>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupComponent<any>, "smart-crud-group", never, { "groups": "groups"; "listOptions": "listOptions"; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=group.component.d.ts.map
|
|
@@ -23,6 +23,6 @@ export declare class MultiselectComponent<T extends IEntity<string>> implements
|
|
|
23
23
|
onValidChange(valid: boolean): void;
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectComponent<any>, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent<any>, "smart-crud-multiselect", never, {}, {}, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent<any>, "smart-crud-multiselect", never, {}, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=multiselect.component.d.ts.map
|
|
@@ -20,6 +20,6 @@ export declare abstract class CrudItemPageBaseComponent<T extends IEntity<string
|
|
|
20
20
|
onValidChange: EventEmitter<boolean>;
|
|
21
21
|
constructor(config: CrudFullConfig<T>, facade: CrudFacade<T>);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CrudItemPageBaseComponent<any>, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CrudItemPageBaseComponent<any>, never, never, { "detailsOptions": "detailsOptions"; "mode": "mode"; "uniqueProvider": "uniqueProvider"; }, { "onPartialChange": "onPartialChange"; "onChange": "onChange"; "onValidChange": "onValidChange"; }, never, never, false>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CrudItemPageBaseComponent<any>, never, never, { "detailsOptions": "detailsOptions"; "mode": "mode"; "uniqueProvider": "uniqueProvider"; }, { "onPartialChange": "onPartialChange"; "onChange": "onChange"; "onValidChange": "onValidChange"; }, never, never, false, never>;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=base.component.d.ts.map
|
|
@@ -64,7 +64,7 @@ export declare class ItemComponent<T extends IEntity<string>> extends ItemCompon
|
|
|
64
64
|
private checkFirstInvalid;
|
|
65
65
|
private getInvalidFields;
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemComponent<any>, never>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemComponent<any>, "smart-crud-item-page", never, {}, {}, never, ["*"], false>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemComponent<any>, "smart-crud-item-page", never, {}, {}, never, ["*"], false, never>;
|
|
68
68
|
}
|
|
69
69
|
export {};
|
|
70
70
|
//# sourceMappingURL=item.component.d.ts.map
|
|
@@ -3,6 +3,6 @@ import { CrudItemPageBaseComponent } from "../base/base.component";
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ItemStandardComponent<T extends IEntity<string>> extends CrudItemPageBaseComponent<T> {
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemStandardComponent<any>, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemStandardComponent<any>, "smart-crud-item-standard-page", never, {}, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemStandardComponent<any>, "smart-crud-item-standard-page", never, {}, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=standard.component.d.ts.map
|
|
@@ -10,6 +10,6 @@ export declare abstract class CrudListPageBaseComponent<T extends IEntity<string
|
|
|
10
10
|
listOptions: IListOptions<T>;
|
|
11
11
|
constructor(config: CrudFullConfig<T>);
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CrudListPageBaseComponent<any>, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CrudListPageBaseComponent<any>, never, never, { "listOptions": "listOptions"; }, {}, never, never, false>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CrudListPageBaseComponent<any>, never, never, { "listOptions": "listOptions"; }, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=base.component.d.ts.map
|
|
@@ -48,7 +48,7 @@ export declare class ListComponent<T extends IEntity<string>> extends ListCompon
|
|
|
48
48
|
private getEndButtons;
|
|
49
49
|
private initTopComponent;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent<any>, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent<any>, "smart-crud-list-page", never, {}, {}, never, ["*"], false>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent<any>, "smart-crud-list-page", never, {}, {}, never, ["*"], false, never>;
|
|
52
52
|
}
|
|
53
53
|
export {};
|
|
54
54
|
//# sourceMappingURL=list.component.d.ts.map
|
|
@@ -9,6 +9,6 @@ export declare class ListStandardComponent<T extends IEntity<string>> extends Cr
|
|
|
9
9
|
isSearch$: import("rxjs").Observable<boolean>;
|
|
10
10
|
constructor(facade: CrudFacade<T>, config: CrudFullConfig<T>);
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListStandardComponent<any>, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListStandardComponent<any>, "smart-crud-list-standard-page", never, {}, {}, never, never, false>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListStandardComponent<any>, "smart-crud-list-standard-page", never, {}, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=standard.component.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartsoft001/crud-shell-angular",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.32",
|
|
4
4
|
"description": "This library was generated with [Nx](https://nx.dev).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.0",
|
|
37
37
|
"@ngrx/store": "14.0.2",
|
|
38
|
-
"@smartsoft001/domain-core": "1.1.
|
|
39
|
-
"@smartsoft001/angular": "1.2.
|
|
38
|
+
"@smartsoft001/domain-core": "1.1.32",
|
|
39
|
+
"@smartsoft001/angular": "1.2.32"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {}
|
|
42
42
|
}
|