@smilodon/core 1.1.2 → 1.1.5

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.
@@ -50,6 +50,7 @@ export declare class AngularEnhancedSelect extends HTMLElement {
50
50
  private _boundArrowClick;
51
51
  private _arrowContainer?;
52
52
  private _styleElement?;
53
+ private _isReady;
53
54
  private readonly PREFIX;
54
55
  constructor();
55
56
  connectedCallback(): void;
@@ -78,6 +79,7 @@ export declare class AngularEnhancedSelect extends HTMLElement {
78
79
  private _scrollToSelected;
79
80
  private _loadInitialSelectedItems;
80
81
  private _announce;
82
+ isReady(): boolean;
81
83
  setItems(items: SelectItem[]): void;
82
84
  setGroupedItems(groups: any[]): void;
83
85
  setSelectedValues(values: (string | number)[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smilodon/core",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "High-performance native select component with extreme-scale virtualization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",