@po-ui/ng-templates 19.26.0 → 19.28.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/fesm2022/po-ui-ng-templates.mjs +23 -2
- package/fesm2022/po-ui-ng-templates.mjs.map +1 -1
- package/lib/components/po-modal-password-recovery/po-modal-password-recovery.component.d.ts +3 -3
- package/lib/components/po-page-dynamic-search/po-page-dynamic-search.component.d.ts +1 -0
- package/package.json +4 -4
- package/po-ui-ng-templates-19.28.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/po-ui-ng-templates-19.26.0.tgz +0 -0
|
@@ -26,9 +26,9 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
* </example>
|
|
27
27
|
*/
|
|
28
28
|
export declare class PoModalPasswordRecoveryComponent extends PoModalPasswordRecoveryBaseComponent implements OnDestroy {
|
|
29
|
-
private router;
|
|
30
|
-
private poI18nPipe;
|
|
31
|
-
private poModalPasswordRecoveryService;
|
|
29
|
+
private readonly router;
|
|
30
|
+
private readonly poI18nPipe;
|
|
31
|
+
private readonly poModalPasswordRecoveryService;
|
|
32
32
|
emailForm: NgForm;
|
|
33
33
|
recoveryModalElement: PoModalComponent;
|
|
34
34
|
smsCodeForm: NgForm;
|
|
@@ -63,6 +63,7 @@ export declare class PoPageDynamicSearchComponent extends PoPageDynamicSearchBas
|
|
|
63
63
|
private setDisclaimers;
|
|
64
64
|
private loadOptionsOnInitialize;
|
|
65
65
|
private getPoDynamicPageOptions;
|
|
66
|
+
private addComplexFilter;
|
|
66
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDynamicSearchComponent, never>;
|
|
67
68
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoPageDynamicSearchComponent, "po-page-dynamic-search", never, {}, {}, never, ["*"], false, never>;
|
|
68
69
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-templates",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.28.0",
|
|
4
4
|
"description": "PO UI - Templates",
|
|
5
5
|
"author": "PO UI",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"schematics": "./schematics/collection.json",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@po-ui/ng-components": "19.
|
|
15
|
-
"@po-ui/ng-schematics": "19.
|
|
14
|
+
"@po-ui/ng-components": "19.28.0",
|
|
15
|
+
"@po-ui/ng-schematics": "19.28.0",
|
|
16
16
|
"tslib": "^2.6.2"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@angular/platform-browser": "^19",
|
|
25
25
|
"@angular/platform-browser-dynamic": "^19",
|
|
26
26
|
"@angular/router": "^19",
|
|
27
|
-
"@po-ui/ng-components": "19.
|
|
27
|
+
"@po-ui/ng-components": "19.28.0",
|
|
28
28
|
"rxjs": "~7.8.1",
|
|
29
29
|
"zone.js": "~0.15.0"
|
|
30
30
|
},
|
|
Binary file
|
|
@@ -23,7 +23,7 @@ function default_1(options) {
|
|
|
23
23
|
}
|
|
24
24
|
function addPoPackageAndInstall() {
|
|
25
25
|
return (tree, context) => {
|
|
26
|
-
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '19.
|
|
26
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '19.28.0');
|
|
27
27
|
// install packages
|
|
28
28
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
29
29
|
};
|
|
Binary file
|