New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@taiga-ui/core

Package Overview
Dependencies
Maintainers
0
Versions
727
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taiga-ui/core - npm Package Compare versions

Comparing version 4.19.0-canary.50ca026 to 4.19.0-canary.6d7616b

6

components/dialog/dialog.factory.d.ts

@@ -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 {};

6

components/textfield/textfield-content.directive.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc