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