@taiga-ui/experimental 4.51.0 → 4.52.0
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.
|
@@ -24,4 +24,4 @@ export interface TuiDialogOptions<I> {
|
|
|
24
24
|
export interface TuiDialogContext<O = void, I = undefined> extends TuiPopoverContext<O>, TuiDialogOptions<I> {
|
|
25
25
|
}
|
|
26
26
|
export declare const TUI_DIALOG_DEFAULT_OPTIONS: TuiDialogOptions<void>;
|
|
27
|
-
export declare const TUI_DIALOG_OPTIONS: import("@angular/core").InjectionToken<TuiDialogOptions<void>>, tuiDialogOptionsProvider: (item: Partial<TuiDialogOptions<void>> | import("@angular/core").ProviderToken<Partial<TuiDialogOptions<void>>>) => import("@angular/core").FactoryProvider;
|
|
27
|
+
export declare const TUI_DIALOG_OPTIONS: import("@angular/core").InjectionToken<TuiDialogOptions<void>>, tuiDialogOptionsProvider: (item: Partial<TuiDialogOptions<void>> | import("@angular/core").ProviderToken<Partial<TuiDialogOptions<void>>> | (() => Partial<TuiDialogOptions<void>>)) => import("@angular/core").FactoryProvider;
|
|
@@ -16,4 +16,10 @@ export declare const TUI_SEARCH_RESULTS_OPTIONS: import("@angular/core").Injecti
|
|
|
16
16
|
popular: string;
|
|
17
17
|
empty: string;
|
|
18
18
|
remove: string;
|
|
19
|
-
}>>) =>
|
|
19
|
+
}>> | (() => Partial<{
|
|
20
|
+
key: string;
|
|
21
|
+
history: string;
|
|
22
|
+
popular: string;
|
|
23
|
+
empty: string;
|
|
24
|
+
remove: string;
|
|
25
|
+
}>)) => import("@angular/core").FactoryProvider;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/experimental",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.52.0",
|
|
4
4
|
"description": "A package with Taiga UI experimental components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@angular/common": ">=16.0.0",
|
|
15
15
|
"@angular/core": ">=16.0.0",
|
|
16
|
-
"@taiga-ui/addon-commerce": "^4.
|
|
17
|
-
"@taiga-ui/cdk": "^4.
|
|
18
|
-
"@taiga-ui/core": "^4.
|
|
19
|
-
"@taiga-ui/kit": "^4.
|
|
20
|
-
"@taiga-ui/layout": "^4.
|
|
16
|
+
"@taiga-ui/addon-commerce": "^4.52.0",
|
|
17
|
+
"@taiga-ui/cdk": "^4.52.0",
|
|
18
|
+
"@taiga-ui/core": "^4.52.0",
|
|
19
|
+
"@taiga-ui/kit": "^4.52.0",
|
|
20
|
+
"@taiga-ui/layout": "^4.52.0",
|
|
21
21
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
22
22
|
"rxjs": ">=7.0.0"
|
|
23
23
|
},
|