intelica-library-components 1.1.159 → 1.1.161

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
@@ -12,6 +12,7 @@ import { MenuItem } from 'primeng/api';
12
12
  import { Observable as Observable$1 } from 'rxjs/internal/Observable';
13
13
  import { SweetAlertOptions, SweetAlertResult } from 'sweetalert2';
14
14
  import { Guid } from 'guid-typescript';
15
+ import { DashboardExperience } from 'amazon-quicksight-embedding-sdk';
15
16
 
16
17
  declare class TermPipe implements PipeTransform {
17
18
  private readonly globalTermService;
@@ -1837,11 +1838,33 @@ declare class DashboardQsComponent {
1837
1838
  private readonly viewReady;
1838
1839
  constructor();
1839
1840
  ngAfterViewInit(): void;
1840
- EmbedDashboard(dashboardId: string): Promise<void>;
1841
+ EmbedDashboard(dashboardId: string, parameters: Record<string, string[]> | undefined): Promise<void>;
1841
1842
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardQsComponent, never>;
1842
1843
  static ɵcmp: i0.ɵɵComponentDeclaration<DashboardQsComponent, "intelica-dashboard-qs", never, { "dashboardIdInput": { "alias": "dashboardId"; "required": false; "isSignal": true; }; "parametersInput": { "alias": "parameters"; "required": false; "isSignal": true; }; "heightInput": { "alias": "height"; "required": false; "isSignal": true; }; }, { "isLoadingChange": "isLoadingChange"; }, never, never, true, never>;
1843
1844
  }
1844
1845
 
1846
+ declare class DashboardQsInteractiveComponent {
1847
+ private readonly sharedService;
1848
+ private readonly route;
1849
+ containers: QueryList<ElementRef>;
1850
+ readonly dashboardIdInput: i0.InputSignal<string | undefined>;
1851
+ readonly parametersInput: i0.InputSignal<Record<string, string[]> | undefined>;
1852
+ readonly heightInput: i0.InputSignal<string | undefined>;
1853
+ private readonly routeData;
1854
+ readonly dashboardId: i0.Signal<string | undefined>;
1855
+ readonly parameters: i0.Signal<Record<string, string[]> | undefined>;
1856
+ readonly height: i0.Signal<string | undefined>;
1857
+ readonly isLoading: i0.WritableSignal<boolean>;
1858
+ readonly isLoadingChange: i0.OutputEmitterRef<boolean>;
1859
+ private readonly viewReady;
1860
+ private dashboardRef;
1861
+ constructor();
1862
+ ngAfterViewInit(): void;
1863
+ firstEmbed(dashboardId: string): Promise<void>;
1864
+ static ɵfac: i0.ɵɵFactoryDeclaration<DashboardQsInteractiveComponent, never>;
1865
+ static ɵcmp: i0.ɵɵComponentDeclaration<DashboardQsInteractiveComponent, "intelica-dashboard-qs-interactive", never, { "dashboardIdInput": { "alias": "dashboardId"; "required": false; "isSignal": true; }; "parametersInput": { "alias": "parameters"; "required": false; "isSignal": true; }; "heightInput": { "alias": "height"; "required": false; "isSignal": true; }; }, { "isLoadingChange": "isLoadingChange"; }, never, never, true, never>;
1866
+ }
1867
+
1845
1868
  declare class CheckboxFilterDirective extends FilterDirective implements OnChanges, ControlValueAccessor {
1846
1869
  constructor();
1847
1870
  modeCheckBox: string;
@@ -2748,6 +2771,11 @@ declare class Shared {
2748
2771
  height?: string;
2749
2772
  width?: string;
2750
2773
  }): Promise<void>;
2774
+ embedDashboardInteractive(command: EmbedDashboardCommand, container: HTMLElement, options?: {
2775
+ height?: string;
2776
+ width?: string;
2777
+ }): Promise<DashboardExperience>;
2778
+ setDashboardParameters(dashboard: DashboardExperience, parameters: Record<string, string[]>): Promise<void>;
2751
2779
  createEmbedVisualContext(embedUrl: string, container: HTMLElement, options?: {
2752
2780
  height?: string;
2753
2781
  width?: string;
@@ -3303,5 +3331,5 @@ declare class NotificationOrchestratorService {
3303
3331
  static ɵprov: i0.ɵɵInjectableDeclaration<NotificationOrchestratorService>;
3304
3332
  }
3305
3333
 
3306
- export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, BreadCrumbComponent, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DashboardQsComponent, 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, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RequestCacheService, ResponseHeadersInterceptor, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, Shared, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TitleComponent, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
3334
+ export { ALERT_DEFAULTS, ALERT_ICON_OVERRIDES, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, BreadCrumbComponent, ButtonSplitComponent, CheckboxFilterDirective, ClientContextSelector, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DashboardQsComponent, DashboardQsInteractiveComponent, 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, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, NotificationJobService, NotificationOrchestratorService, NotificationService, NotificationSignalRService, OrderConstants, PageInformation, PageRootChildGuard, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RequestCacheService, ResponseHeadersInterceptor, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SetsesioninformationComponent, Shared, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TitleComponent, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
3307
3335
  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, QuicksightVisualConfig, RecipientDispatchError, RecipientNotification, RecipientNotificationAction, RecipientProgressNotification, RecipientProgressNotificationAction, RecipientTypeCatalog, SearchFieldModel, SearchInputModel, SortFieldModel, UserNotificationAction, UserNotificationInboxItem };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.159",
3
+ "version": "1.1.161",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",