intelica-library-components 1.1.48 → 1.1.49
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/index.d.ts
CHANGED
|
@@ -147,8 +147,14 @@ declare class GlobalTermService {
|
|
|
147
147
|
TermsReady: i0.WritableSignal<boolean>;
|
|
148
148
|
PageRoot: string;
|
|
149
149
|
private readonly termService;
|
|
150
|
+
private readonly configService;
|
|
151
|
+
readonly languageEvent = "languagechange";
|
|
152
|
+
readonly languageCookie = "language";
|
|
153
|
+
private readonly onBrowserLanguageChange;
|
|
154
|
+
constructor();
|
|
150
155
|
Initialize(pageRoot: string): void;
|
|
151
|
-
|
|
156
|
+
private refreshTerms;
|
|
157
|
+
private getLanguageFromBrowser;
|
|
152
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalTermService, never>;
|
|
153
159
|
static ɵprov: i0.ɵɵInjectableDeclaration<GlobalTermService>;
|
|
154
160
|
}
|
|
@@ -2472,6 +2478,25 @@ declare class IntelicaSessionService {
|
|
|
2472
2478
|
static ɵprov: i0.ɵɵInjectableDeclaration<IntelicaSessionService>;
|
|
2473
2479
|
}
|
|
2474
2480
|
|
|
2481
|
+
declare class GlobalMenuService {
|
|
2482
|
+
private _isMenuVisible;
|
|
2483
|
+
private _selectedProduct;
|
|
2484
|
+
isMenuVisible: i0.Signal<boolean>;
|
|
2485
|
+
selectedProduct: i0.Signal<string>;
|
|
2486
|
+
private readonly eventMenu;
|
|
2487
|
+
private readonly eventProducts;
|
|
2488
|
+
initialize(): void;
|
|
2489
|
+
setMenuVisibility(isVisible: boolean): void;
|
|
2490
|
+
setSelectedProduct(product: string): void;
|
|
2491
|
+
private listenMenuEvents;
|
|
2492
|
+
private onMenuEvent;
|
|
2493
|
+
private onSelectedProductEvent;
|
|
2494
|
+
private emitMenuEvent;
|
|
2495
|
+
private emitSelectedProductEvent;
|
|
2496
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalMenuService, never>;
|
|
2497
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GlobalMenuService>;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2475
2500
|
/**
|
|
2476
2501
|
* Función de comparación genérica para ordenar objetos por un campo específico.
|
|
2477
2502
|
*
|
|
@@ -3001,5 +3026,5 @@ declare class NotificationOrchestratorService {
|
|
|
3001
3026
|
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationOrchestratorService>;
|
|
3002
3027
|
}
|
|
3003
3028
|
|
|
3004
|
-
export { ALERT_DEFAULTS, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, ErrorNewInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFeatureFlagService, GlobalTermService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaSessionService, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, ResponseHeadersInterceptor, RouteGuard, RouteNewGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
|
|
3029
|
+
export { ALERT_DEFAULTS, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, ErrorNewInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaSessionService, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, ResponseHeadersInterceptor, RouteGuard, RouteNewGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
|
|
3005
3030
|
export type { AlertButtonConfig, AlertConfig, AlertResult, AlertStyleConfig, AlertTypeConfig, CallbackExecutionResult, CascadeFilterModel, ChannelCode, ColorName, CookieAttributes, CreateNotificationJobRequest, CreateNotificationsForJobRequest, CustomButtonType, DateMode, DestinationType, ExportExcelCommand, FilterModel, ICell, IExcelColumnName, IExcelHeaderGroup, IFilter, ItlSessionEnvelope, ItlSessionScope, JobState, JobStatusCode, Method, NotificationByJobItemResponse, NotificationDraft, NotificationJobProgressResponse, NotificationJobResponse, NotificationRecipientSummaryResponse, NotificationResponse, NotificationTypeCode, Origin, PopoverInformationModel, PriorityCode, PropertiesModel, QueryParametersModel, RecipientDispatchError, RecipientNotification, RecipientNotificationAction, RecipientProgressNotification, RecipientProgressNotificationAction, RecipientTypeCode, SearchFieldModel, SearchInputModel, SortFieldModel, UserNotificationAction, UserNotificationInboxItem };
|