@tilde-nlp/ngx-common 8.1.7 → 8.1.9
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/fesm2022/tilde-nlp-ngx-common.mjs +47 -1
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +12 -2
- package/package.json +1 -1
- package/styles/contrast-themes/black-white.scss +7 -1
- package/styles/contrast-themes/black-yellow.scss +11 -1
- package/styles/contrast-themes/yellow-black.scss +11 -1
package/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as rxjs from 'rxjs';
|
|
|
7
7
|
import { Observable, Subscription, Subject } from 'rxjs';
|
|
8
8
|
import { HttpClient } from '@angular/common/http';
|
|
9
9
|
import * as i3 from '@ngx-translate/core';
|
|
10
|
-
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
|
|
10
|
+
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams, TranslateLoader } from '@ngx-translate/core';
|
|
11
11
|
import * as i2 from '@angular/common';
|
|
12
12
|
import * as i5 from '@angular/material/tooltip';
|
|
13
13
|
import * as i4 from '@angular/material/button';
|
|
@@ -2551,5 +2551,15 @@ declare class AccessibilityTextMagnifierService {
|
|
|
2551
2551
|
static ɵprov: i0.ɵɵInjectableDeclaration<AccessibilityTextMagnifierService>;
|
|
2552
2552
|
}
|
|
2553
2553
|
|
|
2554
|
-
|
|
2554
|
+
declare class CustomTranslateLoader implements TranslateLoader {
|
|
2555
|
+
private http;
|
|
2556
|
+
constructor(http: HttpClient);
|
|
2557
|
+
getTranslation(lang: string): Observable<any>;
|
|
2558
|
+
private mergeDeep;
|
|
2559
|
+
private isObject;
|
|
2560
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomTranslateLoader, never>;
|
|
2561
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CustomTranslateLoader>;
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
export { ALERT_CONFIGURATION_TOKEN, AccessibilityContrasts, AccessibilityDialogComponent, AccessibilityFontSizes, AccessibilityService, AccessibilityTextMagnifierService, AlertService, AuthHeadersHelper, COLLECTIONS_MENU, ClickOutsideDirective, ClickOutsideModule, CloseButtonComponent, CloseButtonModule, CombinedCollection, CombinedCollectionTooltipKey, CompanyProductComponent, CompanyProductModule, Confirmation, ConfirmationModalComponent, ConfirmationModalModule, ConfirmationService, ConversionHelper, 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, 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 };
|
|
2555
2565
|
export type { ActiveData, AddEngineTermsRequestParams, Addon, AlertConfiguration, AuthSubscription, BatchConfig, Category, ChargebeeSettings, Column, ColumnConfig, ColumnSelectConfig, Config, ConfirmationBody, DefaultCollectionOrderUpdate, DialogData, Domain, DomainList, EngineTermCollection, EngineTermCollectionAccess, EngineTermCollectionAccessScope, EngineTermCollectionAccessScopeUpdate, EngineTermCollectionAccessUpdate, EngineTermCollectionList, ExportConfig, ExtensionWithIcon, FileUploadError, FilterBarChangeEvent, FilterBarFilter, FilterBarFilterItem, FilterBarSettings, GlobalMessageAction, ITldTermCollection, ITldTermCollectionLanguages, InlineMessage, JwtToken, LLMConfiguration, LangListItem, MobileScreenCustomPosition, MtCollection, MultiFunctionalTableConfig, NotificationMessage, NotificationWithOperation, OpenCloseBtnIcons, PaginatorConfig, PlausibleEvent, StatusDisplayConfig, System, TerminologyConfig, TranslatedLanguage, UpdateEngineTermsRequestParams, Vendor, Voice };
|
package/package.json
CHANGED
|
@@ -229,5 +229,15 @@ html.black-yellow {
|
|
|
229
229
|
|
|
230
230
|
::placeholder {
|
|
231
231
|
color: #f9f150 !important;
|
|
232
|
-
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.feature-list-item {
|
|
235
|
+
background-color: black !important;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
strapi-html h1,
|
|
239
|
+
strapi-html p,
|
|
240
|
+
strapi-html {
|
|
241
|
+
color: #f9f150 !important;
|
|
242
|
+
}
|
|
233
243
|
}
|
|
@@ -229,5 +229,15 @@ html.yellow-black {
|
|
|
229
229
|
|
|
230
230
|
::placeholder {
|
|
231
231
|
color: black !important;
|
|
232
|
-
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.feature-list-item {
|
|
235
|
+
background-color: #fef655 !important;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
strapi-html h1,
|
|
239
|
+
strapi-html p,
|
|
240
|
+
strapi-html {
|
|
241
|
+
color: black !important;
|
|
242
|
+
}
|
|
233
243
|
}
|