@smilodon/core 1.2.1 → 1.2.3

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.
@@ -7,6 +7,7 @@ export declare class NativeSelectElement extends HTMLElement {
7
7
  private _items;
8
8
  private _helpers;
9
9
  private _virtualizer?;
10
+ private _unifiedRenderer?;
10
11
  private _selectedSet;
11
12
  private _selectedItems;
12
13
  private _activeIndex;
@@ -17,6 +18,7 @@ export declare class NativeSelectElement extends HTMLElement {
17
18
  constructor();
18
19
  connectedCallback(): void;
19
20
  disconnectedCallback(): void;
21
+ private _initializeOptionRenderer;
20
22
  attributeChangedCallback(name: string, _oldValue: string | null, newValue: string | null): void;
21
23
  set items(items: unknown[]);
22
24
  get items(): unknown[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilodon/core",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "High-performance native select component with extreme-scale virtualization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",