@abp/ng.theme.shared 9.2.1 → 9.3.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.
Files changed (27) hide show
  1. package/fesm2022/abp-ng.theme.shared.mjs +1818 -1831
  2. package/fesm2022/abp-ng.theme.shared.mjs.map +1 -1
  3. package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  4. package/lib/components/breadcrumb-items/breadcrumb-items.component.d.ts +1 -1
  5. package/lib/components/button/button.component.d.ts +2 -2
  6. package/lib/components/card/card-body.component.d.ts +1 -1
  7. package/lib/components/card/card-footer.component.d.ts +1 -1
  8. package/lib/components/card/card-header.component.d.ts +1 -1
  9. package/lib/components/card/card-header.directive.d.ts +1 -1
  10. package/lib/components/card/card-img-top.directive.d.ts +1 -1
  11. package/lib/components/card/card-subtitle.directive.d.ts +1 -1
  12. package/lib/components/card/card-title.directive.d.ts +1 -1
  13. package/lib/components/card/card.component.d.ts +1 -1
  14. package/lib/components/card/card.module.d.ts +8 -2
  15. package/lib/components/checkbox/checkbox.component.d.ts +2 -2
  16. package/lib/components/confirmation/confirmation.component.d.ts +1 -1
  17. package/lib/components/form-input/form-input.component.d.ts +2 -2
  18. package/lib/components/http-error-wrapper/http-error-wrapper.component.d.ts +1 -1
  19. package/lib/components/loader-bar/loader-bar.component.d.ts +2 -2
  20. package/lib/components/loading/loading.component.d.ts +1 -1
  21. package/lib/components/modal/modal-close.directive.d.ts +1 -1
  22. package/lib/components/modal/modal.component.d.ts +2 -2
  23. package/lib/components/toast/toast.component.d.ts +1 -1
  24. package/lib/components/toast-container/toast-container.component.d.ts +1 -1
  25. package/lib/directives/loading.directive.d.ts +2 -2
  26. package/lib/theme-shared.module.d.ts +13 -13
  27. package/package.json +2 -2
@@ -12,5 +12,5 @@ export declare class BreadcrumbComponent implements OnInit {
12
12
  constructor(cdRef: ChangeDetectorRef, router: Router, routes: RoutesService, subscription: SubscriptionService, routerEvents: RouterEvents);
13
13
  ngOnInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "abp-breadcrumb", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "abp-breadcrumb", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BreadcrumbItemsComponent {
4
4
  items: Partial<ABP.Route>[];
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
7
7
  }
@@ -1,5 +1,5 @@
1
- import { ABP } from '@abp/ng.core';
2
1
  import { ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core';
2
+ import { ABP } from '@abp/ng.core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ButtonComponent implements OnInit {
5
5
  private renderer;
@@ -22,5 +22,5 @@ export declare class ButtonComponent implements OnInit {
22
22
  constructor(renderer: Renderer2);
23
23
  ngOnInit(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
25
- 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, ["*"], false, never>;
25
+ 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>;
26
26
  }
@@ -4,5 +4,5 @@ export declare class CardBodyComponent {
4
4
  cardBodyClass: string;
5
5
  cardBodyStyle: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "abp-card-body", never, { "cardBodyClass": { "alias": "cardBodyClass"; "required": false; }; "cardBodyStyle": { "alias": "cardBodyStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "abp-card-body", never, { "cardBodyClass": { "alias": "cardBodyClass"; "required": false; }; "cardBodyStyle": { "alias": "cardBodyStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class CardFooterComponent {
4
4
  cardFooterStyle: string;
5
5
  cardFooterClass: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "abp-card-footer", never, { "cardFooterStyle": { "alias": "cardFooterStyle"; "required": false; }; "cardFooterClass": { "alias": "cardFooterClass"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "abp-card-footer", never, { "cardFooterStyle": { "alias": "cardFooterStyle"; "required": false; }; "cardFooterClass": { "alias": "cardFooterClass"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class CardHeaderComponent {
4
4
  cardHeaderClass: string;
5
5
  cardHeaderStyle: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "abp-card-header", never, { "cardHeaderClass": { "alias": "cardHeaderClass"; "required": false; }; "cardHeaderStyle": { "alias": "cardHeaderStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "abp-card-header", never, { "cardHeaderClass": { "alias": "cardHeaderClass"; "required": false; }; "cardHeaderStyle": { "alias": "cardHeaderStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardHeaderDirective {
3
3
  directiveClass: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "abp-card-header, [abp-card-header], [abpCardHeader]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "abp-card-header, [abp-card-header], [abpCardHeader]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardImgTopDirective {
3
3
  directiveClass: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardImgTopDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgTopDirective, "abp-card-img-top, [abp-card-img-top], [abpCardImgTop]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgTopDirective, "abp-card-img-top, [abp-card-img-top], [abpCardImgTop]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardSubtitleDirective {
3
3
  directiveClass: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "abp-card-subtitle, [abp-card-subtitle], [abpCardSubtitle]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "abp-card-subtitle, [abp-card-subtitle], [abpCardSubtitle]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class CardTitleDirective {
3
3
  directiveClass: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "abp-card-title, [abp-card-title], [abpCardTitle]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "abp-card-title, [abp-card-title], [abpCardTitle]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -3,5 +3,5 @@ export declare class CardComponent {
3
3
  cardClass: string;
4
4
  cardStyle: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "abp-card", never, { "cardClass": { "alias": "cardClass"; "required": false; }; "cardStyle": { "alias": "cardStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "abp-card", never, { "cardClass": { "alias": "cardClass"; "required": false; }; "cardStyle": { "alias": "cardStyle"; "required": false; }; }, {}, never, ["*"], true, never>;
7
7
  }
@@ -1,3 +1,8 @@
1
+ import { CardBodyComponent } from './card-body.component';
2
+ import { CardComponent } from './card.component';
3
+ import { CardHeaderComponent } from './card-header.component';
4
+ import { CardFooterComponent } from './card-footer.component';
5
+ import { CardTitleDirective } from './card-title.directive';
1
6
  import * as i0 from "@angular/core";
2
7
  import * as i1 from "./card.component";
3
8
  import * as i2 from "./card-body.component";
@@ -7,9 +12,10 @@ import * as i5 from "./card-title.directive";
7
12
  import * as i6 from "./card-subtitle.directive";
8
13
  import * as i7 from "./card-img-top.directive";
9
14
  import * as i8 from "./card-header.directive";
10
- import * as i9 from "@angular/common";
15
+ export declare const CARD_DIRECTIVES: (typeof CardTitleDirective)[];
16
+ export declare const CARD_COMPONENTS: (typeof CardBodyComponent | typeof CardComponent | typeof CardHeaderComponent | typeof CardFooterComponent)[];
11
17
  export declare class CardModule {
12
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardHeaderComponent, typeof i4.CardFooterComponent, typeof i5.CardTitleDirective, typeof i6.CardSubtitleDirective, typeof i7.CardImgTopDirective, typeof i8.CardHeaderDirective], [typeof i9.CommonModule], [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardHeaderComponent, typeof i4.CardFooterComponent, typeof i5.CardTitleDirective, typeof i6.CardSubtitleDirective, typeof i7.CardImgTopDirective, typeof i8.CardHeaderDirective]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardHeaderComponent, typeof i4.CardFooterComponent, typeof i5.CardTitleDirective, typeof i6.CardSubtitleDirective, typeof i7.CardImgTopDirective, typeof i8.CardHeaderDirective], [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardHeaderComponent, typeof i4.CardFooterComponent, typeof i5.CardTitleDirective, typeof i6.CardSubtitleDirective, typeof i7.CardImgTopDirective, typeof i8.CardHeaderDirective]>;
14
20
  static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
15
21
  }
@@ -1,5 +1,5 @@
1
- import { AbstractNgModelComponent } from '@abp/ng.core';
2
1
  import { EventEmitter } from '@angular/core';
2
+ import { AbstractNgModelComponent } from '@abp/ng.core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FormCheckboxComponent extends AbstractNgModelComponent {
5
5
  label?: string;
@@ -13,5 +13,5 @@ export declare class FormCheckboxComponent extends AbstractNgModelComponent {
13
13
  checkboxBlur: EventEmitter<void>;
14
14
  checkboxFocus: EventEmitter<void>;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckboxComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckboxComponent, "abp-checkbox", never, { "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "checkboxId": { "alias": "checkboxId"; "required": false; }; "checkboxStyle": { "alias": "checkboxStyle"; "required": false; }; "checkboxClass": { "alias": "checkboxClass"; "required": false; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; }; }, { "checkboxBlur": "checkboxBlur"; "checkboxFocus": "checkboxFocus"; }, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckboxComponent, "abp-checkbox", never, { "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "checkboxId": { "alias": "checkboxId"; "required": false; }; "checkboxStyle": { "alias": "checkboxStyle"; "required": false; }; "checkboxClass": { "alias": "checkboxClass"; "required": false; }; "checkboxReadonly": { "alias": "checkboxReadonly"; "required": false; }; }, { "checkboxBlur": "checkboxBlur"; "checkboxFocus": "checkboxFocus"; }, never, never, true, never>;
17
17
  }
@@ -15,5 +15,5 @@ export declare class ConfirmationComponent {
15
15
  isCustomIconExists({ options }: Confirmation.DialogData): boolean;
16
16
  isIconTemplateExits({ options }: Confirmation.DialogData): boolean;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "abp-confirmation", never, {}, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "abp-confirmation", never, {}, {}, never, never, true, never>;
19
19
  }
@@ -1,5 +1,5 @@
1
- import { AbstractNgModelComponent } from '@abp/ng.core';
2
1
  import { EventEmitter } from '@angular/core';
2
+ import { AbstractNgModelComponent } from '@abp/ng.core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FormInputComponent extends AbstractNgModelComponent {
5
5
  inputId: string;
@@ -14,5 +14,5 @@ export declare class FormInputComponent extends AbstractNgModelComponent {
14
14
  formBlur: EventEmitter<void>;
15
15
  formFocus: EventEmitter<void>;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "abp-form-input", never, { "inputId": { "alias": "inputId"; "required": false; }; "inputReadonly": { "alias": "inputReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "inputClass": { "alias": "inputClass"; "required": false; }; }, { "formBlur": "formBlur"; "formFocus": "formFocus"; }, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "abp-form-input", never, { "inputId": { "alias": "inputId"; "required": false; }; "inputReadonly": { "alias": "inputReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "inputClass": { "alias": "inputClass"; "required": false; }; }, { "formBlur": "formBlur"; "formFocus": "formFocus"; }, never, never, true, never>;
18
18
  }
@@ -27,5 +27,5 @@ export declare class HttpErrorWrapperComponent implements OnInit, AfterViewInit,
27
27
  destroy(): void;
28
28
  ngOnDestroy(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorWrapperComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<HttpErrorWrapperComponent, "abp-http-error-wrapper", never, {}, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<HttpErrorWrapperComponent, "abp-http-error-wrapper", never, {}, {}, never, never, true, never>;
31
31
  }
@@ -1,7 +1,7 @@
1
- import { HttpWaitService, RouterWaitService, SubscriptionService } from '@abp/ng.core';
2
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
3
2
  import { Router } from '@angular/router';
4
3
  import { Subscription } from 'rxjs';
4
+ import { HttpWaitService, RouterWaitService, SubscriptionService } from '@abp/ng.core';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class LoaderBarComponent implements OnDestroy, OnInit {
7
7
  private router;
@@ -29,5 +29,5 @@ export declare class LoaderBarComponent implements OnDestroy, OnInit {
29
29
  startLoading(): void;
30
30
  stopLoading(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderBarComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderBarComponent, "abp-loader-bar", never, { "isLoading": { "alias": "isLoading"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderBarComponent, "abp-loader-bar", never, { "isLoading": { "alias": "isLoading"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
33
33
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LoadingComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "abp-loading", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "abp-loading", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -5,5 +5,5 @@ export declare class ModalCloseDirective {
5
5
  constructor(modal: ModalComponent);
6
6
  onClick(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalCloseDirective, [{ optional: true; }]>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, true, never>;
9
9
  }
@@ -1,6 +1,6 @@
1
1
  import { DestroyRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
2
  import { NgbModal, NgbModalOptions, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
3
- import { ConfirmationService } from '../../services/confirmation.service';
3
+ import { ConfirmationService } from '../../services';
4
4
  import { ButtonComponent } from '../button/button.component';
5
5
  import { DismissableModal, ModalDismissMode, ModalRefService } from './modal-ref.service';
6
6
  import * as i0 from "@angular/core";
@@ -36,5 +36,5 @@ export declare class ModalComponent implements OnInit, OnDestroy, DismissableMod
36
36
  close(): void;
37
37
  listen(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
39
- 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"], ["*"], false, never>;
39
+ 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>;
40
40
  }
@@ -10,5 +10,5 @@ export declare class ToastComponent implements OnInit {
10
10
  close(): void;
11
11
  tap(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "abp-toast", never, { "toast": { "alias": "toast"; "required": false; }; }, { "remove": "remove"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "abp-toast", never, { "toast": { "alias": "toast"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
14
14
  }
@@ -18,5 +18,5 @@ export declare class ToastContainerComponent implements OnInit {
18
18
  setDefaultRight(): void;
19
19
  trackByFunc(index: number, toast: Toaster.Toast): any;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "abp-toast-container", never, { "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "left": { "alias": "left"; "required": false; }; "toastKey": { "alias": "toastKey"; "required": false; }; }, {}, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "abp-toast-container", never, { "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "bottom": { "alias": "bottom"; "required": false; }; "left": { "alias": "left"; "required": false; }; "toastKey": { "alias": "toastKey"; "required": false; }; }, {}, never, never, true, never>;
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import { ComponentFactoryResolver, ComponentRef, ElementRef, Injector, OnDestroy, OnInit, Renderer2, ViewContainerRef } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
- import { LoadingComponent } from '../components/loading/loading.component';
3
+ import { LoadingComponent } from '../components';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class LoadingDirective implements OnInit, OnDestroy {
6
6
  private elRef;
@@ -21,5 +21,5 @@ export declare class LoadingDirective implements OnInit, OnDestroy {
21
21
  ngOnInit(): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[abpLoading]", never, { "loading": { "alias": "abpLoading"; "required": false; }; "targetElement": { "alias": "abpLoadingTargetElement"; "required": false; }; "delay": { "alias": "abpLoadingDelay"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[abpLoading]", never, { "loading": { "alias": "abpLoading"; "required": false; }; "targetElement": { "alias": "abpLoadingTargetElement"; "required": false; }; "delay": { "alias": "abpLoadingDelay"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
@@ -1,5 +1,7 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
- import { RootParams } from './models/common';
2
+ import { BreadcrumbComponent, ButtonComponent, ConfirmationComponent, LoaderBarComponent, LoadingComponent, ModalCloseDirective } from './components';
3
+ import { LoadingDirective, NgxDatatableDefaultDirective, AbpVisibleDirective, DisabledDirective } from './directives';
4
+ import { RootParams } from './models';
3
5
  import * as i0 from "@angular/core";
4
6
  import * as i1 from "./components/breadcrumb/breadcrumb.component";
5
7
  import * as i2 from "./components/breadcrumb-items/breadcrumb-items.component";
@@ -15,20 +17,18 @@ import * as i11 from "./components/modal/modal-close.directive";
15
17
  import * as i12 from "./components/form-input/form-input.component";
16
18
  import * as i13 from "./components/checkbox/checkbox.component";
17
19
  import * as i14 from "./components/http-error-wrapper/http-error-wrapper.component";
18
- import * as i15 from "@abp/ng.core";
19
- import * as i16 from "@swimlane/ngx-datatable";
20
- import * as i17 from "@ngx-validate/core";
21
- import * as i18 from "@ng-bootstrap/ng-bootstrap";
22
- import * as i19 from "./directives/ellipsis.directive";
23
- import * as i20 from "./components/card/card.module";
24
- import * as i21 from "./components/password/password.component";
25
- import * as i22 from "./directives/ngx-datatable-default.directive";
26
- import * as i23 from "./directives/ngx-datatable-list.directive";
27
- import * as i24 from "./directives/disabled.directive";
28
- import * as i25 from "./directives/visible.directive";
20
+ import * as i15 from "@swimlane/ngx-datatable";
21
+ import * as i16 from "@ngx-validate/core";
22
+ import * as i17 from "./components/card/card.module";
23
+ import * as i18 from "./directives/disabled.directive";
24
+ import * as i19 from "./directives/visible.directive";
25
+ import * as i20 from "./directives/ngx-datatable-list.directive";
26
+ import * as i21 from "./directives/ngx-datatable-default.directive";
27
+ import * as i22 from "./components/password/password.component";
28
+ export 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)[];
29
29
  export declare class BaseThemeSharedModule {
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseThemeSharedModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<BaseThemeSharedModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.LoadingDirective, typeof i11.ModalCloseDirective, typeof i12.FormInputComponent, typeof i13.FormCheckboxComponent, typeof i14.HttpErrorWrapperComponent], [typeof i15.CoreModule, typeof i16.NgxDatatableModule, typeof i17.NgxValidateCoreModule, typeof i18.NgbPaginationModule, typeof i19.EllipsisDirective, typeof i20.CardModule, typeof i21.PasswordComponent, typeof i22.NgxDatatableDefaultDirective, typeof i23.NgxDatatableListDirective, typeof i24.DisabledDirective, typeof i25.AbpVisibleDirective], [typeof i16.NgxDatatableModule, typeof i17.NgxValidateCoreModule, typeof i20.CardModule, typeof i24.DisabledDirective, typeof i25.AbpVisibleDirective, typeof i23.NgxDatatableListDirective, typeof i22.NgxDatatableDefaultDirective, typeof i21.PasswordComponent, typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.LoadingDirective, typeof i11.ModalCloseDirective, typeof i12.FormInputComponent, typeof i13.FormCheckboxComponent]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BaseThemeSharedModule, never, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.LoadingDirective, typeof i11.ModalCloseDirective, typeof i12.FormInputComponent, typeof i13.FormCheckboxComponent, typeof i14.HttpErrorWrapperComponent, typeof i15.NgxDatatableModule, typeof i16.NgxValidateCoreModule, typeof i17.CardModule, typeof i18.DisabledDirective, typeof i19.AbpVisibleDirective, typeof i20.NgxDatatableListDirective, typeof i21.NgxDatatableDefaultDirective, typeof i22.PasswordComponent], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemsComponent, typeof i3.ButtonComponent, typeof i4.ConfirmationComponent, typeof i5.LoaderBarComponent, typeof i6.LoadingComponent, typeof i7.ModalComponent, typeof i8.ToastComponent, typeof i9.ToastContainerComponent, typeof i10.LoadingDirective, typeof i11.ModalCloseDirective, typeof i12.FormInputComponent, typeof i13.FormCheckboxComponent, typeof i14.HttpErrorWrapperComponent, typeof i15.NgxDatatableModule, typeof i16.NgxValidateCoreModule, typeof i17.CardModule, typeof i18.DisabledDirective, typeof i19.AbpVisibleDirective, typeof i20.NgxDatatableListDirective, typeof i21.NgxDatatableDefaultDirective, typeof i22.PasswordComponent]>;
32
32
  static ɵinj: i0.ɵɵInjectorDeclaration<BaseThemeSharedModule>;
33
33
  }
34
34
  export declare class ThemeSharedModule {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@abp/ng.theme.shared",
3
- "version": "9.2.1",
3
+ "version": "9.3.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.2.1",
10
+ "@abp/ng.core": "~9.3.0-rc.2",
11
11
  "@fortawesome/fontawesome-free": "^5.0.0",
12
12
  "@ng-bootstrap/ng-bootstrap": "~18.0.0",
13
13
  "@ngx-validate/core": "^0.2.0",