@taiga-ui/core
Advanced tools
Comparing version 4.19.0-canary.50ca026 to 4.19.0-canary.6d7616b
@@ -0,1 +1,2 @@ | ||
import type { Injector } from '@angular/core'; | ||
import type { Observable } from 'rxjs'; | ||
@@ -11,3 +12,6 @@ import type { TuiDialogContext, TuiDialogOptions } from './dialog.interfaces'; | ||
type ExtractDialogResult<T, K extends keyof T = ContextKeys<T>> = [K] extends [never] ? void : [SingleUnionOrNever<K>] extends [never] ? never : T[K] extends TuiDialogContext<infer R, any> ? R : void; | ||
export declare function tuiDialog<T, K extends ContextKeys<T>, D extends ExtractDialogData<T, K>, R extends ExtractDialogResult<T, K>>(component: AssertNotMultipleContexts<T, K>, options?: Partial<Omit<TuiDialogOptions<D>, 'data'>>): (data: D) => Observable<R>; | ||
type Options<T> = Omit<TuiDialogOptions<T>, 'data'> & { | ||
injector: Injector; | ||
}; | ||
export declare function tuiDialog<T, K extends ContextKeys<T>, D extends ExtractDialogData<T, K>, R extends ExtractDialogResult<T, K>>(component: AssertNotMultipleContexts<T, K>, { injector, ...options }?: Partial<Options<D>>): (data: D) => Observable<R>; | ||
export {}; |
@@ -0,6 +1,8 @@ | ||
import type { DoCheck } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class TuiTextfieldContent { | ||
constructor(); | ||
export declare class TuiTextfieldContent implements DoCheck { | ||
private readonly ref; | ||
ngDoCheck(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldContent, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextfieldContent, "ng-template[tuiTextfieldContent]", never, {}, {}, never, never, true, never>; | ||
} |
@@ -5,3 +5,3 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithDropdownOpen, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithDropdownOpen, never, never, {}, {}, never, never, true, [{ directive: typeof i1.TuiDropdownOpen; inputs: { "tuiDropdownOpen": "open"; }; outputs: { "tuiDropdownOpenChange": "openChange"; }; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithDropdownOpen, never, never, {}, {}, never, never, true, [{ directive: typeof i1.TuiDropdownOpen; inputs: { "tuiDropdownOpen": "open"; "tuiDropdownEnabled": "tuiDropdownEnabled"; }; outputs: { "tuiDropdownOpenChange": "openChange"; }; }]>; | ||
} |
{ | ||
"name": "@taiga-ui/core", | ||
"version": "4.19.0-canary.50ca026", | ||
"version": "4.19.0-canary.6d7616b", | ||
"description": "Core library for creating Angular components and applications using Taiga UI", | ||
@@ -244,2 +244,8 @@ "keywords": [ | ||
}, | ||
"./pipes/fallback-src": { | ||
"types": "./pipes/fallback-src/index.d.ts", | ||
"esm2022": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs", | ||
"esm": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs", | ||
"default": "./fesm2022/taiga-ui-core-pipes-fallback-src.mjs" | ||
}, | ||
"./pipes/calendar-sheet": { | ||
@@ -251,8 +257,2 @@ "types": "./pipes/calendar-sheet/index.d.ts", | ||
}, | ||
"./pipes/fallback-src": { | ||
"types": "./pipes/fallback-src/index.d.ts", | ||
"esm2022": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs", | ||
"esm": "./esm2022/pipes/fallback-src/taiga-ui-core-pipes-fallback-src.mjs", | ||
"default": "./fesm2022/taiga-ui-core-pipes-fallback-src.mjs" | ||
}, | ||
"./pipes/flag": { | ||
@@ -259,0 +259,0 @@ "types": "./pipes/flag/index.d.ts", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2387011
15803