otimus-library 0.3.49 → 0.3.50

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
@@ -249,7 +249,6 @@ declare class OcModalFooterComponent {
249
249
  interface OcAutoCompleteType {
250
250
  name: string;
251
251
  value?: any;
252
- id?: any;
253
252
  icon?: MaterialSymbol;
254
253
  iconSize?: string;
255
254
  counter?: number;
@@ -282,11 +281,6 @@ declare class OcAutocompleteComponent implements AfterContentInit, AfterViewInit
282
281
  input: ElementRef;
283
282
  options: ElementRef;
284
283
  outerDiv: ElementRef<HTMLDivElement>;
285
- /**
286
- * Helper to get the identifier value from a data item.
287
- * Supports both 'value' and 'id' properties for backwards compatibility.
288
- */
289
- private getItemValue;
290
284
  listOptionsElements: QueryList<ElementRef<HTMLLIElement>>;
291
285
  ocPrefix: any;
292
286
  ocSuffix: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otimus-library",
3
- "version": "0.3.49",
3
+ "version": "0.3.50",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^20.2.5",