@abp/ng.theme.shared 9.3.6 → 10.0.0-rc.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/index.d.ts CHANGED
@@ -1,17 +1,17 @@
1
1
  import { NgbDateStruct, NgbTimeStruct, NgbDateAdapter, NgbTimeAdapter, NgbModal, NgbModalOptions, NgbModalRef, NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap';
2
2
  import * as i0 from '@angular/core';
3
- import { OnInit, ChangeDetectorRef, EventEmitter, ElementRef, Renderer2, InjectionToken, Type, Injector, AfterViewInit, OnDestroy, DestroyRef, ApplicationRef, EnvironmentInjector, RendererFactory2, ComponentRef, TemplateRef, ViewContainerRef, ComponentFactoryResolver, OnChanges, DoCheck, SimpleChanges, Provider, ModuleWithProviders } from '@angular/core';
3
+ import { OnInit, ChangeDetectorRef, EventEmitter, ElementRef, InjectionToken, Type, Injector, AfterViewInit, OnDestroy, DestroyRef, ApplicationRef, EnvironmentInjector, RendererFactory2, ComponentRef, TemplateRef, OnChanges, DoCheck, ViewContainerRef, Renderer2, SimpleChanges, Provider, EnvironmentProviders, ModuleWithProviders } from '@angular/core';
4
4
  import * as _angular_animations from '@angular/animations';
5
- import { ABP, RoutesService, SubscriptionService, RouterEvents, LocalizationParam, HttpWaitService, RouterWaitService, ContentProjectionService, SortableItem, Strict, SessionStateService, AuthService, ConfigStateService, AbstractNgModelComponent, InternetConnectionService, LocalizationService, ListService, HttpErrorReporterService } from '@abp/ng.core';
6
- import { Router, NavigationError } from '@angular/router';
5
+ import { ABP, LocalizationParam, SortableItem, Strict, RouterEvents, SessionStateService, AuthService, ConfigStateService, AbstractNgModelComponent, InternetConnectionService, LocalizationService, ListService, HttpErrorReporterService, Environment } from '@abp/ng.core';
7
6
  import * as rxjs from 'rxjs';
8
7
  import { ReplaySubject, Observable, Subject, Subscription, BehaviorSubject } from 'rxjs';
8
+ import { Router, NavigationError } from '@angular/router';
9
9
  import { HttpErrorResponse } from '@angular/common/http';
10
10
  import * as i16 from '@ngx-validate/core';
11
11
  import { Validation } from '@ngx-validate/core';
12
12
  import * as i15 from '@swimlane/ngx-datatable';
13
13
  import { DatatableComponent } from '@swimlane/ngx-datatable';
14
- import { NgControl, ValidatorFn } from '@angular/forms';
14
+ import { ValidatorFn } from '@angular/forms';
15
15
 
16
16
  declare class DateTimeAdapter {
17
17
  value: Partial<NgbDateTimeStruct>;
@@ -80,7 +80,6 @@ declare class BreadcrumbComponent implements OnInit {
80
80
  private subscription;
81
81
  private routerEvents;
82
82
  segments: Partial<ABP.Route>[];
83
- constructor(cdRef: ChangeDetectorRef, router: Router, routes: RoutesService, subscription: SubscriptionService, routerEvents: RouterEvents);
84
83
  ngOnInit(): void;
85
84
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
86
85
  static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "abp-breadcrumb", never, {}, {}, never, never, true, never>;
@@ -104,7 +103,6 @@ declare class ButtonComponent implements OnInit {
104
103
  readonly abpBlur: EventEmitter<FocusEvent>;
105
104
  buttonRef: ElementRef<HTMLButtonElement>;
106
105
  get icon(): string;
107
- constructor(renderer: Renderer2);
108
106
  ngOnInit(): void;
109
107
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
110
108
  static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "abp-button", never, { "buttonId": { "alias": "buttonId"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; "buttonType": { "alias": "buttonType"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "attributes": { "alias": "attributes"; "required": false; }; }, { "click": "click"; "focus": "focus"; "blur": "blur"; "abpClick": "abpClick"; "abpFocus": "abpFocus"; "abpBlur": "abpBlur"; }, never, ["*"], true, never>;
@@ -137,20 +135,8 @@ declare namespace Confirmation {
137
135
  }
138
136
  }
139
137
 
140
- interface ConfirmationIcons {
141
- info: string;
142
- success: string;
143
- warning: string;
144
- error: string;
145
- default: string;
146
- neutral: string;
147
- }
148
- declare const CONFIRMATION_ICONS: InjectionToken<Partial<ConfirmationIcons>>;
149
- declare const DEFAULT_CONFIRMATION_ICONS: ConfirmationIcons;
150
-
151
138
  declare class ConfirmationComponent {
152
139
  private icons;
153
- constructor(icons: ConfirmationIcons);
154
140
  confirm: Confirmation.Status;
155
141
  reject: Confirmation.Status;
156
142
  dismiss: Confirmation.Status;
@@ -164,6 +150,17 @@ declare class ConfirmationComponent {
164
150
  static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "abp-confirmation", never, {}, {}, never, never, true, never>;
165
151
  }
166
152
 
153
+ interface ConfirmationIcons {
154
+ info: string;
155
+ success: string;
156
+ warning: string;
157
+ error: string;
158
+ default: string;
159
+ neutral: string;
160
+ }
161
+ declare const CONFIRMATION_ICONS: InjectionToken<Partial<ConfirmationIcons>>;
162
+ declare const DEFAULT_CONFIRMATION_ICONS: ConfirmationIcons;
163
+
167
164
  interface RootParams {
168
165
  httpErrorConfig?: HttpErrorConfig;
169
166
  validation?: Partial<Validation.Config>;
@@ -288,7 +285,6 @@ declare class HttpErrorWrapperComponent implements OnInit, AfterViewInit, OnDest
288
285
  }
289
286
 
290
287
  declare class LoaderBarComponent implements OnDestroy, OnInit {
291
- private router;
292
288
  private cdRef;
293
289
  private subscription;
294
290
  private httpWaitService;
@@ -306,7 +302,6 @@ declare class LoaderBarComponent implements OnDestroy, OnInit {
306
302
  private readonly clearProgress;
307
303
  private readonly reportProgress;
308
304
  get boxShadow(): string;
309
- constructor(router: Router, cdRef: ChangeDetectorRef, subscription: SubscriptionService, httpWaitService: HttpWaitService, routerWaitService: RouterWaitService);
310
305
  ngOnInit(): void;
311
306
  subscribeLoading(): void;
312
307
  ngOnDestroy(): void;
@@ -321,13 +316,34 @@ declare class LoadingComponent {
321
316
  static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "abp-loading", never, {}, {}, never, never, true, never>;
322
317
  }
323
318
 
319
+ declare class ModalCloseDirective {
320
+ private modal;
321
+ constructor();
322
+ onClick(): void;
323
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalCloseDirective, never>;
324
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, true, never>;
325
+ }
326
+
327
+ type ModalDismissMode = 'hard' | 'soft';
328
+ interface DismissableModal {
329
+ dismiss(mode: ModalDismissMode): void;
330
+ }
331
+ declare class ModalRefService {
332
+ modalRefs: DismissableModal[];
333
+ register(modal: DismissableModal): void;
334
+ unregister(modal: DismissableModal): void;
335
+ dismissAll(mode: ModalDismissMode): void;
336
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalRefService, never>;
337
+ static ɵprov: i0.ɵɵInjectableDeclaration<ModalRefService>;
338
+ }
339
+
324
340
  declare class ConfirmationService {
325
341
  private contentProjectionService;
342
+ private document;
326
343
  status$: Subject<Confirmation.Status>;
327
344
  confirmation$: ReplaySubject<Confirmation.DialogData>;
328
345
  private containerComponentRef;
329
346
  clear: (status?: Confirmation.Status) => void;
330
- constructor(contentProjectionService: ContentProjectionService);
331
347
  private setContainer;
332
348
  info(message: LocalizationParam, title: LocalizationParam, options?: Partial<Confirmation.Options>): Observable<Confirmation.Status>;
333
349
  success(message: LocalizationParam, title: LocalizationParam, options?: Partial<Confirmation.Options>): Observable<Confirmation.Status>;
@@ -532,19 +548,6 @@ declare class AbpAuthenticationErrorHandler implements CustomHttpErrorHandlerSer
532
548
  static ɵprov: i0.ɵɵInjectableDeclaration<AbpAuthenticationErrorHandler>;
533
549
  }
534
550
 
535
- type ModalDismissMode = 'hard' | 'soft';
536
- interface DismissableModal {
537
- dismiss(mode: ModalDismissMode): void;
538
- }
539
- declare class ModalRefService {
540
- modalRefs: DismissableModal[];
541
- register(modal: DismissableModal): void;
542
- unregister(modal: DismissableModal): void;
543
- dismissAll(mode: ModalDismissMode): void;
544
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalRefService, never>;
545
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalRefService>;
546
- }
547
-
548
551
  type ModalSize = 'sm' | 'md' | 'lg' | 'xl';
549
552
  declare class ModalComponent implements OnInit, OnDestroy, DismissableModal {
550
553
  protected readonly confirmationService: ConfirmationService;
@@ -552,6 +555,7 @@ declare class ModalComponent implements OnInit, OnDestroy, DismissableModal {
552
555
  protected readonly modalRefService: ModalRefService;
553
556
  protected readonly suppressUnsavedChangesWarningToken: boolean;
554
557
  protected readonly destroyRef: DestroyRef;
558
+ private document;
555
559
  visible: i0.ModelSignal<boolean>;
556
560
  busy: i0.InputSignalWithTransform<boolean, boolean>;
557
561
  options: i0.InputSignal<NgbModalOptions>;
@@ -580,14 +584,6 @@ declare class ModalComponent implements OnInit, OnDestroy, DismissableModal {
580
584
  static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "abp-modal", never, { "visible": { "alias": "visible"; "required": false; "isSignal": true; }; "busy": { "alias": "busy"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "suppressUnsavedChangesWarning": { "alias": "suppressUnsavedChangesWarning"; "required": false; "isSignal": true; }; }, { "visible": "visibleChange"; "init": "init"; "appear": "appear"; "disappear": "disappear"; }, ["abpHeader", "abpBody", "abpFooter", "abpSubmit"], ["*"], true, never>;
581
585
  }
582
586
 
583
- declare class ModalCloseDirective {
584
- private modal;
585
- constructor(modal: ModalComponent);
586
- onClick(): void;
587
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalCloseDirective, [{ optional: true; }]>;
588
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, true, never>;
589
- }
590
-
591
587
  declare class ToastContainerComponent implements OnInit {
592
588
  toasts$: ReplaySubject<Toaster.Toast[]>;
593
589
  remove: (toastId: number) => void;
@@ -747,7 +743,6 @@ declare class EllipsisDirective implements AfterViewInit {
747
743
  get inlineClass(): string;
748
744
  get class(): boolean;
749
745
  get maxWidth(): string;
750
- constructor(cdRef: ChangeDetectorRef, elRef: ElementRef);
751
746
  ngAfterViewInit(): void;
752
747
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisDirective, never>;
753
748
  static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[abpEllipsis]", never, { "width": { "alias": "abpEllipsis"; "required": false; }; "title": { "alias": "title"; "required": false; }; "enabled": { "alias": "abpEllipsisEnabled"; "required": false; }; }, {}, never, never, true, never>;
@@ -755,7 +750,6 @@ declare class EllipsisDirective implements AfterViewInit {
755
750
 
756
751
  declare class LoadingDirective implements OnInit, OnDestroy {
757
752
  private elRef;
758
- private vcRef;
759
753
  private cdRes;
760
754
  private injector;
761
755
  private renderer;
@@ -768,7 +762,6 @@ declare class LoadingDirective implements OnInit, OnDestroy {
768
762
  componentRef: ComponentRef<LoadingComponent>;
769
763
  rootNode: HTMLDivElement | null;
770
764
  timerSubscription: Subscription | null;
771
- constructor(elRef: ElementRef<HTMLElement>, vcRef: ViewContainerRef, cdRes: ComponentFactoryResolver, injector: Injector, renderer: Renderer2);
772
765
  ngOnInit(): void;
773
766
  ngOnDestroy(): void;
774
767
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingDirective, never>;
@@ -778,11 +771,12 @@ declare class LoadingDirective implements OnInit, OnDestroy {
778
771
  declare class NgxDatatableDefaultDirective implements AfterViewInit, OnDestroy {
779
772
  private table;
780
773
  private document;
774
+ private platformId;
781
775
  private subscription;
782
776
  private resizeDiff;
783
777
  class: string;
784
778
  get classes(): string;
785
- constructor(table: DatatableComponent, document: MockDocument);
779
+ constructor();
786
780
  private fixHorizontalGap;
787
781
  private fixStyleOnWindowResize;
788
782
  ngAfterViewInit(): void;
@@ -790,17 +784,6 @@ declare class NgxDatatableDefaultDirective implements AfterViewInit, OnDestroy {
790
784
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatatableDefaultDirective, never>;
791
785
  static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableDefaultDirective, "ngx-datatable[default]", ["ngxDatatableDefault"], { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
792
786
  }
793
- interface MockDocument {
794
- body: MockBody;
795
- documentElement: MockDocumentElement;
796
- }
797
- interface MockBody {
798
- offsetWidth: number;
799
- }
800
- interface MockDocumentElement {
801
- clientHeight: number;
802
- scrollHeight: number;
803
- }
804
787
 
805
788
  interface NgxDatatableMessages {
806
789
  emptyMessage: string;
@@ -849,7 +832,6 @@ declare class AbpVisibleDirective implements OnDestroy, OnInit {
849
832
  isVisible: boolean | undefined;
850
833
  set abpVisible(value: boolean | Promise<boolean> | Observable<boolean> | undefined | null);
851
834
  private condition$;
852
- constructor(viewContainerRef: ViewContainerRef, templateRef: TemplateRef<unknown>);
853
835
  ngOnInit(): void;
854
836
  ngOnDestroy(): void;
855
837
  private subscribeToCondition;
@@ -861,9 +843,8 @@ declare class AbpVisibleDirective implements OnDestroy, OnInit {
861
843
  declare class DisabledDirective implements OnChanges {
862
844
  private ngControl;
863
845
  abpDisabled: boolean;
864
- constructor(ngControl: NgControl);
865
846
  ngOnChanges({ abpDisabled }: SimpleChanges): void;
866
- static ɵfac: i0.ɵɵFactoryDeclaration<DisabledDirective, [{ host: true; }]>;
847
+ static ɵfac: i0.ɵɵFactoryDeclaration<DisabledDirective, never>;
867
848
  static ɵdir: i0.ɵɵDirectiveDeclaration<DisabledDirective, "[abpDisabled]", never, { "abpDisabled": { "alias": "abpDisabled"; "required": false; }; }, {}, never, never, true, never>;
868
849
  }
869
850
 
@@ -880,7 +861,7 @@ declare class DocumentDirHandlerService {
880
861
  protected injector: Injector;
881
862
  private dir;
882
863
  dir$: rxjs.Observable<LocaleDirection>;
883
- constructor(injector: Injector);
864
+ constructor();
884
865
  private listenToLanguageChanges;
885
866
  private setBodyDir;
886
867
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentDirHandlerService, never>;
@@ -895,7 +876,7 @@ declare class ErrorHandler {
895
876
  protected readonly httpErrorConfig: HttpErrorConfig;
896
877
  protected readonly customErrorHandlers: CustomHttpErrorHandlerService[];
897
878
  protected readonly httpErrorHandler: HttpErrorHandler;
898
- constructor(injector: Injector);
879
+ constructor();
899
880
  protected listenToRouterError(): void;
900
881
  protected listenToRestError(): void;
901
882
  protected executeErrorHandler: (error: HttpErrorResponse) => Observable<any>;
@@ -928,6 +909,9 @@ declare const CUSTOM_ERROR_HANDLERS: InjectionToken<CustomHttpErrorHandlerServic
928
909
 
929
910
  declare const SUPPRESS_UNSAVED_CHANGES_WARNING: InjectionToken<boolean>;
930
911
 
912
+ declare const LOGO_URL_TOKEN: InjectionToken<string>;
913
+ declare const LOGO_APP_NAME_TOKEN: InjectionToken<string>;
914
+
931
915
  declare enum ThemeSharedFeatureKind {
932
916
  HttpErrorConfig = 0,
933
917
  ValidationBluePrint = 1,
@@ -947,7 +931,17 @@ declare function withValidateOnSubmit(validateOnSubmit: boolean): ThemeSharedFea
947
931
  declare function withConfirmationIcon(confirmationIcons: Partial<ConfirmationIcons>): ThemeSharedFeature<ThemeSharedFeatureKind.HttpErrorConfig>;
948
932
  declare function provideAbpThemeShared(...features: ThemeSharedFeature<ThemeSharedFeatureKind>[]): i0.EnvironmentProviders;
949
933
 
950
- declare const THEME_SHARED_EXPORTS: (typeof BreadcrumbComponent | typeof ButtonComponent | typeof ConfirmationComponent | typeof LoaderBarComponent | typeof LoadingComponent | typeof ModalCloseDirective | typeof LoadingDirective | typeof NgxDatatableDefaultDirective | typeof AbpVisibleDirective | typeof DisabledDirective)[];
934
+ declare enum LogoFeatureKind {
935
+ Options = 0
936
+ }
937
+ interface LogoFeature<KindT extends LogoFeatureKind> {
938
+ ɵkind: KindT;
939
+ ɵproviders: (Provider | EnvironmentProviders)[];
940
+ }
941
+ declare function withEnvironmentOptions(options?: Environment): LogoFeature<LogoFeatureKind.Options>;
942
+ declare function provideLogo(...features: LogoFeature<LogoFeatureKind>[]): EnvironmentProviders;
943
+
944
+ declare const THEME_SHARED_EXPORTS: (typeof LoadingComponent)[];
951
945
  declare class BaseThemeSharedModule {
952
946
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseThemeSharedModule, never>;
953
947
  static ɵmod: i0.ɵɵNgModuleDeclaration<BaseThemeSharedModule, never, [typeof BreadcrumbComponent, typeof BreadcrumbItemsComponent, typeof ButtonComponent, typeof ConfirmationComponent, typeof LoaderBarComponent, typeof LoadingComponent, typeof ModalComponent, typeof ToastComponent, typeof ToastContainerComponent, typeof LoadingDirective, typeof ModalCloseDirective, typeof FormInputComponent, typeof FormCheckboxComponent, typeof HttpErrorWrapperComponent, typeof i15.NgxDatatableModule, typeof i16.NgxValidateCoreModule, typeof CardModule, typeof DisabledDirective, typeof AbpVisibleDirective, typeof NgxDatatableListDirective, typeof NgxDatatableDefaultDirective, typeof PasswordComponent], [typeof BreadcrumbComponent, typeof BreadcrumbItemsComponent, typeof ButtonComponent, typeof ConfirmationComponent, typeof LoaderBarComponent, typeof LoadingComponent, typeof ModalComponent, typeof ToastComponent, typeof ToastContainerComponent, typeof LoadingDirective, typeof ModalCloseDirective, typeof FormInputComponent, typeof FormCheckboxComponent, typeof HttpErrorWrapperComponent, typeof i15.NgxDatatableModule, typeof i16.NgxValidateCoreModule, typeof CardModule, typeof DisabledDirective, typeof AbpVisibleDirective, typeof NgxDatatableListDirective, typeof NgxDatatableDefaultDirective, typeof PasswordComponent]>;
@@ -966,7 +960,7 @@ declare class ThemeSharedModule {
966
960
  declare class DateParserFormatter extends NgbDateParserFormatter {
967
961
  private configState;
968
962
  private locale;
969
- constructor(configState: ConfigStateService, locale: string);
963
+ constructor();
970
964
  parse(value: string): NgbDateStruct | null;
971
965
  format(date: NgbDateStruct): string;
972
966
  static ɵfac: i0.ɵɵFactoryDeclaration<DateParserFormatter, never>;
@@ -1069,5 +1063,5 @@ declare const HTTP_ERROR_DETAIL: {
1069
1063
  '500': string;
1070
1064
  };
1071
1065
 
1072
- export { AbpAuthenticationErrorHandler, AbpFormatErrorHandlerService, AbpVisibleDirective, BaseThemeSharedModule, BreadcrumbComponent, BreadcrumbItemsComponent, ButtonComponent, CARD_COMPONENTS, CARD_DIRECTIVES, CONFIRMATION_ICONS, CUSTOM_ERROR_HANDLERS, CUSTOM_HTTP_ERROR_HANDLER_PRIORITY, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardHeaderDirective, CardImgTopDirective, CardModule, CardSubtitleDirective, CardTitleDirective, Confirmation, ConfirmationComponent, ConfirmationService, CreateErrorComponentService, DEFAULT_CONFIRMATION_ICONS, DEFAULT_ERROR_LOCALIZATIONS, DEFAULT_ERROR_MESSAGES, DEFAULT_HANDLERS_PROVIDERS, DEFAULT_VALIDATION_BLUEPRINTS, DateAdapter, DateParserFormatter, DateTimeAdapter, DisabledDirective, DocumentDirHandlerService, EllipsisDirective, ErrorHandler, FormCheckboxComponent, FormInputComponent, HTTP_ERROR_CONFIG, HTTP_ERROR_DETAIL, HTTP_ERROR_HANDLER, HTTP_ERROR_STATUS, HttpErrorWrapperComponent, InternetConnectionStatusComponent, LoaderBarComponent, LoadingComponent, LoadingDirective, ModalCloseDirective, ModalComponent, ModalRefService, NGX_DATATABLE_MESSAGES, NG_BOOTSTRAP_CONFIG_PROVIDERS, NavItem, NavItemsService, NgxDatatableDefaultDirective, NgxDatatableListDirective, PageAlertService, PasswordComponent, RouterErrorHandlerService, SUPPRESS_UNSAVED_CHANGES_WARNING, SpinnerComponent, Statistics, StatusCodeErrorHandlerService, THEME_SHARED_APPEND_CONTENT, THEME_SHARED_EXPORTS, THEME_SHARED_ROUTE_PROVIDERS, TenantResolveErrorHandlerService, ThemeSharedFeatureKind, ThemeSharedModule, TimeAdapter, ToastComponent, ToastContainerComponent, Toaster, ToasterService, UnknownStatusCodeErrorHandlerService, UserMenu, UserMenuService, bounceIn, collapse, collapseLinearWithMargin, collapseWithMargin, collapseX, collapseY, collapseYWithMargin, configureNgBootstrap, configureRoutes, defaultNgxDatatableMessages, dialogAnimation, eFormComponets, eThemeSharedRouteNames, expandX, expandY, expandYWithMargin, fadeAnimation, fadeIn, fadeInDown, fadeInLeft, fadeInRight, fadeInUp, fadeOut, fadeOutDown, fadeOutLeft, fadeOutRight, fadeOutUp, getErrorFromRequestBody, getPasswordValidators, provideAbpThemeShared, slideFromBottom, tenantNotFoundProvider, toastInOut, validatePassword, withConfirmationIcon, withHttpErrorConfig, withValidateOnSubmit, withValidationBluePrint, withValidationMapErrorsFn };
1073
- export type { Badge, ConfirmationIcons, CustomHttpErrorHandlerService, DismissableModal, ErrorScreenErrorCodes, HttpErrorConfig, HttpErrorHandler, LocaleDirection, ModalDismissMode, ModalSize, NavBarPropPredicate, NgxDatatableMessages, PageAlert, PasswordRule, RootParams, ThemeSharedFeature, ToasterContract, UserMenuTextTemplate };
1066
+ export { AbpAuthenticationErrorHandler, AbpFormatErrorHandlerService, AbpVisibleDirective, BaseThemeSharedModule, BreadcrumbComponent, BreadcrumbItemsComponent, ButtonComponent, CARD_COMPONENTS, CARD_DIRECTIVES, CONFIRMATION_ICONS, CUSTOM_ERROR_HANDLERS, CUSTOM_HTTP_ERROR_HANDLER_PRIORITY, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CardHeaderDirective, CardImgTopDirective, CardModule, CardSubtitleDirective, CardTitleDirective, Confirmation, ConfirmationComponent, ConfirmationService, CreateErrorComponentService, DEFAULT_CONFIRMATION_ICONS, DEFAULT_ERROR_LOCALIZATIONS, DEFAULT_ERROR_MESSAGES, DEFAULT_HANDLERS_PROVIDERS, DEFAULT_VALIDATION_BLUEPRINTS, DateAdapter, DateParserFormatter, DateTimeAdapter, DisabledDirective, DocumentDirHandlerService, EllipsisDirective, ErrorHandler, FormCheckboxComponent, FormInputComponent, HTTP_ERROR_CONFIG, HTTP_ERROR_DETAIL, HTTP_ERROR_HANDLER, HTTP_ERROR_STATUS, HttpErrorWrapperComponent, InternetConnectionStatusComponent, LOGO_APP_NAME_TOKEN, LOGO_URL_TOKEN, LoaderBarComponent, LoadingComponent, LoadingDirective, LogoFeatureKind, ModalCloseDirective, ModalComponent, ModalRefService, NGX_DATATABLE_MESSAGES, NG_BOOTSTRAP_CONFIG_PROVIDERS, NavItem, NavItemsService, NgxDatatableDefaultDirective, NgxDatatableListDirective, PageAlertService, PasswordComponent, RouterErrorHandlerService, SUPPRESS_UNSAVED_CHANGES_WARNING, SpinnerComponent, Statistics, StatusCodeErrorHandlerService, THEME_SHARED_APPEND_CONTENT, THEME_SHARED_EXPORTS, THEME_SHARED_ROUTE_PROVIDERS, TenantResolveErrorHandlerService, ThemeSharedFeatureKind, ThemeSharedModule, TimeAdapter, ToastComponent, ToastContainerComponent, Toaster, ToasterService, UnknownStatusCodeErrorHandlerService, UserMenu, UserMenuService, bounceIn, collapse, collapseLinearWithMargin, collapseWithMargin, collapseX, collapseY, collapseYWithMargin, configureNgBootstrap, configureRoutes, defaultNgxDatatableMessages, dialogAnimation, eFormComponets, eThemeSharedRouteNames, expandX, expandY, expandYWithMargin, fadeAnimation, fadeIn, fadeInDown, fadeInLeft, fadeInRight, fadeInUp, fadeOut, fadeOutDown, fadeOutLeft, fadeOutRight, fadeOutUp, getErrorFromRequestBody, getPasswordValidators, provideAbpThemeShared, provideLogo, slideFromBottom, tenantNotFoundProvider, toastInOut, validatePassword, withConfirmationIcon, withEnvironmentOptions, withHttpErrorConfig, withValidateOnSubmit, withValidationBluePrint, withValidationMapErrorsFn };
1067
+ export type { Badge, ConfirmationIcons, CustomHttpErrorHandlerService, DismissableModal, ErrorScreenErrorCodes, HttpErrorConfig, HttpErrorHandler, LocaleDirection, LogoFeature, ModalDismissMode, ModalSize, NavBarPropPredicate, NgxDatatableMessages, PageAlert, PasswordRule, RootParams, ThemeSharedFeature, ToasterContract, UserMenuTextTemplate };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@abp/ng.theme.shared",
3
- "version": "9.3.6",
3
+ "version": "10.0.0-rc.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": "~9.3.6",
10
+ "@abp/ng.core": "~10.0.0-rc.2",
11
11
  "@fortawesome/fontawesome-free": "^6.0.0",
12
12
  "@ng-bootstrap/ng-bootstrap": "~19.0.0",
13
13
  "@ngx-validate/core": "^0.2.0",