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