@nettyapps/ntybase 21.0.32 → 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/fesm2022/{nettyapps-ntybase-en-USbase-BiAVQmCh.mjs → nettyapps-ntybase-en-USbase-D7pL5P5F.mjs} +5 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-BiAVQmCh.mjs.map → nettyapps-ntybase-en-USbase-D7pL5P5F.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-DsdNRueU.mjs → nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs} +5 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-DsdNRueU.mjs.map → nettyapps-ntybase-tr-TRbase-qP6vLxd4.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +4 -99
- package/fesm2022/nettyapps-ntybase.mjs.map +1 -1
- package/package.json +3 -3
- package/translations/en-USbase.json +5 -2
- package/translations/tr-TRbase.json +4 -1
- package/types/nettyapps-ntybase.d.ts +3 -32
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"
|
|
@@ -259,5 +259,8 @@
|
|
|
259
259
|
"@defaultFilterModeEnabled": "Default Filter Mode Enabled",
|
|
260
260
|
"@invalidFormat": "Invalid Format",
|
|
261
261
|
"@openInPopup": "Records open as pop-ups now",
|
|
262
|
-
"@openInSidenav": "Records will now open in the sidenav"
|
|
263
|
-
|
|
262
|
+
"@openInSidenav": "Records will now open in the sidenav",
|
|
263
|
+
"@resetButtonLabel": "Reset",
|
|
264
|
+
"@applyButtonLabel": "Apply",
|
|
265
|
+
"@exportButtonLabel": "Export"
|
|
266
|
+
}
|
|
@@ -259,5 +259,8 @@
|
|
|
259
259
|
"@defaultFilterModeEnabled": "Varsayılan Filtre Modu Aktif",
|
|
260
260
|
"@invalidFormat": "Geçersiz Format",
|
|
261
261
|
"@openInPopup": "Kayıtlar artık açılır pencerede görüntülenecek",
|
|
262
|
-
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek"
|
|
262
|
+
"@openInSidenav": "Kayıtlar artık yan panelde görüntülenecek",
|
|
263
|
+
"@resetButtonLabel": "Sıfırla",
|
|
264
|
+
"@applyButtonLabel": "Filtrele",
|
|
265
|
+
"@exportButtonLabel": "Dışa Aktar"
|
|
263
266
|
}
|
|
@@ -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 };
|