@pepperi-addons/ngx-lib 0.5.0-ng16.1 → 0.5.0-ng16.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/esm2022/list/list.component.mjs +5 -6
- package/esm2022/list/list.module.mjs +5 -7
- package/esm2022/smart-filters/multi-select-filter/multi-select-filter.component.mjs +7 -9
- package/esm2022/smart-filters/smart-filters.module.mjs +5 -5
- package/fesm2022/pepperi-addons-ngx-lib-list.mjs +6 -7
- package/fesm2022/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2022/pepperi-addons-ngx-lib-smart-filters.mjs +17 -19
- package/fesm2022/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/list/list.module.d.ts +1 -2
- package/package.json +39 -39
- package/smart-filters/smart-filters.module.d.ts +10 -11
package/list/list.module.d.ts
CHANGED
|
@@ -24,11 +24,10 @@ import * as i21 from "@pepperi-addons/ngx-lib/icon";
|
|
|
24
24
|
import * as i22 from "@pepperi-addons/ngx-lib/form";
|
|
25
25
|
import * as i23 from "@pepperi-addons/ngx-lib/menu";
|
|
26
26
|
import * as i24 from "@pepperi-addons/ngx-lib/textbox";
|
|
27
|
-
import * as i25 from "./virtual-scroller";
|
|
28
27
|
export declare class PepListModule {
|
|
29
28
|
private pepIconRegistry;
|
|
30
29
|
constructor(pepIconRegistry: PepIconRegistry);
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepListModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepListModule, [typeof i1.PepListComponent, typeof i2.PepListActionsComponent, typeof i3.PepListCarouselComponent, typeof i4.PepListChooserComponent, typeof i5.PepListPagerComponent, typeof i6.PepListSortingComponent, typeof i7.PepListTotalComponent, typeof i8.PepListViewsComponent, typeof i9.IsItemSelectedPipe, typeof i9.IsItemDisabledPipe], [typeof i10.CommonModule, typeof i11.MatCommonModule, typeof i12.MatButtonModule, typeof i13.MatCheckboxModule, typeof i14.MatRadioModule, typeof i15.MatIconModule, typeof i16.MatMenuModule, typeof i17.PepNgxLibModule, typeof i18.PepBreadCrumbsModule, typeof i19.PepButtonModule, typeof i20.PepCarouselModule, typeof i21.PepIconModule, typeof i22.PepFormModule, typeof i23.PepMenuModule, typeof i24.PepTextboxModule
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepListModule, [typeof i1.PepListComponent, typeof i2.PepListActionsComponent, typeof i3.PepListCarouselComponent, typeof i4.PepListChooserComponent, typeof i5.PepListPagerComponent, typeof i6.PepListSortingComponent, typeof i7.PepListTotalComponent, typeof i8.PepListViewsComponent, typeof i9.IsItemSelectedPipe, typeof i9.IsItemDisabledPipe], [typeof i10.CommonModule, typeof i11.MatCommonModule, typeof i12.MatButtonModule, typeof i13.MatCheckboxModule, typeof i14.MatRadioModule, typeof i15.MatIconModule, typeof i16.MatMenuModule, typeof i17.PepNgxLibModule, typeof i18.PepBreadCrumbsModule, typeof i19.PepButtonModule, typeof i20.PepCarouselModule, typeof i21.PepIconModule, typeof i22.PepFormModule, typeof i23.PepMenuModule, typeof i24.PepTextboxModule], [typeof i1.PepListComponent, typeof i2.PepListActionsComponent, typeof i3.PepListCarouselComponent, typeof i4.PepListChooserComponent, typeof i5.PepListPagerComponent, typeof i6.PepListSortingComponent, typeof i7.PepListTotalComponent, typeof i8.PepListViewsComponent]>;
|
|
33
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<PepListModule>;
|
|
34
33
|
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pepperi-addons/ngx-lib",
|
|
3
|
-
"version": "0.5.0-ng16.
|
|
3
|
+
"version": "0.5.0-ng16.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/animations": ">=
|
|
6
|
-
"@angular/cdk": ">=
|
|
7
|
-
"@angular/common": ">=
|
|
8
|
-
"@angular/compiler": ">=
|
|
9
|
-
"@angular/core": ">=
|
|
10
|
-
"@angular/elements": ">=
|
|
11
|
-
"@angular/forms": ">=
|
|
12
|
-
"@angular/material": ">=
|
|
13
|
-
"@angular/platform-browser": ">=
|
|
14
|
-
"@angular/platform-browser-dynamic": ">=
|
|
15
|
-
"@angular-architects/module-federation": ">=
|
|
16
|
-
"@angular-architects/module-federation-tools": ">=
|
|
17
|
-
"@ngx-translate/core": ">=
|
|
18
|
-
"@ngx-translate/http-loader": ">=
|
|
5
|
+
"@angular/animations": ">= 16.0.0",
|
|
6
|
+
"@angular/cdk": ">= 16.0.0",
|
|
7
|
+
"@angular/common": ">= 16.0.0",
|
|
8
|
+
"@angular/compiler": ">= 16.0.0",
|
|
9
|
+
"@angular/core": ">= 16.0.0",
|
|
10
|
+
"@angular/elements": ">= 16.0.0",
|
|
11
|
+
"@angular/forms": ">= 16.0.0",
|
|
12
|
+
"@angular/material": ">= 16.0.0",
|
|
13
|
+
"@angular/platform-browser": ">= 16.0.0",
|
|
14
|
+
"@angular/platform-browser-dynamic": ">= 16.0.0",
|
|
15
|
+
"@angular-architects/module-federation": ">= 16.0.0",
|
|
16
|
+
"@angular-architects/module-federation-tools": ">= 16.0.0",
|
|
17
|
+
"@ngx-translate/core": ">= 16.0.0",
|
|
18
|
+
"@ngx-translate/http-loader": ">= 16.0.0",
|
|
19
19
|
"ngx-translate-multi-http-loader": ">= 3.0.0",
|
|
20
|
-
"rxjs": ">= 7.
|
|
20
|
+
"rxjs": ">= 7.8.0"
|
|
21
21
|
},
|
|
22
22
|
"description": "This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.",
|
|
23
23
|
"main": "karma.conf.js",
|
|
@@ -53,11 +53,17 @@
|
|
|
53
53
|
"esm": "./esm2022/address/pepperi-addons-ngx-lib-address.mjs",
|
|
54
54
|
"default": "./fesm2022/pepperi-addons-ngx-lib-address.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./
|
|
57
|
-
"types": "./
|
|
58
|
-
"esm2022": "./esm2022/
|
|
59
|
-
"esm": "./esm2022/
|
|
60
|
-
"default": "./fesm2022/pepperi-addons-ngx-lib-
|
|
56
|
+
"./bread-crumbs": {
|
|
57
|
+
"types": "./bread-crumbs/index.d.ts",
|
|
58
|
+
"esm2022": "./esm2022/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.mjs",
|
|
59
|
+
"esm": "./esm2022/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.mjs",
|
|
60
|
+
"default": "./fesm2022/pepperi-addons-ngx-lib-bread-crumbs.mjs"
|
|
61
|
+
},
|
|
62
|
+
"./carousel": {
|
|
63
|
+
"types": "./carousel/index.d.ts",
|
|
64
|
+
"esm2022": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
|
|
65
|
+
"esm": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
|
|
66
|
+
"default": "./fesm2022/pepperi-addons-ngx-lib-carousel.mjs"
|
|
61
67
|
},
|
|
62
68
|
"./checkbox": {
|
|
63
69
|
"types": "./checkbox/index.d.ts",
|
|
@@ -65,24 +71,18 @@
|
|
|
65
71
|
"esm": "./esm2022/checkbox/pepperi-addons-ngx-lib-checkbox.mjs",
|
|
66
72
|
"default": "./fesm2022/pepperi-addons-ngx-lib-checkbox.mjs"
|
|
67
73
|
},
|
|
74
|
+
"./attachment": {
|
|
75
|
+
"types": "./attachment/index.d.ts",
|
|
76
|
+
"esm2022": "./esm2022/attachment/pepperi-addons-ngx-lib-attachment.mjs",
|
|
77
|
+
"esm": "./esm2022/attachment/pepperi-addons-ngx-lib-attachment.mjs",
|
|
78
|
+
"default": "./fesm2022/pepperi-addons-ngx-lib-attachment.mjs"
|
|
79
|
+
},
|
|
68
80
|
"./button": {
|
|
69
81
|
"types": "./button/index.d.ts",
|
|
70
82
|
"esm2022": "./esm2022/button/pepperi-addons-ngx-lib-button.mjs",
|
|
71
83
|
"esm": "./esm2022/button/pepperi-addons-ngx-lib-button.mjs",
|
|
72
84
|
"default": "./fesm2022/pepperi-addons-ngx-lib-button.mjs"
|
|
73
85
|
},
|
|
74
|
-
"./bread-crumbs": {
|
|
75
|
-
"types": "./bread-crumbs/index.d.ts",
|
|
76
|
-
"esm2022": "./esm2022/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.mjs",
|
|
77
|
-
"esm": "./esm2022/bread-crumbs/pepperi-addons-ngx-lib-bread-crumbs.mjs",
|
|
78
|
-
"default": "./fesm2022/pepperi-addons-ngx-lib-bread-crumbs.mjs"
|
|
79
|
-
},
|
|
80
|
-
"./carousel": {
|
|
81
|
-
"types": "./carousel/index.d.ts",
|
|
82
|
-
"esm2022": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
|
|
83
|
-
"esm": "./esm2022/carousel/pepperi-addons-ngx-lib-carousel.mjs",
|
|
84
|
-
"default": "./fesm2022/pepperi-addons-ngx-lib-carousel.mjs"
|
|
85
|
-
},
|
|
86
86
|
"./chips": {
|
|
87
87
|
"types": "./chips/index.d.ts",
|
|
88
88
|
"esm2022": "./esm2022/chips/pepperi-addons-ngx-lib-chips.mjs",
|
|
@@ -125,18 +125,18 @@
|
|
|
125
125
|
"esm": "./esm2022/files-uploader/pepperi-addons-ngx-lib-files-uploader.mjs",
|
|
126
126
|
"default": "./fesm2022/pepperi-addons-ngx-lib-files-uploader.mjs"
|
|
127
127
|
},
|
|
128
|
-
"./group-buttons": {
|
|
129
|
-
"types": "./group-buttons/index.d.ts",
|
|
130
|
-
"esm2022": "./esm2022/group-buttons/pepperi-addons-ngx-lib-group-buttons.mjs",
|
|
131
|
-
"esm": "./esm2022/group-buttons/pepperi-addons-ngx-lib-group-buttons.mjs",
|
|
132
|
-
"default": "./fesm2022/pepperi-addons-ngx-lib-group-buttons.mjs"
|
|
133
|
-
},
|
|
134
128
|
"./form": {
|
|
135
129
|
"types": "./form/index.d.ts",
|
|
136
130
|
"esm2022": "./esm2022/form/pepperi-addons-ngx-lib-form.mjs",
|
|
137
131
|
"esm": "./esm2022/form/pepperi-addons-ngx-lib-form.mjs",
|
|
138
132
|
"default": "./fesm2022/pepperi-addons-ngx-lib-form.mjs"
|
|
139
133
|
},
|
|
134
|
+
"./group-buttons": {
|
|
135
|
+
"types": "./group-buttons/index.d.ts",
|
|
136
|
+
"esm2022": "./esm2022/group-buttons/pepperi-addons-ngx-lib-group-buttons.mjs",
|
|
137
|
+
"esm": "./esm2022/group-buttons/pepperi-addons-ngx-lib-group-buttons.mjs",
|
|
138
|
+
"default": "./fesm2022/pepperi-addons-ngx-lib-group-buttons.mjs"
|
|
139
|
+
},
|
|
140
140
|
"./icon": {
|
|
141
141
|
"types": "./icon/index.d.ts",
|
|
142
142
|
"esm2022": "./esm2022/icon/pepperi-addons-ngx-lib-icon.mjs",
|
|
@@ -18,20 +18,19 @@ import * as i15 from "@angular/material/icon";
|
|
|
18
18
|
import * as i16 from "@angular/material/form-field";
|
|
19
19
|
import * as i17 from "@angular/material/input";
|
|
20
20
|
import * as i18 from "@angular/material/radio";
|
|
21
|
-
import * as i19 from "ngx-
|
|
22
|
-
import * as i20 from "@pepperi-addons/ngx-lib";
|
|
23
|
-
import * as i21 from "@pepperi-addons/ngx-lib/
|
|
24
|
-
import * as i22 from "@pepperi-addons/ngx-lib/
|
|
25
|
-
import * as i23 from "@pepperi-addons/ngx-lib/
|
|
26
|
-
import * as i24 from "@pepperi-addons/ngx-lib/
|
|
27
|
-
import * as i25 from "@pepperi-addons/ngx-lib/
|
|
28
|
-
import * as i26 from "@pepperi-addons/ngx-lib/
|
|
29
|
-
import * as i27 from "@pepperi-addons/ngx-lib/
|
|
30
|
-
import * as i28 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
21
|
+
import * as i19 from "@pepperi-addons/ngx-lib";
|
|
22
|
+
import * as i20 from "@pepperi-addons/ngx-lib/checkbox";
|
|
23
|
+
import * as i21 from "@pepperi-addons/ngx-lib/date";
|
|
24
|
+
import * as i22 from "@pepperi-addons/ngx-lib/select";
|
|
25
|
+
import * as i23 from "@pepperi-addons/ngx-lib/textbox";
|
|
26
|
+
import * as i24 from "@pepperi-addons/ngx-lib/search";
|
|
27
|
+
import * as i25 from "@pepperi-addons/ngx-lib/icon";
|
|
28
|
+
import * as i26 from "@pepperi-addons/ngx-lib/button";
|
|
29
|
+
import * as i27 from "@pepperi-addons/ngx-lib/group-buttons";
|
|
31
30
|
export declare class PepSmartFiltersModule {
|
|
32
31
|
private pepIconRegistry;
|
|
33
32
|
constructor(pepIconRegistry: PepIconRegistry);
|
|
34
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepSmartFiltersModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PepSmartFiltersModule, [typeof i1.PepSmartFiltersComponent, typeof i2.PepFilterActionsComponent, typeof i3.PepTextFilterComponent, typeof i4.PepBooleanFilterComponent, typeof i5.PepDateFilterComponent, typeof i6.PepMultiSelectFilterComponent, typeof i7.PepNumberFilterComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.FlexLayoutModule, typeof i11.MatCommonModule, typeof i12.MatCheckboxModule, typeof i13.MatChipsModule, typeof i14.MatExpansionModule, typeof i15.MatIconModule, typeof i16.MatFormFieldModule, typeof i17.MatInputModule, typeof i18.MatRadioModule, typeof i19.
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PepSmartFiltersModule, [typeof i1.PepSmartFiltersComponent, typeof i2.PepFilterActionsComponent, typeof i3.PepTextFilterComponent, typeof i4.PepBooleanFilterComponent, typeof i5.PepDateFilterComponent, typeof i6.PepMultiSelectFilterComponent, typeof i7.PepNumberFilterComponent], [typeof i8.CommonModule, typeof i9.ReactiveFormsModule, typeof i10.FlexLayoutModule, typeof i11.MatCommonModule, typeof i12.MatCheckboxModule, typeof i13.MatChipsModule, typeof i14.MatExpansionModule, typeof i15.MatIconModule, typeof i16.MatFormFieldModule, typeof i17.MatInputModule, typeof i18.MatRadioModule, typeof i19.PepNgxLibModule, typeof i20.PepCheckboxModule, typeof i21.PepDateModule, typeof i22.PepSelectModule, typeof i23.PepTextboxModule, typeof i24.PepSearchModule, typeof i25.PepIconModule, typeof i26.PepButtonModule, typeof i27.PepGroupButtonsModule], [typeof i1.PepSmartFiltersComponent, typeof i3.PepTextFilterComponent, typeof i4.PepBooleanFilterComponent, typeof i5.PepDateFilterComponent, typeof i6.PepMultiSelectFilterComponent, typeof i7.PepNumberFilterComponent]>;
|
|
36
35
|
static ɵinj: i0.ɵɵInjectorDeclaration<PepSmartFiltersModule>;
|
|
37
36
|
}
|