@sinequa/atomic-angular 0.4.19-dev.1 → 0.4.19-dev.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
@@ -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<"default" | "error" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "info" | "success" | "warning" | null | undefined>;
253
+ variant: _angular_core.InputSignal<"default" | "secondary" | "accent" | "destructive" | "outline" | "ghost" | "ai" | "none" | "error" | "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>;
@@ -8368,7 +8368,7 @@ declare class CollectionsDialog implements DialogInterface {
8368
8368
  readonly removedFromCollection: _angular_core.WritableSignal<boolean>;
8369
8369
  readonly addedToCollection: _angular_core.WritableSignal<boolean>;
8370
8370
  readonly collections: _angular_core.Signal<Basket[]>;
8371
- readonly collectionsMap: _angular_core.WritableSignal<Record<string, "some" | "none" | "all">>;
8371
+ readonly collectionsMap: _angular_core.WritableSignal<Record<string, "none" | "some" | "all">>;
8372
8372
  open(article: Article$1 | Article$1[]): void;
8373
8373
  containsArticleByName(collectionName: string): boolean;
8374
8374
  containsArticle(collection: Basket): "all" | "some" | "none";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinequa/atomic-angular",
3
- "version": "0.4.19-dev.1",
3
+ "version": "0.4.19-dev.2",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.0"
6
6
  },