ngx-eiffage-material 0.0.45 → 0.0.46

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
@@ -932,7 +932,7 @@ declare class NgxPaginatedSelect<T, U extends PaginatedFilter<T>> implements OnI
932
932
  * - 'chips': a chip per selected item (default when multiple=true)
933
933
  * - 'text': a single comma-joined text line
934
934
  */
935
- readonly displayMode: _angular_core.InputSignal<"text" | "chips">;
935
+ readonly displayMode: _angular_core.InputSignal<"chips" | "text">;
936
936
  /** Whether to show the search input inside the bottom sheet */
937
937
  readonly showSearch: _angular_core.InputSignalWithTransform<boolean, unknown>;
938
938
  /** Placeholder for the search input inside the bottom sheet */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-eiffage-material",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"