dap-design-system 0.59.1 → 0.59.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.
@@ -39,6 +39,7 @@ export default class ComboboxBaseElement extends GenericFormElement {
39
39
  static readonly styles: import('lit').CSSResult;
40
40
  protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): Promise<void>;
41
41
  protected updated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
42
+ private get isFreeTextSearch();
42
43
  /**
43
44
  * Handles value changes from outside the component
44
45
  * This ensures the selection state is updated when the value is set programmatically