@po-ui/ng-templates 20.1.0 → 20.2.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/index.d.ts
CHANGED
|
@@ -386,9 +386,9 @@ declare abstract class PoModalPasswordRecoveryBaseComponent {
|
|
|
386
386
|
* </example>
|
|
387
387
|
*/
|
|
388
388
|
declare class PoModalPasswordRecoveryComponent extends PoModalPasswordRecoveryBaseComponent implements OnDestroy {
|
|
389
|
-
private router;
|
|
390
|
-
private poI18nPipe;
|
|
391
|
-
private poModalPasswordRecoveryService;
|
|
389
|
+
private readonly router;
|
|
390
|
+
private readonly poI18nPipe;
|
|
391
|
+
private readonly poModalPasswordRecoveryService;
|
|
392
392
|
emailForm: NgForm;
|
|
393
393
|
recoveryModalElement: PoModalComponent;
|
|
394
394
|
smsCodeForm: NgForm;
|
|
@@ -3030,6 +3030,7 @@ declare class PoPageDynamicSearchComponent extends PoPageDynamicSearchBaseCompon
|
|
|
3030
3030
|
private setDisclaimers;
|
|
3031
3031
|
private loadOptionsOnInitialize;
|
|
3032
3032
|
private getPoDynamicPageOptions;
|
|
3033
|
+
private addComplexFilter;
|
|
3033
3034
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDynamicSearchComponent, never>;
|
|
3034
3035
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoPageDynamicSearchComponent, "po-page-dynamic-search", never, {}, {}, never, ["*"], false, never>;
|
|
3035
3036
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@po-ui/ng-templates",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.2.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": "20.
|
|
15
|
-
"@po-ui/ng-schematics": "20.
|
|
14
|
+
"@po-ui/ng-components": "20.2.0",
|
|
15
|
+
"@po-ui/ng-schematics": "20.2.0",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@angular/platform-browser": "^20",
|
|
25
25
|
"@angular/platform-browser-dynamic": "^20",
|
|
26
26
|
"@angular/router": "^20",
|
|
27
|
-
"@po-ui/ng-components": "20.
|
|
27
|
+
"@po-ui/ng-components": "20.2.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', '20.
|
|
26
|
+
(0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '20.2.0');
|
|
27
27
|
// install packages
|
|
28
28
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
29
29
|
};
|
|
Binary file
|