@tilde-nlp/ngx-common
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -12,3 +12,3 @@ import { EventEmitter } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CloseButtonComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CloseButtonComponent, "tld-close-button", never, { "ariaCode": "ariaCode"; "disabled": "disabled"; "tooltip": "tooltip"; }, { "tldClick": "tldClick"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CloseButtonComponent, "tld-close-button", never, { "ariaCode": "ariaCode"; "disabled": "disabled"; "tooltip": "tooltip"; }, { "tldClick": "tldClick"; }, never, never, false>; | ||
} |
@@ -6,3 +6,3 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CompanyProductComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CompanyProductComponent, "lib-company-product", never, { "company": "company"; "product": "product"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CompanyProductComponent, "lib-company-product", never, { "company": "company"; "product": "product"; }, {}, never, never, false>; | ||
} |
@@ -9,3 +9,3 @@ import { ElementRef, EventEmitter } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false>; | ||
} |
@@ -14,3 +14,3 @@ import { OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "tld-footer", never, { "privacyRoute": "privacyRoute"; "termsOfUseRoute": "termsOfUseRoute"; "contactUsRoute": "contactUsRoute"; "baseUrl": "baseUrl"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "tld-footer", never, { "privacyRoute": "privacyRoute"; "termsOfUseRoute": "termsOfUseRoute"; "contactUsRoute": "contactUsRoute"; "baseUrl": "baseUrl"; }, {}, never, never, false>; | ||
} |
@@ -9,3 +9,3 @@ import { InlineMessageIconPosition } from './models/inline-message-icon-position.enum'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<InlineMessageComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<InlineMessageComponent, "lib-inline-message", never, { "iconName": "iconName"; "message": "message"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<InlineMessageComponent, "lib-inline-message", never, { "iconName": "iconName"; "message": "message"; }, {}, never, never, false>; | ||
} |
@@ -21,3 +21,3 @@ import { EventEmitter, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationMessageComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationMessageComponent, "lib-tld-notification-message", never, { "message": "message"; "inline": "inline"; }, { "buttonClicked": "buttonClicked"; "closeClicked": "closeClicked"; "linkClicked": "linkClicked"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationMessageComponent, "lib-tld-notification-message", never, { "message": "message"; "inline": "inline"; }, { "buttonClicked": "buttonClicked"; "closeClicked": "closeClicked"; "linkClicked": "linkClicked"; }, never, never, false>; | ||
} |
@@ -6,3 +6,3 @@ import { PipeTransform } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FilterWithHighlightPipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<FilterWithHighlightPipe, "filterWithHighlight">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<FilterWithHighlightPipe, "filterWithHighlight", false>; | ||
} |
@@ -19,3 +19,3 @@ import { PipeTransform } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SortTranslationsPipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<SortTranslationsPipe, "sortTranslations">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<SortTranslationsPipe, "sortTranslations", false>; | ||
} |
@@ -10,3 +10,3 @@ import { PlausibleEvent } from './models'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<PlausibleEventDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PlausibleEventDirective, "[libPlausibleEvent]", never, { "libPlausibleEvent": "libPlausibleEvent"; }, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<PlausibleEventDirective, "[libPlausibleEvent]", never, { "libPlausibleEvent": "libPlausibleEvent"; }, {}, never, never, false>; | ||
} |
import * as i0 from "@angular/core"; | ||
export declare class TldLoaderComponent { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TldLoaderComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TldLoaderComponent, "lib-tld-loader", never, {}, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<TldLoaderComponent, "lib-tld-loader", never, {}, {}, never, never, false>; | ||
} |
{ | ||
"name": "@tilde-nlp/ngx-common", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"peerDependencies": { | ||
"@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0", | ||
"@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0", | ||
"@ngx-translate/core": "^13.0.0 || ^14.0.0 || ^15.0.0" | ||
"@angular/common": "^14.0.0", | ||
"@angular/core": "^14.0.0", | ||
"@ngx-translate/core": "^14.0.0" | ||
}, | ||
@@ -19,3 +19,3 @@ "dependencies": { | ||
"fesm2015": "fesm2015/tilde-nlp-ngx-common.mjs", | ||
"typings": "tilde-nlp-ngx-common.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -26,3 +26,3 @@ "./package.json": { | ||
".": { | ||
"types": "./tilde-nlp-ngx-common.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/tilde-nlp-ngx-common.mjs", | ||
@@ -29,0 +29,0 @@ "es2020": "./fesm2020/tilde-nlp-ngx-common.mjs", |
@@ -80,3 +80,3 @@ # NgxCommon | ||
// in module where you import TranslateModule | ||
import { MissingTranslationHelper } from 'ngx-common'; | ||
import { MissingTranslationHelper } from '@tilde-nlp/ngx-common'; | ||
.... | ||
@@ -83,0 +83,0 @@ TranslateModule.forRoot({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
393584
2730