@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.
- package/fesm2022/abp-ng.theme.shared-testing.mjs +4 -4
- package/fesm2022/abp-ng.theme.shared-testing.mjs.map +1 -1
- package/fesm2022/abp-ng.theme.shared.mjs +162 -160
- package/fesm2022/abp-ng.theme.shared.mjs.map +1 -1
- package/index.d.ts +1071 -3
- package/package.json +5 -5
- package/testing/index.d.ts +24 -3
- package/lib/adapters/date-time.adapter.d.ts +0 -11
- package/lib/adapters/date.adapter.d.ts +0 -9
- package/lib/adapters/index.d.ts +0 -3
- package/lib/adapters/time.adapter.d.ts +0 -8
- package/lib/animations/bounce.animations.d.ts +0 -1
- package/lib/animations/collapse.animations.d.ts +0 -9
- package/lib/animations/fade.animations.d.ts +0 -10
- package/lib/animations/index.d.ts +0 -6
- package/lib/animations/modal.animations.d.ts +0 -2
- package/lib/animations/slide.animations.d.ts +0 -1
- package/lib/animations/toast.animations.d.ts +0 -1
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -16
- package/lib/components/breadcrumb-items/breadcrumb-items.component.d.ts +0 -7
- package/lib/components/button/button.component.d.ts +0 -26
- package/lib/components/card/card-body.component.d.ts +0 -8
- package/lib/components/card/card-footer.component.d.ts +0 -8
- package/lib/components/card/card-header.component.d.ts +0 -8
- package/lib/components/card/card-header.directive.d.ts +0 -6
- package/lib/components/card/card-img-top.directive.d.ts +0 -6
- package/lib/components/card/card-subtitle.directive.d.ts +0 -6
- package/lib/components/card/card-title.directive.d.ts +0 -6
- package/lib/components/card/card.component.d.ts +0 -7
- package/lib/components/card/card.module.d.ts +0 -21
- package/lib/components/card/index.d.ts +0 -9
- package/lib/components/checkbox/checkbox.component.d.ts +0 -17
- package/lib/components/confirmation/confirmation.component.d.ts +0 -19
- package/lib/components/form-input/form-input.component.d.ts +0 -18
- package/lib/components/http-error-wrapper/http-error-wrapper.component.d.ts +0 -31
- package/lib/components/index.d.ts +0 -18
- package/lib/components/internet-connection-status/internet-connection-status.component.d.ts +0 -8
- package/lib/components/loader-bar/loader-bar.component.d.ts +0 -33
- package/lib/components/loading/loading.component.d.ts +0 -5
- package/lib/components/modal/modal-close.directive.d.ts +0 -9
- package/lib/components/modal/modal-ref.service.d.ts +0 -13
- package/lib/components/modal/modal.component.d.ts +0 -40
- package/lib/components/password/password.component.d.ts +0 -14
- package/lib/components/spinner/spinner.component.d.ts +0 -5
- package/lib/components/toast/toast.component.d.ts +0 -14
- package/lib/components/toast-container/toast-container.component.d.ts +0 -22
- package/lib/constants/default-errors.d.ts +0 -63
- package/lib/constants/index.d.ts +0 -4
- package/lib/constants/scripts.d.ts +0 -2
- package/lib/constants/styles.d.ts +0 -2
- package/lib/constants/validation.d.ts +0 -20
- package/lib/directives/disabled.directive.d.ts +0 -11
- package/lib/directives/ellipsis.directive.d.ts +0 -16
- package/lib/directives/index.d.ts +0 -6
- package/lib/directives/loading.directive.d.ts +0 -25
- package/lib/directives/ngx-datatable-default.directive.d.ts +0 -30
- package/lib/directives/ngx-datatable-list.directive.d.ts +0 -29
- package/lib/directives/visible.directive.d.ts +0 -18
- package/lib/enums/form.d.ts +0 -4
- package/lib/enums/index.d.ts +0 -2
- package/lib/enums/route-names.d.ts +0 -3
- package/lib/handlers/document-dir.handler.d.ts +0 -13
- package/lib/handlers/error.handler.d.ts +0 -28
- package/lib/handlers/index.d.ts +0 -2
- package/lib/models/common.d.ts +0 -26
- package/lib/models/confirmation.d.ts +0 -27
- package/lib/models/index.d.ts +0 -7
- package/lib/models/nav-item.d.ts +0 -22
- package/lib/models/statistics.d.ts +0 -12
- package/lib/models/toaster.d.ts +0 -31
- package/lib/models/user-menu.d.ts +0 -8
- package/lib/models/validation.d.ts +0 -1
- package/lib/providers/error-handlers.provider.d.ts +0 -2
- package/lib/providers/index.d.ts +0 -5
- package/lib/providers/ng-bootstrap-config.provider.d.ts +0 -2
- package/lib/providers/route.provider.d.ts +0 -2
- package/lib/providers/tenant-not-found.provider.d.ts +0 -2
- package/lib/providers/theme-shared-config.provider.d.ts +0 -22
- package/lib/services/abp-format-error-handler.service.d.ts +0 -13
- package/lib/services/abstract-menu.service.d.ts +0 -16
- package/lib/services/authentication-error-handler.service.d.ts +0 -12
- package/lib/services/confirmation.service.d.ts +0 -21
- package/lib/services/create-error-component.service.d.ts +0 -22
- package/lib/services/index.d.ts +0 -12
- package/lib/services/nav-items.service.d.ts +0 -8
- package/lib/services/page-alert.service.d.ts +0 -17
- package/lib/services/router-error-handler.service.d.ts +0 -14
- package/lib/services/status-code-error-handler.service.d.ts +0 -21
- package/lib/services/tenant-resolve-error-handler.service.d.ts +0 -13
- package/lib/services/toaster.service.d.ts +0 -60
- package/lib/services/unknown-status-code-error-handler.service.d.ts +0 -16
- package/lib/services/user-menu.service.d.ts +0 -8
- package/lib/theme-shared.module.d.ts +0 -42
- package/lib/tokens/append-content.token.d.ts +0 -2
- package/lib/tokens/confirmation-icons.token.d.ts +0 -11
- package/lib/tokens/http-error.token.d.ts +0 -8
- package/lib/tokens/index.d.ts +0 -5
- package/lib/tokens/ngx-datatable-messages.token.d.ts +0 -14
- package/lib/tokens/suppress-unsaved-changes-warning.token.d.ts +0 -2
- package/lib/utils/date-parser-formatter.d.ts +0 -12
- package/lib/utils/error.utils.d.ts +0 -8
- package/lib/utils/index.d.ts +0 -3
- package/lib/utils/validation-utils.d.ts +0 -5
- package/public-api.d.ts +0 -13
- package/testing/lib/models/config.d.ts +0 -4
- package/testing/lib/models/index.d.ts +0 -1
- package/testing/lib/theme-shared-testing.module.d.ts +0 -14
- package/testing/public-api.d.ts +0 -3
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface PageAlert {
|
|
3
|
-
type: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark';
|
|
4
|
-
message: string;
|
|
5
|
-
dismissible?: boolean;
|
|
6
|
-
title?: string;
|
|
7
|
-
messageLocalizationParams?: string[];
|
|
8
|
-
titleLocalizationParams?: string[];
|
|
9
|
-
}
|
|
10
|
-
export declare class PageAlertService {
|
|
11
|
-
private alerts;
|
|
12
|
-
alerts$: import("rxjs").Observable<PageAlert[]>;
|
|
13
|
-
show(alert: PageAlert): void;
|
|
14
|
-
remove(index: number): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageAlertService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PageAlertService>;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { NavigationError } from '@angular/router';
|
|
2
|
-
import { RouterEvents } from '@abp/ng.core';
|
|
3
|
-
import { CreateErrorComponentService } from '../services';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RouterErrorHandlerService {
|
|
6
|
-
protected readonly routerEvents: RouterEvents;
|
|
7
|
-
protected readonly httpErrorConfig: import("../models").HttpErrorConfig;
|
|
8
|
-
protected readonly createErrorComponentService: CreateErrorComponentService;
|
|
9
|
-
protected filterRouteErrors: (navigationError: NavigationError) => boolean;
|
|
10
|
-
listen(): void;
|
|
11
|
-
show404Page(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RouterErrorHandlerService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RouterErrorHandlerService>;
|
|
14
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Confirmation, CustomHttpErrorHandlerService } from '../models';
|
|
2
|
-
import { AuthService, LocalizationParam } from '@abp/ng.core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { ConfirmationService } from './confirmation.service';
|
|
5
|
-
import { CreateErrorComponentService } from './create-error-component.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class StatusCodeErrorHandlerService implements CustomHttpErrorHandlerService {
|
|
8
|
-
protected readonly confirmationService: ConfirmationService;
|
|
9
|
-
protected readonly createErrorComponentService: CreateErrorComponentService;
|
|
10
|
-
protected readonly authService: AuthService;
|
|
11
|
-
protected readonly handledStatusCodes: readonly [401, 403, 404, 500];
|
|
12
|
-
protected status: (typeof this.handledStatusCodes)[number];
|
|
13
|
-
readonly priority: 0;
|
|
14
|
-
protected navigateToLogin(): void;
|
|
15
|
-
protected showConfirmation(message: LocalizationParam, title: LocalizationParam): Observable<Confirmation.Status>;
|
|
16
|
-
protected showPage(): void;
|
|
17
|
-
canHandle(error: any): boolean;
|
|
18
|
-
execute(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StatusCodeErrorHandlerService, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StatusCodeErrorHandlerService>;
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CustomHttpErrorHandlerService } from '../models/common';
|
|
2
|
-
import { SessionStateService } from '@abp/ng.core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TenantResolveErrorHandlerService implements CustomHttpErrorHandlerService {
|
|
5
|
-
protected readonly sessionService: SessionStateService;
|
|
6
|
-
readonly priority: 9;
|
|
7
|
-
private authService;
|
|
8
|
-
private isTenantResolveError;
|
|
9
|
-
canHandle(error: unknown): boolean;
|
|
10
|
-
execute(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TenantResolveErrorHandlerService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TenantResolveErrorHandlerService>;
|
|
13
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { LocalizationParam, Strict } from '@abp/ng.core';
|
|
2
|
-
import { Toaster } from '../models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ToasterService implements ToasterContract {
|
|
5
|
-
private toasts$;
|
|
6
|
-
private lastId;
|
|
7
|
-
private toasts;
|
|
8
|
-
private containerComponentRef;
|
|
9
|
-
private contentProjectionService;
|
|
10
|
-
private setContainer;
|
|
11
|
-
constructor();
|
|
12
|
-
/**
|
|
13
|
-
* Creates an info toast with given parameters.
|
|
14
|
-
* @param message Content of the toast
|
|
15
|
-
* @param title Title of the toast
|
|
16
|
-
* @param options Spesific style or structural options for individual toast
|
|
17
|
-
*/
|
|
18
|
-
info(message: LocalizationParam, title?: LocalizationParam, options?: Partial<Toaster.ToastOptions>): Toaster.ToasterId;
|
|
19
|
-
/**
|
|
20
|
-
* Creates a success toast with given parameters.
|
|
21
|
-
* @param message Content of the toast
|
|
22
|
-
* @param title Title of the toast
|
|
23
|
-
* @param options Spesific style or structural options for individual toast
|
|
24
|
-
*/
|
|
25
|
-
success(message: LocalizationParam, title?: LocalizationParam, options?: Partial<Toaster.ToastOptions>): Toaster.ToasterId;
|
|
26
|
-
/**
|
|
27
|
-
* Creates a warning toast with given parameters.
|
|
28
|
-
* @param message Content of the toast
|
|
29
|
-
* @param title Title of the toast
|
|
30
|
-
* @param options Spesific style or structural options for individual toast
|
|
31
|
-
*/
|
|
32
|
-
warn(message: LocalizationParam, title?: LocalizationParam, options?: Partial<Toaster.ToastOptions>): Toaster.ToasterId;
|
|
33
|
-
/**
|
|
34
|
-
* Creates an error toast with given parameters.
|
|
35
|
-
* @param message Content of the toast
|
|
36
|
-
* @param title Title of the toast
|
|
37
|
-
* @param options Spesific style or structural options for individual toast
|
|
38
|
-
*/
|
|
39
|
-
error(message: LocalizationParam, title?: LocalizationParam, options?: Partial<Toaster.ToastOptions>): Toaster.ToasterId;
|
|
40
|
-
/**
|
|
41
|
-
* Creates a toast with given parameters.
|
|
42
|
-
* @param message Content of the toast
|
|
43
|
-
* @param title Title of the toast
|
|
44
|
-
* @param severity Sets color of the toast. "success", "warning" etc.
|
|
45
|
-
* @param options Spesific style or structural options for individual toast
|
|
46
|
-
*/
|
|
47
|
-
show(message: LocalizationParam, title?: LocalizationParam | undefined, severity?: Toaster.Severity, options?: Partial<Toaster.ToastOptions>): Toaster.ToasterId;
|
|
48
|
-
/**
|
|
49
|
-
* Removes the toast with given id.
|
|
50
|
-
* @param id ID of the toast to be removed.
|
|
51
|
-
*/
|
|
52
|
-
remove: (id: number) => void;
|
|
53
|
-
/**
|
|
54
|
-
* Removes all open toasts at once.
|
|
55
|
-
*/
|
|
56
|
-
clear(containerKey?: string): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToasterService, never>;
|
|
58
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ToasterService>;
|
|
59
|
-
}
|
|
60
|
-
export type ToasterContract = Strict<ToasterService, Toaster.Service>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CustomHttpErrorHandlerService } from '../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UnknownStatusCodeErrorHandlerService implements CustomHttpErrorHandlerService {
|
|
4
|
-
readonly priority: 0;
|
|
5
|
-
private statusText;
|
|
6
|
-
private message;
|
|
7
|
-
private createErrorComponentService;
|
|
8
|
-
canHandle(error: {
|
|
9
|
-
status: number;
|
|
10
|
-
statusText: string;
|
|
11
|
-
message: string;
|
|
12
|
-
} | undefined): boolean;
|
|
13
|
-
execute(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnknownStatusCodeErrorHandlerService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UnknownStatusCodeErrorHandlerService>;
|
|
16
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { UserMenu } from '../models/user-menu';
|
|
2
|
-
import { AbstractMenuService } from './abstract-menu.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class UserMenuService extends AbstractMenuService<UserMenu> {
|
|
5
|
-
protected baseClass: typeof UserMenu;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserMenuService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UserMenuService>;
|
|
8
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { BreadcrumbComponent, ButtonComponent, ConfirmationComponent, LoaderBarComponent, LoadingComponent, ModalCloseDirective } from './components';
|
|
3
|
-
import { LoadingDirective, NgxDatatableDefaultDirective, AbpVisibleDirective, DisabledDirective } from './directives';
|
|
4
|
-
import { RootParams } from './models';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./components/breadcrumb/breadcrumb.component";
|
|
7
|
-
import * as i2 from "./components/breadcrumb-items/breadcrumb-items.component";
|
|
8
|
-
import * as i3 from "./components/button/button.component";
|
|
9
|
-
import * as i4 from "./components/confirmation/confirmation.component";
|
|
10
|
-
import * as i5 from "./components/loader-bar/loader-bar.component";
|
|
11
|
-
import * as i6 from "./components/loading/loading.component";
|
|
12
|
-
import * as i7 from "./components/modal/modal.component";
|
|
13
|
-
import * as i8 from "./components/toast/toast.component";
|
|
14
|
-
import * as i9 from "./components/toast-container/toast-container.component";
|
|
15
|
-
import * as i10 from "./directives/loading.directive";
|
|
16
|
-
import * as i11 from "./components/modal/modal-close.directive";
|
|
17
|
-
import * as i12 from "./components/form-input/form-input.component";
|
|
18
|
-
import * as i13 from "./components/checkbox/checkbox.component";
|
|
19
|
-
import * as i14 from "./components/http-error-wrapper/http-error-wrapper.component";
|
|
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
|
-
export declare class BaseThemeSharedModule {
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseThemeSharedModule, never>;
|
|
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
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BaseThemeSharedModule>;
|
|
33
|
-
}
|
|
34
|
-
export declare class ThemeSharedModule {
|
|
35
|
-
/**
|
|
36
|
-
* @deprecated forRoot method is deprecated, use `provideAbpThemeShared` *function* for config settings.
|
|
37
|
-
*/
|
|
38
|
-
static forRoot({ httpErrorConfig, validation, confirmationIcons }?: RootParams): ModuleWithProviders<ThemeSharedModule>;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeSharedModule, never>;
|
|
40
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeSharedModule, never, [typeof BaseThemeSharedModule], [typeof BaseThemeSharedModule]>;
|
|
41
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeSharedModule>;
|
|
42
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export interface ConfirmationIcons {
|
|
3
|
-
info: string;
|
|
4
|
-
success: string;
|
|
5
|
-
warning: string;
|
|
6
|
-
error: string;
|
|
7
|
-
default: string;
|
|
8
|
-
neutral: string;
|
|
9
|
-
}
|
|
10
|
-
export declare const CONFIRMATION_ICONS: InjectionToken<Partial<ConfirmationIcons>>;
|
|
11
|
-
export declare const DEFAULT_CONFIRMATION_ICONS: ConfirmationIcons;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { CustomHttpErrorHandlerService, HttpErrorConfig, HttpErrorHandler } from '../models/common';
|
|
3
|
-
export declare const HTTP_ERROR_CONFIG: InjectionToken<HttpErrorConfig>;
|
|
4
|
-
/**
|
|
5
|
-
@deprecated use **`CUSTOM_ERROR_HANDLERS`** injection token instead of this, see more info https://abp.io/docs/latest/framework/ui/angular/http-requests
|
|
6
|
-
*/
|
|
7
|
-
export declare const HTTP_ERROR_HANDLER: InjectionToken<HttpErrorHandler>;
|
|
8
|
-
export declare const CUSTOM_ERROR_HANDLERS: InjectionToken<CustomHttpErrorHandlerService[]>;
|
package/lib/tokens/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export interface NgxDatatableMessages {
|
|
3
|
-
emptyMessage: string;
|
|
4
|
-
errorMessage: string;
|
|
5
|
-
totalMessage: string;
|
|
6
|
-
selectedMessage: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const defaultNgxDatatableMessages: {
|
|
9
|
-
emptyMessage: string;
|
|
10
|
-
errorMessage: string;
|
|
11
|
-
totalMessage: string;
|
|
12
|
-
selectedMessage: string;
|
|
13
|
-
};
|
|
14
|
-
export declare const NGX_DATATABLE_MESSAGES: InjectionToken<Partial<NgxDatatableMessages>>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ConfigStateService } from '@abp/ng.core';
|
|
2
|
-
import { NgbDateParserFormatter, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DateParserFormatter extends NgbDateParserFormatter {
|
|
5
|
-
private configState;
|
|
6
|
-
private locale;
|
|
7
|
-
constructor(configState: ConfigStateService, locale: string);
|
|
8
|
-
parse(value: string): NgbDateStruct | null;
|
|
9
|
-
format(date: NgbDateStruct): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateParserFormatter, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DateParserFormatter>;
|
|
12
|
-
}
|
package/lib/utils/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { ValidatorFn } from '@angular/forms';
|
|
3
|
-
import { PasswordRule } from '../models/validation';
|
|
4
|
-
export declare function getPasswordValidators(injector: Injector): ValidatorFn[];
|
|
5
|
-
export declare function validatePassword(shouldContain: PasswordRule): ValidatorFn;
|
package/public-api.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from './lib/adapters';
|
|
2
|
-
export * from './lib/animations';
|
|
3
|
-
export * from './lib/components';
|
|
4
|
-
export * from './lib/directives';
|
|
5
|
-
export * from './lib/enums';
|
|
6
|
-
export * from './lib/handlers';
|
|
7
|
-
export * from './lib/models';
|
|
8
|
-
export * from './lib/providers';
|
|
9
|
-
export * from './lib/services';
|
|
10
|
-
export * from './lib/theme-shared.module';
|
|
11
|
-
export * from './lib/tokens';
|
|
12
|
-
export * from './lib/utils';
|
|
13
|
-
export * from './lib/constants';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './config';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { Config } from './models/config';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/router/testing";
|
|
5
|
-
import * as i2 from "@abp/ng.theme.shared";
|
|
6
|
-
/**
|
|
7
|
-
* ThemeSharedTestingModule is the module that will be used in tests
|
|
8
|
-
*/
|
|
9
|
-
export declare class ThemeSharedTestingModule {
|
|
10
|
-
static withConfig({ validation }?: Config): ModuleWithProviders<ThemeSharedTestingModule>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeSharedTestingModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThemeSharedTestingModule, never, [typeof i1.RouterTestingModule, typeof i2.BaseThemeSharedModule], [typeof i1.RouterTestingModule, typeof i2.BaseThemeSharedModule]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ThemeSharedTestingModule>;
|
|
14
|
-
}
|
package/testing/public-api.d.ts
DELETED