@smilodon/core 1.0.11 → 1.0.13
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/dist/index.cjs +79 -60
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +79 -60
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.umd.js +79 -60
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/dist/types/src/components/enhanced-select.d.ts +0 -2
- package/package.json +1 -1
|
@@ -131,8 +131,6 @@ export declare class EnhancedSelect extends HTMLElement {
|
|
|
131
131
|
* Render options based on current state
|
|
132
132
|
*/
|
|
133
133
|
private _renderOptions;
|
|
134
|
-
private _renderExpandButton;
|
|
135
|
-
private _toggleExpand;
|
|
136
134
|
private _renderSingleOption;
|
|
137
135
|
private _addLoadMoreTrigger;
|
|
138
136
|
}
|