intelica-library-components 1.1.113 → 1.1.124
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
|
@@ -2673,6 +2673,51 @@ declare class GoogleTaskManagerService {
|
|
|
2673
2673
|
static ɵprov: i0.ɵɵInjectableDeclaration<GoogleTaskManagerService>;
|
|
2674
2674
|
}
|
|
2675
2675
|
|
|
2676
|
+
interface EmbedVisualCommand {
|
|
2677
|
+
dashboardId: string;
|
|
2678
|
+
sheetId: string;
|
|
2679
|
+
visualIds: string[];
|
|
2680
|
+
parameters: Record<string, string[]>;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
interface EmbedVisualItem {
|
|
2684
|
+
visualId: string;
|
|
2685
|
+
embedUrl: string;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
interface EmbedVisualUrlsResponse {
|
|
2689
|
+
dashboardId: string;
|
|
2690
|
+
expiresInMinutes: number;
|
|
2691
|
+
visuals: EmbedVisualItem[];
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
declare class Shared {
|
|
2695
|
+
private readonly http;
|
|
2696
|
+
private readonly configService;
|
|
2697
|
+
private readonly path;
|
|
2698
|
+
getEmbedUrl(dashboardId: string): rxjs.Observable<{
|
|
2699
|
+
embedUrl: string;
|
|
2700
|
+
}>;
|
|
2701
|
+
getEmbedVisualUrls(request: EmbedVisualCommand): rxjs.Observable<EmbedVisualUrlsResponse>;
|
|
2702
|
+
getEmbedVisualUrlsAnonymous(request: EmbedVisualCommand): rxjs.Observable<EmbedVisualUrlsResponse>;
|
|
2703
|
+
createEmbedContext(embedUrl: string, container: HTMLElement, options?: {
|
|
2704
|
+
height?: string;
|
|
2705
|
+
width?: string;
|
|
2706
|
+
}): Promise<void>;
|
|
2707
|
+
createEmbedVisualContext(embedUrl: string, container: HTMLElement, options?: {
|
|
2708
|
+
height?: string;
|
|
2709
|
+
width?: string;
|
|
2710
|
+
}): Promise<void>;
|
|
2711
|
+
createEmbedVisualsContext(items: Array<{
|
|
2712
|
+
url: string;
|
|
2713
|
+
container: HTMLElement;
|
|
2714
|
+
height?: string;
|
|
2715
|
+
width?: string;
|
|
2716
|
+
}>): Promise<void>;
|
|
2717
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Shared, never>;
|
|
2718
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<Shared>;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2676
2721
|
/**
|
|
2677
2722
|
* Función de comparación genérica para ordenar objetos por un campo específico.
|
|
2678
2723
|
*
|
|
@@ -3221,5 +3266,5 @@ declare class NotificationOrchestratorService {
|
|
|
3221
3266
|
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationOrchestratorService>;
|
|
3222
3267
|
}
|
|
3223
3268
|
|
|
3224
|
-
export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFavoriteService, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, GoogleTaskManagerService, 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, RequestCacheService, ResponseHeadersInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, 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 };
|
|
3269
|
+
export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFavoriteService, GlobalFeatureFlagService, GlobalMenuService, GlobalTermService, GoogleTaskManagerService, 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, RequestCacheService, ResponseHeadersInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, Shared, 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 };
|
|
3225
3270
|
export type { ActionTypeCatalog, AlertButtonConfig, AlertConfig, AlertResult, AlertStyleConfig, AlertTypeConfig, AuthenticationData, AuthenticationResponse, BucketCatalog, BusinessUserPagesAuthFormated, CallbackExecutionResult, CascadeFilterModel, ChannelCatalog, ColorName, ContextSelectorClientDto, ContextSelectorCountryDto, ContextSelectorRegionDto, ContextSelectorSelectionDto, CookieAttributes, CreateNotificationJobRequest, CreateNotificationsForJobRequest, CustomButtonType, DateMode, DestinationTypeCatalog, ExportExcelCommand, FilterModel, HtmlPreviewBucket, ICell, IExcelColumnName, IExcelHeaderGroup, IFilter, ItlSessionEnvelope, ItlSessionScope, JobState, JobStatusCatalog, MethodTypeCatalog, NotificationByJobItemResponse, NotificationDraft, NotificationJobProgressResponse, NotificationJobResponse, NotificationRecipientSummaryResponse, NotificationResponse, NotificationTypeCatalog, OriginCatalog, PopoverInformationModel, PriorityCatalog, ProductEventDetail, PropertiesModel, QueryParametersModel, RecipientDispatchError, RecipientNotification, RecipientNotificationAction, RecipientProgressNotification, RecipientProgressNotificationAction, RecipientTypeCatalog, SearchFieldModel, SearchInputModel, SortFieldModel, UserNotificationAction, UserNotificationInboxItem };
|
package/package.json
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intelica-library-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.124",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "
|
|
6
|
-
"@angular/core": "
|
|
5
|
+
"@angular/common": "^20.3.0",
|
|
6
|
+
"@angular/core": "^20.3.0",
|
|
7
7
|
"@microsoft/signalr": "^10.0.0",
|
|
8
8
|
"exceljs": "^4.4.0",
|
|
9
9
|
"file-saver": "^2.0.5",
|
|
10
10
|
"guid-typescript": "^1.0.9",
|
|
11
11
|
"moment": "^2.30.1",
|
|
12
12
|
"sweetalert2": "^11.23.0",
|
|
13
|
-
"xlsx": "^0.18.5"
|
|
13
|
+
"xlsx": "^0.18.5",
|
|
14
|
+
"amazon-quicksight-embedding-sdk": "^2.11.3"
|
|
14
15
|
},
|
|
15
16
|
"peerDependenciesMeta": {
|
|
17
|
+
"amazon-quicksight-embedding-sdk": {
|
|
18
|
+
"optional": true
|
|
19
|
+
},
|
|
16
20
|
"exceljs": {
|
|
17
21
|
"optional": true
|
|
18
22
|
},
|