@pepperi-addons/ngx-lib 0.5.0-ng15.1 → 0.5.0-ng15.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/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +1 -1
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +1 -1
- package/esm2020/query-builder/query-builder.module.mjs +2 -2
- package/esm2020/size-detector/size-detector.component.mjs +1 -1
- package/esm2020/size-detector/size-detector.module.mjs +2 -2
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +1 -1
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +1 -1
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +2 -2
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +1 -1
- package/esm2020/smart-filters/smart-filters.module.mjs +2 -2
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +3 -3
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +3 -3
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/package.json +11 -11
- package/query-builder/query-builder.module.d.ts +1 -1
- package/size-detector/size-detector.module.d.ts +1 -1
- package/smart-filters/smart-filters.module.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pepperi-addons/ngx-lib",
|
|
3
|
-
"version": "0.5.0-ng15.
|
|
3
|
+
"version": "0.5.0-ng15.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": ">=
|
|
5
|
+
"@angular/animations": ">= 15.0.0",
|
|
6
|
+
"@angular/cdk": ">= 15.0.0",
|
|
7
|
+
"@angular/common": ">= 15.0.0",
|
|
8
|
+
"@angular/compiler": ">= 15.0.0",
|
|
9
|
+
"@angular/core": ">= 15.0.0",
|
|
10
|
+
"@angular/elements": ">= 15.0.0",
|
|
11
|
+
"@angular/forms": ">= 15.0.0",
|
|
12
|
+
"@angular/material": ">= 15.0.0",
|
|
13
|
+
"@angular/platform-browser": ">= 15.0.0",
|
|
14
|
+
"@angular/platform-browser-dynamic": ">= 15.0.0",
|
|
15
15
|
"@angular-architects/module-federation": ">= ^14.3.8",
|
|
16
16
|
"@angular-architects/module-federation-tools": ">= ^14.3.10",
|
|
17
17
|
"@ngx-translate/core": ">= 14.0.0",
|
|
@@ -5,7 +5,7 @@ import * as i2 from "./query-builder-section/query-builder-section.component";
|
|
|
5
5
|
import * as i3 from "./query-builder-item/query-builder-item.component";
|
|
6
6
|
import * as i4 from "@angular/common";
|
|
7
7
|
import * as i5 from "@angular/forms";
|
|
8
|
-
import * as i6 from "@
|
|
8
|
+
import * as i6 from "@ngbracket/ngx-layout";
|
|
9
9
|
import * as i7 from "@pepperi-addons/ngx-lib/select";
|
|
10
10
|
import * as i8 from "@pepperi-addons/ngx-lib/button";
|
|
11
11
|
import * as i9 from "@pepperi-addons/ngx-lib/icon";
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./size-detector.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@
|
|
5
|
+
import * as i4 from "@ngbracket/ngx-layout";
|
|
6
6
|
import * as i5 from "@pepperi-addons/ngx-lib";
|
|
7
7
|
export declare class PepSizeDetectorModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PepSizeDetectorModule, never>;
|
|
@@ -9,7 +9,7 @@ import * as i6 from "./multi-select-filter/multi-select-filter.component";
|
|
|
9
9
|
import * as i7 from "./number-filter/number-filter.component";
|
|
10
10
|
import * as i8 from "@angular/common";
|
|
11
11
|
import * as i9 from "@angular/forms";
|
|
12
|
-
import * as i10 from "@
|
|
12
|
+
import * as i10 from "@ngbracket/ngx-layout";
|
|
13
13
|
import * as i11 from "@angular/material/core";
|
|
14
14
|
import * as i12 from "@angular/material/checkbox";
|
|
15
15
|
import * as i13 from "@angular/material/chips";
|