@florid-kit/components 0.11.0 → 1.0.0

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.
@@ -9,6 +9,7 @@ export declare class OccitaneDropdownVariant extends LitElement {
9
9
  url?: string;
10
10
  disabled?: boolean;
11
11
  additionaltext?: string;
12
+ dataproduct?: string;
12
13
  }>;
13
14
  value: string;
14
15
  name: string;
@@ -18,9 +19,18 @@ export declare class OccitaneDropdownVariant extends LitElement {
18
19
  open: boolean;
19
20
  activeIndex: number;
20
21
  menuWidth: string;
22
+ private _io?;
23
+ private _sent;
24
+ private _pendingByKey;
25
+ private _flushTimer;
26
+ private _getKey;
27
+ private _scheduleFlush;
28
+ private _flushPending;
21
29
  connectedCallback(): void;
22
30
  disconnectedCallback(): void;
23
31
  _handleOutsideClick: (e: MouseEvent) => void;
32
+ private _startObserveVisibleItems;
33
+ private _stopObserveVisibleItems;
24
34
  toggle(): void;
25
35
  _focusActiveOption(): void;
26
36
  selectOption(option: {