bit-ng-library 20.1.13 → 21.0.1
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/README.md +8 -0
- package/fesm2022/bit-ng-library.mjs +647 -627
- package/fesm2022/bit-ng-library.mjs.map +1 -1
- package/package.json +5 -4
- package/{index.d.ts → types/bit-ng-library.d.ts} +435 -420
- package/types/bit-ng-library.d.ts.map +1 -0
- package/index.d.ts.map +0 -1
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
import { Observable, Subject, Subscription } from 'rxjs';
|
|
2
|
-
import * as
|
|
3
|
-
import { Injector, Signal, DestroyRef, OnInit, OnDestroy, ElementRef, AfterViewInit, TemplateRef, PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { Injector, Signal, DestroyRef, OnInit, OnDestroy, ElementRef, ChangeDetectorRef, AfterViewInit, TemplateRef, PipeTransform } from '@angular/core';
|
|
4
|
+
import * as node_modules__angular_core_types__chrome_dev_tools_performance_chunk from 'node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk';
|
|
4
5
|
import { PrimeNG } from 'primeng/config';
|
|
5
6
|
import * as i97 from '@jsverse/transloco';
|
|
6
|
-
import { TranslateParams,
|
|
7
|
+
import { TranslateParams, TranslocoScope } from '@jsverse/transloco';
|
|
7
8
|
import { Action as Action$1 } from '@ngrx/store';
|
|
8
9
|
import { HttpClient, HttpErrorResponse, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpResponse } from '@angular/common/http';
|
|
9
10
|
import * as i95 from '@angular/router';
|
|
10
11
|
import { UrlSegment, Router, ActivatedRoute, CanDeactivateFn } from '@angular/router';
|
|
11
12
|
import * as i77 from 'primeng/popover';
|
|
12
13
|
import { Popover } from 'primeng/popover';
|
|
14
|
+
import * as node_modules__angular_core_types_core from 'node_modules/@angular/core/types/core';
|
|
13
15
|
import * as i65 from '@angular/forms';
|
|
14
|
-
import { ValidatorFn, FormGroup,
|
|
16
|
+
import { ValidatorFn, FormGroup, FormControl, ControlValueAccessor } from '@angular/forms';
|
|
17
|
+
import * as node_modules__angular_core_types__api_chunk from 'node_modules/@angular/core/types/_api-chunk';
|
|
15
18
|
import { MessageService, MenuItem } from 'primeng/api';
|
|
16
19
|
import * as i96 from 'ng2-file-upload';
|
|
17
20
|
import { FileUploader } from 'ng2-file-upload';
|
|
@@ -60,9 +63,9 @@ import * as i91 from 'primeng/togglebutton';
|
|
|
60
63
|
import * as i92 from 'primeng/tooltip';
|
|
61
64
|
import * as i93 from 'primeng/tree';
|
|
62
65
|
import * as i94 from 'primeng/treetable';
|
|
63
|
-
import * as
|
|
66
|
+
import * as node_modules__ngrx_signals_types_ngrx_signals from 'node_modules/@ngrx/signals/types/ngrx-signals';
|
|
67
|
+
import * as node_modules__ngrx_signals_types_ngrx_signals_entities from 'node_modules/@ngrx/signals/types/ngrx-signals-entities';
|
|
64
68
|
import { PartialStateUpdater } from '@ngrx/signals';
|
|
65
|
-
import * as _ngrx_signals_entities from '@ngrx/signals/entities';
|
|
66
69
|
|
|
67
70
|
declare class Autocomplete {
|
|
68
71
|
id: number | string;
|
|
@@ -224,7 +227,7 @@ declare function addButtonToToolbar(toolbar: ToolbarType, buttonName: string, bu
|
|
|
224
227
|
* @param displayAsButton boolean para indicar si la acción (siendo otherAction) se fuerza para mostrar como botón (true)
|
|
225
228
|
* @returns un objeto de tipo ToolbarButtonType
|
|
226
229
|
*/
|
|
227
|
-
declare function buildButtonToolbar(visible: boolean, enable: boolean, otherAction?: boolean, action?: string, label?: string, estilo?: string, displayAsButton?: boolean): ToolbarButtonType;
|
|
230
|
+
declare function buildButtonToolbar(visible: boolean, enable: boolean, otherAction?: boolean | null, action?: string | null, label?: string | null, estilo?: string | null, displayAsButton?: boolean | null): ToolbarButtonType;
|
|
228
231
|
declare function makeToolbarChildList(enableDelete: boolean): {
|
|
229
232
|
new: {
|
|
230
233
|
enable: boolean;
|
|
@@ -300,8 +303,8 @@ declare class BitMessageService {
|
|
|
300
303
|
hideNotificacionPanel(): void;
|
|
301
304
|
hideMessagePanel(): void;
|
|
302
305
|
hideErrorsPanel(): void;
|
|
303
|
-
static ɵfac:
|
|
304
|
-
static ɵprov:
|
|
306
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitMessageService, never>;
|
|
307
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BitMessageService>;
|
|
305
308
|
}
|
|
306
309
|
|
|
307
310
|
declare class Domain {
|
|
@@ -319,7 +322,7 @@ declare class GeneralUtils {
|
|
|
319
322
|
static FORMAT_SHORT_SECONDS_TIME: string;
|
|
320
323
|
private observableLoadingSource;
|
|
321
324
|
observableLoading: any;
|
|
322
|
-
loading:
|
|
325
|
+
loading: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<number>;
|
|
323
326
|
constructor();
|
|
324
327
|
startLoading(): void;
|
|
325
328
|
stopLoading(): void;
|
|
@@ -346,8 +349,8 @@ declare class GeneralUtils {
|
|
|
346
349
|
static fechaEnRango(fecha: string, fechaInicio: string, fechaFin: string): boolean;
|
|
347
350
|
static addOpcionVacia(lista: any[], texto?: string): any[];
|
|
348
351
|
static getOptionText(list: Domain[], id: number): string;
|
|
349
|
-
static ɵfac:
|
|
350
|
-
static ɵprov:
|
|
352
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeneralUtils, never>;
|
|
353
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GeneralUtils>;
|
|
351
354
|
}
|
|
352
355
|
|
|
353
356
|
/**
|
|
@@ -370,12 +373,12 @@ declare class TranslateService {
|
|
|
370
373
|
* Ejemplo: contexto.grupo.subgrupo.clave
|
|
371
374
|
*/
|
|
372
375
|
selectTranslateWithContext(key: string): Observable<any>;
|
|
373
|
-
selectTranslate(key: TranslateParams, params?:
|
|
374
|
-
selectTranslateObject(key: string, params?:
|
|
376
|
+
selectTranslate(key: TranslateParams, params?: any, lang?: string | TranslocoScope, _isObject?: boolean): Observable<any>;
|
|
377
|
+
selectTranslateObject(key: string, params?: any, lang?: string): Observable<any>;
|
|
375
378
|
setActiveLang(lang: string): this;
|
|
376
379
|
getActiveLang(): string;
|
|
377
|
-
static ɵfac:
|
|
378
|
-
static ɵprov:
|
|
380
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateService, never>;
|
|
381
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TranslateService>;
|
|
379
382
|
}
|
|
380
383
|
|
|
381
384
|
declare class HttpUtilsService {
|
|
@@ -401,8 +404,8 @@ declare class HttpUtilsService {
|
|
|
401
404
|
getHttpDelete(url: any): Observable<any>;
|
|
402
405
|
getHttpGet<T>(url: any): Observable<T>;
|
|
403
406
|
private addAuthenticationData;
|
|
404
|
-
static ɵfac:
|
|
405
|
-
static ɵprov:
|
|
407
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HttpUtilsService, never>;
|
|
408
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HttpUtilsService>;
|
|
406
409
|
}
|
|
407
410
|
declare var httpUtilsServiceInjectables: Array<any>;
|
|
408
411
|
|
|
@@ -450,8 +453,8 @@ declare class StorageService {
|
|
|
450
453
|
recoverDataFromStorage(key: string): any;
|
|
451
454
|
saveAllDataToStorage(): void;
|
|
452
455
|
saveDataToStorage(key: string): any;
|
|
453
|
-
static ɵfac:
|
|
454
|
-
static ɵprov:
|
|
456
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
|
|
457
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
|
|
455
458
|
}
|
|
456
459
|
|
|
457
460
|
declare class ThemeFBitService {
|
|
@@ -461,9 +464,9 @@ declare class ThemeFBitService {
|
|
|
461
464
|
static THEME_NORA: string;
|
|
462
465
|
primeNgConfig: PrimeNG;
|
|
463
466
|
storageService: StorageService;
|
|
464
|
-
themeList$:
|
|
465
|
-
currentTheme$:
|
|
466
|
-
darkMode$:
|
|
467
|
+
themeList$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<string[]>;
|
|
468
|
+
currentTheme$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<string>;
|
|
469
|
+
darkMode$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<boolean>;
|
|
467
470
|
Prime: any;
|
|
468
471
|
Material: any;
|
|
469
472
|
Nora: any;
|
|
@@ -479,8 +482,8 @@ declare class ThemeFBitService {
|
|
|
479
482
|
changeTheme(theme: string): void;
|
|
480
483
|
getTheme(theme: string): any;
|
|
481
484
|
toggleDarkMode(): void;
|
|
482
|
-
static ɵfac:
|
|
483
|
-
static ɵprov:
|
|
485
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeFBitService, never>;
|
|
486
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeFBitService>;
|
|
484
487
|
}
|
|
485
488
|
|
|
486
489
|
declare class LocaleService {
|
|
@@ -488,27 +491,27 @@ declare class LocaleService {
|
|
|
488
491
|
label: string;
|
|
489
492
|
value: string;
|
|
490
493
|
}[];
|
|
491
|
-
locale$:
|
|
494
|
+
locale$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<string>;
|
|
492
495
|
storageService: StorageService;
|
|
493
496
|
translateService: TranslateService;
|
|
494
497
|
constructor();
|
|
495
498
|
updateLocale(locale: string): void;
|
|
496
|
-
static ɵfac:
|
|
497
|
-
static ɵprov:
|
|
499
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocaleService, never>;
|
|
500
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LocaleService>;
|
|
498
501
|
}
|
|
499
502
|
|
|
500
503
|
declare class AyudaService {
|
|
501
|
-
mostrar:
|
|
504
|
+
mostrar: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<AyudaContextual>;
|
|
502
505
|
static AYUDAS: any[];
|
|
503
506
|
protected mapaAyudas: Map<string, AyudaContextual>;
|
|
504
507
|
themeFbitService: ThemeFBitService;
|
|
505
508
|
localeService: LocaleService;
|
|
506
|
-
baseHelpUrl$:
|
|
509
|
+
baseHelpUrl$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<string>;
|
|
507
510
|
constructor();
|
|
508
511
|
private loadAyudas;
|
|
509
512
|
mostrarAyuda(key: string): void;
|
|
510
|
-
static ɵfac:
|
|
511
|
-
static ɵprov:
|
|
513
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AyudaService, never>;
|
|
514
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AyudaService>;
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
declare class ConfigurationEditor {
|
|
@@ -600,8 +603,8 @@ declare class HttpUrlGenerator {
|
|
|
600
603
|
* Note: this method does not ensure that resource urls are well-formed.
|
|
601
604
|
*/
|
|
602
605
|
registerHttpResourceUrls(entityHttpResourceUrls: EntityHttpResourceUrls): void;
|
|
603
|
-
static ɵfac:
|
|
604
|
-
static ɵprov:
|
|
606
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HttpUrlGenerator, never>;
|
|
607
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<HttpUrlGenerator>;
|
|
605
608
|
}
|
|
606
609
|
/** Remove leading & trailing spaces or slashes */
|
|
607
610
|
declare function normalizeRoot(root: string): string;
|
|
@@ -941,15 +944,15 @@ declare class DateUtils {
|
|
|
941
944
|
fechaEnRango(fecha: string, fechaInicio: string, fechaFin: string): boolean;
|
|
942
945
|
addOpcionVacia(lista: any[], texto?: string): any[];
|
|
943
946
|
getOptionText(list: Domain[], id: number): string;
|
|
944
|
-
static ɵfac:
|
|
945
|
-
static ɵprov:
|
|
947
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateUtils, never>;
|
|
948
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DateUtils>;
|
|
946
949
|
}
|
|
947
950
|
|
|
948
951
|
declare class DomainService {
|
|
949
952
|
protected translateService: TranslateService;
|
|
950
953
|
getTranslatedDomain(domain: Map<string, []>, injector: Injector): Signal<any>;
|
|
951
|
-
static ɵfac:
|
|
952
|
-
static ɵprov:
|
|
954
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DomainService, never>;
|
|
955
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DomainService>;
|
|
953
956
|
}
|
|
954
957
|
|
|
955
958
|
declare class DownloadService {
|
|
@@ -960,8 +963,8 @@ declare class DownloadService {
|
|
|
960
963
|
filename: string;
|
|
961
964
|
}>;
|
|
962
965
|
downloadAndSave(destroy$: Observable<boolean>, fileUrl: string, fileName?: string): void;
|
|
963
|
-
static ɵfac:
|
|
964
|
-
static ɵprov:
|
|
966
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadService, never>;
|
|
967
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DownloadService>;
|
|
965
968
|
}
|
|
966
969
|
|
|
967
970
|
/**
|
|
@@ -972,8 +975,8 @@ declare class FocusService {
|
|
|
972
975
|
focus(id: string): void;
|
|
973
976
|
clear(): void;
|
|
974
977
|
getFocusedElement(): string;
|
|
975
|
-
static ɵfac:
|
|
976
|
-
static ɵprov:
|
|
978
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FocusService, never>;
|
|
979
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FocusService>;
|
|
977
980
|
}
|
|
978
981
|
|
|
979
982
|
/**
|
|
@@ -989,8 +992,8 @@ declare class SessionSharedService {
|
|
|
989
992
|
constructor();
|
|
990
993
|
get(key: string): any;
|
|
991
994
|
set(key: string, value: any): void;
|
|
992
|
-
static ɵfac:
|
|
993
|
-
static ɵprov:
|
|
995
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SessionSharedService, never>;
|
|
996
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SessionSharedService>;
|
|
994
997
|
}
|
|
995
998
|
|
|
996
999
|
declare class TableViewService {
|
|
@@ -998,8 +1001,8 @@ declare class TableViewService {
|
|
|
998
1001
|
observableExport: any;
|
|
999
1002
|
constructor();
|
|
1000
1003
|
sendExportMessage(): void;
|
|
1001
|
-
static ɵfac:
|
|
1002
|
-
static ɵprov:
|
|
1004
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableViewService, never>;
|
|
1005
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TableViewService>;
|
|
1003
1006
|
}
|
|
1004
1007
|
|
|
1005
1008
|
declare class ToolbarService {
|
|
@@ -1007,8 +1010,8 @@ declare class ToolbarService {
|
|
|
1007
1010
|
observableToolbar: Observable<any>;
|
|
1008
1011
|
constructor();
|
|
1009
1012
|
updateToolbar(componentId: string, toolbar: any): void;
|
|
1010
|
-
static ɵfac:
|
|
1011
|
-
static ɵprov:
|
|
1013
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarService, never>;
|
|
1014
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToolbarService>;
|
|
1012
1015
|
}
|
|
1013
1016
|
|
|
1014
1017
|
declare class UploadService {
|
|
@@ -1026,17 +1029,17 @@ declare class UploadService {
|
|
|
1026
1029
|
[key: string]: string;
|
|
1027
1030
|
}): Promise<unknown>;
|
|
1028
1031
|
getUrlDownloadFile(id: number): string;
|
|
1029
|
-
static ɵfac:
|
|
1030
|
-
static ɵprov:
|
|
1032
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadService, never>;
|
|
1033
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UploadService>;
|
|
1031
1034
|
}
|
|
1032
1035
|
|
|
1033
1036
|
declare class ClearItemsService {
|
|
1034
1037
|
private clearItems;
|
|
1035
1038
|
constructor();
|
|
1036
1039
|
setClearItems(value: boolean): void;
|
|
1037
|
-
getClearItems():
|
|
1038
|
-
static ɵfac:
|
|
1039
|
-
static ɵprov:
|
|
1040
|
+
getClearItems(): node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<boolean>;
|
|
1041
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClearItemsService, never>;
|
|
1042
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClearItemsService>;
|
|
1040
1043
|
}
|
|
1041
1044
|
|
|
1042
1045
|
declare abstract class BaseComponent {
|
|
@@ -1045,8 +1048,8 @@ declare abstract class BaseComponent {
|
|
|
1045
1048
|
ayudaService: AyudaService;
|
|
1046
1049
|
ngOnDestroy(): void;
|
|
1047
1050
|
getHelpSectionUrl(section: string): string;
|
|
1048
|
-
static ɵfac:
|
|
1049
|
-
static ɵdir:
|
|
1051
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
|
|
1052
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseComponent, never, never, {}, {}, never, never, true, never>;
|
|
1050
1053
|
}
|
|
1051
1054
|
|
|
1052
1055
|
declare const BASE_RESULTADOS_PAGE: number;
|
|
@@ -1224,8 +1227,8 @@ declare class BitPanelDirective {
|
|
|
1224
1227
|
overlay: Popover;
|
|
1225
1228
|
ngOnInit(): void;
|
|
1226
1229
|
ngOnDestroy(): void;
|
|
1227
|
-
static ɵfac:
|
|
1228
|
-
static ɵdir:
|
|
1230
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitPanelDirective, never>;
|
|
1231
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BitPanelDirective, "[bitpanel]", never, {}, {}, never, never, false, never>;
|
|
1229
1232
|
}
|
|
1230
1233
|
|
|
1231
1234
|
declare class FocusRegisterDirective {
|
|
@@ -1234,8 +1237,8 @@ declare class FocusRegisterDirective {
|
|
|
1234
1237
|
private focusService;
|
|
1235
1238
|
onFocus(): void;
|
|
1236
1239
|
onBlur(): void;
|
|
1237
|
-
static ɵfac:
|
|
1238
|
-
static ɵdir:
|
|
1240
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FocusRegisterDirective, never>;
|
|
1241
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusRegisterDirective, "input,select,textarea,bit-input,bit-select", never, {}, {}, never, never, false, never>;
|
|
1239
1242
|
}
|
|
1240
1243
|
|
|
1241
1244
|
/**
|
|
@@ -1251,175 +1254,172 @@ declare class FocusRegisterDirective {
|
|
|
1251
1254
|
**/
|
|
1252
1255
|
declare class BitBreadCrumbComponent implements OnInit {
|
|
1253
1256
|
protected router: Router;
|
|
1254
|
-
readonly bc:
|
|
1257
|
+
readonly bc: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
1255
1258
|
/** Comprobamos si los datos de entrada no están definidos para inicializarlos en blanco */
|
|
1256
1259
|
ngOnInit(): void;
|
|
1257
1260
|
/** Vamos a la URL que contenga el path */
|
|
1258
1261
|
goAddress(path: any): boolean;
|
|
1259
|
-
static ɵfac:
|
|
1260
|
-
static ɵcmp:
|
|
1262
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitBreadCrumbComponent, never>;
|
|
1263
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitBreadCrumbComponent, "bit-breadcrumb", never, { "bc": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1261
1264
|
}
|
|
1262
1265
|
|
|
1263
1266
|
declare class BitControlMessages {
|
|
1264
1267
|
private focusService;
|
|
1265
1268
|
protected translateService: TranslateService;
|
|
1266
|
-
readonly control:
|
|
1267
|
-
readonly field:
|
|
1269
|
+
readonly control: node_modules__angular_core_types_core.InputSignal<FormControl<any>>;
|
|
1270
|
+
readonly field: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1268
1271
|
errorMessage$: Observable<string>;
|
|
1269
1272
|
get isError(): boolean;
|
|
1270
|
-
static ɵfac:
|
|
1271
|
-
static ɵcmp:
|
|
1273
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitControlMessages, never>;
|
|
1274
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitControlMessages, "control-messages", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; "field": { "alias": "field"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1272
1275
|
}
|
|
1273
1276
|
|
|
1274
|
-
declare class BitDialogComponent extends BaseComponent implements
|
|
1277
|
+
declare class BitDialogComponent extends BaseComponent implements OnDestroy {
|
|
1275
1278
|
protected bitMessageService: BitMessageService;
|
|
1276
1279
|
protected translateService: TranslateService;
|
|
1277
1280
|
static MENSAJE_VOID: string;
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1281
|
+
message: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<BitMessage>;
|
|
1282
|
+
display: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<boolean>;
|
|
1283
|
+
private errorAccessUrl;
|
|
1284
|
+
private errorAccess;
|
|
1285
|
+
isSeverityInfo: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1283
1286
|
constructor();
|
|
1284
|
-
|
|
1285
|
-
getMessagesI18N(): void;
|
|
1286
|
-
showMessage(message: BitMessage): void;
|
|
1287
|
+
showMessage(incoming: BitMessage): void;
|
|
1287
1288
|
showError(error: Error): void;
|
|
1288
|
-
get isSeverityInfo(): boolean;
|
|
1289
1289
|
/**
|
|
1290
1290
|
* Calcula la altura del diálogo en función de la información a mostrar.
|
|
1291
1291
|
* TODO: Contar las líneas reales del mensaje en vez de la longitud
|
|
1292
1292
|
*/
|
|
1293
1293
|
private calculateHeightNumber;
|
|
1294
1294
|
syntaxHighlight(json: any): any;
|
|
1295
|
-
static ɵfac:
|
|
1296
|
-
static ɵcmp:
|
|
1295
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDialogComponent, never>;
|
|
1296
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitDialogComponent, "bit-dialog", never, {}, {}, never, never, false, never>;
|
|
1297
1297
|
}
|
|
1298
1298
|
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Componente que muestra un paginador en la sección footer.
|
|
1301
1301
|
**/
|
|
1302
1302
|
declare class BitFooterComponent {
|
|
1303
|
-
totalItems:
|
|
1304
|
-
filter:
|
|
1305
|
-
status:
|
|
1306
|
-
paginator:
|
|
1307
|
-
mostrarAvisos:
|
|
1308
|
-
fixed:
|
|
1309
|
-
typeFooter:
|
|
1310
|
-
visible:
|
|
1311
|
-
onPageChange:
|
|
1312
|
-
onNewPageSize:
|
|
1303
|
+
totalItems: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1304
|
+
filter: node_modules__angular_core_types_core.InputSignal<BaseFilter>;
|
|
1305
|
+
status: node_modules__angular_core_types_core.InputSignal<PageStatus>;
|
|
1306
|
+
paginator: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1307
|
+
mostrarAvisos: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1308
|
+
fixed: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1309
|
+
typeFooter: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1310
|
+
visible: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1311
|
+
onPageChange: node_modules__angular_core_types__api_chunk.OutputEmitterRef<number>;
|
|
1312
|
+
onNewPageSize: node_modules__angular_core_types__api_chunk.OutputEmitterRef<number>;
|
|
1313
1313
|
baseItemsPerPage: number;
|
|
1314
|
-
page:
|
|
1315
|
-
itemsPerPage:
|
|
1316
|
-
maxCurrentItems:
|
|
1317
|
-
showPajigator:
|
|
1318
|
-
showScroll:
|
|
1319
|
-
getStyle:
|
|
1314
|
+
page: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<number>;
|
|
1315
|
+
itemsPerPage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<number>;
|
|
1316
|
+
maxCurrentItems: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<number>;
|
|
1317
|
+
showPajigator: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1318
|
+
showScroll: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1319
|
+
getStyle: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<"footer navbar-fixed-bottom" | "footer navbar-fixed-bottom-form" | "footer">;
|
|
1320
1320
|
pageChange(page: number): void;
|
|
1321
1321
|
pageSizeChange(pageSize: number): void;
|
|
1322
|
-
static ɵfac:
|
|
1323
|
-
static ɵcmp:
|
|
1322
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitFooterComponent, never>;
|
|
1323
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitFooterComponent, "bit-footer", never, { "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "paginator": { "alias": "paginator"; "required": false; "isSignal": true; }; "mostrarAvisos": { "alias": "mostrarAvisos"; "required": false; "isSignal": true; }; "fixed": { "alias": "fixed"; "required": false; "isSignal": true; }; "typeFooter": { "alias": "type"; "required": false; "isSignal": true; }; "visible": { "alias": "visible"; "required": false; "isSignal": true; }; }, { "onPageChange": "onPageChange"; "onNewPageSize": "onNewPageSize"; }, never, never, false, never>;
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
declare class BitPajigatorComponent {
|
|
1327
|
-
paginator:
|
|
1328
|
-
page:
|
|
1329
|
-
totalItems:
|
|
1330
|
-
rowsPerPageOptions:
|
|
1331
|
-
itemsPerPage:
|
|
1332
|
-
maxCurrentItems:
|
|
1333
|
-
onPageChange:
|
|
1334
|
-
onPageSizeChange:
|
|
1335
|
-
maxPages:
|
|
1336
|
-
showPageInfo:
|
|
1337
|
-
showLeftNavigationButton:
|
|
1338
|
-
showRightNavigationButton:
|
|
1327
|
+
paginator: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1328
|
+
page: node_modules__angular_core_types_core.ModelSignal<number>;
|
|
1329
|
+
totalItems: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1330
|
+
rowsPerPageOptions: node_modules__angular_core_types_core.InputSignal<number[]>;
|
|
1331
|
+
itemsPerPage: node_modules__angular_core_types_core.ModelSignal<number>;
|
|
1332
|
+
maxCurrentItems: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1333
|
+
onPageChange: node_modules__angular_core_types__api_chunk.OutputEmitterRef<number>;
|
|
1334
|
+
onPageSizeChange: node_modules__angular_core_types__api_chunk.OutputEmitterRef<number>;
|
|
1335
|
+
maxPages: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1336
|
+
showPageInfo: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1337
|
+
showLeftNavigationButton: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1338
|
+
showRightNavigationButton: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1339
1339
|
changeItemsPerpage(items: number): void;
|
|
1340
1340
|
changePage(direction: number): void;
|
|
1341
|
-
static ɵfac:
|
|
1342
|
-
static ɵcmp:
|
|
1341
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitPajigatorComponent, never>;
|
|
1342
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitPajigatorComponent, "bit-pajigator", never, { "paginator": { "alias": "paginator"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; "isSignal": true; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; "isSignal": true; }; "maxCurrentItems": { "alias": "maxCurrentItems"; "required": false; "isSignal": true; }; }, { "page": "pageChange"; "itemsPerPage": "itemsPerPageChange"; "onPageChange": "onPageChange"; "onPageSizeChange": "onPageSizeChange"; }, never, never, false, never>;
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
1345
1345
|
declare class BitFooterMessagesComponent {
|
|
1346
1346
|
private translateService;
|
|
1347
|
-
status:
|
|
1348
|
-
maxCurrentItems:
|
|
1349
|
-
totalItems:
|
|
1350
|
-
typeFooter:
|
|
1351
|
-
isFooterList:
|
|
1352
|
-
isFooterScroll:
|
|
1353
|
-
isFooterForm:
|
|
1347
|
+
status: node_modules__angular_core_types_core.InputSignal<PageStatus>;
|
|
1348
|
+
maxCurrentItems: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1349
|
+
totalItems: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1350
|
+
typeFooter: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1351
|
+
isFooterList: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1352
|
+
isFooterScroll: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1353
|
+
isFooterForm: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1354
1354
|
/** Flag: la página está realizando la búsqueda. */
|
|
1355
|
-
searchInitiated:
|
|
1355
|
+
searchInitiated: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1356
1356
|
/** Flag: la página está realizando la búsqueda. */
|
|
1357
|
-
searching:
|
|
1357
|
+
searching: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1358
1358
|
/** Flag: la página ha finalizado la última búsqueda. */
|
|
1359
|
-
searchFinished:
|
|
1359
|
+
searchFinished: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1360
1360
|
/** Flag: la página está en modo solo lectura */
|
|
1361
|
-
readOnly:
|
|
1361
|
+
readOnly: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1362
1362
|
/** Flag: la página ha finalizado con error */
|
|
1363
|
-
error:
|
|
1363
|
+
error: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1364
1364
|
/** Flag: encontrado resultado. */
|
|
1365
|
-
foundResult:
|
|
1365
|
+
foundResult: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1366
1366
|
/** Flag: hay más resultados (scroll). */
|
|
1367
|
-
moreResults:
|
|
1367
|
+
moreResults: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1368
1368
|
/** Flag: no hay resultados. */
|
|
1369
|
-
emptyResult:
|
|
1370
|
-
messages:
|
|
1371
|
-
initMessage:
|
|
1372
|
-
searchingMessage:
|
|
1373
|
-
finishMessage:
|
|
1374
|
-
moreResultsMessage:
|
|
1375
|
-
emptyMessage:
|
|
1376
|
-
readOnlyMessage:
|
|
1377
|
-
errorMessage:
|
|
1378
|
-
getStyle:
|
|
1379
|
-
message:
|
|
1380
|
-
static ɵfac:
|
|
1381
|
-
static ɵcmp:
|
|
1369
|
+
emptyResult: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1370
|
+
messages: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<Map<PageStatus, string>>;
|
|
1371
|
+
initMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1372
|
+
searchingMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1373
|
+
finishMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1374
|
+
moreResultsMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1375
|
+
emptyMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1376
|
+
readOnlyMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1377
|
+
errorMessage: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1378
|
+
getStyle: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<string>;
|
|
1379
|
+
message: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1380
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitFooterMessagesComponent, never>;
|
|
1381
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitFooterMessagesComponent, "bit-footer-messages", never, { "status": { "alias": "status"; "required": false; "isSignal": true; }; "maxCurrentItems": { "alias": "maxCurrentItems"; "required": false; "isSignal": true; }; "totalItems": { "alias": "totalItems"; "required": false; "isSignal": true; }; "typeFooter": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
1384
|
/**
|
|
1385
1385
|
* Componente que muestra miga de pan y toolbar
|
|
1386
1386
|
*/
|
|
1387
1387
|
declare class BitHeaderComponent {
|
|
1388
|
-
readonly toolbar:
|
|
1389
|
-
readonly noToolbar:
|
|
1390
|
-
readonly otherActionsDropdown:
|
|
1391
|
-
readonly breadcrumb:
|
|
1392
|
-
readonly masacciones:
|
|
1393
|
-
readonly colsBreadcrumb:
|
|
1394
|
-
readonly femenino:
|
|
1395
|
-
readonly ayuda:
|
|
1396
|
-
readonly onToolbarButtonPressed:
|
|
1388
|
+
readonly toolbar: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1389
|
+
readonly noToolbar: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1390
|
+
readonly otherActionsDropdown: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1391
|
+
readonly breadcrumb: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
1392
|
+
readonly masacciones: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
1393
|
+
readonly colsBreadcrumb: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1394
|
+
readonly femenino: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1395
|
+
readonly ayuda: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1396
|
+
readonly onToolbarButtonPressed: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1397
1397
|
/** Tenemos que capturar el evento y volver a subirlo, por diseño Angular2 no permite enviar un evento de un nieto a su abuelo, solo
|
|
1398
1398
|
* de hijo a padre
|
|
1399
1399
|
*/
|
|
1400
1400
|
onTBPressed(button: any): void;
|
|
1401
|
-
static ɵfac:
|
|
1402
|
-
static ɵcmp:
|
|
1401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitHeaderComponent, never>;
|
|
1402
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitHeaderComponent, "bit-header", never, { "toolbar": { "alias": "toolbar"; "required": false; "isSignal": true; }; "noToolbar": { "alias": "noToolbar"; "required": false; "isSignal": true; }; "otherActionsDropdown": { "alias": "otherActionsDropdown"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "masacciones": { "alias": "masacciones"; "required": false; "isSignal": true; }; "colsBreadcrumb": { "alias": "colsBreadcrumb"; "required": false; "isSignal": true; }; "femenino": { "alias": "femenino"; "required": false; "isSignal": true; }; "ayuda": { "alias": "ayuda"; "required": false; "isSignal": true; }; }, { "onToolbarButtonPressed": "onToolbarButtonPressed"; }, never, never, false, never>;
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
1405
|
declare class BitHelpComponent {
|
|
1406
1406
|
protected ayudaService: AyudaService;
|
|
1407
|
-
ayuda:
|
|
1408
|
-
mostrarAyuda:
|
|
1407
|
+
ayuda: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<AyudaContextual>;
|
|
1408
|
+
mostrarAyuda: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1409
1409
|
/** Oculta el modal con los avisos */
|
|
1410
1410
|
hideAyuda(): void;
|
|
1411
|
-
static ɵfac:
|
|
1412
|
-
static ɵcmp:
|
|
1411
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitHelpComponent, never>;
|
|
1412
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitHelpComponent, "bit-help", never, {}, {}, never, never, false, never>;
|
|
1413
1413
|
}
|
|
1414
1414
|
|
|
1415
1415
|
declare class BitLoadingComponent implements OnDestroy {
|
|
1416
1416
|
private generalUtils;
|
|
1417
|
-
readonly imageSource:
|
|
1418
|
-
loading:
|
|
1417
|
+
readonly imageSource: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1418
|
+
loading: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1419
1419
|
constructor();
|
|
1420
1420
|
ngOnDestroy(): void;
|
|
1421
|
-
static ɵfac:
|
|
1422
|
-
static ɵcmp:
|
|
1421
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitLoadingComponent, never>;
|
|
1422
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitLoadingComponent, "bit-loading", never, { "imageSource": { "alias": "source"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
1425
1425
|
declare class BitNotificationToastComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
@@ -1431,16 +1431,16 @@ declare class BitNotificationToastComponent extends BaseComponent implements OnI
|
|
|
1431
1431
|
showNotification(severity: BitNotificationSeverityType, title: string, message: string, life?: number): void;
|
|
1432
1432
|
private hide;
|
|
1433
1433
|
private getLife;
|
|
1434
|
-
static ɵfac:
|
|
1435
|
-
static ɵcmp:
|
|
1434
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitNotificationToastComponent, never>;
|
|
1435
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitNotificationToastComponent, "bit-notification-toast", never, {}, {}, never, never, false, never>;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
declare class BitNotificationErrorComponent extends BaseComponent implements OnDestroy {
|
|
1439
1439
|
protected bitMessageService: BitMessageService;
|
|
1440
1440
|
protected primeMessageService: MessageService;
|
|
1441
1441
|
protected translateService: TranslateService;
|
|
1442
|
-
escape:
|
|
1443
|
-
closable:
|
|
1442
|
+
escape: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1443
|
+
closable: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1444
1444
|
messages: any[];
|
|
1445
1445
|
ngOnInit(): void;
|
|
1446
1446
|
private subscribeToNotificationMessages;
|
|
@@ -1451,7 +1451,7 @@ declare class BitNotificationErrorComponent extends BaseComponent implements OnD
|
|
|
1451
1451
|
* @param context
|
|
1452
1452
|
* @param multipleErrors
|
|
1453
1453
|
*/
|
|
1454
|
-
showNotificationError(title: string, message: string, context: string, multipleErrors: ErrorValidateForm[], detail: string, clearErrors?: boolean, prefixErrorsMap?: {
|
|
1454
|
+
showNotificationError(title: string | undefined, message: string | undefined, context: string | undefined, multipleErrors: ErrorValidateForm[] | undefined, detail: string | undefined, clearErrors?: boolean, prefixErrorsMap?: {
|
|
1455
1455
|
[key: string]: string;
|
|
1456
1456
|
}): void;
|
|
1457
1457
|
/** Añade un mensaje de error a la lista general de errores que mostrará el componente usando Prime */
|
|
@@ -1463,8 +1463,8 @@ declare class BitNotificationErrorComponent extends BaseComponent implements OnD
|
|
|
1463
1463
|
* con el operador combineLatest para recibir los valores traducidos en la misma secuencia que ocupan en el array
|
|
1464
1464
|
*/
|
|
1465
1465
|
private getTranslatedPrefixes;
|
|
1466
|
-
static ɵfac:
|
|
1467
|
-
static ɵcmp:
|
|
1466
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitNotificationErrorComponent, never>;
|
|
1467
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitNotificationErrorComponent, "bit-notification-error", never, { "escape": { "alias": "escape"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
1470
|
/**
|
|
@@ -1472,6 +1472,7 @@ declare class BitNotificationErrorComponent extends BaseComponent implements OnD
|
|
|
1472
1472
|
*/
|
|
1473
1473
|
declare class BitToolbarComponent extends BaseComponent {
|
|
1474
1474
|
private translateService;
|
|
1475
|
+
private translations;
|
|
1475
1476
|
static FILTER_BUTTON: string;
|
|
1476
1477
|
static PRINT_BUTTON: string;
|
|
1477
1478
|
static EXPORT_BUTTON: string;
|
|
@@ -1481,24 +1482,20 @@ declare class BitToolbarComponent extends BaseComponent {
|
|
|
1481
1482
|
static ADD_BUTTON: string;
|
|
1482
1483
|
static HELP_BUTTON: string;
|
|
1483
1484
|
mostrar: boolean;
|
|
1484
|
-
|
|
1485
|
-
[key: string]: string;
|
|
1486
|
-
};
|
|
1487
|
-
readonly toolbar: _angular_core.InputSignal<{
|
|
1485
|
+
readonly toolbar: node_modules__angular_core_types_core.InputSignal<{
|
|
1488
1486
|
[key: string]: any;
|
|
1489
1487
|
}>;
|
|
1490
|
-
readonly ayuda:
|
|
1491
|
-
readonly femenino:
|
|
1492
|
-
readonly buttonSize:
|
|
1493
|
-
readonly otherActionsDropdown:
|
|
1494
|
-
readonly onToolbarButtonPressed:
|
|
1488
|
+
readonly ayuda: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1489
|
+
readonly femenino: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1490
|
+
readonly buttonSize: node_modules__angular_core_types_core.InputSignal<"small" | "large">;
|
|
1491
|
+
readonly otherActionsDropdown: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1492
|
+
readonly onToolbarButtonPressed: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1495
1493
|
/** Devuelve si hay other actions que deben mostrarse en desplegable (solo cuando hay más de una). */
|
|
1496
|
-
itemsOtherActionsEnDesplegable:
|
|
1494
|
+
itemsOtherActionsEnDesplegable: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any[]>;
|
|
1497
1495
|
/** Devuelve la clave de traducción del label del botón de "other actions" */
|
|
1498
|
-
otherActionsLabel:
|
|
1496
|
+
otherActionsLabel: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<string>;
|
|
1499
1497
|
/** Devuelve si hay other actions que deben mostrarse como botón (incluye la de desplegable si hay solo una). */
|
|
1500
|
-
itemsOtherActionsEnBoton:
|
|
1501
|
-
constructor();
|
|
1498
|
+
itemsOtherActionsEnBoton: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any[]>;
|
|
1502
1499
|
onSplitButtonLabelClick(sb: any, event: MouseEvent): void;
|
|
1503
1500
|
enable(button: string): boolean;
|
|
1504
1501
|
visible(button: string): boolean;
|
|
@@ -1533,27 +1530,27 @@ declare class BitToolbarComponent extends BaseComponent {
|
|
|
1533
1530
|
* - No todas se tienen que incluir en desplegable (this.otherActionsDropdown() es false) o esta acción tiene displayAsButton como "true"
|
|
1534
1531
|
*/
|
|
1535
1532
|
incluirOtherActionComoBoton(toolbarItem: any): boolean;
|
|
1536
|
-
static ɵfac:
|
|
1537
|
-
static ɵcmp:
|
|
1533
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitToolbarComponent, never>;
|
|
1534
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitToolbarComponent, "bit-toolbar", never, { "toolbar": { "alias": "toolbar"; "required": false; "isSignal": true; }; "ayuda": { "alias": "ayuda"; "required": false; "isSignal": true; }; "femenino": { "alias": "femenino"; "required": false; "isSignal": true; }; "buttonSize": { "alias": "buttonSize"; "required": false; "isSignal": true; }; "otherActionsDropdown": { "alias": "otherActionsDropdown"; "required": false; "isSignal": true; }; }, { "onToolbarButtonPressed": "onToolbarButtonPressed"; }, never, never, false, never>;
|
|
1538
1535
|
}
|
|
1539
1536
|
|
|
1540
1537
|
declare class BitNGUploadComponent implements OnInit {
|
|
1541
1538
|
private generalUtils;
|
|
1542
|
-
readonly uploader:
|
|
1543
|
-
readonly hasDropZone:
|
|
1544
|
-
readonly hasQueue:
|
|
1545
|
-
readonly hasSingleUpload:
|
|
1546
|
-
readonly hasMultipleUpload:
|
|
1547
|
-
readonly deleteItemAfterUpload:
|
|
1548
|
-
readonly canUpload:
|
|
1549
|
-
readonly hasProgressBar:
|
|
1550
|
-
readonly sizeDropZone:
|
|
1551
|
-
readonly sizeQueue:
|
|
1552
|
-
readonly inputAccept:
|
|
1553
|
-
readonly onSuccess:
|
|
1554
|
-
readonly onError:
|
|
1555
|
-
readonly fileInput:
|
|
1556
|
-
hasBaseDropZoneOver:
|
|
1539
|
+
readonly uploader: node_modules__angular_core_types_core.InputSignal<FileUploader>;
|
|
1540
|
+
readonly hasDropZone: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1541
|
+
readonly hasQueue: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1542
|
+
readonly hasSingleUpload: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1543
|
+
readonly hasMultipleUpload: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1544
|
+
readonly deleteItemAfterUpload: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1545
|
+
readonly canUpload: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1546
|
+
readonly hasProgressBar: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1547
|
+
readonly sizeDropZone: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1548
|
+
readonly sizeQueue: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1549
|
+
readonly inputAccept: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1550
|
+
readonly onSuccess: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1551
|
+
readonly onError: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1552
|
+
readonly fileInput: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1553
|
+
hasBaseDropZoneOver: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<boolean>;
|
|
1557
1554
|
ngOnInit(): void;
|
|
1558
1555
|
/** Arrancará el spinner en el caso de que la barra de progreso esté desactivada*/
|
|
1559
1556
|
startLoading(): void;
|
|
@@ -1577,8 +1574,8 @@ declare class BitNGUploadComponent implements OnInit {
|
|
|
1577
1574
|
removeInputFile(): void;
|
|
1578
1575
|
/** Evento que se dispara cuando arrastran un fichero a la zona de drag&drop */
|
|
1579
1576
|
fileOverBase(e: any): void;
|
|
1580
|
-
static ɵfac:
|
|
1581
|
-
static ɵcmp:
|
|
1577
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitNGUploadComponent, never>;
|
|
1578
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitNGUploadComponent, "bit-ng-upload", never, { "uploader": { "alias": "uploader"; "required": true; "isSignal": true; }; "hasDropZone": { "alias": "hasDropZone"; "required": false; "isSignal": true; }; "hasQueue": { "alias": "hasQueue"; "required": false; "isSignal": true; }; "hasSingleUpload": { "alias": "hasSingleUpload"; "required": false; "isSignal": true; }; "hasMultipleUpload": { "alias": "hasMultipleUpload"; "required": false; "isSignal": true; }; "deleteItemAfterUpload": { "alias": "deleteItemAfterUpload"; "required": false; "isSignal": true; }; "canUpload": { "alias": "canUpload"; "required": false; "isSignal": true; }; "hasProgressBar": { "alias": "hasProgressBar"; "required": false; "isSignal": true; }; "sizeDropZone": { "alias": "sizeDropZone"; "required": false; "isSignal": true; }; "sizeQueue": { "alias": "sizeQueue"; "required": false; "isSignal": true; }; "inputAccept": { "alias": "inputAccept"; "required": false; "isSignal": true; }; }, { "onSuccess": "onSuccess"; "onError": "onError"; }, never, never, false, never>;
|
|
1582
1579
|
}
|
|
1583
1580
|
|
|
1584
1581
|
interface AuthUser {
|
|
@@ -1592,44 +1589,44 @@ interface AuthUser {
|
|
|
1592
1589
|
* Informa del login actualmente en sesión
|
|
1593
1590
|
*/
|
|
1594
1591
|
declare class BitUserControlsComponent {
|
|
1595
|
-
readonly usuario:
|
|
1592
|
+
readonly usuario: node_modules__angular_core_types_core.InputSignal<AuthUser>;
|
|
1596
1593
|
userJSON: string;
|
|
1597
|
-
json:
|
|
1598
|
-
static ɵfac:
|
|
1599
|
-
static ɵcmp:
|
|
1594
|
+
json: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<string>;
|
|
1595
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitUserControlsComponent, never>;
|
|
1596
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitUserControlsComponent, "bit-user-controls", never, { "usuario": { "alias": "usuario"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1600
1597
|
}
|
|
1601
1598
|
|
|
1602
1599
|
declare class BitBotonAyudaComponent {
|
|
1603
1600
|
private ayudaService;
|
|
1604
|
-
readonly ayuda:
|
|
1605
|
-
readonly boton:
|
|
1606
|
-
readonly extraClass:
|
|
1607
|
-
readonly buttonSize:
|
|
1601
|
+
readonly ayuda: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1602
|
+
readonly boton: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1603
|
+
readonly extraClass: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1604
|
+
readonly buttonSize: node_modules__angular_core_types_core.InputSignal<"small" | "large">;
|
|
1608
1605
|
mostrarAyuda(): void;
|
|
1609
|
-
static ɵfac:
|
|
1610
|
-
static ɵcmp:
|
|
1606
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitBotonAyudaComponent, never>;
|
|
1607
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitBotonAyudaComponent, "bit-boton-ayuda", never, { "ayuda": { "alias": "ayuda"; "required": false; "isSignal": true; }; "boton": { "alias": "boton"; "required": false; "isSignal": true; }; "extraClass": { "alias": "extraClass"; "required": false; "isSignal": true; }; "buttonSize": { "alias": "buttonSize"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1611
1608
|
}
|
|
1612
1609
|
|
|
1613
1610
|
/**
|
|
1614
1611
|
* Componenente que muestra un paginador en la sección footer.
|
|
1615
1612
|
**/
|
|
1616
1613
|
declare class BitColumnBooleanComponent {
|
|
1617
|
-
readonly data:
|
|
1618
|
-
readonly field:
|
|
1619
|
-
readonly textTrue:
|
|
1620
|
-
readonly textFalse:
|
|
1614
|
+
readonly data: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1615
|
+
readonly field: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1616
|
+
readonly textTrue: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1617
|
+
readonly textFalse: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1621
1618
|
constructor();
|
|
1622
|
-
static ɵfac:
|
|
1623
|
-
static ɵcmp:
|
|
1619
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitColumnBooleanComponent, never>;
|
|
1620
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitColumnBooleanComponent, "bit-column-boolean", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "field": { "alias": "field"; "required": false; "isSignal": true; }; "textTrue": { "alias": "textTrue"; "required": false; "isSignal": true; }; "textFalse": { "alias": "textFalse"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1624
1621
|
}
|
|
1625
1622
|
|
|
1626
1623
|
declare class BitDomainValueComponent {
|
|
1627
|
-
readonly value:
|
|
1628
|
-
readonly emptyText:
|
|
1629
|
-
readonly data:
|
|
1630
|
-
translatedValue:
|
|
1631
|
-
static ɵfac:
|
|
1632
|
-
static ɵcmp:
|
|
1624
|
+
readonly value: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1625
|
+
readonly emptyText: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1626
|
+
readonly data: node_modules__angular_core_types_core.InputSignal<Domain[]>;
|
|
1627
|
+
translatedValue: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<string>;
|
|
1628
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDomainValueComponent, never>;
|
|
1629
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitDomainValueComponent, "bit-domain-value", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "emptyText": { "alias": "emptyText"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1633
1630
|
}
|
|
1634
1631
|
|
|
1635
1632
|
/** Esta clase contiene información sobre el menú pulsado por el usuairo. Permite setear dicho valor y recuperarlo mediante un signal */
|
|
@@ -1637,9 +1634,9 @@ declare class MenuService {
|
|
|
1637
1634
|
private currentMenu$;
|
|
1638
1635
|
constructor();
|
|
1639
1636
|
setCurrentMenu(menuTitle: MenuTitle): void;
|
|
1640
|
-
getCurrentMenu():
|
|
1641
|
-
static ɵfac:
|
|
1642
|
-
static ɵprov:
|
|
1637
|
+
getCurrentMenu(): node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<MenuTitle>;
|
|
1638
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuService, never>;
|
|
1639
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MenuService>;
|
|
1643
1640
|
}
|
|
1644
1641
|
declare class MenuTitle {
|
|
1645
1642
|
menuName: string;
|
|
@@ -1648,59 +1645,59 @@ declare class MenuTitle {
|
|
|
1648
1645
|
}
|
|
1649
1646
|
|
|
1650
1647
|
declare class BitSidebarComponent {
|
|
1651
|
-
readonly items:
|
|
1652
|
-
readonly visibilidad:
|
|
1653
|
-
readonly onSelectLanguage:
|
|
1654
|
-
readonly onCloseMenu:
|
|
1655
|
-
readonly onMenuTitle:
|
|
1648
|
+
readonly items: node_modules__angular_core_types_core.InputSignal<MenuItem[]>;
|
|
1649
|
+
readonly visibilidad: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1650
|
+
readonly onSelectLanguage: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1651
|
+
readonly onCloseMenu: node_modules__angular_core_types__api_chunk.OutputEmitterRef<boolean>;
|
|
1652
|
+
readonly onMenuTitle: node_modules__angular_core_types__api_chunk.OutputEmitterRef<MenuTitle>;
|
|
1656
1653
|
storageService: StorageService;
|
|
1657
1654
|
closeMenu(): void;
|
|
1658
1655
|
clickMenu(item: any): void;
|
|
1659
1656
|
clickMenuItem(event: any, item: MenuItem, subitem: MenuItem): void;
|
|
1660
1657
|
selectLanguage(language: any): void;
|
|
1661
|
-
static ɵfac:
|
|
1662
|
-
static ɵcmp:
|
|
1658
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitSidebarComponent, never>;
|
|
1659
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitSidebarComponent, "bit-sidebar", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "visibilidad": { "alias": "visibilidad"; "required": false; "isSignal": true; }; }, { "onSelectLanguage": "onSelectLanguage"; "onCloseMenu": "onCloseMenu"; "onMenuTitle": "onMenuTitle"; }, never, never, false, never>;
|
|
1663
1660
|
}
|
|
1664
1661
|
|
|
1665
1662
|
declare class BitSettingsComponent implements OnInit {
|
|
1666
|
-
onSelectLanguage:
|
|
1663
|
+
onSelectLanguage: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1667
1664
|
themeFBitService: ThemeFBitService;
|
|
1668
1665
|
isDarkMode: boolean;
|
|
1669
|
-
onDarkModeChange:
|
|
1666
|
+
onDarkModeChange: node_modules__angular_core_types__api_chunk.OutputEmitterRef<boolean>;
|
|
1670
1667
|
constructor();
|
|
1671
1668
|
ngOnInit(): void;
|
|
1672
1669
|
selectLanguage(language: any): void;
|
|
1673
1670
|
toggleDarkMode(event: any): void;
|
|
1674
|
-
static ɵfac:
|
|
1675
|
-
static ɵcmp:
|
|
1671
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitSettingsComponent, never>;
|
|
1672
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitSettingsComponent, "bit-settings", never, {}, { "onSelectLanguage": "onSelectLanguage"; "onDarkModeChange": "onDarkModeChange"; }, never, never, false, never>;
|
|
1676
1673
|
}
|
|
1677
1674
|
|
|
1678
1675
|
declare class BitLanguageSelectorComponent {
|
|
1679
|
-
readonly onSelectLanguage:
|
|
1676
|
+
readonly onSelectLanguage: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1680
1677
|
localeService: LocaleService;
|
|
1681
|
-
languageList$:
|
|
1678
|
+
languageList$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<{
|
|
1682
1679
|
label: string;
|
|
1683
1680
|
value: string;
|
|
1684
1681
|
}[]>;
|
|
1685
|
-
currentLanguage$:
|
|
1682
|
+
currentLanguage$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<string>;
|
|
1686
1683
|
selectGroupChanged(_event: SelectButtonOptionClickEvent): void;
|
|
1687
1684
|
selectLanguage(language: any): void;
|
|
1688
|
-
static ɵfac:
|
|
1689
|
-
static ɵcmp:
|
|
1685
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitLanguageSelectorComponent, never>;
|
|
1686
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitLanguageSelectorComponent, "bit-language-selector", never, {}, { "onSelectLanguage": "onSelectLanguage"; }, never, never, false, never>;
|
|
1690
1687
|
}
|
|
1691
1688
|
|
|
1692
1689
|
declare class BitThemeSelectorComponent {
|
|
1693
|
-
onChangeTheme:
|
|
1690
|
+
onChangeTheme: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1694
1691
|
themeFBitService: ThemeFBitService;
|
|
1695
|
-
themeList$:
|
|
1692
|
+
themeList$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<{
|
|
1696
1693
|
name: string;
|
|
1697
1694
|
}[]>;
|
|
1698
|
-
currentTheme$:
|
|
1695
|
+
currentTheme$: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<string>;
|
|
1699
1696
|
constructor();
|
|
1700
1697
|
selectGroupChanged(_event: SelectButtonOptionClickEvent): void;
|
|
1701
1698
|
selectTheme(theme: any): void;
|
|
1702
|
-
static ɵfac:
|
|
1703
|
-
static ɵcmp:
|
|
1699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitThemeSelectorComponent, never>;
|
|
1700
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitThemeSelectorComponent, "bit-theme-selector", never, {}, { "onChangeTheme": "onChangeTheme"; }, never, never, false, never>;
|
|
1704
1701
|
}
|
|
1705
1702
|
|
|
1706
1703
|
/**
|
|
@@ -1708,30 +1705,47 @@ declare class BitThemeSelectorComponent {
|
|
|
1708
1705
|
* componentes personalizados
|
|
1709
1706
|
*/
|
|
1710
1707
|
declare abstract class BitGeneralComponent extends BaseComponent {
|
|
1711
|
-
readonly control:
|
|
1712
|
-
readonly nombre:
|
|
1713
|
-
readonly nombreDirectiva:
|
|
1714
|
-
readonly label:
|
|
1715
|
-
readonly estilo:
|
|
1716
|
-
readonly tooltipTexto:
|
|
1717
|
-
readonly tooltipPosicion:
|
|
1718
|
-
readonly ayuda:
|
|
1719
|
-
readonly placeholder:
|
|
1720
|
-
readonly readOnly:
|
|
1721
|
-
readonly hideLabel:
|
|
1722
|
-
readonly forceObligatorio:
|
|
1723
|
-
readonly testid:
|
|
1724
|
-
readonly log:
|
|
1725
|
-
readonly onChange:
|
|
1726
|
-
readonly onTouch:
|
|
1727
|
-
readonly onBlur:
|
|
1728
|
-
readonly onFocus:
|
|
1708
|
+
readonly control: node_modules__angular_core_types_core.InputSignal<FormControl<any>>;
|
|
1709
|
+
readonly nombre: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1710
|
+
readonly nombreDirectiva: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1711
|
+
readonly label: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1712
|
+
readonly estilo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1713
|
+
readonly tooltipTexto: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1714
|
+
readonly tooltipPosicion: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1715
|
+
readonly ayuda: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1716
|
+
readonly placeholder: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1717
|
+
readonly readOnly: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1718
|
+
readonly hideLabel: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1719
|
+
readonly forceObligatorio: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1720
|
+
readonly testid: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1721
|
+
readonly log: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1722
|
+
readonly onChange: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1723
|
+
readonly onTouch: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1724
|
+
readonly onBlur: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1725
|
+
readonly onFocus: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1729
1726
|
readonly elementRef: ElementRef<any>;
|
|
1730
|
-
dataTestId:
|
|
1731
|
-
|
|
1727
|
+
dataTestId: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any>;
|
|
1728
|
+
/**
|
|
1729
|
+
* Contador que se incrementa cada vez que el FormControl asociado cambia su valor, validadores o validez.
|
|
1730
|
+
* Se usa como dependencia reactiva de la señal `obligatorio` para que ésta se recalcule bajo OnPush / zoneless,
|
|
1731
|
+
* incluso cuando el consumidor llama a `updateValueAndValidity({ emitEvent: false })` (en cuyo caso
|
|
1732
|
+
* `statusChanges` / `valueChanges` no se emiten y un enfoque basado en observables no funcionaría).
|
|
1733
|
+
*
|
|
1734
|
+
* El mecanismo intercepta el método `updateValueAndValidity` del propio control: dado que `setValue`,
|
|
1735
|
+
* `patchValue`, `reset` y los cambios de validadores requieren una llamada a `updateValueAndValidity`
|
|
1736
|
+
* para surtir efecto, este punto único cubre todos los escenarios.
|
|
1737
|
+
*/
|
|
1738
|
+
private readonly controlEvents;
|
|
1739
|
+
/**
|
|
1740
|
+
* Indica si el campo es obligatorio. Es una señal computed que reacciona a:
|
|
1741
|
+
* - cambios en el input `forceObligatorio`
|
|
1742
|
+
* - cambios en el input `control`
|
|
1743
|
+
* - cambios de valor, validadores o validez del propio FormControl (vía `controlEvents`)
|
|
1744
|
+
*/
|
|
1745
|
+
readonly obligatorio: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
1732
1746
|
showAyuda(): void;
|
|
1733
|
-
static ɵfac:
|
|
1734
|
-
static ɵdir:
|
|
1747
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitGeneralComponent, never>;
|
|
1748
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BitGeneralComponent, never, never, { "control": { "alias": "formControl"; "required": false; "isSignal": true; }; "nombre": { "alias": "nombre"; "required": false; "isSignal": true; }; "nombreDirectiva": { "alias": "nombreDirectiva"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "estilo": { "alias": "estilo"; "required": false; "isSignal": true; }; "tooltipTexto": { "alias": "tooltipTexto"; "required": false; "isSignal": true; }; "tooltipPosicion": { "alias": "tooltipPosicion"; "required": false; "isSignal": true; }; "ayuda": { "alias": "ayuda"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readOnly": { "alias": "readOnly"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "forceObligatorio": { "alias": "forceObligatorio"; "required": false; "isSignal": true; }; "testid": { "alias": "testid"; "required": false; "isSignal": true; }; "log": { "alias": "log"; "required": false; "isSignal": true; }; }, { "onChange": "onChange"; "onTouch": "onTouch"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, never, true, never>;
|
|
1735
1749
|
}
|
|
1736
1750
|
|
|
1737
1751
|
/** Clase customizada para componentes personalizados que requieren implementar la interface ControlValueAccessor.
|
|
@@ -1739,7 +1753,8 @@ declare abstract class BitGeneralComponent extends BaseComponent {
|
|
|
1739
1753
|
* pueden ser los componentes de prime como switch, autocomplete, calendar, select, etc.
|
|
1740
1754
|
*/
|
|
1741
1755
|
declare abstract class BitCustomComponent extends BitGeneralComponent {
|
|
1742
|
-
|
|
1756
|
+
protected cdr: ChangeDetectorRef;
|
|
1757
|
+
isDisabled: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<boolean>;
|
|
1743
1758
|
_onChange: (_: any) => void;
|
|
1744
1759
|
_onTouch: () => void;
|
|
1745
1760
|
setDisabledState(isDisabled: boolean): void;
|
|
@@ -1752,8 +1767,8 @@ declare abstract class BitCustomComponent extends BitGeneralComponent {
|
|
|
1752
1767
|
touchComponent(): void;
|
|
1753
1768
|
registerOnChange(fn: any): void;
|
|
1754
1769
|
registerOnTouched(fn: any): void;
|
|
1755
|
-
static ɵfac:
|
|
1756
|
-
static ɵdir:
|
|
1770
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitCustomComponent, never>;
|
|
1771
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BitCustomComponent, never, never, {}, {}, never, never, true, never>;
|
|
1757
1772
|
}
|
|
1758
1773
|
|
|
1759
1774
|
declare class BitTextComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
@@ -1761,29 +1776,29 @@ declare class BitTextComponent extends BitCustomComponent implements ControlValu
|
|
|
1761
1776
|
get value_lectura(): string;
|
|
1762
1777
|
writeValue(v: string): void;
|
|
1763
1778
|
onChangeValue(text: any): void;
|
|
1764
|
-
static ɵfac:
|
|
1765
|
-
static ɵcmp:
|
|
1779
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitTextComponent, never>;
|
|
1780
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitTextComponent, "bit-text", never, {}, {}, never, ["*"], false, never>;
|
|
1766
1781
|
}
|
|
1767
1782
|
|
|
1768
1783
|
declare class BitTextAreaComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
1769
|
-
readonly filas:
|
|
1784
|
+
readonly filas: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1770
1785
|
value: string;
|
|
1771
1786
|
get value_lectura(): string;
|
|
1772
1787
|
writeValue(v: string): void;
|
|
1773
1788
|
onChangeValue(text: any): void;
|
|
1774
|
-
static ɵfac:
|
|
1775
|
-
static ɵcmp:
|
|
1789
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitTextAreaComponent, never>;
|
|
1790
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitTextAreaComponent, "bit-textarea", never, { "filas": { "alias": "filas"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1776
1791
|
}
|
|
1777
1792
|
|
|
1778
1793
|
/** Clase general para componentes personalizados de tipo Fecha como puede ser BitDate, BitTime y BitDateTime */
|
|
1779
1794
|
declare abstract class BitCalendarComponent extends BitCustomComponent {
|
|
1780
|
-
fechaMinima:
|
|
1781
|
-
fechaMaxima:
|
|
1782
|
-
calendarReadOnlyInput:
|
|
1783
|
-
format:
|
|
1784
|
-
showButtonBar:
|
|
1785
|
-
appendTo:
|
|
1786
|
-
onSelect:
|
|
1795
|
+
fechaMinima: node_modules__angular_core_types_core.InputSignal<Date>;
|
|
1796
|
+
fechaMaxima: node_modules__angular_core_types_core.InputSignal<Date>;
|
|
1797
|
+
calendarReadOnlyInput: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1798
|
+
format: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1799
|
+
showButtonBar: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1800
|
+
appendTo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1801
|
+
onSelect: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1787
1802
|
protected dateUtils: DateUtils;
|
|
1788
1803
|
protected translateService: TranslateService;
|
|
1789
1804
|
locale: any;
|
|
@@ -1798,44 +1813,44 @@ declare abstract class BitCalendarComponent extends BitCustomComponent {
|
|
|
1798
1813
|
isValueCorrect(value: any): boolean;
|
|
1799
1814
|
abstract getDateFormat(): string;
|
|
1800
1815
|
abstract getDateAsString(d: Date): string;
|
|
1801
|
-
static ɵfac:
|
|
1802
|
-
static ɵdir:
|
|
1816
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitCalendarComponent, never>;
|
|
1817
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BitCalendarComponent, never, never, { "fechaMinima": { "alias": "fechaMinima"; "required": false; "isSignal": true; }; "fechaMaxima": { "alias": "fechaMaxima"; "required": false; "isSignal": true; }; "calendarReadOnlyInput": { "alias": "calendarReadOnlyInput"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; }, { "onSelect": "onSelect"; }, never, never, true, never>;
|
|
1803
1818
|
}
|
|
1804
1819
|
|
|
1805
1820
|
declare class BitDateComponent extends BitCalendarComponent implements ControlValueAccessor {
|
|
1806
1821
|
protected dateUtils: DateUtils;
|
|
1807
|
-
readonly placeholder:
|
|
1822
|
+
readonly placeholder: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1808
1823
|
constructor();
|
|
1809
1824
|
get value_lectura(): string;
|
|
1810
1825
|
writeValue(v: string): void;
|
|
1811
1826
|
getDateAsString(d: Date): string;
|
|
1812
1827
|
getDateFormat(): string;
|
|
1813
|
-
static ɵfac:
|
|
1814
|
-
static ɵcmp:
|
|
1828
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDateComponent, never>;
|
|
1829
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitDateComponent, "bit-date", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1815
1830
|
}
|
|
1816
1831
|
|
|
1817
1832
|
declare class BitTimeComponent extends BitCalendarComponent implements ControlValueAccessor {
|
|
1818
1833
|
protected dateUtils: DateUtils;
|
|
1819
|
-
readonly placeholder:
|
|
1834
|
+
readonly placeholder: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1820
1835
|
constructor();
|
|
1821
1836
|
get value_lectura(): string;
|
|
1822
1837
|
writeValue(v: string): void;
|
|
1823
1838
|
getDateAsString(d: Date): string;
|
|
1824
1839
|
getDateFormat(): string;
|
|
1825
|
-
static ɵfac:
|
|
1826
|
-
static ɵcmp:
|
|
1840
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitTimeComponent, never>;
|
|
1841
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitTimeComponent, "bit-time", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1827
1842
|
}
|
|
1828
1843
|
|
|
1829
1844
|
declare class BitDateTimeComponent extends BitCalendarComponent implements ControlValueAccessor {
|
|
1830
1845
|
protected dateUtils: DateUtils;
|
|
1831
|
-
readonly placeholder:
|
|
1846
|
+
readonly placeholder: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1832
1847
|
constructor();
|
|
1833
1848
|
get value_lectura(): string;
|
|
1834
1849
|
writeValue(v: string): void;
|
|
1835
1850
|
getDateAsString(d: Date): string;
|
|
1836
1851
|
getDateFormat(): string;
|
|
1837
|
-
static ɵfac:
|
|
1838
|
-
static ɵcmp:
|
|
1852
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDateTimeComponent, never>;
|
|
1853
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitDateTimeComponent, "bit-datetime", never, { "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1839
1854
|
}
|
|
1840
1855
|
|
|
1841
1856
|
declare class BitCheckBoxComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
@@ -1843,23 +1858,23 @@ declare class BitCheckBoxComponent extends BitCustomComponent implements Control
|
|
|
1843
1858
|
get value_lectura(): string;
|
|
1844
1859
|
writeValue(v: Boolean): void;
|
|
1845
1860
|
onChangeValue(event: any): void;
|
|
1846
|
-
static ɵfac:
|
|
1847
|
-
static ɵcmp:
|
|
1861
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitCheckBoxComponent, never>;
|
|
1862
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitCheckBoxComponent, "bit-checkbox", never, {}, {}, never, ["*"], false, never>;
|
|
1848
1863
|
}
|
|
1849
1864
|
|
|
1850
1865
|
declare class BitMultipleCheckboxComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
1851
|
-
readonly chekAll:
|
|
1852
|
-
readonly data:
|
|
1853
|
-
isCheckAll:
|
|
1854
|
-
estiloCheckAll:
|
|
1866
|
+
readonly chekAll: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1867
|
+
readonly data: node_modules__angular_core_types_core.InputSignal<Domain[]>;
|
|
1868
|
+
isCheckAll: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.WritableSignal<boolean>;
|
|
1869
|
+
estiloCheckAll: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<"pi pi-check-square" | "pi pi-stop">;
|
|
1855
1870
|
value: (string | boolean)[];
|
|
1856
1871
|
get value_lectura(): string;
|
|
1857
1872
|
writeValue(v: string[]): void;
|
|
1858
1873
|
onChangeValue(event: CheckboxChangeEvent): void;
|
|
1859
1874
|
onCheckAll(): void;
|
|
1860
1875
|
private refreshCheckAll;
|
|
1861
|
-
static ɵfac:
|
|
1862
|
-
static ɵcmp:
|
|
1876
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitMultipleCheckboxComponent, never>;
|
|
1877
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitMultipleCheckboxComponent, "bit-checkbox-multiple", never, { "chekAll": { "alias": "chekAll"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1863
1878
|
}
|
|
1864
1879
|
|
|
1865
1880
|
declare class BitSwitchComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
@@ -1867,36 +1882,36 @@ declare class BitSwitchComponent extends BitCustomComponent implements ControlVa
|
|
|
1867
1882
|
get value_lectura(): string;
|
|
1868
1883
|
writeValue(v: Boolean): void;
|
|
1869
1884
|
onChangeValue(event: any): void;
|
|
1870
|
-
static ɵfac:
|
|
1871
|
-
static ɵcmp:
|
|
1885
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitSwitchComponent, never>;
|
|
1886
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitSwitchComponent, "bit-switch", never, {}, {}, never, ["*"], false, never>;
|
|
1872
1887
|
}
|
|
1873
1888
|
|
|
1874
1889
|
declare class BitSwitchSiNoComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
1875
|
-
readonly valorTrue:
|
|
1876
|
-
readonly valorFalse:
|
|
1890
|
+
readonly valorTrue: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1891
|
+
readonly valorFalse: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1877
1892
|
value: Boolean;
|
|
1878
1893
|
get value_lectura(): string;
|
|
1879
1894
|
writeValue(v: Boolean): void;
|
|
1880
1895
|
onChangeValue(event: {
|
|
1881
1896
|
checked: Boolean;
|
|
1882
1897
|
}): void;
|
|
1883
|
-
static ɵfac:
|
|
1884
|
-
static ɵcmp:
|
|
1898
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitSwitchSiNoComponent, never>;
|
|
1899
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitSwitchSiNoComponent, "bit-switch-si-no", never, { "valorTrue": { "alias": "valorTrue"; "required": false; "isSignal": true; }; "valorFalse": { "alias": "valorFalse"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1885
1900
|
}
|
|
1886
1901
|
|
|
1887
1902
|
declare class BitAutoCompleteComponent extends BitCustomComponent implements ControlValueAccessor, AfterViewInit {
|
|
1888
|
-
readonly suggestions:
|
|
1889
|
-
readonly suggestionField:
|
|
1890
|
-
readonly multiple:
|
|
1891
|
-
readonly inputStyleClass:
|
|
1892
|
-
readonly id:
|
|
1893
|
-
readonly displayValue:
|
|
1894
|
-
readonly customTemplate:
|
|
1895
|
-
readonly completeMethod:
|
|
1896
|
-
readonly onSelect:
|
|
1897
|
-
readonly onClear:
|
|
1898
|
-
readonly itemTemplate:
|
|
1899
|
-
suggestions_mapped:
|
|
1903
|
+
readonly suggestions: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
1904
|
+
readonly suggestionField: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1905
|
+
readonly multiple: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1906
|
+
readonly inputStyleClass: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1907
|
+
readonly id: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1908
|
+
readonly displayValue: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1909
|
+
readonly customTemplate: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1910
|
+
readonly completeMethod: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1911
|
+
readonly onSelect: node_modules__angular_core_types__api_chunk.OutputEmitterRef<string>;
|
|
1912
|
+
readonly onClear: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
1913
|
+
readonly itemTemplate: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<TemplateRef<any>>;
|
|
1914
|
+
suggestions_mapped: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any[]>;
|
|
1900
1915
|
value: string;
|
|
1901
1916
|
ngAfterViewInit(): void;
|
|
1902
1917
|
search(event: any): void;
|
|
@@ -1906,8 +1921,8 @@ declare class BitAutoCompleteComponent extends BitCustomComponent implements Con
|
|
|
1906
1921
|
_onSelect(event: AutoCompleteSelectEvent): void;
|
|
1907
1922
|
_onClear(): void;
|
|
1908
1923
|
_findObject(value: any): any;
|
|
1909
|
-
static ɵfac:
|
|
1910
|
-
static ɵcmp:
|
|
1924
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitAutoCompleteComponent, never>;
|
|
1925
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitAutoCompleteComponent, "bit-autocomplete", never, { "suggestions": { "alias": "suggestions"; "required": false; "isSignal": true; }; "suggestionField": { "alias": "suggestionField"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "displayValue": { "alias": "displayValue"; "required": false; "isSignal": true; }; "customTemplate": { "alias": "customTemplate"; "required": false; "isSignal": true; }; }, { "completeMethod": "completeMethod"; "onSelect": "onSelect"; "onClear": "onClear"; }, ["itemTemplate"], ["*"], false, never>;
|
|
1911
1926
|
}
|
|
1912
1927
|
|
|
1913
1928
|
/**
|
|
@@ -1922,24 +1937,24 @@ declare class BitAutoCompleteComponent extends BitCustomComponent implements Con
|
|
|
1922
1937
|
declare abstract class BitDropDownGeneralComponent extends BitCustomComponent {
|
|
1923
1938
|
protected router: ActivatedRoute;
|
|
1924
1939
|
protected translateService: TranslateService;
|
|
1925
|
-
readonly hideLabel:
|
|
1926
|
-
readonly data:
|
|
1927
|
-
readonly id:
|
|
1928
|
-
readonly excludedValues:
|
|
1929
|
-
readonly emptyText:
|
|
1930
|
-
readonly includeEmpty:
|
|
1931
|
-
readonly valueAs:
|
|
1932
|
-
readonly appendTo:
|
|
1933
|
-
readonly group:
|
|
1934
|
-
readonly atributoLabel:
|
|
1935
|
-
readonly atributoValue:
|
|
1936
|
-
readonly atributoDisabled:
|
|
1937
|
-
listaOpciones:
|
|
1938
|
-
listaOpcionesVisible:
|
|
1940
|
+
readonly hideLabel: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1941
|
+
readonly data: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
1942
|
+
readonly id: node_modules__angular_core_types_core.InputSignal<any>;
|
|
1943
|
+
readonly excludedValues: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
1944
|
+
readonly emptyText: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1945
|
+
readonly includeEmpty: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1946
|
+
readonly valueAs: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1947
|
+
readonly appendTo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1948
|
+
readonly group: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1949
|
+
readonly atributoLabel: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1950
|
+
readonly atributoValue: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1951
|
+
readonly atributoDisabled: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1952
|
+
listaOpciones: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any[]>;
|
|
1953
|
+
listaOpcionesVisible: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any[]>;
|
|
1939
1954
|
value: any;
|
|
1940
1955
|
constructor(router: ActivatedRoute, translateService: TranslateService);
|
|
1941
|
-
static ɵfac:
|
|
1942
|
-
static ɵdir:
|
|
1956
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDropDownGeneralComponent, never>;
|
|
1957
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BitDropDownGeneralComponent, never, never, { "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "excludedValues": { "alias": "excludedValues"; "required": false; "isSignal": true; }; "emptyText": { "alias": "emptyText"; "required": false; "isSignal": true; }; "includeEmpty": { "alias": "includeEmpty"; "required": false; "isSignal": true; }; "valueAs": { "alias": "valueAs"; "required": false; "isSignal": true; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "group": { "alias": "group"; "required": false; "isSignal": true; }; "atributoLabel": { "alias": "atributoLabel"; "required": false; "isSignal": true; }; "atributoValue": { "alias": "atributoValue"; "required": false; "isSignal": true; }; "atributoDisabled": { "alias": "atributoDisabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1943
1958
|
}
|
|
1944
1959
|
|
|
1945
1960
|
/**
|
|
@@ -1954,14 +1969,14 @@ declare abstract class BitDropDownGeneralComponent extends BitCustomComponent {
|
|
|
1954
1969
|
declare class BitDropDownComponent extends BitDropDownGeneralComponent implements ControlValueAccessor {
|
|
1955
1970
|
protected router: ActivatedRoute;
|
|
1956
1971
|
protected translateService: TranslateService;
|
|
1957
|
-
readonly filter:
|
|
1972
|
+
readonly filter: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1958
1973
|
constructor();
|
|
1959
1974
|
get value_lectura(): string;
|
|
1960
1975
|
writeValue(v: any): void;
|
|
1961
1976
|
_onChangeValue(event: any): void;
|
|
1962
1977
|
_onClear(): void;
|
|
1963
|
-
static ɵfac:
|
|
1964
|
-
static ɵcmp:
|
|
1978
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDropDownComponent, never>;
|
|
1979
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitDropDownComponent, "bit-dropdown", never, { "filter": { "alias": "filter"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1965
1980
|
}
|
|
1966
1981
|
|
|
1967
1982
|
/**
|
|
@@ -1971,10 +1986,10 @@ declare class BitDropDownComponent extends BitDropDownGeneralComponent implement
|
|
|
1971
1986
|
declare class BitDropDownMultipleComponent extends BitDropDownGeneralComponent implements ControlValueAccessor {
|
|
1972
1987
|
protected router: ActivatedRoute;
|
|
1973
1988
|
protected translateService: TranslateService;
|
|
1974
|
-
readonly maxSelectedLabels:
|
|
1975
|
-
readonly showSeparateSelectedLabels:
|
|
1976
|
-
readonly title:
|
|
1977
|
-
readonly filter:
|
|
1989
|
+
readonly maxSelectedLabels: node_modules__angular_core_types_core.InputSignal<number>;
|
|
1990
|
+
readonly showSeparateSelectedLabels: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1991
|
+
readonly title: node_modules__angular_core_types_core.InputSignal<string>;
|
|
1992
|
+
readonly filter: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
1978
1993
|
value: any[];
|
|
1979
1994
|
constructor();
|
|
1980
1995
|
labelSelectedItem(id: any): string;
|
|
@@ -1984,8 +1999,8 @@ declare class BitDropDownMultipleComponent extends BitDropDownGeneralComponent i
|
|
|
1984
1999
|
_onChangeValue(event: any): void;
|
|
1985
2000
|
_onClear(): void;
|
|
1986
2001
|
emitValue(): void;
|
|
1987
|
-
static ɵfac:
|
|
1988
|
-
static ɵcmp:
|
|
2002
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitDropDownMultipleComponent, never>;
|
|
2003
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitDropDownMultipleComponent, "bit-dropdown-multiple", never, { "maxSelectedLabels": { "alias": "maxSelectedLabels"; "required": false; "isSignal": true; }; "showSeparateSelectedLabels": { "alias": "showSeparateSelectedLabels"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
1989
2004
|
}
|
|
1990
2005
|
|
|
1991
2006
|
/**
|
|
@@ -1999,10 +2014,10 @@ declare class BitDropDownMultipleComponent extends BitDropDownGeneralComponent i
|
|
|
1999
2014
|
*
|
|
2000
2015
|
**/
|
|
2001
2016
|
declare class BitEditorComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
2002
|
-
readonly tipo:
|
|
2003
|
-
readonly configuration:
|
|
2004
|
-
readonly height:
|
|
2005
|
-
readonly onTextChange:
|
|
2017
|
+
readonly tipo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2018
|
+
readonly configuration: node_modules__angular_core_types_core.InputSignal<ConfigurationEditor>;
|
|
2019
|
+
readonly height: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2020
|
+
readonly onTextChange: node_modules__angular_core_types__api_chunk.OutputEmitterRef<any>;
|
|
2006
2021
|
value: string;
|
|
2007
2022
|
static globalConfiguration: ConfigurationEditor;
|
|
2008
2023
|
get value_lectura(): string;
|
|
@@ -2011,8 +2026,8 @@ declare class BitEditorComponent extends BitCustomComponent implements ControlVa
|
|
|
2011
2026
|
onInit(quill: any): void;
|
|
2012
2027
|
_onTextChange(event: any): void;
|
|
2013
2028
|
get configuracion(): ConfigurationEditor;
|
|
2014
|
-
static ɵfac:
|
|
2015
|
-
static ɵcmp:
|
|
2029
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitEditorComponent, never>;
|
|
2030
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitEditorComponent, "bit-editor", never, { "tipo": { "alias": "tipo"; "required": false; "isSignal": true; }; "configuration": { "alias": "configuration"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, { "onTextChange": "onTextChange"; }, never, ["*"], false, never>;
|
|
2016
2031
|
}
|
|
2017
2032
|
|
|
2018
2033
|
declare class BitReadonlyComponent {
|
|
@@ -2020,53 +2035,53 @@ declare class BitReadonlyComponent {
|
|
|
2020
2035
|
protected sessionShared: SessionSharedService;
|
|
2021
2036
|
protected ayudaService: AyudaService;
|
|
2022
2037
|
protected dateUtils: DateUtils;
|
|
2023
|
-
readonly ayuda:
|
|
2024
|
-
readonly valor:
|
|
2025
|
-
readonly tipo:
|
|
2026
|
-
readonly hideLabel:
|
|
2027
|
-
readonly data:
|
|
2028
|
-
isTextarea:
|
|
2029
|
-
opcionesDropdown:
|
|
2038
|
+
readonly ayuda: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2039
|
+
readonly valor: node_modules__angular_core_types_core.InputSignal<any>;
|
|
2040
|
+
readonly tipo: node_modules__angular_core_types_core.InputSignal<"number" | "boolean" | "list" | "date" | "text" | "textarea" | "time" | "datetime" | "list-multiple">;
|
|
2041
|
+
readonly hideLabel: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
2042
|
+
readonly data: node_modules__angular_core_types_core.InputSignal<any[]>;
|
|
2043
|
+
isTextarea: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<boolean>;
|
|
2044
|
+
opcionesDropdown: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<any[]>;
|
|
2030
2045
|
showAyuda(): void;
|
|
2031
2046
|
get value_lectura(): string;
|
|
2032
|
-
static ɵfac:
|
|
2033
|
-
static ɵcmp:
|
|
2047
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitReadonlyComponent, never>;
|
|
2048
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitReadonlyComponent, "bit-readonly", never, { "ayuda": { "alias": "ayuda"; "required": false; "isSignal": true; }; "valor": { "alias": "valor"; "required": false; "isSignal": true; }; "tipo": { "alias": "tipo"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2034
2049
|
}
|
|
2035
2050
|
|
|
2036
2051
|
declare class BitNumberComponent extends BitCustomComponent implements ControlValueAccessor {
|
|
2037
|
-
readonly modo:
|
|
2038
|
-
readonly divisa:
|
|
2039
|
-
readonly prefijo:
|
|
2040
|
-
readonly sufijo:
|
|
2041
|
-
readonly minimo:
|
|
2042
|
-
readonly maximo:
|
|
2043
|
-
readonly numeroDecimales:
|
|
2044
|
-
readonly maximoDecimales:
|
|
2045
|
-
readonly separadorGrupo:
|
|
2046
|
-
readonly mostrarBotones:
|
|
2047
|
-
readonly incremento:
|
|
2048
|
-
inputElement:
|
|
2052
|
+
readonly modo: node_modules__angular_core_types_core.InputSignal<"decimal" | "currency">;
|
|
2053
|
+
readonly divisa: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2054
|
+
readonly prefijo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2055
|
+
readonly sufijo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2056
|
+
readonly minimo: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2057
|
+
readonly maximo: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2058
|
+
readonly numeroDecimales: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2059
|
+
readonly maximoDecimales: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2060
|
+
readonly separadorGrupo: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
2061
|
+
readonly mostrarBotones: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
2062
|
+
readonly incremento: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2063
|
+
inputElement: node_modules__angular_core_types__chrome_dev_tools_performance_chunk.Signal<ElementRef<any>>;
|
|
2049
2064
|
value: number;
|
|
2050
2065
|
get value_lectura(): number;
|
|
2051
2066
|
writeValue(v: number): void;
|
|
2052
2067
|
onChangeValue(text: any): void;
|
|
2053
|
-
static ɵfac:
|
|
2054
|
-
static ɵcmp:
|
|
2068
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitNumberComponent, never>;
|
|
2069
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitNumberComponent, "bit-number", never, { "modo": { "alias": "modo"; "required": false; "isSignal": true; }; "divisa": { "alias": "divisa"; "required": false; "isSignal": true; }; "prefijo": { "alias": "prefijo"; "required": false; "isSignal": true; }; "sufijo": { "alias": "sufijo"; "required": false; "isSignal": true; }; "minimo": { "alias": "minimo"; "required": false; "isSignal": true; }; "maximo": { "alias": "maximo"; "required": false; "isSignal": true; }; "numeroDecimales": { "alias": "numeroDecimales"; "required": false; "isSignal": true; }; "maximoDecimales": { "alias": "maximoDecimales"; "required": false; "isSignal": true; }; "separadorGrupo": { "alias": "separadorGrupo"; "required": false; "isSignal": true; }; "mostrarBotones": { "alias": "mostrarBotones"; "required": false; "isSignal": true; }; "incremento": { "alias": "incremento"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2055
2070
|
}
|
|
2056
2071
|
|
|
2057
2072
|
declare class BitAmountComponent extends BitNumberComponent implements ControlValueAccessor {
|
|
2058
|
-
readonly prefijo:
|
|
2059
|
-
readonly sufijo:
|
|
2060
|
-
readonly minimo:
|
|
2061
|
-
readonly maximo:
|
|
2062
|
-
readonly mostrarBotones:
|
|
2063
|
-
readonly incremento:
|
|
2064
|
-
readonly modo:
|
|
2065
|
-
readonly divisa:
|
|
2066
|
-
readonly maximoDecimales:
|
|
2067
|
-
readonly separadorGrupo:
|
|
2068
|
-
static ɵfac:
|
|
2069
|
-
static ɵcmp:
|
|
2073
|
+
readonly prefijo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2074
|
+
readonly sufijo: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2075
|
+
readonly minimo: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2076
|
+
readonly maximo: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2077
|
+
readonly mostrarBotones: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
2078
|
+
readonly incremento: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2079
|
+
readonly modo: node_modules__angular_core_types_core.InputSignal<"decimal" | "currency">;
|
|
2080
|
+
readonly divisa: node_modules__angular_core_types_core.InputSignal<string>;
|
|
2081
|
+
readonly maximoDecimales: node_modules__angular_core_types_core.InputSignal<number>;
|
|
2082
|
+
readonly separadorGrupo: node_modules__angular_core_types_core.InputSignal<boolean>;
|
|
2083
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BitAmountComponent, never>;
|
|
2084
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BitAmountComponent, "bit-amount", never, { "prefijo": { "alias": "prefijo"; "required": false; "isSignal": true; }; "sufijo": { "alias": "sufijo"; "required": false; "isSignal": true; }; "minimo": { "alias": "minimo"; "required": false; "isSignal": true; }; "maximo": { "alias": "maximo"; "required": false; "isSignal": true; }; "mostrarBotones": { "alias": "mostrarBotones"; "required": false; "isSignal": true; }; "incremento": { "alias": "incremento"; "required": false; "isSignal": true; }; "modo": { "alias": "modo"; "required": false; "isSignal": true; }; "divisa": { "alias": "divisa"; "required": false; "isSignal": true; }; "maximoDecimales": { "alias": "maximoDecimales"; "required": false; "isSignal": true; }; "separadorGrupo": { "alias": "separadorGrupo"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2070
2085
|
}
|
|
2071
2086
|
|
|
2072
2087
|
/**
|
|
@@ -2086,8 +2101,8 @@ declare class BytesPipe implements PipeTransform {
|
|
|
2086
2101
|
max: number;
|
|
2087
2102
|
prev?: ByteUnit;
|
|
2088
2103
|
}, bytes: number): number;
|
|
2089
|
-
static ɵfac:
|
|
2090
|
-
static ɵpipe:
|
|
2104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BytesPipe, never>;
|
|
2105
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BytesPipe, "bytes", false>;
|
|
2091
2106
|
}
|
|
2092
2107
|
|
|
2093
2108
|
/**
|
|
@@ -2095,38 +2110,38 @@ declare class BytesPipe implements PipeTransform {
|
|
|
2095
2110
|
*/
|
|
2096
2111
|
declare class CapitalizePipe implements PipeTransform {
|
|
2097
2112
|
transform(texto: string): string;
|
|
2098
|
-
static ɵfac:
|
|
2099
|
-
static ɵpipe:
|
|
2113
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CapitalizePipe, never>;
|
|
2114
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CapitalizePipe, "capitalize", false>;
|
|
2100
2115
|
}
|
|
2101
2116
|
|
|
2102
2117
|
declare class CutTextPipe implements PipeTransform {
|
|
2103
2118
|
transform(value: string, maxLength?: number): any;
|
|
2104
|
-
static ɵfac:
|
|
2105
|
-
static ɵpipe:
|
|
2119
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CutTextPipe, never>;
|
|
2120
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CutTextPipe, "cutText", false>;
|
|
2106
2121
|
}
|
|
2107
2122
|
|
|
2108
2123
|
declare class DomainValuePipe implements PipeTransform {
|
|
2109
2124
|
transform(value: any, domain: Domain[]): string;
|
|
2110
|
-
static ɵfac:
|
|
2111
|
-
static ɵpipe:
|
|
2125
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DomainValuePipe, never>;
|
|
2126
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DomainValuePipe, "domainValue", false>;
|
|
2112
2127
|
}
|
|
2113
2128
|
|
|
2114
2129
|
declare class DomainListValuePipe implements PipeTransform {
|
|
2115
2130
|
transform(list: any[], domain: Domain[]): string;
|
|
2116
|
-
static ɵfac:
|
|
2117
|
-
static ɵpipe:
|
|
2131
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DomainListValuePipe, never>;
|
|
2132
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DomainListValuePipe, "domainListValue", false>;
|
|
2118
2133
|
}
|
|
2119
2134
|
|
|
2120
2135
|
declare class ListValuePipe implements PipeTransform {
|
|
2121
2136
|
transform(list: any[], field: string): string;
|
|
2122
|
-
static ɵfac:
|
|
2123
|
-
static ɵpipe:
|
|
2137
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListValuePipe, never>;
|
|
2138
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ListValuePipe, "listValue", false>;
|
|
2124
2139
|
}
|
|
2125
2140
|
|
|
2126
2141
|
declare class OtherToolbarActionPipe implements PipeTransform {
|
|
2127
2142
|
transform(toolbarMap: any): any[];
|
|
2128
|
-
static ɵfac:
|
|
2129
|
-
static ɵpipe:
|
|
2143
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OtherToolbarActionPipe, never>;
|
|
2144
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OtherToolbarActionPipe, "otherToolbarAction", false>;
|
|
2130
2145
|
}
|
|
2131
2146
|
|
|
2132
2147
|
declare class CantidadMonedaPipe implements PipeTransform {
|
|
@@ -2136,34 +2151,34 @@ declare class CantidadMonedaPipe implements PipeTransform {
|
|
|
2136
2151
|
constructor();
|
|
2137
2152
|
transform(value: number | string, fractionSize?: number): string;
|
|
2138
2153
|
parse(value: string, previous: string, event: any, fractionSize?: number): string;
|
|
2139
|
-
static ɵfac:
|
|
2140
|
-
static ɵpipe:
|
|
2154
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CantidadMonedaPipe, never>;
|
|
2155
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CantidadMonedaPipe, "cantidadMoneda", false>;
|
|
2141
2156
|
}
|
|
2142
2157
|
|
|
2143
2158
|
declare class RemoveLineBreaksPipe implements PipeTransform {
|
|
2144
2159
|
transform(str: string): string;
|
|
2145
|
-
static ɵfac:
|
|
2146
|
-
static ɵpipe:
|
|
2160
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveLineBreaksPipe, never>;
|
|
2161
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveLineBreaksPipe, "removeLineBreaks", false>;
|
|
2147
2162
|
}
|
|
2148
2163
|
|
|
2149
2164
|
declare class SiONoPipe implements PipeTransform {
|
|
2150
2165
|
transform(value: boolean, nullable?: boolean): string;
|
|
2151
|
-
static ɵfac:
|
|
2152
|
-
static ɵpipe:
|
|
2166
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SiONoPipe, never>;
|
|
2167
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SiONoPipe, "siONo", false>;
|
|
2153
2168
|
}
|
|
2154
2169
|
|
|
2155
2170
|
declare class StringifyPipe implements PipeTransform {
|
|
2156
2171
|
transform(value: any): string;
|
|
2157
|
-
static ɵfac:
|
|
2158
|
-
static ɵpipe:
|
|
2172
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StringifyPipe, never>;
|
|
2173
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<StringifyPipe, "stringify", false>;
|
|
2159
2174
|
}
|
|
2160
2175
|
|
|
2161
2176
|
declare const components: any[];
|
|
2162
2177
|
declare const formComponents: any[];
|
|
2163
2178
|
declare class SharedLibraryModule {
|
|
2164
|
-
static ɵfac:
|
|
2165
|
-
static ɵmod:
|
|
2166
|
-
static ɵinj:
|
|
2179
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedLibraryModule, never>;
|
|
2180
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedLibraryModule, [typeof BitPanelDirective, typeof FocusRegisterDirective, typeof BitBreadCrumbComponent, typeof BitControlMessages, typeof BitDialogComponent, typeof BitFooterComponent, typeof BitPajigatorComponent, typeof BitFooterMessagesComponent, typeof BitHeaderComponent, typeof BitHelpComponent, typeof BitLoadingComponent, typeof BitNotificationToastComponent, typeof BitNotificationErrorComponent, typeof BitToolbarComponent, typeof BitNGUploadComponent, typeof BitUserControlsComponent, typeof BitBotonAyudaComponent, typeof BitColumnBooleanComponent, typeof BitDomainValueComponent, typeof BitSidebarComponent, typeof BitSettingsComponent, typeof BitLanguageSelectorComponent, typeof BitThemeSelectorComponent, typeof BitTextComponent, typeof BitTextAreaComponent, typeof BitDateComponent, typeof BitTimeComponent, typeof BitDateTimeComponent, typeof BitCheckBoxComponent, typeof BitMultipleCheckboxComponent, typeof BitSwitchComponent, typeof BitSwitchSiNoComponent, typeof BitAutoCompleteComponent, typeof BitDropDownComponent, typeof BitDropDownMultipleComponent, typeof BitEditorComponent, typeof BitReadonlyComponent, typeof BitNumberComponent, typeof BitAmountComponent, typeof BytesPipe, typeof CapitalizePipe, typeof CutTextPipe, typeof DomainValuePipe, typeof DomainListValuePipe, typeof ListValuePipe, typeof OtherToolbarActionPipe, typeof CantidadMonedaPipe, typeof RemoveLineBreaksPipe, typeof SiONoPipe, typeof StringifyPipe], [typeof i51.AccordionModule, typeof i52.AutoCompleteModule, typeof i53.BadgeModule, typeof i54.DatePickerModule, typeof i55.CheckboxModule, typeof i56.ChipModule, typeof i57.CommonModule, typeof i58.DialogModule, typeof i59.DynamicDialogModule, typeof i60.InputNumberModule, typeof i61.EditorModule, typeof i62.FieldsetModule, typeof i63.FileUploadModule, typeof i64.FluidModule, typeof i65.FormsModule, typeof i66.InputGroupAddonModule, typeof i67.InputGroupModule, typeof i68.InputMaskModule, typeof i69.ToggleSwitchModule, typeof i70.TextareaModule, typeof i71.InputTextModule, typeof i72.MegaMenuModule, typeof i73.MenubarModule, typeof i74.MenuModule, typeof i75.MultiSelectModule, typeof i76.SelectModule, typeof i77.PopoverModule, typeof i78.MessageModule, typeof i79.PaginatorModule, typeof i80.ButtonModule, typeof i81.RadioButtonModule, typeof i65.ReactiveFormsModule, typeof i82.RippleModule, typeof i83.ScrollPanelModule, typeof i84.SelectButtonModule, typeof i85.SplitButtonModule, typeof i86.SplitterModule, typeof i87.TableModule, typeof i88.TabsModule, typeof i89.TieredMenuModule, typeof i90.ToastModule, typeof i91.ToggleButtonModule, typeof i92.TooltipModule, typeof i93.TreeModule, typeof i94.TreeTableModule, typeof i95.RouterModule, typeof i96.FileUploadModule, typeof i97.TranslocoModule], [typeof i51.AccordionModule, typeof i52.AutoCompleteModule, typeof i53.BadgeModule, typeof i54.DatePickerModule, typeof i55.CheckboxModule, typeof i56.ChipModule, typeof i57.CommonModule, typeof i58.DialogModule, typeof i59.DynamicDialogModule, typeof i60.InputNumberModule, typeof i61.EditorModule, typeof i62.FieldsetModule, typeof i63.FileUploadModule, typeof i64.FluidModule, typeof i65.FormsModule, typeof i66.InputGroupAddonModule, typeof i67.InputGroupModule, typeof i68.InputMaskModule, typeof i69.ToggleSwitchModule, typeof i70.TextareaModule, typeof i71.InputTextModule, typeof i72.MegaMenuModule, typeof i73.MenubarModule, typeof i74.MenuModule, typeof i75.MultiSelectModule, typeof i76.SelectModule, typeof i77.PopoverModule, typeof i78.MessageModule, typeof i79.PaginatorModule, typeof i80.ButtonModule, typeof i81.RadioButtonModule, typeof i65.ReactiveFormsModule, typeof i82.RippleModule, typeof i83.ScrollPanelModule, typeof i84.SelectButtonModule, typeof i85.SplitButtonModule, typeof i86.SplitterModule, typeof i87.TableModule, typeof i88.TabsModule, typeof i89.TieredMenuModule, typeof i90.ToastModule, typeof i91.ToggleButtonModule, typeof i92.TooltipModule, typeof i93.TreeModule, typeof i94.TreeTableModule, typeof BitPanelDirective, typeof FocusRegisterDirective, typeof BytesPipe, typeof CapitalizePipe, typeof CutTextPipe, typeof DomainValuePipe, typeof DomainListValuePipe, typeof ListValuePipe, typeof OtherToolbarActionPipe, typeof CantidadMonedaPipe, typeof RemoveLineBreaksPipe, typeof SiONoPipe, typeof StringifyPipe, typeof BitBreadCrumbComponent, typeof BitControlMessages, typeof BitDialogComponent, typeof BitFooterComponent, typeof BitPajigatorComponent, typeof BitFooterMessagesComponent, typeof BitHeaderComponent, typeof BitHelpComponent, typeof BitLoadingComponent, typeof BitNotificationToastComponent, typeof BitNotificationErrorComponent, typeof BitToolbarComponent, typeof BitNGUploadComponent, typeof BitUserControlsComponent, typeof BitBotonAyudaComponent, typeof BitColumnBooleanComponent, typeof BitDomainValueComponent, typeof BitSidebarComponent, typeof BitSettingsComponent, typeof BitLanguageSelectorComponent, typeof BitThemeSelectorComponent, typeof BitTextComponent, typeof BitTextAreaComponent, typeof BitDateComponent, typeof BitTimeComponent, typeof BitDateTimeComponent, typeof BitCheckBoxComponent, typeof BitMultipleCheckboxComponent, typeof BitSwitchComponent, typeof BitSwitchSiNoComponent, typeof BitAutoCompleteComponent, typeof BitDropDownComponent, typeof BitDropDownMultipleComponent, typeof BitEditorComponent, typeof BitReadonlyComponent, typeof BitNumberComponent, typeof BitAmountComponent]>;
|
|
2181
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedLibraryModule>;
|
|
2167
2182
|
}
|
|
2168
2183
|
|
|
2169
2184
|
interface CanComponentDeactivate {
|
|
@@ -2177,8 +2192,8 @@ interface CanComponentDeactivate {
|
|
|
2177
2192
|
declare const CanDeactivateGuardFn: CanDeactivateFn<CanComponentDeactivate>;
|
|
2178
2193
|
declare class CanDeactivateGuard {
|
|
2179
2194
|
canDeactivate(component: CanComponentDeactivate): Observable<boolean> | boolean;
|
|
2180
|
-
static ɵfac:
|
|
2181
|
-
static ɵprov:
|
|
2195
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
2196
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
2182
2197
|
}
|
|
2183
2198
|
|
|
2184
2199
|
declare class CustomHttpInterceptor implements HttpInterceptor {
|
|
@@ -2186,8 +2201,8 @@ declare class CustomHttpInterceptor implements HttpInterceptor {
|
|
|
2186
2201
|
private generalUtils;
|
|
2187
2202
|
constructor();
|
|
2188
2203
|
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
2189
|
-
static ɵfac:
|
|
2190
|
-
static ɵprov:
|
|
2204
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomHttpInterceptor, never>;
|
|
2205
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CustomHttpInterceptor>;
|
|
2191
2206
|
}
|
|
2192
2207
|
|
|
2193
2208
|
declare function getFileNameFromResponse(response: HttpResponse<Blob>): string;
|
|
@@ -2214,8 +2229,8 @@ declare class EntityDataService {
|
|
|
2214
2229
|
* @returns
|
|
2215
2230
|
*/
|
|
2216
2231
|
getService<T>(entityName: string): DefaultDataService<T>;
|
|
2217
|
-
static ɵfac:
|
|
2218
|
-
static ɵprov:
|
|
2232
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EntityDataService, never>;
|
|
2233
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EntityDataService>;
|
|
2219
2234
|
}
|
|
2220
2235
|
|
|
2221
2236
|
/**
|
|
@@ -2256,8 +2271,8 @@ declare class EntityCollectionServiceBase<T extends BaseEntity> {
|
|
|
2256
2271
|
loading: Signal<boolean>;
|
|
2257
2272
|
error: Signal<boolean>;
|
|
2258
2273
|
totalItems: Signal<number>;
|
|
2259
|
-
entityMap: Signal<
|
|
2260
|
-
ids: Signal<
|
|
2274
|
+
entityMap: Signal<node_modules__ngrx_signals_types_ngrx_signals_entities.EntityMap<T>>;
|
|
2275
|
+
ids: Signal<node_modules__ngrx_signals_types_ngrx_signals_entities.EntityId[]>;
|
|
2261
2276
|
entities: Signal<T[]>;
|
|
2262
2277
|
count: Signal<number>;
|
|
2263
2278
|
filteredEntities: Signal<T[]>;
|
|
@@ -2277,14 +2292,14 @@ declare class EntityCollectionServiceBase<T extends BaseEntity> {
|
|
|
2277
2292
|
setError: (isError: boolean) => void;
|
|
2278
2293
|
setTotalItems: (totalItems: number) => void;
|
|
2279
2294
|
setPattern: (pattern: string) => void;
|
|
2280
|
-
} &
|
|
2295
|
+
} & node_modules__ngrx_signals_types_ngrx_signals.WritableStateSource<{
|
|
2281
2296
|
pattern: string;
|
|
2282
2297
|
loaded: boolean;
|
|
2283
2298
|
loading: boolean;
|
|
2284
2299
|
error: boolean;
|
|
2285
2300
|
totalItems: number;
|
|
2286
|
-
entityMap:
|
|
2287
|
-
ids:
|
|
2301
|
+
entityMap: node_modules__ngrx_signals_types_ngrx_signals_entities.EntityMap<T>;
|
|
2302
|
+
ids: node_modules__ngrx_signals_types_ngrx_signals_entities.EntityId[];
|
|
2288
2303
|
}>;
|
|
2289
2304
|
/** Signal of count of entities in the cached collection. */
|
|
2290
2305
|
count$: Signal<number>;
|
|
@@ -2545,4 +2560,4 @@ declare function setTotalItemsUpdater(totalItems: number): PartialStateUpdater<{
|
|
|
2545
2560
|
|
|
2546
2561
|
export { Autocomplete, AutocompleteDataService, AyudaContextual, AyudaService, BASE_RESULTADOS_PAGE, BIT_NOTIFICATION_MAX_LIFE, BaseCRUDService, BaseComponent, BaseDataAdapterService, BaseDataService, BaseFilter, BitAmountComponent, BitAutoCompleteComponent, BitBotonAyudaComponent, BitBreadCrumbComponent, BitCalendarComponent, BitCheckBoxComponent, BitColumnBooleanComponent, BitControlMessages, BitCustomComponent, BitDateComponent, BitDateTimeComponent, BitDialogComponent, BitDomainValueComponent, BitDropDownComponent, BitDropDownGeneralComponent, BitDropDownMultipleComponent, BitEditorComponent, BitFooterComponent, BitFooterMessagesComponent, BitGeneralComponent, BitHeaderComponent, BitHelpComponent, BitLanguageSelectorComponent, BitLoadingComponent, BitMessage, BitMessageService, BitMultipleCheckboxComponent, BitNGUploadComponent, BitNotification, BitNotificationError, BitNotificationErrorComponent, BitNotificationToastComponent, BitNumberComponent, BitPajigatorComponent, BitPanelDirective, BitPanelService, BitReadonlyComponent, BitSettingsComponent, BitSidebarComponent, BitSwitchComponent, BitSwitchSiNoComponent, BitTextAreaComponent, BitTextComponent, BitThemeSelectorComponent, BitTimeComponent, BitToolbarComponent, BitUserControlsComponent, BytesPipe, CanDeactivateGuard, CanDeactivateGuardFn, CantidadMonedaPipe, CapitalizePipe, ClearItemsService, ConfigurationEditor, CustomHttpInterceptor, CustomValidators, CutTextPipe, DateUtils, DefaultDataService, Domain, DomainListValuePipe, DomainService, DomainValuePipe, DownloadService, EntityCollectionServiceBase, EntityDataService, EntityHttpResourceUrls, EntityOp, Error, Fichero, FocusRegisterDirective, FocusService, FormType, GENERIC_TYPE, GeneralUtils, HttpUrlGenerator, HttpUtilsService, Item, ListValuePipe, LocaleService, LocatorService, MenuService, MenuTitle, OP_ERROR, OP_SUCCESS, OtherToolbarActionPipe, PageStatus, PropsFilterFnFactory, RemoveLineBreaksPipe, SessionSharedService, SharedLibraryModule, SiONoPipe, StorageService, StringifyPipe, TYPE_BLANK, TYPE_FORM, TYPE_LIST, TYPE_SCROLL, TableViewService, ThemeFBitService, ToolbarService, TranslateService, UploadService, addButtonToToolbar, assign, baseFilterFn, buildButtonToolbar, buildDefaultToolbarForm, buildTranslatedMessage, choose, components, deleteElement, emptyFilter, entityDefaultDispatcherOptions, formComponents, getFileNameFromResponse, getInitToolbar, getToolbarObjectLoadedDefault, httpUtilsServiceInjectables, initialEntityState, isNumber, isString, makeErrorOp, makeSuccessOp, makeToolbarChildList, makeToolbarForm, makeToolbarList, normalizeRoot, objectToQueryParametersWithZeroValues, objectoToQueryParameters, reject, removeNull, replaceAll, setErrorUpdater, setFilterUpdater, setLoadedUpdater, setLoadingUpdater, setPatternUpdater, setTotalItemsUpdater, upsertElement };
|
|
2547
2562
|
export type { Action, BaseCRUDServiceInterface, BaseEntity, BitNotificationSeverityType, ByteUnit, CanComponentDeactivate, Comparer, EntityAction, EntityActionPayload, EntityFilterFn, EntityId, EntityMetadata, EntityMetadataMap, EntityState, ErrorValidateForm, FactoryCopyObject, FactoryCreateAction, FactoryCreateNewFilter, FactoryCreateNewFilterFromFilter, FactoryCreateNewObject, FactoryCreateToolbar, HttpResourceUrls, ToolbarButtonType, ToolbarType, TranslatedMessage };
|
|
2548
|
-
//# sourceMappingURL=
|
|
2563
|
+
//# sourceMappingURL=bit-ng-library.d.ts.map
|