@luzmo/lucero 0.0.21 → 0.0.22
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/components/tabs/index.cjs +19 -19
- package/components/tabs/index.js +140 -149
- package/components/tabs/tabs.d.ts +4 -1
- package/custom-elements.json +1 -1
- package/package.json +1 -1
- package/components/lucero.css +0 -18
|
@@ -67,9 +67,12 @@ export declare class LuzmoTabs extends LuzmoTabs_base {
|
|
|
67
67
|
private _tabs;
|
|
68
68
|
constructor();
|
|
69
69
|
protected resizeController: ResizeController<void>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
70
73
|
rovingTabindexController: RovingTabindexController<LuzmoTab>;
|
|
71
74
|
/**
|
|
72
|
-
* @
|
|
75
|
+
* @internal
|
|
73
76
|
*/
|
|
74
77
|
get focusElement(): LuzmoTab | this;
|
|
75
78
|
private limitDeltaToInterval;
|