@nettyapps/ntybase 21.0.33 → 21.0.34
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nettyapps/ntybase",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.34",
|
|
4
4
|
"description": "This library provides foundational services and components for NettyApps Angular applications.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"async-mutex": ">= 0.5.0",
|
|
14
14
|
"ag-grid-angular": ">= 35.0.0",
|
|
15
15
|
"ag-grid-enterprise": ">= 35.0.0",
|
|
16
|
-
"@nettyapps/ntycontract": ">= 21.0.
|
|
17
|
-
"@nettyapps/ntyui": ">= 21.0.
|
|
16
|
+
"@nettyapps/ntycontract": ">= 21.0.4",
|
|
17
|
+
"@nettyapps/ntyui": ">= 21.0.15"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.3.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, OnInit, DoCheck, SimpleChanges, InjectionToken,
|
|
2
|
+
import { OnDestroy, OnInit, DoCheck, SimpleChanges, InjectionToken, Signal } from '@angular/core';
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
4
|
import { Theme, GridApi, GridOptions, StatusPanelDef, GridReadyEvent, IFilterParams, IDoesFilterPassParams } from 'ag-grid-community';
|
|
5
5
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
@@ -928,35 +928,6 @@ declare class EnvironmentInfo {
|
|
|
928
928
|
static ɵcmp: i0.ɵɵComponentDeclaration<EnvironmentInfo, "ntybase-environment-info", never, { "showNettyInfo": { "alias": "showNettyInfo"; "required": false; }; }, {}, never, never, true, never>;
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
declare const NETTY_APP_ENVIRONMENT: InjectionToken<any>;
|
|
932
|
-
declare class NtyEnvironmentService {
|
|
933
|
-
private defaultEnv;
|
|
934
|
-
constructor(defaultEnv: any);
|
|
935
|
-
loadEnvironment(): Promise<any>;
|
|
936
|
-
private loadEnvScript;
|
|
937
|
-
getEnvironment(): any;
|
|
938
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NtyEnvironmentService, never>;
|
|
939
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NtyEnvironmentService>;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
declare function ntyEnvironmentConfigFactory(envService: NtyEnvironmentService): EnvironmentConfig;
|
|
943
|
-
|
|
944
|
-
interface IEnvironmentLoader {
|
|
945
|
-
loadEnvironment(): Promise<EnvironmentConfig>;
|
|
946
|
-
}
|
|
947
|
-
declare function ntyInitializeEnvironment(envLoader: IEnvironmentLoader): () => Promise<EnvironmentConfig>;
|
|
948
|
-
|
|
949
|
-
/**
|
|
950
|
-
* Uygulamanın environment altyapısını kurar.
|
|
951
|
-
*
|
|
952
|
-
* @usage
|
|
953
|
-
* providers: [
|
|
954
|
-
* provideNettyEnvironment()
|
|
955
|
-
* // Not: { provide: NETTY_APP_ENVIRONMENT, useValue: environment } dışarıdan verilmelidir.
|
|
956
|
-
* ]
|
|
957
|
-
*/
|
|
958
|
-
declare function provideNtyEnvironment(): EnvironmentProviders;
|
|
959
|
-
|
|
960
931
|
declare const NtyLoadingInterceptor: HttpInterceptorFn;
|
|
961
932
|
|
|
962
933
|
declare class NtyLoadingComponent {
|
|
@@ -978,5 +949,5 @@ declare class NettyMenuService {
|
|
|
978
949
|
static ɵprov: i0.ɵɵInjectableDeclaration<NettyMenuService>;
|
|
979
950
|
}
|
|
980
951
|
|
|
981
|
-
export { AlertService, AuthenticationGuard, AuthenticationInterceptor, AuthenticationService, ButtonRenderer, CanDeactivateGuard, CheckboxRenderer, CommonService, ConfirmDialog, CredentialsService, CurrentUserPreference, ENVIRONMENT_CONFIG, EnvironmentInfo, EnvironmentInfoService, ExcelImportBase, ForgotPassword, Login, LoginDto, MFACodeDto, MfaLogin,
|
|
982
|
-
export type { CanComponentDeactivate, Credentials, EnvironmentConfig,
|
|
952
|
+
export { AlertService, AuthenticationGuard, AuthenticationInterceptor, AuthenticationService, ButtonRenderer, CanDeactivateGuard, CheckboxRenderer, CommonService, ConfirmDialog, CredentialsService, CurrentUserPreference, ENVIRONMENT_CONFIG, EnvironmentInfo, EnvironmentInfoService, ExcelImportBase, ForgotPassword, Login, LoginDto, MFACodeDto, MfaLogin, NettyAgGridBase, NettyAgGridSaveBase, NettyAgGridService, NettyAppsBase, NettyBaseApp, NettyHelper, NettyImageService, NettyMenuService, NtyLoadingComponent, NtyLoadingInterceptor, Ntybase, NtybaseModule, RangeDateTimeFilter, RangeNumberFilter, RangeStringFilter, UrlHelperService, ntyAuthenticationInterceptor };
|
|
953
|
+
export type { CanComponentDeactivate, Credentials, EnvironmentConfig, LoginContext, MFACodeContext, UserViewMode };
|