@tilde-nlp/ngx-common 8.1.20 → 8.1.22
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
|
@@ -2577,28 +2577,43 @@ declare class PlausibleModule {
|
|
|
2577
2577
|
static ɵinj: i0.ɵɵInjectorDeclaration<PlausibleModule>;
|
|
2578
2578
|
}
|
|
2579
2579
|
|
|
2580
|
-
declare class CookieConsentComponent implements OnInit {
|
|
2580
|
+
declare class CookieConsentComponent implements OnInit, OnDestroy {
|
|
2581
2581
|
#private;
|
|
2582
2582
|
script: string;
|
|
2583
2583
|
privacyPolicyUrl: string;
|
|
2584
2584
|
isClosed: boolean;
|
|
2585
2585
|
isDetailsVisible: boolean;
|
|
2586
|
+
readonly destroy: Subject<void>;
|
|
2586
2587
|
ngOnInit(): void;
|
|
2588
|
+
ngOnDestroy(): void;
|
|
2587
2589
|
toggleDetails(): void;
|
|
2588
2590
|
accept(): void;
|
|
2589
2591
|
decline(): void;
|
|
2592
|
+
private removeListeners;
|
|
2590
2593
|
private isCookieConsentConfigured;
|
|
2591
2594
|
static ɵfac: i0.ɵɵFactoryDeclaration<CookieConsentComponent, never>;
|
|
2592
2595
|
static ɵcmp: i0.ɵɵComponentDeclaration<CookieConsentComponent, "lib-cookie-consent", never, { "script": { "alias": "script"; "required": false; }; "privacyPolicyUrl": { "alias": "privacyPolicyUrl"; "required": false; }; }, {}, never, never, true, never>;
|
|
2593
2596
|
}
|
|
2594
2597
|
|
|
2595
2598
|
declare class AnalyticsService {
|
|
2596
|
-
|
|
2597
|
-
getCookieConsent(): Observable<boolean>;
|
|
2599
|
+
#private;
|
|
2598
2600
|
cookieConsentGiven(approved: boolean): void;
|
|
2599
2601
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsService, never>;
|
|
2600
2602
|
static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsService>;
|
|
2601
2603
|
}
|
|
2602
2604
|
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
+
declare class MatomoService {
|
|
2606
|
+
setCookies(): void;
|
|
2607
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatomoService, never>;
|
|
2608
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MatomoService>;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
interface MatomoConfiguration {
|
|
2612
|
+
script: string;
|
|
2613
|
+
enabled: boolean;
|
|
2614
|
+
siteId: string;
|
|
2615
|
+
trackerUrl: string;
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
export { ALERT_CONFIGURATION_TOKEN, AccessibilityContrasts, AccessibilityDialogComponent, AccessibilityFontSizes, AccessibilityService, AccessibilityTextMagnifierService, AlertService, AnalyticsService, AuthHeadersHelper, COLLECTIONS_MENU, CUSTOM_TITLE_CONFIGURATION_TOKEN, ClickOutsideDirective, ClickOutsideModule, CloseButtonComponent, CloseButtonModule, CombinedCollection, CombinedCollectionTooltipKey, CompanyProductComponent, CompanyProductModule, Confirmation, ConfirmationModalComponent, ConfirmationModalModule, ConfirmationService, ConversionHelper, CookieConsentComponent, CustomPaginatorInernationalizationHelper, CustomTitleStrategyService, CustomTranslateLoader, DISABLE_EXPORT_ATTRIBUTE_NAME, DOMService, DateAgoModule, DateAgoPipe, DomainTranslatePipe, DragAndDropDirective, DragAndDropModule, ERROR_CODES, EngineTermApiService, EngineTermCollectionScope, EngineTermCollectionSource, EngineTermCollectionStatus, EngineTermCollectionSubStatus, ExportFormat, ExtensionDialogComponent, ExtensionDialogModule, ExtensionDialogService, FILE_SIZE_UNIT, FileCategories, FileExtensionHelper, FileExtensions, FileSizeLabelPipe, FileTypeIcons, FileTypes, FileUploadComponent, FileUploadErrorTypeEnum, FileUploadModule, FilterBarComponent, FilterBarModule, FilterWithHighlightModule, FilterWithHighlightPipe, FooterComponent, FooterModule, GlobalMessageComponent, HashHelper, HtmlElementParseHelper, HtmlHelper, IconService, InlineMessageComponent, InlineMessageIconPosition, InlineMessageModule, InlineMessageType, LAST_USED_SYSTEM_LOCAL_STORAGE_KEY, LLMActions, LLMComponent, LLMModule, LLM_CONFIGURATION_TOKEN, LanguageTranslateModule, LanguageTranslatePipe, LanguageTranslateService, MatButtonLoadingDirective, MatButtonLoadingModule, MatomoService, MissingTranslationHandlerService, MissingTranslationHelper, MtCollectionStatus, MultiFunctionalTableComponent, MultiFunctionalTableModule, NewFeatureDialogWrapperComponent, NotificationMessageComponent, NotificationMessageModule, NotificationMessageType, NotificationService, OPEN_CLOSE_BTN_ICONS_TOKEN, ObjectLengthModule, ObjectLengthPipe, OpenCloseButtonComponent, OpenCloseButtonModule, OpenExtensionDialogComponent, Operations, PlausibleEventDirective, PlausibleHelper, PlausibleModule, ResolutionHelper, SCREEN_SIZE, SaveFileHelper, SelectLanguageDialogComponent, SidebarComponent, SidebarService, SortAlphabeticallyModule, SortAlphabeticallyPipe, SortByNumberPipe, SortDomainsPipe, SortHelper, SortLanguageListPipe, SortTranslationsByPropertyModule, SortTranslationsByPropertyPipe, SortTranslationsModule, SortTranslationsPipe, StatusDisplayComponent, StatusDisplayModule, SubscriptionComponent, SubscriptionPlan, SystemService, TerminologyApiService, TerminologyCollectionService, TerminologyComponent, TerminologyConfigService, TerminologyCreateCollectionComponent, TerminologyModule, TerminologyService, TextToSpeechComponent, TldLoaderComponent, TldLoaderModule, ToastComponent, ToastService, getFileSizeLabel, provideCustomTitleStrategy };
|
|
2619
|
+
export type { ActiveData, AddEngineTermsRequestParams, Addon, AlertConfiguration, AuthSubscription, BatchConfig, Category, ChargebeeSettings, Column, ColumnConfig, ColumnSelectConfig, Config, ConfirmationBody, CustomTitleStrategyConfiguration, DefaultCollectionOrderUpdate, DialogData, Domain, DomainList, EngineTermCollection, EngineTermCollectionAccess, EngineTermCollectionAccessScope, EngineTermCollectionAccessScopeUpdate, EngineTermCollectionAccessUpdate, EngineTermCollectionList, ExportConfig, ExtensionWithIcon, FileUploadError, FilterBarChangeEvent, FilterBarFilter, FilterBarFilterItem, FilterBarSettings, GlobalMessageAction, ITldTermCollection, ITldTermCollectionLanguages, InlineMessage, JwtToken, LLMConfiguration, LangListItem, MatomoConfiguration, MobileScreenCustomPosition, MtCollection, MultiFunctionalTableConfig, NotificationMessage, NotificationWithOperation, OpenCloseBtnIcons, PaginatorConfig, PlausibleEvent, StatusDisplayConfig, System, TerminologyConfig, TranslatedLanguage, UpdateEngineTermsRequestParams, Vendor, Voice };
|