Activities of "chenxm"

Thank you, I choose to wait.

  • ABP Framework version: v7.0.0-rc.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

...

Error: node_modules/@volo/abp.ng.text-template-management/lib/components/abstract-template-content/abstract-template-content.component.d.ts:23:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments.

23 static ɵcmp: i0.ɵɵComponentDeclaration<AbstractTemplateContentComponent, "ng-component", never, {}, {}, never, never, false, never>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: node_modules/@volo/abp.ng.text-template-management/lib/components/inline-template-content/inline-template-content.component.d.ts:12:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments.

12 static ɵcmp: i0.ɵɵComponentDeclaration<InlineTemplateContentComponent, "abp-inline-template-content", never, {}, {}, never, never, false, never>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: node_modules/@volo/abp.ng.text-template-management/lib/components/template-contents/template-contents.component.d.ts:17:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments.

17 static ɵcmp: i0.ɵɵComponentDeclaration<TemplateContentsComponent, "abp-template-contents", never, {}, {}, never, never, false, never>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: node_modules/@volo/abp.ng.text-template-management/lib/components/text-templates/text-templates.component.d.ts:16:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 and 8 type arguments.

16 static ɵcmp: i0.ɵɵComponentDeclaration<TextTemplatesComponent, "abp-text-templates", never, {}, {}, never, never, false, never>; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: node_modules/angular-oauth2-oidc/provider.d.ts:1:10 - error TS2305: Module '"@angular/core"' has no exported member 'EnvironmentProviders'.

1 import { EnvironmentProviders } from '@angular/core';

This problem does not exist in v5.3.4:

  • ABP Framework version: v6.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Extar entitiy:

Extar DTO:

Database:

This is not the result I want. I want the property value to be written to the field.

sorry, this is a nonexistent problem。

  • ABP Framework version: v6.0.0
  • UI type: Angular / new microservice solution
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  1. Get the service client token normally

  2. Client permissions:

  3. Use the api tool to call the interface to obtain 401

thank you.

  • ABP Framework version: v6.0.0-rc.5
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

microservice template: Occurs on mac os and windows platforms

Error: node_modules/@volo/abp.ng.account/public/components/profile-picture/profile-picture.component.d.ts:30:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

30     static ɵcmp: i0.ɵɵComponentDeclaration<ProfilePictureComponent, "abp-profile-picture", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/register/register.component.d.ts:4:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormBuilder'.

4 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
           ~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/register/register.component.d.ts:4:30 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormGroup'.

4 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
                               ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/register/register.component.d.ts:25:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

25     static ɵcmp: i0.ɵɵComponentDeclaration<RegisterComponent, "abp-register", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/reset-password/reset-password.component.d.ts:2:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormBuilder'.

2 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
           ~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/reset-password/reset-password.component.d.ts:2:30 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormGroup'.

2 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
                               ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/reset-password/reset-password.component.d.ts:21:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

21     static ɵcmp: i0.ɵɵComponentDeclaration<ResetPasswordComponent, "abp-reset-password", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/send-securiy-code/send-security-code.component.d.ts:2:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormBuilder'.

2 import { UntypedFormBuilder } from '@angular/forms';
           ~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/send-securiy-code/send-security-code.component.d.ts:14:40 - error TS2694: Namespace '"C:/Users/\u4E2D\u80B2\u79D1\u6559/projects/abp-vnext/6.0.0-rc.5/PlatCloud/apps/angular/node_modules/@angular/forms/forms"' has no exported member 'UntypedFormGroup'.

14     codeForm: import("@angular/forms").UntypedFormGroup;
                                          ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/send-securiy-code/send-security-code.component.d.ts:21:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

21     static ɵcmp: i0.ɵɵComponentDeclaration<SendSecurityCodeComponent, "abp-send-security-code", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.account/public/components/two-factor-tab/two-factor-tab.component.d.ts:16:3m18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

16     static ɵcmp: i0.ɵɵComponentDeclaration<TwoFactorTabComponent, "abp-two-factor-tab", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/config/components/entity-change-details.component.d.ts:18:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

18     static ɵcmp: i0.ɵɵComponentDeclaration<EntityChangeDetailsComponent, "abp-entity-change-details", never, { "itemWithUserName": "itemWithUserName"; "isCollapsed": "isCollapsed"; }, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/config/components/entity-change-modal.component.d.ts:14:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

14     static ɵcmp: i0.ɵɵComponentDeclaration<EntityChangeModalComponent, "abp-entity-change-modal", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/lib/components/audit-logs/audit-logs.component.d.ts:3:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormGroup'.

3 import { UntypedFormGroup } from '@angular/forms';
           ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/lib/components/audit-logs/audit-logs.component.d.ts:31:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

31     static ɵcmp: i0.ɵɵComponentDeclaration<AuditLogsComponent, "abp-audit-logs", never, {}, {}, never, never, false>;                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/lib/components/entity-change/entity-changes.component.d.ts:3:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormBuilder'.

3 import { UntypedFormBuilder } from '@angular/forms';
           ~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/lib/components/entity-change/entity-changes.component.d.ts:11:36 - error TS2694: Namespace '"C:/Users/\u4E2D\u80B2\u79D1\u6559/projects/abp-vnext/6.0.0-rc.5/PlatCloud/apps/angular/node_modules/@angular/forms/forms"' has no exported member 'UntypedFormGroup'.

11     form: import("@angular/forms").UntypedFormGroup;
                                      ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/lib/components/entity-change/entity-changes.component.d.ts:22:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

22     static ɵcmp: i0.ɵɵComponentDeclaration<EntityChangesComponent, "abp-entity-changes", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


1mError: node_modules/@volo/abp.ng.audit-logging/lib/components/widgets/average-execution-duration-widget.component.d.ts:24:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

24     static ɵcmp: i0.ɵɵComponentDeclaration<AverageExecutionDurationWidgetComponent, "abp-average-execution-duration-widget", never, { "width": "width"; "height": "height"; }, { "initialized": "initialized"; }, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.audit-logging/lib/components/widgets/error-rate-widget.component.d.ts:23:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

23     static ɵcmp: i0.ɵɵComponentDeclaration<ErrorRateWidgetComponent, "abp-error-rate-widget", never, { "width": "width"; "height": "height"; }, { "initialized": "initialized"; }, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-external-login-settings.component.d.ts:4:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormBuilder'.

4 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
           ~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-external-login-settings.component.d.ts:4:30 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormGroup'.

4 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
                               ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-external-login-settings.component.d.ts:19:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

19     static ɵcmp: i0.ɵɵComponentDeclaration<IdentityExternalLoginSettingsComponent, "abp-external-login-settings", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-ldap-settings.component.d.ts:16:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

16     static ɵcmp: i0.ɵɵComponentDeclaration<IdentityLdapSettingsComponent, "abp-ldap-login-settings", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-setting.component.d.ts:3:10 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormBuilder'.

3 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
           ~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-setting.component.d.ts:3:30 - error TS2305: Module '"@angular/forms"' has no exported member 'UntypedFormGroup'.

3 import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
                               ~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-setting-tabs/identity-setting.component.d.ts:24:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

24     static ɵcmp: i0.ɵɵComponentDeclaration<IdentitySettingComponent, "abp-identity-setting", never, {}, {}, never, never, false>;
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Error: node_modules/@volo/abp.ng.identity/config/components/identity-settings.component.d.ts:11:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s).

Thanks for your help。

apps/authserver:

1. <ItemGroup> <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="1.0.0-rc.*" /> </ItemGroup>

2. [DependsOn(... typeof(AbpAspNetCoreMvcUiLeptonXThemeModule), ... )]

3. Configure<LeptonXThemeOptions>(options => { options.DefaultStyle = LeptonXStyleNames.System; });

Showing 1 to 10 of 25 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11