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/fesm2022/otimus-library.mjs +12 -20
- package/fesm2022/otimus-library.mjs.map +1 -1
- package/index.d.ts +0 -6
- package/package.json +1 -1
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;
|