@sinequa/atomic-angular 1.0.9 → 1.0.10
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
|
@@ -250,7 +250,7 @@ declare class MetadataComponent {
|
|
|
250
250
|
event: Event;
|
|
251
251
|
}>;
|
|
252
252
|
class: _angular_core.InputSignal<string | undefined>;
|
|
253
|
-
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "
|
|
253
|
+
variant: _angular_core.InputSignal<"error" | "default" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "ghost" | "info" | "success" | "warning" | null | undefined>;
|
|
254
254
|
metadata: _angular_core.InputSignal<KeyOf<Article$1> | (string & Record<never, never>)>;
|
|
255
255
|
article: _angular_core.InputSignal<Partial<Article$1> | (string & Record<never, never>)>;
|
|
256
256
|
limit: _angular_core.InputSignalWithTransform<number | undefined, string | number | undefined>;
|
|
@@ -11023,7 +11023,7 @@ declare class FilterButtonComponent {
|
|
|
11023
11023
|
position: _angular_core.InputSignal<Placement>;
|
|
11024
11024
|
offset: _angular_core.InputSignal<number>;
|
|
11025
11025
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11026
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11026
|
+
protected variant: _angular_core.WritableSignal<"default" | "primary" | "secondary" | "destructive" | "ai" | "outline" | "none" | "accent" | "ghost" | "light-accent" | "tertiary" | "link" | "icon" | null | undefined>;
|
|
11027
11027
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11028
11028
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11029
11029
|
protected nativeElement: any;
|