@sinequa/atomic-angular 1.6.1 → 1.6.2
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
|
@@ -8408,7 +8408,7 @@ declare class SignedOutComponent {
|
|
|
8408
8408
|
}
|
|
8409
8409
|
|
|
8410
8410
|
declare class BookmarkButtonComponent {
|
|
8411
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
8411
|
+
variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
|
|
8412
8412
|
size: _angular_core.InputSignal<"icon" | "xs" | "sm" | "md" | "lg" | null | undefined>;
|
|
8413
8413
|
readonly article: _angular_core.InputSignal<Partial<Article$1>>;
|
|
8414
8414
|
private readonly userSettingsStore;
|
|
@@ -9954,7 +9954,7 @@ declare class SearchFeedbackComponent {
|
|
|
9954
9954
|
onClose: _angular_core.OutputEmitterRef<void>;
|
|
9955
9955
|
readonly feedbackDialog: _angular_core.Signal<FeedbackDialogComponent | undefined>;
|
|
9956
9956
|
pages: _angular_core.InputSignal<any>;
|
|
9957
|
-
variant: _angular_core.InputSignal<"default" | "
|
|
9957
|
+
variant: _angular_core.InputSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
|
|
9958
9958
|
solid: _angular_core.InputSignal<boolean | null | undefined>;
|
|
9959
9959
|
readonly auditService: AuditService;
|
|
9960
9960
|
protected readonly queryParamsStore: {
|
|
@@ -11500,7 +11500,7 @@ declare class FilterButtonComponent {
|
|
|
11500
11500
|
position: _angular_core.InputSignal<Placement>;
|
|
11501
11501
|
offset: _angular_core.InputSignal<number>;
|
|
11502
11502
|
expandedLevel: _angular_core.InputSignalWithTransform<number | undefined, unknown>;
|
|
11503
|
-
protected variant: _angular_core.WritableSignal<"default" | "
|
|
11503
|
+
protected variant: _angular_core.WritableSignal<"default" | "link" | "primary" | "secondary" | "outline" | "accent" | "tertiary" | "ghost" | "light-accent" | "destructive" | "icon" | "ai" | "none" | null | undefined>;
|
|
11504
11504
|
protected filter: _angular_core.WritableSignal<CFilterEx>;
|
|
11505
11505
|
popoverRef: _angular_core.Signal<PopoverComponent | undefined>;
|
|
11506
11506
|
protected nativeElement: any;
|