@adcops/autocore-react 3.0.14 → 3.0.16

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.
Files changed (148) hide show
  1. package/dist/components/FileList.d.ts +38 -0
  2. package/dist/components/FileList.js +1 -0
  3. package/dist/hub/HubWebSocket.d.ts +10 -0
  4. package/dist/hub/HubWebSocket.js +1 -1
  5. package/dist/hub/index.js +1 -1
  6. package/docs/classes/components_BlocklyEditor.BlocklyEditor.html +2 -2
  7. package/docs/classes/components_CodeEditor.CodeEditor.html +2 -2
  8. package/docs/classes/components_JogPanel.JogPanel.html +2 -2
  9. package/docs/classes/components_Lamp.Lamp.html +2 -2
  10. package/docs/classes/components_TextInput.TextInput.html +115 -0
  11. package/docs/classes/components_ValueIndicator.ValueIndicator.html +119 -0
  12. package/docs/classes/components_ValueInput.ValueInput.html +12 -14
  13. package/docs/classes/hub_HubWebSocket.HubWebSocket.html +106 -0
  14. package/docs/enums/components_JogPanel.JogDistanceAction.html +2 -2
  15. package/docs/enums/components_JogPanel.JogPanelAction.html +2 -2
  16. package/docs/enums/components_JogPanel.JogSpeedAction.html +2 -2
  17. package/docs/enums/core_ActionMode.ActionMode.html +2 -2
  18. package/docs/enums/core_IndicatorColor.IndicatorColor.html +2 -2
  19. package/docs/functions/assets_BlocklyLogo.default.html +1 -1
  20. package/docs/functions/assets_Distance.default.html +1 -1
  21. package/docs/functions/assets_JogLong.default.html +1 -1
  22. package/docs/functions/assets_JogMedium.default.html +1 -1
  23. package/docs/functions/assets_JogShort.default.html +1 -1
  24. package/docs/functions/assets_PythonLogo.default.html +1 -1
  25. package/docs/functions/assets_Rotation3D.default.html +1 -1
  26. package/docs/functions/assets_RotationCcw.default.html +1 -1
  27. package/docs/functions/assets_RotationCcwA.default.html +1 -1
  28. package/docs/functions/assets_RotationCcwB.default.html +1 -1
  29. package/docs/functions/assets_RotationCcwC.default.html +1 -1
  30. package/docs/functions/assets_RotationCw.default.html +1 -1
  31. package/docs/functions/assets_RotationCwA.default.html +1 -1
  32. package/docs/functions/assets_RotationCwB.default.html +1 -1
  33. package/docs/functions/assets_RotationCwC.default.html +1 -1
  34. package/docs/functions/assets_Run.default.html +1 -1
  35. package/docs/functions/assets_Speed.default.html +1 -1
  36. package/docs/functions/assets_SpeedFast.default.html +1 -1
  37. package/docs/functions/assets_SpeedMedium.default.html +1 -1
  38. package/docs/functions/assets_SpeedNone.default.html +1 -1
  39. package/docs/functions/assets_SpeedSlow.default.html +1 -1
  40. package/docs/functions/assets_Walk.default.html +1 -1
  41. package/docs/functions/components_BlocklyEditor.createCustomToolbox.html +2 -2
  42. package/docs/functions/components_FileList.FileList.html +21 -0
  43. package/docs/functions/components_FitText.FitText.html +8 -0
  44. package/docs/functions/components_ToggleGroup.ToggleGroup.html +5 -0
  45. package/docs/interfaces/components_JogPanel.JogPanelButtonDefinition.html +2 -2
  46. package/docs/interfaces/components_ToggleGroup.ToggleGroupProps.html +12 -30
  47. package/docs/interfaces/core_IndicatorButtonState.IndicatorButtonState.html +2 -2
  48. package/docs/interfaces/hub_CommandMessage.CommandMessage.html +6 -0
  49. package/docs/interfaces/hub_CommandMessage.CommandMessageResult.html +4 -0
  50. package/docs/modules/assets.html +2 -2
  51. package/docs/modules/assets_BlocklyLogo.html +2 -2
  52. package/docs/modules/assets_Distance.html +2 -2
  53. package/docs/modules/assets_JogLong.html +2 -2
  54. package/docs/modules/assets_JogMedium.html +2 -2
  55. package/docs/modules/assets_JogShort.html +2 -2
  56. package/docs/modules/assets_PythonLogo.html +2 -2
  57. package/docs/modules/assets_Rotation3D.html +2 -2
  58. package/docs/modules/assets_RotationCcw.html +2 -2
  59. package/docs/modules/assets_RotationCcwA.html +2 -2
  60. package/docs/modules/assets_RotationCcwB.html +2 -2
  61. package/docs/modules/assets_RotationCcwC.html +2 -2
  62. package/docs/modules/assets_RotationCw.html +2 -2
  63. package/docs/modules/assets_RotationCwA.html +2 -2
  64. package/docs/modules/assets_RotationCwB.html +2 -2
  65. package/docs/modules/assets_RotationCwC.html +2 -2
  66. package/docs/modules/assets_Run.html +2 -2
  67. package/docs/modules/assets_Speed.html +2 -2
  68. package/docs/modules/assets_SpeedFast.html +2 -2
  69. package/docs/modules/assets_SpeedMedium.html +2 -2
  70. package/docs/modules/assets_SpeedNone.html +2 -2
  71. package/docs/modules/assets_SpeedSlow.html +2 -2
  72. package/docs/modules/assets_Walk.html +2 -2
  73. package/docs/modules/components_BlocklyEditor.html +2 -2
  74. package/docs/modules/components_CodeEditor.html +2 -2
  75. package/docs/modules/{hub_HubSimulate.html → components_FileList.html} +3 -3
  76. package/docs/modules/components_FitText.html +3 -0
  77. package/docs/modules/components_JogPanel.html +2 -2
  78. package/docs/modules/components_Lamp.html +2 -2
  79. package/docs/modules/{hub_HubTauri.html → components_TextInput.html} +2 -2
  80. package/docs/modules/components_ToggleGroup.html +4 -3
  81. package/docs/modules/components_ValueIndicator.html +4 -0
  82. package/docs/modules/components_ValueInput.html +2 -2
  83. package/docs/modules/core_ActionMode.html +2 -2
  84. package/docs/modules/core_IndicatorButtonState.html +2 -2
  85. package/docs/modules/core_IndicatorColor.html +2 -2
  86. package/docs/modules/{core_NumerableTypes.html → hub_CommandMessage.html} +3 -2
  87. package/docs/modules/{core_MaskPatterns.html → hub_HubWebSocket.html} +2 -3
  88. package/docs/types/components_IndicatorButton.IndicatorButtonOptionsType.html +1 -1
  89. package/docs/variables/components_BlocklyEditor.StandardToolbox.html +1 -1
  90. package/docs/variables/components_JogPanel.DefaultLinearJogButtons.html +2 -2
  91. package/docs/variables/components_JogPanel.DefaultRotationJogButtons.html +2 -2
  92. package/package.json +1 -1
  93. package/src/components/FileList.tsx +245 -0
  94. package/src/hub/HubWebSocket.ts +147 -7
  95. package/src/hub/index.ts +12 -12
  96. package/docs/.nojekyll +0 -1
  97. package/docs/assets/highlight.css +0 -113
  98. package/docs/assets/icons.js +0 -15
  99. package/docs/assets/icons.svg +0 -1
  100. package/docs/assets/main.js +0 -59
  101. package/docs/assets/navigation.js +0 -1
  102. package/docs/assets/search.js +0 -1
  103. package/docs/assets/style.css +0 -1414
  104. package/docs/classes/components_Indicator.Indicator.html +0 -105
  105. package/docs/classes/components_IndicatorButton.IndicatorButton.html +0 -119
  106. package/docs/classes/components_OskDialog.OskDialog.html +0 -117
  107. package/docs/classes/components_ToggleGroup.ToggleGroup.html +0 -118
  108. package/docs/classes/components_ValueDisplay.ValueDisplay.html +0 -121
  109. package/docs/classes/core_ValueSimulator.ValueSimulator.html +0 -51
  110. package/docs/classes/hub_HubBase.HubBase.html +0 -96
  111. package/docs/classes/hub_HubSimulate.HubSimulate.html +0 -68
  112. package/docs/classes/hub_HubSocketIo.HubSocketIo.html +0 -92
  113. package/docs/classes/hub_HubTauri.HubTauri.html +0 -83
  114. package/docs/functions/components_Osk.Osk.html +0 -5
  115. package/docs/functions/core_EventEmitterContext.EventEmitterProvider.html +0 -8
  116. package/docs/functions/core_UniqueId.UniqueId.html +0 -9
  117. package/docs/functions/core_hoc.hocAddSubscription.html +0 -6
  118. package/docs/functions/hub.createHub.html +0 -3
  119. package/docs/hierarchy.html +0 -1
  120. package/docs/index.html +0 -94
  121. package/docs/interfaces/components_IndicatorButton.IndicatorButtonProps.html +0 -665
  122. package/docs/interfaces/core_EventEmitterContext.Action.html +0 -8
  123. package/docs/interfaces/core_EventEmitterContext.EventEmitterContextType.html +0 -30
  124. package/docs/interfaces/core_EventEmitterContext.State.html +0 -8
  125. package/docs/interfaces/core_EventEmitterContext.Subscription.html +0 -6
  126. package/docs/interfaces/core_PositionContext.IPositionContext.html +0 -17
  127. package/docs/modules/components_Indicator.html +0 -4
  128. package/docs/modules/components_IndicatorButton.html +0 -7
  129. package/docs/modules/components_Osk.html +0 -3
  130. package/docs/modules/components_OskDialog.html +0 -3
  131. package/docs/modules/components_ValueDisplay.html +0 -3
  132. package/docs/modules/core_EventEmitterContext.html +0 -11
  133. package/docs/modules/core_PositionContext.html +0 -4
  134. package/docs/modules/core_UniqueId.html +0 -2
  135. package/docs/modules/core_ValueSimulator.html +0 -3
  136. package/docs/modules/core_hoc.html +0 -3
  137. package/docs/modules/hub.html +0 -6
  138. package/docs/modules/hub_HubBase.html +0 -3
  139. package/docs/modules/hub_HubSocketIo.html +0 -3
  140. package/docs/types/core_EventEmitterContext.EmitterDispatchFunction.html +0 -3
  141. package/docs/types/core_EventEmitterContext.EmitterSubscribeFunction.html +0 -3
  142. package/docs/types/core_EventEmitterContext.EmitterUnsubscribeFunction.html +0 -3
  143. package/docs/types/core_NumerableTypes.NumerableFormatOptions.html +0 -4
  144. package/docs/types/core_hoc.HocAddSubscriptionProps.html +0 -4
  145. package/docs/variables/core_EventEmitterContext.EventEmitterContext.html +0 -58
  146. package/docs/variables/core_MaskPatterns.PrimeReactMaskPatterns.html +0 -14
  147. package/docs/variables/core_MaskPatterns.RegExMaskPatterns.html +0 -15
  148. package/docs/variables/core_PositionContext.DimensionsContext.html +0 -6
@@ -1,15 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RegExMaskPatterns | autocore-react - v3.0.3</title><meta name="description" content="Documentation for autocore-react"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">autocore-react - v3.0.3</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">autocore-react</a></li><li><a href="../modules/core_MaskPatterns.html">core/MaskPatterns</a></li><li><a href="core_MaskPatterns.RegExMaskPatterns.html">RegExMaskPatterns</a></li></ul><h1>Variable RegExMaskPatterns<code class="tsd-tag ts-flagConst">Const</code> </h1></div><div class="tsd-signature"><span class="tsd-kind-variable">Reg<wbr/>Ex<wbr/>Mask<wbr/>Patterns</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">Integer</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">IntegerPositive</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">Ipv4</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">RealNumber</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">RealNumberPositive</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-comment tsd-typography"><p>Regular expressions Common input patterns for matching different input or expected data types.</p>
2
- </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">Integer</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span></h5><div class="tsd-comment tsd-typography"><p>Regular expression pattern for matching integers.
3
- This pattern matches any integer, including negative and positive integers without a decimal point.
4
- Examples of valid inputs: &quot;123&quot;, &quot;-123&quot;</p>
5
- </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">Integer<wbr/>Positive</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span></h5><div class="tsd-comment tsd-typography"><p>Regular expression pattern for matching positive integers.
6
- This pattern matches any positive integer without a decimal point, excluding negative numbers.
7
- Examples of valid inputs: &quot;123&quot;</p>
8
- </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">Ipv4</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span></h5><div class="tsd-comment tsd-typography"><p>Regular expression for matching IPV4 address.</p>
9
- </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">Real<wbr/>Number</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span></h5><div class="tsd-comment tsd-typography"><p>Regular expression pattern for matching real numbers.
10
- This pattern matches any real number, including negative and positive numbers with or without a decimal point.
11
- Examples of valid inputs: &quot;123&quot;, &quot;-123&quot;, &quot;123.456&quot;, &quot;-123.456&quot;, &quot;.456&quot;, &quot;-.456&quot;</p>
12
- </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><code class="tsd-tag ts-flagReadonly">Readonly</code> <span class="tsd-kind-property">Real<wbr/>Number<wbr/>Positive</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RegExp</span></h5><div class="tsd-comment tsd-typography"><p>Regular expression pattern for matching positive real numbers.
13
- This pattern matches any positive real number with or without a decimal point, excluding negative numbers.
14
- Examples of valid inputs: &quot;123&quot;, &quot;123.456&quot;, &quot;.456&quot;</p>
15
- </div><div class="tsd-comment tsd-typography"></div></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/core/MaskPatterns.ts:24</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>autocore-react - v3.0.3</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>
@@ -1,6 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>DimensionsContext | autocore-react - v3.0.3</title><meta name="description" content="Documentation for autocore-react"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">autocore-react - v3.0.3</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">autocore-react</a></li><li><a href="../modules/core_PositionContext.html">core/PositionContext</a></li><li><a href="core_PositionContext.DimensionsContext.html">DimensionsContext</a></li></ul><h1>Variable DimensionsContext<code class="tsd-tag ts-flagConst">Const</code> </h1></div><div class="tsd-signature"><span class="tsd-kind-variable">Dimensions<wbr/>Context</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/core_PositionContext.IPositionContext.html" class="tsd-signature-type tsd-kind-interface">IPositionContext</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-comment tsd-typography"><p>Creates a React context for position and scaling information of a component using absolute positioning.
2
- This context provides a standardized way to access and react to changes in scale and positioning offsets,
3
- enabling components to adjust their layout and rendering behavior dynamically.</p>
4
- <p>The default context values are set to assume no scaling (<code>scale: 1</code>) and no offsets (<code>xOffset: 0, yOffset: 0</code>),
5
- which corresponds to the initial state in many applications before any dynamic adjustments are made.</p>
6
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in src/core/PositionContext.ts:54</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>autocore-react - v3.0.3</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>