ets-fe-ng-sdk 20.0.7 → 20.0.9
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/ets-fe-ng-sdk.mjs +61 -85
- package/fesm2022/ets-fe-ng-sdk.mjs.map +1 -1
- package/index.d.ts +12 -12
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2195,13 +2195,13 @@ declare class BtnComponent implements OnInit {
|
|
|
2195
2195
|
*/
|
|
2196
2196
|
set customIcon(v: string);
|
|
2197
2197
|
/** Form to bind to the button for validation */
|
|
2198
|
-
readonly form: _angular_core.InputSignal<FormGroup<any> |
|
|
2198
|
+
readonly form: _angular_core.InputSignal<FormGroup<any> | FormControl<any> | FormArray<any> | AbstractControl<any, any, any>>;
|
|
2199
2199
|
/** Subject for form changes */
|
|
2200
2200
|
protected readonly formStateRes: _angular_core.ResourceRef<boolean>;
|
|
2201
2201
|
/** Signal for form validity state */
|
|
2202
2202
|
protected readonly formState: _angular_core.Signal<boolean>;
|
|
2203
2203
|
/** Multiple forms to bind to the button for validation */
|
|
2204
|
-
readonly forms: _angular_core.InputSignal<(FormGroup<any> |
|
|
2204
|
+
readonly forms: _angular_core.InputSignal<(FormGroup<any> | FormControl<any> | FormArray<any> | AbstractControl<any, any, any>)[]>;
|
|
2205
2205
|
/** Signal for multiple forms validity state */
|
|
2206
2206
|
protected readonly formsStateRes: _angular_core.ResourceRef<Omit<IFormState, "status">>;
|
|
2207
2207
|
protected readonly formsState: _angular_core.Signal<boolean>;
|
|
@@ -2950,7 +2950,7 @@ declare class InfoDialogComponent implements OnInit {
|
|
|
2950
2950
|
* @param status Status code (0=danger, 1=success, 2=info, 3=warning)
|
|
2951
2951
|
* @returns CSS class name corresponding to the status
|
|
2952
2952
|
*/
|
|
2953
|
-
cls: (status?: 0 | 1 | 2 | 3) => "" | "
|
|
2953
|
+
cls: (status?: 0 | 1 | 2 | 3) => "info" | "warning" | "" | "danger" | "success";
|
|
2954
2954
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoDialogComponent, never>;
|
|
2955
2955
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InfoDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
2956
2956
|
}
|
|
@@ -9742,7 +9742,7 @@ declare class ResizeGridPipe implements PipeTransform {
|
|
|
9742
9742
|
*/
|
|
9743
9743
|
declare class IndexCompLayoutComponent {
|
|
9744
9744
|
/** Number of columns in the grid layout */
|
|
9745
|
-
readonly grid: InputSignal<1 |
|
|
9745
|
+
readonly grid: InputSignal<1 | 5 | 4 | 2 | 3 | 6 | "auto">;
|
|
9746
9746
|
/** Whether to show the action buttons */
|
|
9747
9747
|
readonly showButtons: InputSignal<boolean>;
|
|
9748
9748
|
/** Whether to hide the clone button */
|
|
@@ -14151,19 +14151,19 @@ declare class VersionRoutingModule {
|
|
|
14151
14151
|
|
|
14152
14152
|
declare class VersionService {
|
|
14153
14153
|
sS: ETSStorageService;
|
|
14154
|
-
|
|
14155
|
-
readonly currentVersion = "0.2";
|
|
14154
|
+
readonly currentVersion: string;
|
|
14156
14155
|
private readonly storageKey;
|
|
14157
|
-
|
|
14156
|
+
readonly logoutTrigger$: Subject<{
|
|
14157
|
+
newVersionNumber: string;
|
|
14158
|
+
oldVersionNumber: string;
|
|
14159
|
+
}>;
|
|
14160
|
+
constructor(sS: ETSStorageService);
|
|
14158
14161
|
checkCurrentVersion(): void;
|
|
14159
14162
|
getLocalVersion(): string;
|
|
14160
14163
|
setLocalVersion(): void;
|
|
14161
14164
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<VersionService, never>;
|
|
14162
14165
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<VersionService>;
|
|
14163
14166
|
}
|
|
14164
|
-
interface IVersionServiceFunction extends IServiceFunction {
|
|
14165
|
-
logout: () => any;
|
|
14166
|
-
}
|
|
14167
14167
|
|
|
14168
14168
|
declare class VersionComponent implements OnInit {
|
|
14169
14169
|
vS: VersionService;
|
|
@@ -14514,5 +14514,5 @@ declare class WebUserResetPasswordComponent {
|
|
|
14514
14514
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WebUserResetPasswordComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
14515
14515
|
}
|
|
14516
14516
|
|
|
14517
|
-
export { AddItemComponent, ApiService, AppRouteBase, AppRouteService, AppRouteState, AppService, ArraySplitter, AuthenticationInterceptorService, AutocompleteComponent, AutocompleteModule, AutocompleteService, AutocompleteTdRfComponent, BaseFormGenerator, BaseNativeEventListenerDirective, BlinkingBlocksComponent, BouncingBallComponent, Btn, BtnComponent, BtnLg, BtnLgComponent, BtnLinkComponent, BtnModule, BtnService, ButtonComponent, CETSInput, CacheService, CacheUpdaterService, CardComponent, CardComponent as CardModule, CodeTitleDescPipe, CommafyNumberDirective, ButtonComponent as ComponentsModule, Config, ConfirmDialogComponent, ConfirmDialogComponent as ConfirmDialogModule, Constant, CustomDatePipe, DEFAULT_TIMEOUT, DateInputComponent, Day, DayHourMinInputComponent, DebouncerService, DesktopClassDirective, DetailsBtnComponent, DetailsBtnComponent as DetailsBtnModule, DirectivesModule, DocumentsNameDisplayComponent, DocumentsNameDisplayComponent as DocumentsNameDisplayModule, DragDropFileUploadDirective, EETSPageBtnID, ELanguage, EMenuLocation, EMenuType, EPageType, ESubSystem, ESystem, ESystemBusLine, ETSCheckForUpdateService, ETSConfirmDialogService, ETSExtraPagesModule, ETSFKVP, ETSForms, ETSHandleUnrecoverableStateService, ETSKVP, ETSLogUpdateService, ETSLoggerModule, ETSMenuItem, ETSMenuItemDivider, ETSPageNotFoundComponent, ETSPromptUpdateService, ETSReactiveFormInputService, ETSResetModule, ETSResponsivenessDirectiveModule, ETSRobotModule, ETSServiceWorkerService, ETSStorageService, ETSThemeService, ETSTimeoutTesterModule, ETSVersionModule, ETSWindowSecurityService, EUA, EVFunctions, EValidationType, EditableTextCaseComponent, EditableTextCaseComponent as EditableTextCaseModule, SDKEnvironment as Environment, EqualChildrenDirective, ErrorMessagePipe, ErrorReporterService, ExportTableComponent, ExportTableComponent as ExportTableModule, FCInput, FadingBarsComponent, FadingCirclesComponent, FieldToLabelPipe, FieldsToDisplayComponent, FileUploadComponent, FilterArrayByStringPipe, FilterArrayPipe, FilterFormArrayControlPipe, FilterFormArrayGroupPipe, FilterOptions, FindItemComponent, FormErrorComponent, FormGeneratedValueComponent, FormGeneratorComponent, FormGeneratorComponent as FormGeneratorModule, FormGeneratorService, FormInvalidClassDirective, FormInvalidClassPipe, FormLinkComponent, FormLinkComponent as FormLinkModule, FormSchemaToTableColumnsPipe, FormTabHeadersComponent, FormTabHeadersComponent as FormTabHeadersModule, FormValuePipe, FunctionCaller, FunctionCaller1, FunctionCaller2, FunctionCaller3, GenderPipe, GetColFormattedEPipe, GetColFormattedPipe, GetHeadersPipe, GetRawFieldsPipe, GetValueLabel, GlobalErrorHandlerService, HasFormValuePipe, HasValuePipe, HideDesktopDirective, HideMobileDirective, HtmlerService, HttpListCaller, HttpListCaller1, HttpListCaller2, IdlerComponent, IdlerService, ImageLoaderDirective, ImageUpload, IndexCompLayoutComponent, InfoDialogComponent, InfoDialogModule, InfoDialogService, InfoIconComponent, InfoIconComponent as InfoIconModule, InputBasicComponent, InputClassPipe, InputComponent, InputComponents, InputControlComponent, InputFormatDirective, InputFormatService, InputLabelComponent, InputModule, InputNGModelComponent, InputNGModelComponent as InputNGModelModule, InputPipesModule, InputService, InputTD_RFComponent, InputTableComponent, InputTableService, IntegerOnlyDirective, IsClonePage, IsShowPage, LabelComponent, LabelComponent as LabelModule, Lbl, ListOptionFinderPipe, LoaderComponent, LoaderComponent as LoaderModule, LoaderService, LocalCacheService, Log, LoggerComponent, LoggerInterceptorService, LoggerRoutingModule, LoggerService, MHrefDirective, MobileClassDirective, ModalBodyDirective, ModalComponent, ModalComponents, ModalFooterDirective, ModalFormComponent, ModalFormComponent as ModalFormModule, ModalHeaderComponent, ModalHeaderComponent as ModalHeaderModule, ModalComponent as ModalModule, MouseClickListenerDirective, MouseEnterListenerDirective, MouseLeaveListenerDirective, MrouterLinkirective, NELEventName, NarrationHistoryCompComponent, NativeEventListenerDirectives, NegativeNumberOnlyDirective, NotificationsComponent, NotificationsService, NumberFormatService, NumberPipe, ObjectToArrayPipe, ObjectToLabelsPipe, OnClickDirective, OptionLabeller, OptionerPipe, OptionsFormatter, PSDirective, PageCenterBodyComponent, PageLoader, PageLoaderService, PageModal, PageService, PageTemplateComponent, PageTemplateComponent as PageTemplateModule, PageToComponentComponent, PageToComponentDirective, PageToComponentComponent as PageToComponentModule, PageToComponentService, PaginatorComponent, PaginatorPipe, PhoneNumberComponent, PhoneNumberService, PointerMoveListenerDirective, prototypes_d as Prototypes, RefresherPipe, RemoveUsedOptionsPipe, RemoveUsedOptionsReactivePipe, ReplaceAllPipe, RequestLoggerInterceptorService, RequestTimeoutInterceptorService, ResizeGridPipe, ResponsiveValPipe, ResponsivenessDirective, ReverseTranslateSingleNLPipe, RichTextEditorComponent, RichTextEditorRFComponent, RingRipplesComponent, RoundPipe, RouteItem, RowActionsComponent, RowActionsComponent as RowActionsModule, BaseEffect as SDKBaseEffect, BaseFacadeService as SDKBaseFacadeService, BaseService as SDKBaseService, SDKTranslateNoLoaderPipe, SDKTranslatePipe, SDKTranslateSingleNoLoaderPipe, SDKTranslateSinglePipe, SaverClass, SaverService, SecondsToTimePipe, SharedModule, SortPipe, SpinnerComponent, StorageClass, StrConcatenatorPipe, SvgIconComponent, SvgIconService, TableBaseComponent, TableCol, TableHttpsComponent, TableInputClassFunctionPipe, TableInputComponent, TableInputRowComponent, TablePipesModule, TablePlainComponent, TableService, TableToStringPipe, TextAreaModalComponent, TextAreaModalService, TextCase1Component, TextCase2Component, TextCase2ForObject, TextCaseInputComponent, TextCaseService, TextComponent, ToAnyArrayPipe, ToAnyPipe, ToggleInputFormComponent, TranslatePipeModule, TranslationService, TranslatorCaseComponent, TranslatorDirective, TrimPipe, TrimTextPipe, TyperPipe, UserActivity, UserActivityService, UtilityPipesModule, UtilityService, ValidationMessageComponent, ValidationMessageNgmodelComponent, ValidationMsg, Validator, ValueFormatterPipe, ValueOrXPipe, VerticalNavComponent, ViewFormButtonsComponent, ViewFormButtonsComponent as ViewFormButtonsModule, WatermarkComponent, WebUserAuthenticationService, WebUserForgotPasswordComponent, WebUserLoginComponent, WebUserResetPasswordComponent, WebcamMediaComponent, XOrYPipe, YearMonthTdRfComponent, _SharedModule, configForms, configPatterns, configValidationMessages, environment, pageErrorRouter, webUserAuthenticationGuard, webUserAuthenticationInterceptor, widthOffsetPipe };
|
|
14518
|
-
export type { BtnGroup, BtnType, CellType, CustomValidationError, ETimeType, IAutoCompleteOption, IBaseFormSchema, IBtn, ICode, ICodeDescription, ICodeTitle, IConfigImages, ICountry, IDocMetadata, IETSMenuItem, IETSMenuItemBase, IETSMenuItemRaw, IETSMenuItemRawBase, IFile_Metadata, IFindItemShownFields, IFormGeneratorConfig, IFormOptions, IFormSchema, IFormSchema2, IGetQuery, IInfoDialogBtn, IInputConfig, IInputTableScheme, IKVP, ILbl, ILog, IMktDescription, IObjectLiteral, IOption, IPageErrorConfig, IPageState, IResponse, IRowOption, ISearchFormSchema, ISearchResponse, ISearchResponse2, IServiceFunction, IStrictFormGroup, ISystem, ITab, ITableCol, ITableInputBtn, ITableName, ITableSearchFunc, ITableSearchResp, ITextCase2, IToggleOption, IToggleRow, ITranslatorConfig, ITypeDescription, IUADeletionPayload, IUASearchObj, IUASearchResponse, IUploadSubmissionResp, IUserActivity, IValidationMessage, IValidationResp, IValueLabel, IWebUser, IWebcamMedia, IconType, ImageType, InputSubType, InputType, KeyOfType, NELEvent, NELEventHandler, NELMouseEventHandler, NELPointerEventHandler, NELQuery, OptionLabelType, RefCat, SVGIconType, SortType, Status, SubCategory, TypeOf, ValueType };
|
|
14517
|
+
export { AddItemComponent, ApiService, AppRouteBase, AppRouteService, AppRouteState, AppService, ArraySplitter, AuthenticationInterceptorService, AutocompleteComponent, AutocompleteModule, AutocompleteService, AutocompleteTdRfComponent, BaseFormGenerator, BaseNativeEventListenerDirective, BlinkingBlocksComponent, BouncingBallComponent, Btn, BtnComponent, BtnLg, BtnLgComponent, BtnLinkComponent, BtnModule, BtnService, ButtonComponent, CETSInput, CacheService, CacheUpdaterService, CardComponent, CardComponent as CardModule, CodeTitleDescPipe, CommafyNumberDirective, ButtonComponent as ComponentsModule, Config, ConfirmDialogComponent, ConfirmDialogComponent as ConfirmDialogModule, Constant, CustomDatePipe, DEFAULT_TIMEOUT, DateInputComponent, Day, DayHourMinInputComponent, DebouncerService, DesktopClassDirective, DetailsBtnComponent, DetailsBtnComponent as DetailsBtnModule, DirectivesModule, DocumentsNameDisplayComponent, DocumentsNameDisplayComponent as DocumentsNameDisplayModule, DragDropFileUploadDirective, EETSPageBtnID, ELanguage, EMenuLocation, EMenuType, EPageType, ESubSystem, ESystem, ESystemBusLine, ETSCheckForUpdateService, ETSConfirmDialogService, ETSExtraPagesModule, ETSFKVP, ETSForms, ETSHandleUnrecoverableStateService, ETSKVP, ETSLogUpdateService, ETSLoggerModule, ETSMenuItem, ETSMenuItemDivider, ETSPageNotFoundComponent, ETSPromptUpdateService, ETSReactiveFormInputService, ETSResetModule, ETSResponsivenessDirectiveModule, ETSRobotModule, ETSServiceWorkerService, ETSStorageService, ETSThemeService, ETSTimeoutTesterModule, ETSVersionModule, ETSWindowSecurityService, EUA, EVFunctions, EValidationType, EditableTextCaseComponent, EditableTextCaseComponent as EditableTextCaseModule, SDKEnvironment as Environment, EqualChildrenDirective, ErrorMessagePipe, ErrorReporterService, ExportTableComponent, ExportTableComponent as ExportTableModule, FCInput, FadingBarsComponent, FadingCirclesComponent, FieldToLabelPipe, FieldsToDisplayComponent, FileUploadComponent, FilterArrayByStringPipe, FilterArrayPipe, FilterFormArrayControlPipe, FilterFormArrayGroupPipe, FilterOptions, FindItemComponent, FormErrorComponent, FormGeneratedValueComponent, FormGeneratorComponent, FormGeneratorComponent as FormGeneratorModule, FormGeneratorService, FormInvalidClassDirective, FormInvalidClassPipe, FormLinkComponent, FormLinkComponent as FormLinkModule, FormSchemaToTableColumnsPipe, FormTabHeadersComponent, FormTabHeadersComponent as FormTabHeadersModule, FormValuePipe, FunctionCaller, FunctionCaller1, FunctionCaller2, FunctionCaller3, GenderPipe, GetColFormattedEPipe, GetColFormattedPipe, GetHeadersPipe, GetRawFieldsPipe, GetValueLabel, GlobalErrorHandlerService, HasFormValuePipe, HasValuePipe, HideDesktopDirective, HideMobileDirective, HtmlerService, HttpListCaller, HttpListCaller1, HttpListCaller2, IdlerComponent, IdlerService, ImageLoaderDirective, ImageUpload, IndexCompLayoutComponent, InfoDialogComponent, InfoDialogModule, InfoDialogService, InfoIconComponent, InfoIconComponent as InfoIconModule, InputBasicComponent, InputClassPipe, InputComponent, InputComponents, InputControlComponent, InputFormatDirective, InputFormatService, InputLabelComponent, InputModule, InputNGModelComponent, InputNGModelComponent as InputNGModelModule, InputPipesModule, InputService, InputTD_RFComponent, InputTableComponent, InputTableService, IntegerOnlyDirective, IsClonePage, IsShowPage, LabelComponent, LabelComponent as LabelModule, Lbl, ListOptionFinderPipe, LoaderComponent, LoaderComponent as LoaderModule, LoaderService, LocalCacheService, Log, LoggerComponent, LoggerInterceptorService, LoggerRoutingModule, LoggerService, MHrefDirective, MobileClassDirective, ModalBodyDirective, ModalComponent, ModalComponents, ModalFooterDirective, ModalFormComponent, ModalFormComponent as ModalFormModule, ModalHeaderComponent, ModalHeaderComponent as ModalHeaderModule, ModalComponent as ModalModule, MouseClickListenerDirective, MouseEnterListenerDirective, MouseLeaveListenerDirective, MrouterLinkirective, NELEventName, NarrationHistoryCompComponent, NativeEventListenerDirectives, NegativeNumberOnlyDirective, NotificationsComponent, NotificationsService, NumberFormatService, NumberPipe, ObjectToArrayPipe, ObjectToLabelsPipe, OnClickDirective, OptionLabeller, OptionerPipe, OptionsFormatter, PSDirective, PageCenterBodyComponent, PageLoader, PageLoaderService, PageModal, PageService, PageTemplateComponent, PageTemplateComponent as PageTemplateModule, PageToComponentComponent, PageToComponentDirective, PageToComponentComponent as PageToComponentModule, PageToComponentService, PaginatorComponent, PaginatorPipe, PhoneNumberComponent, PhoneNumberService, PointerMoveListenerDirective, prototypes_d as Prototypes, RefresherPipe, RemoveUsedOptionsPipe, RemoveUsedOptionsReactivePipe, ReplaceAllPipe, RequestLoggerInterceptorService, RequestTimeoutInterceptorService, ResizeGridPipe, ResponsiveValPipe, ResponsivenessDirective, ReverseTranslateSingleNLPipe, RichTextEditorComponent, RichTextEditorRFComponent, RingRipplesComponent, RoundPipe, RouteItem, RowActionsComponent, RowActionsComponent as RowActionsModule, BaseEffect as SDKBaseEffect, BaseFacadeService as SDKBaseFacadeService, BaseService as SDKBaseService, SDKTranslateNoLoaderPipe, SDKTranslatePipe, SDKTranslateSingleNoLoaderPipe, SDKTranslateSinglePipe, SaverClass, SaverService, SecondsToTimePipe, SharedModule, SortPipe, SpinnerComponent, StorageClass, StrConcatenatorPipe, SvgIconComponent, SvgIconService, TableBaseComponent, TableCol, TableHttpsComponent, TableInputClassFunctionPipe, TableInputComponent, TableInputRowComponent, TablePipesModule, TablePlainComponent, TableService, TableToStringPipe, TextAreaModalComponent, TextAreaModalService, TextCase1Component, TextCase2Component, TextCase2ForObject, TextCaseInputComponent, TextCaseService, TextComponent, ToAnyArrayPipe, ToAnyPipe, ToggleInputFormComponent, TranslatePipeModule, TranslationService, TranslatorCaseComponent, TranslatorDirective, TrimPipe, TrimTextPipe, TyperPipe, UserActivity, UserActivityService, UtilityPipesModule, UtilityService, ValidationMessageComponent, ValidationMessageNgmodelComponent, ValidationMsg, Validator, ValueFormatterPipe, ValueOrXPipe, VersionService, VerticalNavComponent, ViewFormButtonsComponent, ViewFormButtonsComponent as ViewFormButtonsModule, WatermarkComponent, WebUserAuthenticationService, WebUserForgotPasswordComponent, WebUserLoginComponent, WebUserResetPasswordComponent, WebcamMediaComponent, XOrYPipe, YearMonthTdRfComponent, _SharedModule, configForms, configPatterns, configValidationMessages, environment, pageErrorRouter, webUserAuthenticationGuard, webUserAuthenticationInterceptor, widthOffsetPipe };
|
|
14518
|
+
export type { BtnGroup, BtnType, CellType, CustomValidationError, ETimeType, IAutoCompleteOption, IBaseFormSchema, IBtn, ICode, ICodeDescription, ICodeTitle, IConfigImages, ICountry, IDocMetadata, IETSMenuItem, IETSMenuItemBase, IETSMenuItemRaw, IETSMenuItemRawBase, IFile_Metadata, IFindItemShownFields, IFormGeneratorConfig, IFormOptions, IFormSchema, IFormSchema2, IGetQuery, IInfoDialogBtn, IInputConfig, IInputTableScheme, IKVP, ILbl, ILog, IMktDescription, IObjectLiteral, IOption, IPageErrorConfig, IPageState, IResponse, IRowOption, ISearchFormSchema, ISearchResponse, ISearchResponse2, IServiceFunction, IStrictFormGroup, ISystem, ITab, ITableCol, ITableInputBtn, ITableInputFormSchema, ITableName, ITableSearchFunc, ITableSearchResp, ITextCase2, IToggleOption, IToggleRow, ITranslatorConfig, ITypeDescription, IUADeletionPayload, IUASearchObj, IUASearchResponse, IUploadSubmissionResp, IUserActivity, IValidationMessage, IValidationResp, IValueLabel, IWebUser, IWebcamMedia, IconType, ImageType, InputSubType, InputType, KeyOfType, NELEvent, NELEventHandler, NELMouseEventHandler, NELPointerEventHandler, NELQuery, OptionLabelType, RefCat, SVGIconType, SortType, Status, SubCategory, TypeOf, ValueType };
|