@sinequa/atomic-angular 1.0.16 → 1.0.17
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/index.d.ts
CHANGED
|
@@ -258,7 +258,7 @@ declare class MetadataComponent {
|
|
|
258
258
|
event: Event;
|
|
259
259
|
}>;
|
|
260
260
|
class: _angular_core.InputSignal<string | undefined>;
|
|
261
|
-
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "
|
|
261
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "ghost" | "info" | "success" | "warning" | null | undefined>;
|
|
262
262
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
263
263
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
264
264
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -11497,7 +11497,7 @@ declare class FilterButtonComponent {
|
|
|
11497
11497
|
position: _angular_core.InputSignal<Placement>;
|
|
11498
11498
|
offset: _angular_core.InputSignal<number>;
|
|
11499
11499
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11500
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11500
|
+
protected variant: _angular_core.WritableSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "ghost" | "light-accent" | "tertiary" | "link" | "icon" | null | undefined>;
|
|
11501
11501
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11502
11502
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11503
11503
|
protected nativeElement: any;
|