@abp/ng.theme.shared 9.3.0-rc.1 → 9.3.0-rc.3

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 (108) hide show
  1. package/fesm2022/abp-ng.theme.shared-testing.mjs +4 -4
  2. package/fesm2022/abp-ng.theme.shared-testing.mjs.map +1 -1
  3. package/fesm2022/abp-ng.theme.shared.mjs +162 -160
  4. package/fesm2022/abp-ng.theme.shared.mjs.map +1 -1
  5. package/index.d.ts +1071 -3
  6. package/package.json +5 -5
  7. package/testing/index.d.ts +24 -3
  8. package/lib/adapters/date-time.adapter.d.ts +0 -11
  9. package/lib/adapters/date.adapter.d.ts +0 -9
  10. package/lib/adapters/index.d.ts +0 -3
  11. package/lib/adapters/time.adapter.d.ts +0 -8
  12. package/lib/animations/bounce.animations.d.ts +0 -1
  13. package/lib/animations/collapse.animations.d.ts +0 -9
  14. package/lib/animations/fade.animations.d.ts +0 -10
  15. package/lib/animations/index.d.ts +0 -6
  16. package/lib/animations/modal.animations.d.ts +0 -2
  17. package/lib/animations/slide.animations.d.ts +0 -1
  18. package/lib/animations/toast.animations.d.ts +0 -1
  19. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -16
  20. package/lib/components/breadcrumb-items/breadcrumb-items.component.d.ts +0 -7
  21. package/lib/components/button/button.component.d.ts +0 -26
  22. package/lib/components/card/card-body.component.d.ts +0 -8
  23. package/lib/components/card/card-footer.component.d.ts +0 -8
  24. package/lib/components/card/card-header.component.d.ts +0 -8
  25. package/lib/components/card/card-header.directive.d.ts +0 -6
  26. package/lib/components/card/card-img-top.directive.d.ts +0 -6
  27. package/lib/components/card/card-subtitle.directive.d.ts +0 -6
  28. package/lib/components/card/card-title.directive.d.ts +0 -6
  29. package/lib/components/card/card.component.d.ts +0 -7
  30. package/lib/components/card/card.module.d.ts +0 -21
  31. package/lib/components/card/index.d.ts +0 -9
  32. package/lib/components/checkbox/checkbox.component.d.ts +0 -17
  33. package/lib/components/confirmation/confirmation.component.d.ts +0 -19
  34. package/lib/components/form-input/form-input.component.d.ts +0 -18
  35. package/lib/components/http-error-wrapper/http-error-wrapper.component.d.ts +0 -31
  36. package/lib/components/index.d.ts +0 -18
  37. package/lib/components/internet-connection-status/internet-connection-status.component.d.ts +0 -8
  38. package/lib/components/loader-bar/loader-bar.component.d.ts +0 -33
  39. package/lib/components/loading/loading.component.d.ts +0 -5
  40. package/lib/components/modal/modal-close.directive.d.ts +0 -9
  41. package/lib/components/modal/modal-ref.service.d.ts +0 -13
  42. package/lib/components/modal/modal.component.d.ts +0 -40
  43. package/lib/components/password/password.component.d.ts +0 -14
  44. package/lib/components/spinner/spinner.component.d.ts +0 -5
  45. package/lib/components/toast/toast.component.d.ts +0 -14
  46. package/lib/components/toast-container/toast-container.component.d.ts +0 -22
  47. package/lib/constants/default-errors.d.ts +0 -63
  48. package/lib/constants/index.d.ts +0 -4
  49. package/lib/constants/scripts.d.ts +0 -2
  50. package/lib/constants/styles.d.ts +0 -2
  51. package/lib/constants/validation.d.ts +0 -20
  52. package/lib/directives/disabled.directive.d.ts +0 -11
  53. package/lib/directives/ellipsis.directive.d.ts +0 -16
  54. package/lib/directives/index.d.ts +0 -6
  55. package/lib/directives/loading.directive.d.ts +0 -25
  56. package/lib/directives/ngx-datatable-default.directive.d.ts +0 -30
  57. package/lib/directives/ngx-datatable-list.directive.d.ts +0 -29
  58. package/lib/directives/visible.directive.d.ts +0 -18
  59. package/lib/enums/form.d.ts +0 -4
  60. package/lib/enums/index.d.ts +0 -2
  61. package/lib/enums/route-names.d.ts +0 -3
  62. package/lib/handlers/document-dir.handler.d.ts +0 -13
  63. package/lib/handlers/error.handler.d.ts +0 -28
  64. package/lib/handlers/index.d.ts +0 -2
  65. package/lib/models/common.d.ts +0 -26
  66. package/lib/models/confirmation.d.ts +0 -27
  67. package/lib/models/index.d.ts +0 -7
  68. package/lib/models/nav-item.d.ts +0 -22
  69. package/lib/models/statistics.d.ts +0 -12
  70. package/lib/models/toaster.d.ts +0 -31
  71. package/lib/models/user-menu.d.ts +0 -8
  72. package/lib/models/validation.d.ts +0 -1
  73. package/lib/providers/error-handlers.provider.d.ts +0 -2
  74. package/lib/providers/index.d.ts +0 -5
  75. package/lib/providers/ng-bootstrap-config.provider.d.ts +0 -2
  76. package/lib/providers/route.provider.d.ts +0 -2
  77. package/lib/providers/tenant-not-found.provider.d.ts +0 -2
  78. package/lib/providers/theme-shared-config.provider.d.ts +0 -22
  79. package/lib/services/abp-format-error-handler.service.d.ts +0 -13
  80. package/lib/services/abstract-menu.service.d.ts +0 -16
  81. package/lib/services/authentication-error-handler.service.d.ts +0 -12
  82. package/lib/services/confirmation.service.d.ts +0 -21
  83. package/lib/services/create-error-component.service.d.ts +0 -22
  84. package/lib/services/index.d.ts +0 -12
  85. package/lib/services/nav-items.service.d.ts +0 -8
  86. package/lib/services/page-alert.service.d.ts +0 -17
  87. package/lib/services/router-error-handler.service.d.ts +0 -14
  88. package/lib/services/status-code-error-handler.service.d.ts +0 -21
  89. package/lib/services/tenant-resolve-error-handler.service.d.ts +0 -13
  90. package/lib/services/toaster.service.d.ts +0 -60
  91. package/lib/services/unknown-status-code-error-handler.service.d.ts +0 -16
  92. package/lib/services/user-menu.service.d.ts +0 -8
  93. package/lib/theme-shared.module.d.ts +0 -42
  94. package/lib/tokens/append-content.token.d.ts +0 -2
  95. package/lib/tokens/confirmation-icons.token.d.ts +0 -11
  96. package/lib/tokens/http-error.token.d.ts +0 -8
  97. package/lib/tokens/index.d.ts +0 -5
  98. package/lib/tokens/ngx-datatable-messages.token.d.ts +0 -14
  99. package/lib/tokens/suppress-unsaved-changes-warning.token.d.ts +0 -2
  100. package/lib/utils/date-parser-formatter.d.ts +0 -12
  101. package/lib/utils/error.utils.d.ts +0 -8
  102. package/lib/utils/index.d.ts +0 -3
  103. package/lib/utils/validation-utils.d.ts +0 -5
  104. package/public-api.d.ts +0 -13
  105. package/testing/lib/models/config.d.ts +0 -4
  106. package/testing/lib/models/index.d.ts +0 -1
  107. package/testing/lib/theme-shared-testing.module.d.ts +0 -14
  108. package/testing/public-api.d.ts +0 -3
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@abp/ng.theme.shared",
3
- "version": "9.3.0-rc.1",
3
+ "version": "9.3.0-rc.3",
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.0-rc.1",
11
- "@fortawesome/fontawesome-free": "^5.0.0",
12
- "@ng-bootstrap/ng-bootstrap": "~18.0.0",
10
+ "@abp/ng.core": "~9.3.0-rc.3",
11
+ "@fortawesome/fontawesome-free": "^6.0.0",
12
+ "@ng-bootstrap/ng-bootstrap": "~19.0.0",
13
13
  "@ngx-validate/core": "^0.2.0",
14
14
  "@popperjs/core": "~2.11.0",
15
- "@swimlane/ngx-datatable": "^20.0.0",
15
+ "@swimlane/ngx-datatable": "^21.0.0",
16
16
  "bootstrap": "^5.0.0",
17
17
  "tslib": "^2.0.0"
18
18
  },
@@ -1,5 +1,26 @@
1
+ import { Validation } from '@ngx-validate/core';
2
+ import * as i0 from '@angular/core';
3
+ import { ModuleWithProviders } from '@angular/core';
4
+ import * as i1 from '@angular/router/testing';
5
+ import * as i2 from '@abp/ng.theme.shared';
6
+
7
+ interface Config {
8
+ validation?: Partial<Validation.Config>;
9
+ }
10
+
11
+ type index_d_Config = Config;
12
+ declare namespace index_d {
13
+ export type { index_d_Config as Config };
14
+ }
15
+
1
16
  /**
2
- * Generated bundle index. Do not edit.
17
+ * ThemeSharedTestingModule is the module that will be used in tests
3
18
  */
4
- /// <amd-module name="@abp/ng.theme.shared/testing" />
5
- export * from './public-api';
19
+ declare class ThemeSharedTestingModule {
20
+ static withConfig({ validation }?: Config): ModuleWithProviders<ThemeSharedTestingModule>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeSharedTestingModule, never>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeSharedTestingModule, never, [typeof i1.RouterTestingModule, typeof i2.BaseThemeSharedModule], [typeof i1.RouterTestingModule, typeof i2.BaseThemeSharedModule]>;
23
+ static ɵinj: i0.ɵɵInjectorDeclaration<ThemeSharedTestingModule>;
24
+ }
25
+
26
+ export { index_d as ThemeSharedTesting, ThemeSharedTestingModule };
@@ -1,11 +0,0 @@
1
- import { NgbDateStruct, NgbTimeStruct } from '@ng-bootstrap/ng-bootstrap';
2
- import * as i0 from "@angular/core";
3
- export declare class DateTimeAdapter {
4
- value: Partial<NgbDateTimeStruct>;
5
- fromModel(value: string | Date): Partial<NgbDateTimeStruct> | null;
6
- toModel(value: Partial<NgbDateTimeStruct> | null): string;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeAdapter, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<DateTimeAdapter>;
9
- }
10
- type NgbDateTimeStruct = NgbDateStruct & NgbTimeStruct;
11
- export {};
@@ -1,9 +0,0 @@
1
- import { NgbDateAdapter, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
2
- import * as i0 from "@angular/core";
3
- export declare class DateAdapter extends NgbDateAdapter<string | Date> {
4
- fromModel(value: string | Date): NgbDateStruct | null;
5
- toModel(value: NgbDateStruct | null): string;
6
- protected dateOf(value: string): Date;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<DateAdapter, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<DateAdapter>;
9
- }
@@ -1,3 +0,0 @@
1
- export * from './date-time.adapter';
2
- export * from './date.adapter';
3
- export * from './time.adapter';
@@ -1,8 +0,0 @@
1
- import { NgbTimeAdapter, NgbTimeStruct } from '@ng-bootstrap/ng-bootstrap';
2
- import * as i0 from "@angular/core";
3
- export declare class TimeAdapter extends NgbTimeAdapter<string | Date> {
4
- fromModel(value: string | Date): NgbTimeStruct | null;
5
- toModel(value: NgbTimeStruct | null): string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TimeAdapter, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<TimeAdapter>;
8
- }
@@ -1 +0,0 @@
1
- export declare const bounceIn: import("@angular/animations").AnimationReferenceMetadata;
@@ -1,9 +0,0 @@
1
- export declare const collapseY: import("@angular/animations").AnimationReferenceMetadata;
2
- export declare const collapseYWithMargin: import("@angular/animations").AnimationReferenceMetadata;
3
- export declare const collapseX: import("@angular/animations").AnimationReferenceMetadata;
4
- export declare const expandY: import("@angular/animations").AnimationReferenceMetadata;
5
- export declare const expandYWithMargin: import("@angular/animations").AnimationReferenceMetadata;
6
- export declare const expandX: import("@angular/animations").AnimationReferenceMetadata;
7
- export declare const collapse: import("@angular/animations").AnimationTriggerMetadata;
8
- export declare const collapseWithMargin: import("@angular/animations").AnimationTriggerMetadata;
9
- export declare const collapseLinearWithMargin: import("@angular/animations").AnimationTriggerMetadata;
@@ -1,10 +0,0 @@
1
- export declare const fadeIn: import("@angular/animations").AnimationReferenceMetadata;
2
- export declare const fadeOut: import("@angular/animations").AnimationReferenceMetadata;
3
- export declare const fadeInDown: import("@angular/animations").AnimationReferenceMetadata;
4
- export declare const fadeInUp: import("@angular/animations").AnimationReferenceMetadata;
5
- export declare const fadeInLeft: import("@angular/animations").AnimationReferenceMetadata;
6
- export declare const fadeInRight: import("@angular/animations").AnimationReferenceMetadata;
7
- export declare const fadeOutDown: import("@angular/animations").AnimationReferenceMetadata;
8
- export declare const fadeOutUp: import("@angular/animations").AnimationReferenceMetadata;
9
- export declare const fadeOutLeft: import("@angular/animations").AnimationReferenceMetadata;
10
- export declare const fadeOutRight: import("@angular/animations").AnimationReferenceMetadata;
@@ -1,6 +0,0 @@
1
- export * from './bounce.animations';
2
- export * from './collapse.animations';
3
- export * from './fade.animations';
4
- export * from './modal.animations';
5
- export * from './slide.animations';
6
- export * from './toast.animations';
@@ -1,2 +0,0 @@
1
- export declare const fadeAnimation: import("@angular/animations").AnimationTriggerMetadata;
2
- export declare const dialogAnimation: import("@angular/animations").AnimationTriggerMetadata;
@@ -1 +0,0 @@
1
- export declare const slideFromBottom: import("@angular/animations").AnimationTriggerMetadata;
@@ -1 +0,0 @@
1
- export declare const toastInOut: import("@angular/animations").AnimationTriggerMetadata;
@@ -1,16 +0,0 @@
1
- import { ABP, RouterEvents, RoutesService, SubscriptionService } from '@abp/ng.core';
2
- import { ChangeDetectorRef, OnInit } from '@angular/core';
3
- import { Router } from '@angular/router';
4
- import * as i0 from "@angular/core";
5
- export declare class BreadcrumbComponent implements OnInit {
6
- readonly cdRef: ChangeDetectorRef;
7
- private router;
8
- private routes;
9
- private subscription;
10
- private routerEvents;
11
- segments: Partial<ABP.Route>[];
12
- constructor(cdRef: ChangeDetectorRef, router: Router, routes: RoutesService, subscription: SubscriptionService, routerEvents: RouterEvents);
13
- ngOnInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "abp-breadcrumb", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,7 +0,0 @@
1
- import { ABP } from '@abp/ng.core';
2
- import * as i0 from "@angular/core";
3
- export declare class BreadcrumbItemsComponent {
4
- items: Partial<ABP.Route>[];
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
7
- }
@@ -1,26 +0,0 @@
1
- import { ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core';
2
- import { ABP } from '@abp/ng.core';
3
- import * as i0 from "@angular/core";
4
- export declare class ButtonComponent implements OnInit {
5
- private renderer;
6
- buttonId: string;
7
- buttonClass: string;
8
- buttonType: string;
9
- formName?: string;
10
- iconClass?: string;
11
- loading: boolean;
12
- disabled: boolean | undefined;
13
- attributes?: ABP.Dictionary<string>;
14
- readonly click: EventEmitter<MouseEvent>;
15
- readonly focus: EventEmitter<FocusEvent>;
16
- readonly blur: EventEmitter<FocusEvent>;
17
- readonly abpClick: EventEmitter<MouseEvent>;
18
- readonly abpFocus: EventEmitter<FocusEvent>;
19
- readonly abpBlur: EventEmitter<FocusEvent>;
20
- buttonRef: ElementRef<HTMLButtonElement>;
21
- get icon(): string;
22
- constructor(renderer: Renderer2);
23
- ngOnInit(): void;
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, ["*"], true, never>;
26
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardBodyComponent {
3
- componentClass: string;
4
- cardBodyClass: string;
5
- cardBodyStyle: string;
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, ["*"], true, never>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardFooterComponent {
3
- componentClass: string;
4
- cardFooterStyle: string;
5
- cardFooterClass: string;
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, ["*"], true, never>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardHeaderComponent {
3
- componentClass: string;
4
- cardHeaderClass: string;
5
- cardHeaderStyle: string;
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, ["*"], true, never>;
8
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardHeaderDirective {
3
- directiveClass: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "abp-card-header, [abp-card-header], [abpCardHeader]", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardImgTopDirective {
3
- directiveClass: string;
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, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardSubtitleDirective {
3
- directiveClass: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "abp-card-subtitle, [abp-card-subtitle], [abpCardSubtitle]", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardTitleDirective {
3
- directiveClass: string;
4
- static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "abp-card-title, [abp-card-title], [abpCardTitle]", never, {}, {}, never, never, true, never>;
6
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class CardComponent {
3
- cardClass: string;
4
- cardStyle: string;
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, ["*"], true, never>;
7
- }
@@ -1,21 +0,0 @@
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';
6
- import * as i0 from "@angular/core";
7
- import * as i1 from "./card.component";
8
- import * as i2 from "./card-body.component";
9
- import * as i3 from "./card-header.component";
10
- import * as i4 from "./card-footer.component";
11
- import * as i5 from "./card-title.directive";
12
- import * as i6 from "./card-subtitle.directive";
13
- import * as i7 from "./card-img-top.directive";
14
- import * as i8 from "./card-header.directive";
15
- export declare const CARD_DIRECTIVES: (typeof CardTitleDirective)[];
16
- export declare const CARD_COMPONENTS: (typeof CardBodyComponent | typeof CardComponent | typeof CardHeaderComponent | typeof CardFooterComponent)[];
17
- export declare class CardModule {
18
- static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
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]>;
20
- static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
21
- }
@@ -1,9 +0,0 @@
1
- export * from './card.module';
2
- export * from './card.component';
3
- export * from './card-body.component';
4
- export * from './card-footer.component';
5
- export * from './card-header.component';
6
- export * from './card-title.directive';
7
- export * from './card-subtitle.directive';
8
- export * from './card-img-top.directive';
9
- export * from './card-header.directive';
@@ -1,17 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { AbstractNgModelComponent } from '@abp/ng.core';
3
- import * as i0 from "@angular/core";
4
- export declare class FormCheckboxComponent extends AbstractNgModelComponent {
5
- label?: string;
6
- labelClass: string;
7
- checkboxId: string;
8
- checkboxStyle: {
9
- [klass: string]: any;
10
- } | null | undefined;
11
- checkboxClass: string;
12
- checkboxReadonly: boolean;
13
- checkboxBlur: EventEmitter<void>;
14
- checkboxFocus: EventEmitter<void>;
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, true, never>;
17
- }
@@ -1,19 +0,0 @@
1
- import { ReplaySubject } from 'rxjs';
2
- import { Confirmation } from '../../models/confirmation';
3
- import { ConfirmationIcons } from '../../tokens/confirmation-icons.token';
4
- import * as i0 from "@angular/core";
5
- export declare class ConfirmationComponent {
6
- private icons;
7
- constructor(icons: ConfirmationIcons);
8
- confirm: Confirmation.Status;
9
- reject: Confirmation.Status;
10
- dismiss: Confirmation.Status;
11
- confirmation$: ReplaySubject<Confirmation.DialogData | null>;
12
- clear: (status: Confirmation.Status) => void;
13
- close(status: Confirmation.Status): void;
14
- getIconClass({ severity, options }: Confirmation.DialogData): string;
15
- isCustomIconExists({ options }: Confirmation.DialogData): boolean;
16
- isIconTemplateExits({ options }: Confirmation.DialogData): boolean;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "abp-confirmation", never, {}, {}, never, never, true, never>;
19
- }
@@ -1,18 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { AbstractNgModelComponent } from '@abp/ng.core';
3
- import * as i0 from "@angular/core";
4
- export declare class FormInputComponent extends AbstractNgModelComponent {
5
- inputId: string;
6
- inputReadonly: boolean;
7
- label: string;
8
- labelClass: string;
9
- inputPlaceholder: string;
10
- inputStyle: {
11
- [klass: string]: any;
12
- } | null | undefined;
13
- inputClass: string;
14
- formBlur: EventEmitter<void>;
15
- formFocus: EventEmitter<void>;
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, true, never>;
18
- }
@@ -1,31 +0,0 @@
1
- import { ApplicationRef, OnInit, ElementRef, Type, AfterViewInit, OnDestroy, EnvironmentInjector, DestroyRef } from '@angular/core';
2
- import { Router } from '@angular/router';
3
- import { Subject } from 'rxjs';
4
- import { LocalizationParam } from '@abp/ng.core';
5
- import { ErrorScreenErrorCodes } from '../../models';
6
- import * as i0 from "@angular/core";
7
- export declare class HttpErrorWrapperComponent implements OnInit, AfterViewInit, OnDestroy {
8
- protected readonly destroyRef: DestroyRef;
9
- protected readonly document: Document;
10
- protected readonly window: Window & typeof globalThis;
11
- protected readonly router: Router;
12
- appRef: ApplicationRef;
13
- environmentInjector: EnvironmentInjector;
14
- status: ErrorScreenErrorCodes;
15
- title: LocalizationParam;
16
- details: LocalizationParam;
17
- customComponent: Type<any> | undefined;
18
- destroy$: Subject<void>;
19
- hideCloseIcon: boolean;
20
- backgroundColor: string;
21
- isHomeShow: boolean;
22
- containerRef?: ElementRef<HTMLDivElement>;
23
- get statusText(): string;
24
- ngOnInit(): void;
25
- ngAfterViewInit(): void;
26
- goHome(): void;
27
- destroy(): void;
28
- ngOnDestroy(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorWrapperComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<HttpErrorWrapperComponent, "abp-http-error-wrapper", never, {}, {}, never, never, true, never>;
31
- }
@@ -1,18 +0,0 @@
1
- export * from './breadcrumb-items/breadcrumb-items.component';
2
- export * from './breadcrumb/breadcrumb.component';
3
- export * from './button/button.component';
4
- export * from './confirmation/confirmation.component';
5
- export * from './http-error-wrapper/http-error-wrapper.component';
6
- export * from './loader-bar/loader-bar.component';
7
- export * from './loading/loading.component';
8
- export * from './modal/modal-close.directive';
9
- export * from './modal/modal-ref.service';
10
- export * from './modal/modal.component';
11
- export * from './toast-container/toast-container.component';
12
- export * from './toast/toast.component';
13
- export * from './password/password.component';
14
- export * from './card/index';
15
- export * from './checkbox/checkbox.component';
16
- export * from './form-input/form-input.component';
17
- export * from './internet-connection-status/internet-connection-status.component';
18
- export * from './spinner/spinner.component';
@@ -1,8 +0,0 @@
1
- import { InternetConnectionService } from '@abp/ng.core';
2
- import * as i0 from "@angular/core";
3
- export declare class InternetConnectionStatusComponent {
4
- internetConnectionService: InternetConnectionService;
5
- isOnline: import("@angular/core").Signal<boolean>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<InternetConnectionStatusComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<InternetConnectionStatusComponent, "abp-internet-status", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,33 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
- import { Router } from '@angular/router';
3
- import { Subscription } from 'rxjs';
4
- import { HttpWaitService, RouterWaitService, SubscriptionService } from '@abp/ng.core';
5
- import * as i0 from "@angular/core";
6
- export declare class LoaderBarComponent implements OnDestroy, OnInit {
7
- private router;
8
- private cdRef;
9
- private subscription;
10
- private httpWaitService;
11
- private routerWaitService;
12
- protected _isLoading: boolean;
13
- set isLoading(value: boolean);
14
- get isLoading(): boolean;
15
- containerClass: string;
16
- color: string;
17
- progressLevel: number;
18
- interval: Subscription;
19
- timer: Subscription;
20
- intervalPeriod: number;
21
- stopDelay: number;
22
- private readonly clearProgress;
23
- private readonly reportProgress;
24
- get boxShadow(): string;
25
- constructor(router: Router, cdRef: ChangeDetectorRef, subscription: SubscriptionService, httpWaitService: HttpWaitService, routerWaitService: RouterWaitService);
26
- ngOnInit(): void;
27
- subscribeLoading(): void;
28
- ngOnDestroy(): void;
29
- startLoading(): void;
30
- stopLoading(): void;
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, true, never>;
33
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class LoadingComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "abp-loading", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,9 +0,0 @@
1
- import { ModalComponent } from './modal.component';
2
- import * as i0 from "@angular/core";
3
- export declare class ModalCloseDirective {
4
- private modal;
5
- constructor(modal: ModalComponent);
6
- onClick(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalCloseDirective, [{ optional: true; }]>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export type ModalDismissMode = 'hard' | 'soft';
3
- export interface DismissableModal {
4
- dismiss(mode: ModalDismissMode): void;
5
- }
6
- export declare class ModalRefService {
7
- modalRefs: DismissableModal[];
8
- register(modal: DismissableModal): void;
9
- unregister(modal: DismissableModal): void;
10
- dismissAll(mode: ModalDismissMode): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalRefService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalRefService>;
13
- }
@@ -1,40 +0,0 @@
1
- import { DestroyRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
- import { NgbModal, NgbModalOptions, NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
3
- import { ConfirmationService } from '../../services';
4
- import { ButtonComponent } from '../button/button.component';
5
- import { DismissableModal, ModalDismissMode, ModalRefService } from './modal-ref.service';
6
- import * as i0 from "@angular/core";
7
- export type ModalSize = 'sm' | 'md' | 'lg' | 'xl';
8
- export declare class ModalComponent implements OnInit, OnDestroy, DismissableModal {
9
- protected readonly confirmationService: ConfirmationService;
10
- protected readonly modal: NgbModal;
11
- protected readonly modalRefService: ModalRefService;
12
- protected readonly suppressUnsavedChangesWarningToken: boolean;
13
- protected readonly destroyRef: DestroyRef;
14
- visible: import("@angular/core").ModelSignal<boolean>;
15
- busy: import("@angular/core").InputSignalWithTransform<boolean, boolean>;
16
- options: import("@angular/core").InputSignal<NgbModalOptions>;
17
- suppressUnsavedChangesWarning: import("@angular/core").InputSignal<boolean>;
18
- modalContent: import("@angular/core").Signal<TemplateRef<any>>;
19
- abpHeader: import("@angular/core").Signal<TemplateRef<any>>;
20
- abpBody: import("@angular/core").Signal<TemplateRef<any>>;
21
- abpFooter: import("@angular/core").Signal<TemplateRef<any>>;
22
- abpSubmit: import("@angular/core").Signal<ButtonComponent>;
23
- readonly init: import("@angular/core").OutputEmitterRef<void>;
24
- readonly appear: import("@angular/core").OutputEmitterRef<void>;
25
- readonly disappear: import("@angular/core").OutputEmitterRef<void>;
26
- modalRef: NgbModalRef;
27
- isConfirmationOpen: boolean;
28
- modalIdentifier: string;
29
- get modalWindowRef(): Element;
30
- get isFormDirty(): boolean;
31
- constructor();
32
- ngOnInit(): void;
33
- dismiss(mode: ModalDismissMode): void;
34
- protected toggle(value: boolean): void;
35
- ngOnDestroy(): void;
36
- close(): void;
37
- listen(): void;
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"], ["*"], true, never>;
40
- }
@@ -1,14 +0,0 @@
1
- import { AbstractNgModelComponent } from '@abp/ng.core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated use ShowPasswordDirective directive
5
- * https://abp.io/docs/latest/framework/ui/angular/show-password-directive
6
- */
7
- export declare class PasswordComponent extends AbstractNgModelComponent {
8
- inputId: string;
9
- formControlName: string;
10
- fieldTextType?: boolean;
11
- toggleFieldTextType(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "abp-password", never, { "inputId": { "alias": "inputId"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; }, {}, never, never, true, never>;
14
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SpinnerComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "abp-spinner", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,14 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { Toaster } from '../../models/toaster';
3
- import * as i0 from "@angular/core";
4
- export declare class ToastComponent implements OnInit {
5
- toast: Toaster.Toast;
6
- remove: EventEmitter<number>;
7
- get severityClass(): string;
8
- get iconClass(): string;
9
- ngOnInit(): void;
10
- close(): void;
11
- tap(): void;
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, true, never>;
14
- }
@@ -1,22 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ReplaySubject } from 'rxjs';
3
- import { Toaster } from '../../models/toaster';
4
- import * as i0 from "@angular/core";
5
- export declare class ToastContainerComponent implements OnInit {
6
- toasts$: ReplaySubject<Toaster.Toast[]>;
7
- remove: (toastId: number) => void;
8
- toasts: Toaster.Toast[];
9
- top?: string;
10
- right: string;
11
- defaultRight: string;
12
- defaultMobileRight: string;
13
- bottom: string;
14
- left?: string;
15
- toastKey?: string;
16
- ngOnInit(): void;
17
- onWindowResize(): void;
18
- setDefaultRight(): void;
19
- trackByFunc(index: number, toast: Toaster.Toast): any;
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, true, never>;
22
- }