@nettyapps/ntybase 21.0.35-beta.10 → 21.0.35-beta.11
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
|
@@ -1036,6 +1036,7 @@ declare abstract class NettyAppsFilterBase<Trecord, Tfilter> extends NettyAppsBa
|
|
|
1036
1036
|
isFilterExpanded: i0.ModelSignal<boolean>;
|
|
1037
1037
|
filteredRecords: i0.OutputEmitterRef<Trecord[]>;
|
|
1038
1038
|
refresh: i0.InputSignal<number>;
|
|
1039
|
+
fileName: i0.InputSignal<string>;
|
|
1039
1040
|
protected filterProxy: NettyStandardFilterProxy<any>;
|
|
1040
1041
|
protected enumStorage: NettyEnumStorageProxy;
|
|
1041
1042
|
protected currentItem: i0.WritableSignal<Tfilter>;
|
|
@@ -1045,9 +1046,9 @@ declare abstract class NettyAppsFilterBase<Trecord, Tfilter> extends NettyAppsBa
|
|
|
1045
1046
|
protected onApply(): void;
|
|
1046
1047
|
protected onReset(): void;
|
|
1047
1048
|
protected onExport(): void;
|
|
1048
|
-
protected abstract
|
|
1049
|
+
protected abstract createNewFilter(): Tfilter;
|
|
1049
1050
|
static ɵfac: i0.ɵɵFactoryDeclaration<NettyAppsFilterBase<any, any>, never>;
|
|
1050
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NettyAppsFilterBase<any, any>, "ntybase-netty-apps-base", never, { "isFilterExpanded": { "alias": "isFilterExpanded"; "required": false; "isSignal": true; }; "refresh": { "alias": "refresh"; "required": false; "isSignal": true; }; }, { "isFilterExpanded": "isFilterExpandedChange"; "filteredRecords": "filteredRecords"; }, never, never, true, never>;
|
|
1051
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NettyAppsFilterBase<any, any>, "ntybase-netty-apps-base", never, { "isFilterExpanded": { "alias": "isFilterExpanded"; "required": false; "isSignal": true; }; "refresh": { "alias": "refresh"; "required": false; "isSignal": true; }; "fileName": { "alias": "fileName"; "required": false; "isSignal": true; }; }, { "isFilterExpanded": "isFilterExpandedChange"; "filteredRecords": "filteredRecords"; }, never, never, true, never>;
|
|
1051
1052
|
}
|
|
1052
1053
|
|
|
1053
1054
|
export { AlertService, AuthenticationGuard, AuthenticationInterceptor, AuthenticationService, ButtonRenderer, CanDeactivateGuard, CheckboxRenderer, CommonService, ConfirmDialog, CredentialsService, CurrentUserPreference, ENVIRONMENT_CONFIG, EnvironmentInfo, EnvironmentInfoService, ExcelImportBase, ForgotPassword, Login, LoginDto, MFACodeDto, MfaLogin, NettyAgGridBase, NettyAgGridListBase, NettyAgGridLogBase, NettyAgGridSaveBase, NettyAgGridService, NettyAppsBase, NettyAppsFilterBase, NettyBaseApp, NettyHelper, NettyImageService, NettyMenuService, NtyLoadingComponent, NtyLoadingInterceptor, Ntybase, NtybaseModule, RangeDateTimeFilter, RangeNumberFilter, RangeStringFilter, UrlHelperService, ntyAuthenticationInterceptor };
|