@itwin/frontend-devtools 4.0.0-dev.52 → 4.0.0-dev.54
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/lib/cjs/ClipboardUtilities.d.ts +8 -8
- package/lib/cjs/ClipboardUtilities.js +26 -26
- package/lib/cjs/FrontEndDevTools.d.ts +19 -19
- package/lib/cjs/FrontEndDevTools.js +221 -221
- package/lib/cjs/FrontEndDevTools.js.map +1 -1
- package/lib/cjs/effects/Convolution.d.ts +68 -68
- package/lib/cjs/effects/Convolution.js +148 -148
- package/lib/cjs/effects/Convolution.js.map +1 -1
- package/lib/cjs/effects/EffectTools.d.ts +33 -33
- package/lib/cjs/effects/EffectTools.js +67 -67
- package/lib/cjs/effects/EffectTools.js.map +1 -1
- package/lib/cjs/effects/Explosion.d.ts +12 -12
- package/lib/cjs/effects/Explosion.js +168 -168
- package/lib/cjs/effects/Explosion.js.map +1 -1
- package/lib/cjs/effects/FlipImage.d.ts +30 -30
- package/lib/cjs/effects/FlipImage.js +79 -79
- package/lib/cjs/effects/FlipImage.js.map +1 -1
- package/lib/cjs/effects/LensDistortion.d.ts +34 -34
- package/lib/cjs/effects/LensDistortion.js +88 -88
- package/lib/cjs/effects/LensDistortion.js.map +1 -1
- package/lib/cjs/effects/Random.d.ts +24 -24
- package/lib/cjs/effects/Random.js +49 -49
- package/lib/cjs/effects/Saturation.d.ts +30 -30
- package/lib/cjs/effects/Saturation.js +59 -59
- package/lib/cjs/effects/Saturation.js.map +1 -1
- package/lib/cjs/effects/Snow.d.ts +76 -76
- package/lib/cjs/effects/Snow.js +187 -187
- package/lib/cjs/effects/Snow.js.map +1 -1
- package/lib/cjs/effects/Vignette.d.ts +39 -39
- package/lib/cjs/effects/Vignette.js +79 -79
- package/lib/cjs/effects/Vignette.js.map +1 -1
- package/lib/cjs/frontend-devtools.d.ts +82 -82
- package/lib/cjs/frontend-devtools.js +102 -98
- package/lib/cjs/frontend-devtools.js.map +1 -1
- package/lib/cjs/tools/AnimationIntervalTool.d.ts +15 -15
- package/lib/cjs/tools/AnimationIntervalTool.js +30 -30
- package/lib/cjs/tools/AnimationIntervalTool.js.map +1 -1
- package/lib/cjs/tools/ChangeUnitsTool.d.ts +15 -15
- package/lib/cjs/tools/ChangeUnitsTool.js +41 -41
- package/lib/cjs/tools/ChangeUnitsTool.js.map +1 -1
- package/lib/cjs/tools/ClipTools.d.ts +67 -67
- package/lib/cjs/tools/ClipTools.js +161 -161
- package/lib/cjs/tools/ClipTools.js.map +1 -1
- package/lib/cjs/tools/DisplayStyleTools.d.ts +145 -145
- package/lib/cjs/tools/DisplayStyleTools.js +368 -368
- package/lib/cjs/tools/DisplayStyleTools.js.map +1 -1
- package/lib/cjs/tools/EmphasizeElementsTool.d.ts +60 -60
- package/lib/cjs/tools/EmphasizeElementsTool.js +154 -154
- package/lib/cjs/tools/EmphasizeElementsTool.js.map +1 -1
- package/lib/cjs/tools/FrustumDecoration.d.ts +57 -57
- package/lib/cjs/tools/FrustumDecoration.js +374 -374
- package/lib/cjs/tools/FrustumDecoration.js.map +1 -1
- package/lib/cjs/tools/InspectElementTool.d.ts +42 -42
- package/lib/cjs/tools/InspectElementTool.js +198 -198
- package/lib/cjs/tools/InspectElementTool.js.map +1 -1
- package/lib/cjs/tools/MapLayerTool.d.ts +264 -264
- package/lib/cjs/tools/MapLayerTool.js +507 -507
- package/lib/cjs/tools/MapLayerTool.js.map +1 -1
- package/lib/cjs/tools/MeasureTileLoadTime.d.ts +12 -12
- package/lib/cjs/tools/MeasureTileLoadTime.js +63 -63
- package/lib/cjs/tools/MeasureTileLoadTime.js.map +1 -1
- package/lib/cjs/tools/ModelAppearanceTools.d.ts +86 -86
- package/lib/cjs/tools/ModelAppearanceTools.js +183 -183
- package/lib/cjs/tools/ModelAppearanceTools.js.map +1 -1
- package/lib/cjs/tools/PlanProjectionTools.d.ts +40 -40
- package/lib/cjs/tools/PlanProjectionTools.js +149 -149
- package/lib/cjs/tools/PlanProjectionTools.js.map +1 -1
- package/lib/cjs/tools/PlanarMaskTools.d.ts +182 -182
- package/lib/cjs/tools/PlanarMaskTools.js +391 -391
- package/lib/cjs/tools/PlanarMaskTools.js.map +1 -1
- package/lib/cjs/tools/ProjectExtents.d.ts +41 -41
- package/lib/cjs/tools/ProjectExtents.js +110 -110
- package/lib/cjs/tools/ProjectExtents.js.map +1 -1
- package/lib/cjs/tools/RealityModelTools.d.ts +116 -116
- package/lib/cjs/tools/RealityModelTools.js +281 -281
- package/lib/cjs/tools/RealityModelTools.js.map +1 -1
- package/lib/cjs/tools/RealityTransitionTool.d.ts +25 -25
- package/lib/cjs/tools/RealityTransitionTool.js +115 -115
- package/lib/cjs/tools/RealityTransitionTool.js.map +1 -1
- package/lib/cjs/tools/RenderSystemTools.d.ts +38 -38
- package/lib/cjs/tools/RenderSystemTools.js +69 -69
- package/lib/cjs/tools/RenderSystemTools.js.map +1 -1
- package/lib/cjs/tools/RenderTargetTools.d.ts +107 -107
- package/lib/cjs/tools/RenderTargetTools.d.ts.map +1 -1
- package/lib/cjs/tools/RenderTargetTools.js +174 -174
- package/lib/cjs/tools/RenderTargetTools.js.map +1 -1
- package/lib/cjs/tools/ReportWebGLCompatibilityTool.d.ts +11 -11
- package/lib/cjs/tools/ReportWebGLCompatibilityTool.js +30 -30
- package/lib/cjs/tools/ReportWebGLCompatibilityTool.js.map +1 -1
- package/lib/cjs/tools/SavedViews.d.ts +46 -46
- package/lib/cjs/tools/SavedViews.js +136 -136
- package/lib/cjs/tools/SavedViews.js.map +1 -1
- package/lib/cjs/tools/ScheduleScriptTools.d.ts +37 -37
- package/lib/cjs/tools/ScheduleScriptTools.js +157 -157
- package/lib/cjs/tools/ScheduleScriptTools.js.map +1 -1
- package/lib/cjs/tools/SelectionTools.d.ts +28 -28
- package/lib/cjs/tools/SelectionTools.js +87 -87
- package/lib/cjs/tools/SelectionTools.js.map +1 -1
- package/lib/cjs/tools/SetGpuMemoryLimitTool.d.ts +15 -15
- package/lib/cjs/tools/SetGpuMemoryLimitTool.js +33 -33
- package/lib/cjs/tools/SetGpuMemoryLimitTool.js.map +1 -1
- package/lib/cjs/tools/SourceAspectIdTools.d.ts +40 -40
- package/lib/cjs/tools/SourceAspectIdTools.js +86 -86
- package/lib/cjs/tools/SourceAspectIdTools.js.map +1 -1
- package/lib/cjs/tools/TileRequestDecoration.d.ts +12 -12
- package/lib/cjs/tools/TileRequestDecoration.js +83 -83
- package/lib/cjs/tools/TileRequestDecoration.js.map +1 -1
- package/lib/cjs/tools/TileTreeBoundsDecoration.d.ts +11 -11
- package/lib/cjs/tools/TileTreeBoundsDecoration.js +74 -74
- package/lib/cjs/tools/TileTreeBoundsDecoration.js.map +1 -1
- package/lib/cjs/tools/ToolTipProvider.d.ts +15 -15
- package/lib/cjs/tools/ToolTipProvider.js +66 -66
- package/lib/cjs/tools/ToolTipProvider.js.map +1 -1
- package/lib/cjs/tools/ViewportTools.d.ts +218 -218
- package/lib/cjs/tools/ViewportTools.js +516 -516
- package/lib/cjs/tools/ViewportTools.js.map +1 -1
- package/lib/cjs/tools/parseArgs.d.ts +23 -23
- package/lib/cjs/tools/parseArgs.js +51 -51
- package/lib/cjs/tools/parseBoolean.d.ts +8 -8
- package/lib/cjs/tools/parseBoolean.js +26 -26
- package/lib/cjs/tools/parseToggle.d.ts +8 -8
- package/lib/cjs/tools/parseToggle.js +25 -25
- package/lib/cjs/ui/Button.d.ts +29 -29
- package/lib/cjs/ui/Button.d.ts.map +1 -1
- package/lib/cjs/ui/Button.js +26 -26
- package/lib/cjs/ui/CheckBox.d.ts +23 -23
- package/lib/cjs/ui/CheckBox.d.ts.map +1 -1
- package/lib/cjs/ui/CheckBox.js +27 -27
- package/lib/cjs/ui/ColorInput.d.ts +27 -27
- package/lib/cjs/ui/ColorInput.d.ts.map +1 -1
- package/lib/cjs/ui/ColorInput.js +53 -53
- package/lib/cjs/ui/ComboBox.d.ts +28 -28
- package/lib/cjs/ui/ComboBox.d.ts.map +1 -1
- package/lib/cjs/ui/ComboBox.js +42 -42
- package/lib/cjs/ui/DataList.d.ts +27 -27
- package/lib/cjs/ui/DataList.d.ts.map +1 -1
- package/lib/cjs/ui/DataList.js +39 -39
- package/lib/cjs/ui/NestedMenu.d.ts +19 -19
- package/lib/cjs/ui/NestedMenu.d.ts.map +1 -1
- package/lib/cjs/ui/NestedMenu.js +46 -46
- package/lib/cjs/ui/NumericInput.d.ts +35 -35
- package/lib/cjs/ui/NumericInput.d.ts.map +1 -1
- package/lib/cjs/ui/NumericInput.js +61 -61
- package/lib/cjs/ui/RadioBox.d.ts +29 -29
- package/lib/cjs/ui/RadioBox.d.ts.map +1 -1
- package/lib/cjs/ui/RadioBox.js +76 -76
- package/lib/cjs/ui/Slider.d.ts +28 -28
- package/lib/cjs/ui/Slider.d.ts.map +1 -1
- package/lib/cjs/ui/Slider.js +42 -42
- package/lib/cjs/ui/TextBox.d.ts +32 -32
- package/lib/cjs/ui/TextBox.d.ts.map +1 -1
- package/lib/cjs/ui/TextBox.js +56 -56
- package/lib/cjs/widgets/DiagnosticsPanel.d.ts +37 -37
- package/lib/cjs/widgets/DiagnosticsPanel.js +81 -81
- package/lib/cjs/widgets/FpsTracker.d.ts +19 -19
- package/lib/cjs/widgets/FpsTracker.js +56 -56
- package/lib/cjs/widgets/GpuProfiler.d.ts +16 -16
- package/lib/cjs/widgets/GpuProfiler.js +192 -192
- package/lib/cjs/widgets/KeyinField.d.ts +61 -61
- package/lib/cjs/widgets/KeyinField.js +186 -186
- package/lib/cjs/widgets/MemoryTracker.d.ts +27 -27
- package/lib/cjs/widgets/MemoryTracker.js +242 -242
- package/lib/cjs/widgets/MemoryTracker.js.map +1 -1
- package/lib/cjs/widgets/RenderCommandBreakdown.d.ts +15 -15
- package/lib/cjs/widgets/RenderCommandBreakdown.js +67 -67
- package/lib/cjs/widgets/TileMemoryBreakdown.d.ts +30 -30
- package/lib/cjs/widgets/TileMemoryBreakdown.js +203 -203
- package/lib/cjs/widgets/TileStatisticsTracker.d.ts +21 -21
- package/lib/cjs/widgets/TileStatisticsTracker.js +144 -144
- package/lib/cjs/widgets/ToolSettingsTracker.d.ts +9 -9
- package/lib/cjs/widgets/ToolSettingsTracker.js +211 -211
- package/lib/cjs/widgets/ToolSettingsTracker.js.map +1 -1
- package/lib/esm/ClipboardUtilities.d.ts +8 -8
- package/lib/esm/ClipboardUtilities.js +22 -22
- package/lib/esm/FrontEndDevTools.d.ts +19 -19
- package/lib/esm/FrontEndDevTools.js +218 -217
- package/lib/esm/FrontEndDevTools.js.map +1 -1
- package/lib/esm/effects/Convolution.d.ts +68 -68
- package/lib/esm/effects/Convolution.js +144 -138
- package/lib/esm/effects/Convolution.js.map +1 -1
- package/lib/esm/effects/EffectTools.d.ts +33 -33
- package/lib/esm/effects/EffectTools.js +63 -61
- package/lib/esm/effects/EffectTools.js.map +1 -1
- package/lib/esm/effects/Explosion.d.ts +12 -12
- package/lib/esm/effects/Explosion.js +165 -164
- package/lib/esm/effects/Explosion.js.map +1 -1
- package/lib/esm/effects/FlipImage.d.ts +30 -30
- package/lib/esm/effects/FlipImage.js +76 -74
- package/lib/esm/effects/FlipImage.js.map +1 -1
- package/lib/esm/effects/LensDistortion.d.ts +34 -34
- package/lib/esm/effects/LensDistortion.js +85 -83
- package/lib/esm/effects/LensDistortion.js.map +1 -1
- package/lib/esm/effects/Random.d.ts +24 -24
- package/lib/esm/effects/Random.js +41 -41
- package/lib/esm/effects/Saturation.d.ts +30 -30
- package/lib/esm/effects/Saturation.js +56 -54
- package/lib/esm/effects/Saturation.js.map +1 -1
- package/lib/esm/effects/Snow.d.ts +76 -76
- package/lib/esm/effects/Snow.js +184 -182
- package/lib/esm/effects/Snow.js.map +1 -1
- package/lib/esm/effects/Vignette.d.ts +39 -39
- package/lib/esm/effects/Vignette.js +76 -74
- package/lib/esm/effects/Vignette.js.map +1 -1
- package/lib/esm/frontend-devtools.d.ts +82 -82
- package/lib/esm/frontend-devtools.js +86 -86
- package/lib/esm/tools/AnimationIntervalTool.d.ts +15 -15
- package/lib/esm/tools/AnimationIntervalTool.js +27 -26
- package/lib/esm/tools/AnimationIntervalTool.js.map +1 -1
- package/lib/esm/tools/ChangeUnitsTool.d.ts +15 -15
- package/lib/esm/tools/ChangeUnitsTool.js +38 -37
- package/lib/esm/tools/ChangeUnitsTool.js.map +1 -1
- package/lib/esm/tools/ClipTools.d.ts +67 -67
- package/lib/esm/tools/ClipTools.js +158 -155
- package/lib/esm/tools/ClipTools.js.map +1 -1
- package/lib/esm/tools/DisplayStyleTools.d.ts +145 -145
- package/lib/esm/tools/DisplayStyleTools.js +364 -354
- package/lib/esm/tools/DisplayStyleTools.js.map +1 -1
- package/lib/esm/tools/EmphasizeElementsTool.d.ts +60 -60
- package/lib/esm/tools/EmphasizeElementsTool.js +150 -145
- package/lib/esm/tools/EmphasizeElementsTool.js.map +1 -1
- package/lib/esm/tools/FrustumDecoration.d.ts +57 -57
- package/lib/esm/tools/FrustumDecoration.js +370 -367
- package/lib/esm/tools/FrustumDecoration.js.map +1 -1
- package/lib/esm/tools/InspectElementTool.d.ts +42 -42
- package/lib/esm/tools/InspectElementTool.js +195 -194
- package/lib/esm/tools/InspectElementTool.js.map +1 -1
- package/lib/esm/tools/MapLayerTool.d.ts +264 -264
- package/lib/esm/tools/MapLayerTool.js +504 -485
- package/lib/esm/tools/MapLayerTool.js.map +1 -1
- package/lib/esm/tools/MeasureTileLoadTime.d.ts +12 -12
- package/lib/esm/tools/MeasureTileLoadTime.js +60 -59
- package/lib/esm/tools/MeasureTileLoadTime.js.map +1 -1
- package/lib/esm/tools/ModelAppearanceTools.d.ts +86 -86
- package/lib/esm/tools/ModelAppearanceTools.js +180 -172
- package/lib/esm/tools/ModelAppearanceTools.js.map +1 -1
- package/lib/esm/tools/PlanProjectionTools.d.ts +40 -40
- package/lib/esm/tools/PlanProjectionTools.js +146 -143
- package/lib/esm/tools/PlanProjectionTools.js.map +1 -1
- package/lib/esm/tools/PlanarMaskTools.d.ts +182 -182
- package/lib/esm/tools/PlanarMaskTools.js +387 -375
- package/lib/esm/tools/PlanarMaskTools.js.map +1 -1
- package/lib/esm/tools/ProjectExtents.d.ts +41 -41
- package/lib/esm/tools/ProjectExtents.js +105 -104
- package/lib/esm/tools/ProjectExtents.js.map +1 -1
- package/lib/esm/tools/RealityModelTools.d.ts +116 -116
- package/lib/esm/tools/RealityModelTools.js +278 -268
- package/lib/esm/tools/RealityModelTools.js.map +1 -1
- package/lib/esm/tools/RealityTransitionTool.d.ts +25 -25
- package/lib/esm/tools/RealityTransitionTool.js +112 -111
- package/lib/esm/tools/RealityTransitionTool.js.map +1 -1
- package/lib/esm/tools/RenderSystemTools.d.ts +38 -38
- package/lib/esm/tools/RenderSystemTools.js +65 -62
- package/lib/esm/tools/RenderSystemTools.js.map +1 -1
- package/lib/esm/tools/RenderTargetTools.d.ts +107 -107
- package/lib/esm/tools/RenderTargetTools.d.ts.map +1 -1
- package/lib/esm/tools/RenderTargetTools.js +169 -159
- package/lib/esm/tools/RenderTargetTools.js.map +1 -1
- package/lib/esm/tools/ReportWebGLCompatibilityTool.d.ts +11 -11
- package/lib/esm/tools/ReportWebGLCompatibilityTool.js +27 -26
- package/lib/esm/tools/ReportWebGLCompatibilityTool.js.map +1 -1
- package/lib/esm/tools/SavedViews.d.ts +46 -46
- package/lib/esm/tools/SavedViews.js +131 -128
- package/lib/esm/tools/SavedViews.js.map +1 -1
- package/lib/esm/tools/ScheduleScriptTools.d.ts +37 -37
- package/lib/esm/tools/ScheduleScriptTools.js +154 -151
- package/lib/esm/tools/ScheduleScriptTools.js.map +1 -1
- package/lib/esm/tools/SelectionTools.d.ts +28 -28
- package/lib/esm/tools/SelectionTools.js +84 -82
- package/lib/esm/tools/SelectionTools.js.map +1 -1
- package/lib/esm/tools/SetGpuMemoryLimitTool.d.ts +15 -15
- package/lib/esm/tools/SetGpuMemoryLimitTool.js +30 -29
- package/lib/esm/tools/SetGpuMemoryLimitTool.js.map +1 -1
- package/lib/esm/tools/SourceAspectIdTools.d.ts +40 -40
- package/lib/esm/tools/SourceAspectIdTools.js +82 -80
- package/lib/esm/tools/SourceAspectIdTools.js.map +1 -1
- package/lib/esm/tools/TileRequestDecoration.d.ts +12 -12
- package/lib/esm/tools/TileRequestDecoration.js +80 -79
- package/lib/esm/tools/TileRequestDecoration.js.map +1 -1
- package/lib/esm/tools/TileTreeBoundsDecoration.d.ts +11 -11
- package/lib/esm/tools/TileTreeBoundsDecoration.js +71 -70
- package/lib/esm/tools/TileTreeBoundsDecoration.js.map +1 -1
- package/lib/esm/tools/ToolTipProvider.d.ts +15 -15
- package/lib/esm/tools/ToolTipProvider.js +63 -62
- package/lib/esm/tools/ToolTipProvider.js.map +1 -1
- package/lib/esm/tools/ViewportTools.d.ts +218 -218
- package/lib/esm/tools/ViewportTools.js +511 -492
- package/lib/esm/tools/ViewportTools.js.map +1 -1
- package/lib/esm/tools/parseArgs.d.ts +23 -23
- package/lib/esm/tools/parseArgs.js +47 -47
- package/lib/esm/tools/parseBoolean.d.ts +8 -8
- package/lib/esm/tools/parseBoolean.js +22 -22
- package/lib/esm/tools/parseToggle.d.ts +8 -8
- package/lib/esm/tools/parseToggle.js +21 -21
- package/lib/esm/ui/Button.d.ts +29 -29
- package/lib/esm/ui/Button.d.ts.map +1 -1
- package/lib/esm/ui/Button.js +22 -22
- package/lib/esm/ui/CheckBox.d.ts +23 -23
- package/lib/esm/ui/CheckBox.d.ts.map +1 -1
- package/lib/esm/ui/CheckBox.js +23 -23
- package/lib/esm/ui/ColorInput.d.ts +27 -27
- package/lib/esm/ui/ColorInput.d.ts.map +1 -1
- package/lib/esm/ui/ColorInput.js +48 -48
- package/lib/esm/ui/ComboBox.d.ts +28 -28
- package/lib/esm/ui/ComboBox.d.ts.map +1 -1
- package/lib/esm/ui/ComboBox.js +38 -38
- package/lib/esm/ui/DataList.d.ts +27 -27
- package/lib/esm/ui/DataList.d.ts.map +1 -1
- package/lib/esm/ui/DataList.js +34 -34
- package/lib/esm/ui/NestedMenu.d.ts +19 -19
- package/lib/esm/ui/NestedMenu.d.ts.map +1 -1
- package/lib/esm/ui/NestedMenu.js +42 -42
- package/lib/esm/ui/NumericInput.d.ts +35 -35
- package/lib/esm/ui/NumericInput.d.ts.map +1 -1
- package/lib/esm/ui/NumericInput.js +56 -56
- package/lib/esm/ui/RadioBox.d.ts +29 -29
- package/lib/esm/ui/RadioBox.d.ts.map +1 -1
- package/lib/esm/ui/RadioBox.js +72 -72
- package/lib/esm/ui/Slider.d.ts +28 -28
- package/lib/esm/ui/Slider.d.ts.map +1 -1
- package/lib/esm/ui/Slider.js +38 -38
- package/lib/esm/ui/TextBox.d.ts +32 -32
- package/lib/esm/ui/TextBox.d.ts.map +1 -1
- package/lib/esm/ui/TextBox.js +52 -52
- package/lib/esm/widgets/DiagnosticsPanel.d.ts +37 -37
- package/lib/esm/widgets/DiagnosticsPanel.js +77 -77
- package/lib/esm/widgets/FpsTracker.d.ts +19 -19
- package/lib/esm/widgets/FpsTracker.js +52 -52
- package/lib/esm/widgets/GpuProfiler.d.ts +16 -16
- package/lib/esm/widgets/GpuProfiler.js +188 -188
- package/lib/esm/widgets/KeyinField.d.ts +61 -61
- package/lib/esm/widgets/KeyinField.js +182 -182
- package/lib/esm/widgets/MemoryTracker.d.ts +27 -27
- package/lib/esm/widgets/MemoryTracker.js +237 -237
- package/lib/esm/widgets/MemoryTracker.js.map +1 -1
- package/lib/esm/widgets/RenderCommandBreakdown.d.ts +15 -15
- package/lib/esm/widgets/RenderCommandBreakdown.js +63 -63
- package/lib/esm/widgets/TileMemoryBreakdown.d.ts +30 -30
- package/lib/esm/widgets/TileMemoryBreakdown.js +199 -199
- package/lib/esm/widgets/TileStatisticsTracker.d.ts +21 -21
- package/lib/esm/widgets/TileStatisticsTracker.js +140 -140
- package/lib/esm/widgets/ToolSettingsTracker.d.ts +9 -9
- package/lib/esm/widgets/ToolSettingsTracker.js +208 -207
- package/lib/esm/widgets/ToolSettingsTracker.js.map +1 -1
- package/package.json +8 -8
|
@@ -1,187 +1,187 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*---------------------------------------------------------------------------------------------
|
|
3
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
-
*--------------------------------------------------------------------------------------------*/
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.KeyinField = exports.KeyinFieldLocalization = void 0;
|
|
8
|
-
/** @packageDocumentation
|
|
9
|
-
* @module Widgets
|
|
10
|
-
*/
|
|
11
|
-
const core_frontend_1 = require("@itwin/core-frontend");
|
|
12
|
-
const Button_1 = require("../ui/Button");
|
|
13
|
-
const DataList_1 = require("../ui/DataList");
|
|
14
|
-
const TextBox_1 = require("../ui/TextBox");
|
|
15
|
-
function keyinsToDataListEntries(keyins) {
|
|
16
|
-
const entries = [];
|
|
17
|
-
for (const keyin of keyins) {
|
|
18
|
-
entries.push({ value: keyin });
|
|
19
|
-
}
|
|
20
|
-
return entries;
|
|
21
|
-
}
|
|
22
|
-
/** Controls whether localized and/or non-localized key-in strings appear in a KeyinField's auto-completion list.
|
|
23
|
-
* @beta
|
|
24
|
-
*/
|
|
25
|
-
var KeyinFieldLocalization;
|
|
26
|
-
(function (KeyinFieldLocalization) {
|
|
27
|
-
/** Include only non-localized key-in strings. */
|
|
28
|
-
KeyinFieldLocalization[KeyinFieldLocalization["NonLocalized"] = 0] = "NonLocalized";
|
|
29
|
-
/** Include only localized key-in strings. */
|
|
30
|
-
KeyinFieldLocalization[KeyinFieldLocalization["Localized"] = 1] = "Localized";
|
|
31
|
-
/** Include localized and non-localized strings for each key-in. */
|
|
32
|
-
KeyinFieldLocalization[KeyinFieldLocalization["Both"] = 2] = "Both";
|
|
33
|
-
})(KeyinFieldLocalization = exports.KeyinFieldLocalization || (exports.KeyinFieldLocalization = {}));
|
|
34
|
-
/** A textbox allowing input of key-ins (localized tool names) combined with a drop-down that lists all registered key-ins, filtered by substring match on the current input.
|
|
35
|
-
* Press `enter` or click the Enter button to run the key-in.
|
|
36
|
-
* @beta
|
|
37
|
-
*/
|
|
38
|
-
class KeyinField {
|
|
39
|
-
constructor(props) {
|
|
40
|
-
this._historyLength = 0;
|
|
41
|
-
this._localization = props.localization ?? KeyinFieldLocalization.NonLocalized;
|
|
42
|
-
this.keyins = this.findKeyins();
|
|
43
|
-
const autoCompleteListId = `${props.baseId}_autoComplete`;
|
|
44
|
-
this.autoCompleteList = (0, DataList_1.createDataList)({
|
|
45
|
-
parent: props.parent,
|
|
46
|
-
entries: keyinsToDataListEntries(this.keyins),
|
|
47
|
-
id: autoCompleteListId,
|
|
48
|
-
inline: true,
|
|
49
|
-
});
|
|
50
|
-
this.textBox = (0, TextBox_1.createTextBox)({
|
|
51
|
-
label: props.wantLabel ? "Key-in: " : undefined,
|
|
52
|
-
id: `${props.baseId}_textBox`,
|
|
53
|
-
parent: props.parent,
|
|
54
|
-
handler: () => this.selectAll(),
|
|
55
|
-
keypresshandler: async (_tb, ev) => { await this.handleKeyPress(ev); },
|
|
56
|
-
focushandler: (_tb) => { this.respondToKeyinFocus(); },
|
|
57
|
-
tooltip: "Type the key-in text here",
|
|
58
|
-
inline: true,
|
|
59
|
-
list: autoCompleteListId,
|
|
60
|
-
});
|
|
61
|
-
if (props.wantButton) {
|
|
62
|
-
(0, Button_1.createButton)({
|
|
63
|
-
handler: async (_bt) => { await this.submitKeyin(); },
|
|
64
|
-
parent: props.parent,
|
|
65
|
-
value: "Enter",
|
|
66
|
-
inline: true,
|
|
67
|
-
tooltip: "Click here to execute the key-in",
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
if (undefined !== props.historyLength && props.historyLength > 0) {
|
|
71
|
-
this.textBox.textbox.onkeydown = (ev) => this.handleKeyDown(ev); // eslint-disable-line @typescript-eslint/promise-function-async
|
|
72
|
-
this._historyLength = props.historyLength;
|
|
73
|
-
this._history = [];
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
focus() { this.textBox.textbox.focus(); }
|
|
77
|
-
loseFocus() { this.textBox.textbox.blur(); }
|
|
78
|
-
selectAll() {
|
|
79
|
-
this.textBox.textbox.setSelectionRange(0, this.textBox.textbox.value.length);
|
|
80
|
-
}
|
|
81
|
-
async handleKeyPress(ev) {
|
|
82
|
-
ev.stopPropagation();
|
|
83
|
-
if ("Enter" === ev.key)
|
|
84
|
-
await this.submitKeyin();
|
|
85
|
-
}
|
|
86
|
-
async handleKeyDown(ev) {
|
|
87
|
-
ev.stopPropagation();
|
|
88
|
-
if (undefined === this._history || 0 === this._history.length)
|
|
89
|
-
return;
|
|
90
|
-
// NB: History list is ordered by most to least recent so moving "backwards" means incrementing the index.
|
|
91
|
-
const direction = ev.key === "ArrowDown" ? 1 : (ev.key === "ArrowUp" ? 1 : 0);
|
|
92
|
-
if (0 === direction)
|
|
93
|
-
return;
|
|
94
|
-
ev.preventDefault();
|
|
95
|
-
ev.stopPropagation();
|
|
96
|
-
if (this._historyIndex === undefined) {
|
|
97
|
-
if (direction < 0)
|
|
98
|
-
return;
|
|
99
|
-
else
|
|
100
|
-
this._historyIndex = -1;
|
|
101
|
-
}
|
|
102
|
-
const newIndex = this._historyIndex + direction;
|
|
103
|
-
if (newIndex >= 0 && newIndex < this._history.length) {
|
|
104
|
-
this._historyIndex = newIndex;
|
|
105
|
-
if (this._historyIndex >= 0)
|
|
106
|
-
this.textBox.textbox.value = this._history[newIndex];
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
resetHistoryIndex() {
|
|
110
|
-
this._historyIndex = undefined;
|
|
111
|
-
}
|
|
112
|
-
pushHistory(keyin) {
|
|
113
|
-
if (undefined === this._history)
|
|
114
|
-
return;
|
|
115
|
-
this.textBox.textbox.value = "";
|
|
116
|
-
this.resetHistoryIndex();
|
|
117
|
-
if (this._history.length === 0 || keyin.toLowerCase() !== this._history[0].toLowerCase()) {
|
|
118
|
-
this._history.unshift(keyin);
|
|
119
|
-
if (this._history.length > this._historyLength)
|
|
120
|
-
this._history.pop();
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
async submitKeyin() {
|
|
124
|
-
this.selectAll();
|
|
125
|
-
const textBox = this.textBox.textbox;
|
|
126
|
-
const input = textBox.value;
|
|
127
|
-
this.pushHistory(input);
|
|
128
|
-
let message;
|
|
129
|
-
try {
|
|
130
|
-
switch (await core_frontend_1.IModelApp.tools.parseAndRun(input)) {
|
|
131
|
-
case core_frontend_1.ParseAndRunResult.ToolNotFound:
|
|
132
|
-
message = `Cannot find a key-in that matches: ${input}`;
|
|
133
|
-
break;
|
|
134
|
-
case core_frontend_1.ParseAndRunResult.BadArgumentCount:
|
|
135
|
-
message = "Incorrect number of arguments";
|
|
136
|
-
break;
|
|
137
|
-
case core_frontend_1.ParseAndRunResult.FailedToRun:
|
|
138
|
-
message = "Key-in failed to run";
|
|
139
|
-
break;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
catch (ex) {
|
|
143
|
-
message = `Key-in produced exception: ${ex}`;
|
|
144
|
-
}
|
|
145
|
-
if (undefined !== message)
|
|
146
|
-
await core_frontend_1.IModelApp.notifications.openMessageBox(core_frontend_1.MessageBoxType.MediumAlert, message, core_frontend_1.MessageBoxIconType.Warning);
|
|
147
|
-
}
|
|
148
|
-
respondToKeyinFocus() {
|
|
149
|
-
this.resetHistoryIndex();
|
|
150
|
-
// Handle case in which new tools were registered since we last populated the auto-complete list.
|
|
151
|
-
// This can occur e.g. as a result of loading a extension, or deferred initialization of a package like markup.
|
|
152
|
-
const keyins = this.findKeyins();
|
|
153
|
-
if (keyins.length > this.keyins.length) {
|
|
154
|
-
const newKeyins = [];
|
|
155
|
-
for (const keyin of keyins)
|
|
156
|
-
if (!this.keyins.includes(keyin)) {
|
|
157
|
-
newKeyins.push(keyin);
|
|
158
|
-
this.keyins.push(keyin);
|
|
159
|
-
}
|
|
160
|
-
if (newKeyins.length > 0)
|
|
161
|
-
(0, DataList_1.appendDataListEntries)(this.autoCompleteList, keyinsToDataListEntries(newKeyins));
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
findKeyins() {
|
|
165
|
-
const keyins = [];
|
|
166
|
-
const tools = core_frontend_1.IModelApp.tools.getToolList();
|
|
167
|
-
for (const tool of tools) {
|
|
168
|
-
switch (this._localization) {
|
|
169
|
-
case KeyinFieldLocalization.Localized:
|
|
170
|
-
keyins.push(tool.keyin);
|
|
171
|
-
break;
|
|
172
|
-
case KeyinFieldLocalization.Both:
|
|
173
|
-
keyins.push(tool.keyin);
|
|
174
|
-
if (tool.keyin === tool.englishKeyin)
|
|
175
|
-
break;
|
|
176
|
-
/* falls through */
|
|
177
|
-
default:
|
|
178
|
-
case KeyinFieldLocalization.NonLocalized:
|
|
179
|
-
keyins.push(tool.englishKeyin);
|
|
180
|
-
break;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
return keyins;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
exports.KeyinField = KeyinField;
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.KeyinField = exports.KeyinFieldLocalization = void 0;
|
|
8
|
+
/** @packageDocumentation
|
|
9
|
+
* @module Widgets
|
|
10
|
+
*/
|
|
11
|
+
const core_frontend_1 = require("@itwin/core-frontend");
|
|
12
|
+
const Button_1 = require("../ui/Button");
|
|
13
|
+
const DataList_1 = require("../ui/DataList");
|
|
14
|
+
const TextBox_1 = require("../ui/TextBox");
|
|
15
|
+
function keyinsToDataListEntries(keyins) {
|
|
16
|
+
const entries = [];
|
|
17
|
+
for (const keyin of keyins) {
|
|
18
|
+
entries.push({ value: keyin });
|
|
19
|
+
}
|
|
20
|
+
return entries;
|
|
21
|
+
}
|
|
22
|
+
/** Controls whether localized and/or non-localized key-in strings appear in a KeyinField's auto-completion list.
|
|
23
|
+
* @beta
|
|
24
|
+
*/
|
|
25
|
+
var KeyinFieldLocalization;
|
|
26
|
+
(function (KeyinFieldLocalization) {
|
|
27
|
+
/** Include only non-localized key-in strings. */
|
|
28
|
+
KeyinFieldLocalization[KeyinFieldLocalization["NonLocalized"] = 0] = "NonLocalized";
|
|
29
|
+
/** Include only localized key-in strings. */
|
|
30
|
+
KeyinFieldLocalization[KeyinFieldLocalization["Localized"] = 1] = "Localized";
|
|
31
|
+
/** Include localized and non-localized strings for each key-in. */
|
|
32
|
+
KeyinFieldLocalization[KeyinFieldLocalization["Both"] = 2] = "Both";
|
|
33
|
+
})(KeyinFieldLocalization = exports.KeyinFieldLocalization || (exports.KeyinFieldLocalization = {}));
|
|
34
|
+
/** A textbox allowing input of key-ins (localized tool names) combined with a drop-down that lists all registered key-ins, filtered by substring match on the current input.
|
|
35
|
+
* Press `enter` or click the Enter button to run the key-in.
|
|
36
|
+
* @beta
|
|
37
|
+
*/
|
|
38
|
+
class KeyinField {
|
|
39
|
+
constructor(props) {
|
|
40
|
+
this._historyLength = 0;
|
|
41
|
+
this._localization = props.localization ?? KeyinFieldLocalization.NonLocalized;
|
|
42
|
+
this.keyins = this.findKeyins();
|
|
43
|
+
const autoCompleteListId = `${props.baseId}_autoComplete`;
|
|
44
|
+
this.autoCompleteList = (0, DataList_1.createDataList)({
|
|
45
|
+
parent: props.parent,
|
|
46
|
+
entries: keyinsToDataListEntries(this.keyins),
|
|
47
|
+
id: autoCompleteListId,
|
|
48
|
+
inline: true,
|
|
49
|
+
});
|
|
50
|
+
this.textBox = (0, TextBox_1.createTextBox)({
|
|
51
|
+
label: props.wantLabel ? "Key-in: " : undefined,
|
|
52
|
+
id: `${props.baseId}_textBox`,
|
|
53
|
+
parent: props.parent,
|
|
54
|
+
handler: () => this.selectAll(),
|
|
55
|
+
keypresshandler: async (_tb, ev) => { await this.handleKeyPress(ev); },
|
|
56
|
+
focushandler: (_tb) => { this.respondToKeyinFocus(); },
|
|
57
|
+
tooltip: "Type the key-in text here",
|
|
58
|
+
inline: true,
|
|
59
|
+
list: autoCompleteListId,
|
|
60
|
+
});
|
|
61
|
+
if (props.wantButton) {
|
|
62
|
+
(0, Button_1.createButton)({
|
|
63
|
+
handler: async (_bt) => { await this.submitKeyin(); },
|
|
64
|
+
parent: props.parent,
|
|
65
|
+
value: "Enter",
|
|
66
|
+
inline: true,
|
|
67
|
+
tooltip: "Click here to execute the key-in",
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
if (undefined !== props.historyLength && props.historyLength > 0) {
|
|
71
|
+
this.textBox.textbox.onkeydown = (ev) => this.handleKeyDown(ev); // eslint-disable-line @typescript-eslint/promise-function-async
|
|
72
|
+
this._historyLength = props.historyLength;
|
|
73
|
+
this._history = [];
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
focus() { this.textBox.textbox.focus(); }
|
|
77
|
+
loseFocus() { this.textBox.textbox.blur(); }
|
|
78
|
+
selectAll() {
|
|
79
|
+
this.textBox.textbox.setSelectionRange(0, this.textBox.textbox.value.length);
|
|
80
|
+
}
|
|
81
|
+
async handleKeyPress(ev) {
|
|
82
|
+
ev.stopPropagation();
|
|
83
|
+
if ("Enter" === ev.key)
|
|
84
|
+
await this.submitKeyin();
|
|
85
|
+
}
|
|
86
|
+
async handleKeyDown(ev) {
|
|
87
|
+
ev.stopPropagation();
|
|
88
|
+
if (undefined === this._history || 0 === this._history.length)
|
|
89
|
+
return;
|
|
90
|
+
// NB: History list is ordered by most to least recent so moving "backwards" means incrementing the index.
|
|
91
|
+
const direction = ev.key === "ArrowDown" ? 1 : (ev.key === "ArrowUp" ? 1 : 0);
|
|
92
|
+
if (0 === direction)
|
|
93
|
+
return;
|
|
94
|
+
ev.preventDefault();
|
|
95
|
+
ev.stopPropagation();
|
|
96
|
+
if (this._historyIndex === undefined) {
|
|
97
|
+
if (direction < 0)
|
|
98
|
+
return;
|
|
99
|
+
else
|
|
100
|
+
this._historyIndex = -1;
|
|
101
|
+
}
|
|
102
|
+
const newIndex = this._historyIndex + direction;
|
|
103
|
+
if (newIndex >= 0 && newIndex < this._history.length) {
|
|
104
|
+
this._historyIndex = newIndex;
|
|
105
|
+
if (this._historyIndex >= 0)
|
|
106
|
+
this.textBox.textbox.value = this._history[newIndex];
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
resetHistoryIndex() {
|
|
110
|
+
this._historyIndex = undefined;
|
|
111
|
+
}
|
|
112
|
+
pushHistory(keyin) {
|
|
113
|
+
if (undefined === this._history)
|
|
114
|
+
return;
|
|
115
|
+
this.textBox.textbox.value = "";
|
|
116
|
+
this.resetHistoryIndex();
|
|
117
|
+
if (this._history.length === 0 || keyin.toLowerCase() !== this._history[0].toLowerCase()) {
|
|
118
|
+
this._history.unshift(keyin);
|
|
119
|
+
if (this._history.length > this._historyLength)
|
|
120
|
+
this._history.pop();
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
async submitKeyin() {
|
|
124
|
+
this.selectAll();
|
|
125
|
+
const textBox = this.textBox.textbox;
|
|
126
|
+
const input = textBox.value;
|
|
127
|
+
this.pushHistory(input);
|
|
128
|
+
let message;
|
|
129
|
+
try {
|
|
130
|
+
switch (await core_frontend_1.IModelApp.tools.parseAndRun(input)) {
|
|
131
|
+
case core_frontend_1.ParseAndRunResult.ToolNotFound:
|
|
132
|
+
message = `Cannot find a key-in that matches: ${input}`;
|
|
133
|
+
break;
|
|
134
|
+
case core_frontend_1.ParseAndRunResult.BadArgumentCount:
|
|
135
|
+
message = "Incorrect number of arguments";
|
|
136
|
+
break;
|
|
137
|
+
case core_frontend_1.ParseAndRunResult.FailedToRun:
|
|
138
|
+
message = "Key-in failed to run";
|
|
139
|
+
break;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
catch (ex) {
|
|
143
|
+
message = `Key-in produced exception: ${ex}`;
|
|
144
|
+
}
|
|
145
|
+
if (undefined !== message)
|
|
146
|
+
await core_frontend_1.IModelApp.notifications.openMessageBox(core_frontend_1.MessageBoxType.MediumAlert, message, core_frontend_1.MessageBoxIconType.Warning);
|
|
147
|
+
}
|
|
148
|
+
respondToKeyinFocus() {
|
|
149
|
+
this.resetHistoryIndex();
|
|
150
|
+
// Handle case in which new tools were registered since we last populated the auto-complete list.
|
|
151
|
+
// This can occur e.g. as a result of loading a extension, or deferred initialization of a package like markup.
|
|
152
|
+
const keyins = this.findKeyins();
|
|
153
|
+
if (keyins.length > this.keyins.length) {
|
|
154
|
+
const newKeyins = [];
|
|
155
|
+
for (const keyin of keyins)
|
|
156
|
+
if (!this.keyins.includes(keyin)) {
|
|
157
|
+
newKeyins.push(keyin);
|
|
158
|
+
this.keyins.push(keyin);
|
|
159
|
+
}
|
|
160
|
+
if (newKeyins.length > 0)
|
|
161
|
+
(0, DataList_1.appendDataListEntries)(this.autoCompleteList, keyinsToDataListEntries(newKeyins));
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
findKeyins() {
|
|
165
|
+
const keyins = [];
|
|
166
|
+
const tools = core_frontend_1.IModelApp.tools.getToolList();
|
|
167
|
+
for (const tool of tools) {
|
|
168
|
+
switch (this._localization) {
|
|
169
|
+
case KeyinFieldLocalization.Localized:
|
|
170
|
+
keyins.push(tool.keyin);
|
|
171
|
+
break;
|
|
172
|
+
case KeyinFieldLocalization.Both:
|
|
173
|
+
keyins.push(tool.keyin);
|
|
174
|
+
if (tool.keyin === tool.englishKeyin)
|
|
175
|
+
break;
|
|
176
|
+
/* falls through */
|
|
177
|
+
default:
|
|
178
|
+
case KeyinFieldLocalization.NonLocalized:
|
|
179
|
+
keyins.push(tool.englishKeyin);
|
|
180
|
+
break;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
return keyins;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
exports.KeyinField = KeyinField;
|
|
187
187
|
//# sourceMappingURL=KeyinField.js.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { Viewport } from "@itwin/core-frontend";
|
|
2
|
-
/** @internal */
|
|
3
|
-
export declare function formatMemory(numBytes: number): string;
|
|
4
|
-
/** Displays GPU memory allocated to tile trees - either all tile trees in the system, or only those associated with a specific Viewport.
|
|
5
|
-
* @beta
|
|
6
|
-
*/
|
|
7
|
-
export declare class MemoryTracker {
|
|
8
|
-
private readonly _stats;
|
|
9
|
-
private readonly _vp;
|
|
10
|
-
private readonly _div;
|
|
11
|
-
private _curIntervalId?;
|
|
12
|
-
private _memIndex;
|
|
13
|
-
private readonly _totalElem;
|
|
14
|
-
private readonly _totalTreesElem;
|
|
15
|
-
private readonly _purgeButton;
|
|
16
|
-
private readonly _textures;
|
|
17
|
-
private readonly _buffers;
|
|
18
|
-
constructor(parent: HTMLElement, vp: Viewport);
|
|
19
|
-
dispose(): void;
|
|
20
|
-
private addSelector;
|
|
21
|
-
private addPurgeButton;
|
|
22
|
-
private addStatistics;
|
|
23
|
-
private clearInterval;
|
|
24
|
-
private change;
|
|
25
|
-
private update;
|
|
26
|
-
private purge;
|
|
27
|
-
}
|
|
1
|
+
import { Viewport } from "@itwin/core-frontend";
|
|
2
|
+
/** @internal */
|
|
3
|
+
export declare function formatMemory(numBytes: number): string;
|
|
4
|
+
/** Displays GPU memory allocated to tile trees - either all tile trees in the system, or only those associated with a specific Viewport.
|
|
5
|
+
* @beta
|
|
6
|
+
*/
|
|
7
|
+
export declare class MemoryTracker {
|
|
8
|
+
private readonly _stats;
|
|
9
|
+
private readonly _vp;
|
|
10
|
+
private readonly _div;
|
|
11
|
+
private _curIntervalId?;
|
|
12
|
+
private _memIndex;
|
|
13
|
+
private readonly _totalElem;
|
|
14
|
+
private readonly _totalTreesElem;
|
|
15
|
+
private readonly _purgeButton;
|
|
16
|
+
private readonly _textures;
|
|
17
|
+
private readonly _buffers;
|
|
18
|
+
constructor(parent: HTMLElement, vp: Viewport);
|
|
19
|
+
dispose(): void;
|
|
20
|
+
private addSelector;
|
|
21
|
+
private addPurgeButton;
|
|
22
|
+
private addStatistics;
|
|
23
|
+
private clearInterval;
|
|
24
|
+
private change;
|
|
25
|
+
private update;
|
|
26
|
+
private purge;
|
|
27
|
+
}
|
|
28
28
|
//# sourceMappingURL=MemoryTracker.d.ts.map
|