@abp/ng.theme.shared 8.3.1 → 8.3.2
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/lib/components/password/password.component.mjs +2 -2
- package/esm2022/lib/tokens/http-error.token.mjs +2 -2
- package/fesm2022/abp-ng.theme.shared.mjs +2 -2
- package/fesm2022/abp-ng.theme.shared.mjs.map +1 -1
- package/lib/components/password/password.component.d.ts +1 -1
- package/lib/tokens/http-error.token.d.ts +1 -1
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@ import { AbstractNgModelComponent } from '@abp/ng.core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* @deprecated use ShowPasswordDirective directive
|
|
5
|
-
* https://
|
|
5
|
+
* https://abp.io/docs/latest/framework/ui/angular/show-password-directive
|
|
6
6
|
*/
|
|
7
7
|
export declare class PasswordComponent extends AbstractNgModelComponent {
|
|
8
8
|
inputId: string;
|
|
@@ -2,7 +2,7 @@ import { InjectionToken } from '@angular/core';
|
|
|
2
2
|
import { CustomHttpErrorHandlerService, HttpErrorConfig, HttpErrorHandler } from '../models/common';
|
|
3
3
|
export declare const HTTP_ERROR_CONFIG: InjectionToken<HttpErrorConfig>;
|
|
4
4
|
/**
|
|
5
|
-
@deprecated use **`CUSTOM_ERROR_HANDLERS`** injection token instead of this, see more info https://
|
|
5
|
+
@deprecated use **`CUSTOM_ERROR_HANDLERS`** injection token instead of this, see more info https://abp.io/docs/latest/framework/ui/angular/http-requests
|
|
6
6
|
*/
|
|
7
7
|
export declare const HTTP_ERROR_HANDLER: InjectionToken<HttpErrorHandler>;
|
|
8
8
|
export declare const CUSTOM_ERROR_HANDLERS: InjectionToken<CustomHttpErrorHandlerService[]>;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.theme.shared",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.2",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abpframework/abp.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@abp/ng.core": "~8.3.
|
|
10
|
+
"@abp/ng.core": "~8.3.2",
|
|
11
11
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
12
12
|
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
|
|
13
13
|
"@ngx-validate/core": "^0.2.0",
|