@opentui/core 0.1.21 → 0.1.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/index.js CHANGED
@@ -120,7 +120,7 @@ import {
120
120
  white,
121
121
  wrapWithDelegates,
122
122
  yellow
123
- } from "./index-8sac0sgm.js";
123
+ } from "./index-443j38eh.js";
124
124
  // src/post/filters.ts
125
125
  function applyScanlines(buffer, strength = 0.8, step = 2) {
126
126
  const width = buffer.width;
@@ -2077,7 +2077,7 @@ var InputRenderableEvents;
2077
2077
  })(InputRenderableEvents ||= {});
2078
2078
 
2079
2079
  class InputRenderable extends Renderable {
2080
- focusable = true;
2080
+ _focusable = true;
2081
2081
  _value = "";
2082
2082
  _cursorPosition = 0;
2083
2083
  _placeholder;
@@ -2350,7 +2350,7 @@ var SelectRenderableEvents;
2350
2350
  })(SelectRenderableEvents ||= {});
2351
2351
 
2352
2352
  class SelectRenderable extends Renderable {
2353
- focusable = true;
2353
+ _focusable = true;
2354
2354
  _options = [];
2355
2355
  selectedIndex = 0;
2356
2356
  scrollOffset = 0;
@@ -2686,7 +2686,7 @@ function calculateDynamicHeight(showUnderline, showDescription) {
2686
2686
  }
2687
2687
 
2688
2688
  class TabSelectRenderable extends Renderable {
2689
- focusable = true;
2689
+ _focusable = true;
2690
2690
  _options = [];
2691
2691
  selectedIndex = 0;
2692
2692
  scrollOffset = 0;
@@ -3099,7 +3099,7 @@ class ScrollBarRenderable extends Renderable {
3099
3099
  startArrow;
3100
3100
  endArrow;
3101
3101
  orientation;
3102
- focusable = true;
3102
+ _focusable = true;
3103
3103
  _scrollSize = 0;
3104
3104
  _scrollPosition = 0;
3105
3105
  _viewportSize = 0;
@@ -3431,7 +3431,7 @@ class ScrollBoxRenderable extends BoxRenderable {
3431
3431
  content;
3432
3432
  horizontalScrollBar;
3433
3433
  verticalScrollBar;
3434
- focusable = true;
3434
+ _focusable = true;
3435
3435
  selectionListener;
3436
3436
  autoScrollMouseX = 0;
3437
3437
  autoScrollMouseY = 0;
@@ -3989,5 +3989,5 @@ export {
3989
3989
  ASCIIFont
3990
3990
  };
3991
3991
 
3992
- //# debugId=8F19C97D909538BC64756E2164756E21
3992
+ //# debugId=937D15A7280968A464756E2164756E21
3993
3993
  //# sourceMappingURL=index.js.map